/** * @module jQuery * @author jQuery Foundation and other contributors * @see https://code.jquery.com/jquery/ * @license MIT (jquery.org/license) * @version 3.2.1 */ !(function (e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? (module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new Error( "jQuery requires a window with a document" ); return t(e); }) : t(e); })("undefined" != typeof window ? window : this, function (e, t) { "use strict"; function n(e, t) { var n = (t = t || te).createElement("script"); (n.text = e), t.head.appendChild(n).parentNode.removeChild(n); } function r(e) { var t = !!e && "length" in e && e.length, n = he.type(e); return ( "function" !== n && !he.isWindow(e) && ("array" === n || 0 === t || ("number" == typeof t && t > 0 && t - 1 in e)) ); } function i(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase(); } function o(e, t, n) { return he.isFunction(t) ? he.grep(e, function (e, r) { return !!t.call(e, r, e) !== n; }) : t.nodeType ? he.grep(e, function (e) { return (e === t) !== n; }) : "string" != typeof t ? he.grep(e, function (e) { return ae.call(t, e) > -1 !== n; }) : Ee.test(t) ? he.filter(t, e, n) : ((t = he.filter(t, e)), he.grep(e, function (e) { return ae.call(t, e) > -1 !== n && 1 === e.nodeType; })); } function a(e, t) { for (; (e = e[t]) && 1 !== e.nodeType; ); return e; } function s(e) { var t = {}; return ( he.each(e.match(je) || [], function (e, n) { t[n] = !0; }), t ); } function u(e) { return e; } function l(e) { throw e; } function c(e, t, n, r) { var i; try { e && he.isFunction((i = e.promise)) ? i.call(e).done(t).fail(n) : e && he.isFunction((i = e.then)) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)); } catch (e) { n.apply(void 0, [e]); } } function f() { te.removeEventListener("DOMContentLoaded", f), e.removeEventListener("load", f), he.ready(); } function p() { this.expando = he.expando + p.uid++; } function d(e) { return ( "true" === e || ("false" !== e && ("null" === e ? null : e === +e + "" ? +e : Pe.test(e) ? JSON.parse(e) : e)) ); } function h(e, t, n) { var r; if (void 0 === n && 1 === e.nodeType) if ( ((r = "data-" + t.replace(Re, "-$&").toLowerCase()), "string" == typeof (n = e.getAttribute(r))) ) { try { n = d(n); } catch (e) {} Oe.set(e, t, n); } else n = void 0; return n; } function g(e, t, n, r) { var i, o = 1, a = 20, s = r ? function () { return r.cur(); } : function () { return he.css(e, t, ""); }, u = s(), l = (n && n[3]) || (he.cssNumber[t] ? "" : "px"), c = (he.cssNumber[t] || ("px" !== l && +u)) && Ie.exec(he.css(e, t)); if (c && c[3] !== l) { (l = l || c[3]), (n = n || []), (c = +u || 1); do { (o = o || ".5"), (c /= o), he.style(e, t, c + l); } while (o !== (o = s() / u) && 1 !== o && --a); } return ( n && ((c = +c || +u || 0), (i = n[1] ? c + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = l), (r.start = c), (r.end = i))), i ); } function v(e) { var t, n = e.ownerDocument, r = e.nodeName, i = _e[r]; return ( i || ((t = n.body.appendChild(n.createElement(r))), (i = he.css(t, "display")), t.parentNode.removeChild(t), "none" === i && (i = "block"), (_e[r] = i), i) ); } function m(e, t) { for (var n, r, i = [], o = 0, a = e.length; o < a; o++) (r = e[o]).style && ((n = r.style.display), t ? ("none" === n && ((i[o] = Fe.get(r, "display") || null), i[o] || (r.style.display = "")), "" === r.style.display && $e(r) && (i[o] = v(r))) : "none" !== n && ((i[o] = "none"), Fe.set(r, "display", n))); for (o = 0; o < a; o++) null != i[o] && (e[o].style.display = i[o]); return e; } function y(e, t) { var n; return ( (n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : []), void 0 === t || (t && i(e, t)) ? he.merge([e], n) : n ); } function x(e, t) { for (var n = 0, r = e.length; n < r; n++) Fe.set(e[n], "globalEval", !t || Fe.get(t[n], "globalEval")); } function b(e, t, n, r, i) { for ( var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++ ) if ((o = e[d]) || 0 === o) if ("object" === he.type(o)) he.merge(p, o.nodeType ? [o] : o); else if (Ge.test(o)) { for ( a = a || f.appendChild(t.createElement("div")), s = (Xe.exec(o) || ["", ""])[1].toLowerCase(), u = Ve[s] || Ve._default, a.innerHTML = u[1] + he.htmlPrefilter(o) + u[2], c = u[0]; c--; ) a = a.lastChild; he.merge(p, a.childNodes), ((a = f.firstChild).textContent = ""); } else p.push(t.createTextNode(o)); for (f.textContent = "", d = 0; (o = p[d++]); ) if (r && he.inArray(o, r) > -1) i && i.push(o); else if ( ((l = he.contains(o.ownerDocument, o)), (a = y(f.appendChild(o), "script")), l && x(a), n) ) for (c = 0; (o = a[c++]); ) Ue.test(o.type || "") && n.push(o); return f; } function w() { return !0; } function T() { return !1; } function C() { try { return te.activeElement; } catch (e) {} } function E(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { "string" != typeof n && ((r = r || n), (n = void 0)); for (s in t) E(e, s, n, r, t[s], o); 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 = T; else if (!i) return e; return ( 1 === o && ((a = i), (i = function (e) { return he().off(e), a.apply(this, arguments); }), (i.guid = a.guid || (a.guid = he.guid++))), e.each(function () { he.event.add(this, t, i, r, n); }) ); } function k(e, t) { return i(e, "table") && i(11 !== t.nodeType ? t : t.firstChild, "tr") ? he(">tbody", e)[0] || e : e; } function S(e) { return (e.type = (null !== e.getAttribute("type")) + "/" + e.type), e; } function N(e) { var t = nt.exec(e.type); return t ? (e.type = t[1]) : e.removeAttribute("type"), e; } function D(e, t) { var n, r, i, o, a, s, u, l; if (1 === t.nodeType) { if ( Fe.hasData(e) && ((o = Fe.access(e)), (a = Fe.set(t, o)), (l = o.events)) ) { delete a.handle, (a.events = {}); for (i in l) for (n = 0, r = l[i].length; n < r; n++) he.event.add(t, i, l[i][n]); } Oe.hasData(e) && ((s = Oe.access(e)), (u = he.extend({}, s)), Oe.set(t, u)); } } function j(e, t) { var n = t.nodeName.toLowerCase(); "input" === n && ze.test(e.type) ? (t.checked = e.checked) : ("input" !== n && "textarea" !== n) || (t.defaultValue = e.defaultValue); } function A(e, t, r, i) { t = ie.apply([], t); var o, a, s, u, l, c, f = 0, p = e.length, d = p - 1, h = t[0], g = he.isFunction(h); if ( g || (p > 1 && "string" == typeof h && !pe.checkClone && tt.test(h)) ) return e.each(function (n) { var o = e.eq(n); g && (t[0] = h.call(this, n, o.html())), A(o, t, r, i); }); if ( p && ((o = b(t, e[0].ownerDocument, !1, e, i)), (a = o.firstChild), 1 === o.childNodes.length && (o = a), a || i) ) { for (u = (s = he.map(y(o, "script"), S)).length; f < p; f++) (l = o), f !== d && ((l = he.clone(l, !0, !0)), u && he.merge(s, y(l, "script"))), r.call(e[f], l, f); if (u) for ( c = s[s.length - 1].ownerDocument, he.map(s, N), f = 0; f < u; f++ ) (l = s[f]), Ue.test(l.type || "") && !Fe.access(l, "globalEval") && he.contains(c, l) && (l.src ? he._evalUrl && he._evalUrl(l.src) : n(l.textContent.replace(rt, ""), c)); } return e; } function q(e, t, n) { for (var r, i = t ? he.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || he.cleanData(y(r)), r.parentNode && (n && he.contains(r.ownerDocument, r) && x(y(r, "script")), r.parentNode.removeChild(r)); return e; } function L(e, t, n) { var r, i, o, a, s = e.style; return ( (n = n || at(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || he.contains(e.ownerDocument, e) || (a = he.style(e, t)), !pe.pixelMarginRight() && ot.test(a) && it.test(t) && ((r = s.width), (i = s.minWidth), (o = s.maxWidth), (s.minWidth = s.maxWidth = s.width = a), (a = n.width), (s.width = r), (s.minWidth = i), (s.maxWidth = o))), void 0 !== a ? a + "" : a ); } function H(e, t) { return { get: function () { return e() ? void delete this.get : (this.get = t).apply(this, arguments); }, }; } function F(e) { if (e in pt) return e; for (var t = e[0].toUpperCase() + e.slice(1), n = ft.length; n--; ) if ((e = ft[n] + t) in pt) return e; } function O(e) { var t = he.cssProps[e]; return t || (t = he.cssProps[e] = F(e) || e), t; } function P(e, t, n) { var r = Ie.exec(t); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t; } function R(e, t, n, r, i) { var o, a = 0; for ( o = n === (r ? "border" : "content") ? 4 : "width" === t ? 1 : 0; o < 4; o += 2 ) "margin" === n && (a += he.css(e, n + We[o], !0, i)), r ? ("content" === n && (a -= he.css(e, "padding" + We[o], !0, i)), "margin" !== n && (a -= he.css(e, "border" + We[o] + "Width", !0, i))) : ((a += he.css(e, "padding" + We[o], !0, i)), "padding" !== n && (a += he.css(e, "border" + We[o] + "Width", !0, i))); return a; } function M(e, t, n) { var r, i = at(e), o = L(e, t, i), a = "border-box" === he.css(e, "boxSizing", !1, i); return ot.test(o) ? o : ((r = a && (pe.boxSizingReliable() || o === e.style[t])), "auto" === o && (o = e["offset" + t[0].toUpperCase() + t.slice(1)]), (o = parseFloat(o) || 0) + R(e, t, n || (a ? "border" : "content"), r, i) + "px"); } function I(e, t, n, r, i) { return new I.prototype.init(e, t, n, r, i); } function W() { ht && (!1 === te.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(W) : e.setTimeout(W, he.fx.interval), he.fx.tick()); } function $() { return ( e.setTimeout(function () { dt = void 0; }), (dt = he.now()) ); } function B(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 _(e, t, n) { for ( var r, i = (X.tweeners[t] || []).concat(X.tweeners["*"]), o = 0, a = i.length; o < a; o++ ) if ((r = i[o].call(n, t, e))) return r; } function z(e, t) { var n, r, i, o, a; for (n in e) if ( ((r = he.camelCase(n)), (i = t[r]), (o = e[n]), Array.isArray(o) && ((i = o[1]), (o = e[n] = o[0])), n !== r && ((e[r] = o), delete e[n]), (a = he.cssHooks[r]) && "expand" in a) ) { (o = a.expand(o)), delete e[r]; for (n in o) n in e || ((e[n] = o[n]), (t[n] = i)); } else t[r] = i; } function X(e, t, n) { var r, i, o = 0, a = X.prefilters.length, s = he.Deferred().always(function () { delete u.elem; }), u = function () { if (i) return !1; for ( var t = dt || $(), n = Math.max(0, l.startTime + l.duration - t), r = 1 - (n / l.duration || 0), o = 0, a = l.tweens.length; o < a; o++ ) l.tweens[o].run(r); return ( s.notifyWith(e, [l, r, n]), r < 1 && a ? n : (a || s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l]), !1) ); }, l = s.promise({ elem: e, props: he.extend({}, t), opts: he.extend( !0, { specialEasing: {}, easing: he.easing._default }, n ), originalProperties: t, originalOptions: n, startTime: dt || $(), duration: n.duration, tweens: [], createTween: function (t, n) { var r = he.Tween( e, l.opts, t, n, l.opts.specialEasing[t] || l.opts.easing ); return l.tweens.push(r), r; }, stop: function (t) { var n = 0, r = t ? l.tweens.length : 0; if (i) return this; for (i = !0; n < r; n++) l.tweens[n].run(1); return ( t ? (s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l, t])) : s.rejectWith(e, [l, t]), this ); }, }), c = l.props; for (z(c, l.opts.specialEasing); o < a; o++) if ((r = X.prefilters[o].call(l, e, c, l.opts))) return ( he.isFunction(r.stop) && (he._queueHooks(l.elem, l.opts.queue).stop = he.proxy( r.stop, r )), r ); return ( he.map(c, _, l), he.isFunction(l.opts.start) && l.opts.start.call(e, l), l .progress(l.opts.progress) .done(l.opts.done, l.opts.complete) .fail(l.opts.fail) .always(l.opts.always), he.fx.timer( he.extend(u, { elem: e, anim: l, queue: l.opts.queue }) ), l ); } function U(e) { return (e.match(je) || []).join(" "); } function V(e) { return (e.getAttribute && e.getAttribute("class")) || ""; } function G(e, t, n, r) { var i; if (Array.isArray(t)) he.each(t, function (t, i) { n || St.test(e) ? r(e, i) : G( e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r ); }); else if (n || "object" !== he.type(t)) r(e, t); else for (i in t) G(e + "[" + i + "]", t[i], n, r); } function Y(e) { return function (t, n) { "string" != typeof t && ((n = t), (t = "*")); var r, i = 0, o = t.toLowerCase().match(je) || []; if (he.isFunction(n)) for (; (r = o[i++]); ) "+" === r[0] ? ((r = r.slice(1) || "*"), (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n); }; } function Q(e, t, n, r) { function i(s) { var u; return ( (o[s] = !0), he.each(e[s] || [], function (e, s) { var l = s(t, n, r); return "string" != typeof l || a || o[l] ? a ? !(u = l) : void 0 : (t.dataTypes.unshift(l), i(l), !1); }), u ); } var o = {}, a = e === Mt; return i(t.dataTypes[0]) || (!o["*"] && i("*")); } function J(e, t) { var n, r, i = he.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); return r && he.extend(!0, e, r), e; } function K(e, t, n) { for (var r, i, o, a, s = e.contents, u = e.dataTypes; "*" === u[0]; ) u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")); if (r) for (i in s) if (s[i] && s[i].test(r)) { u.unshift(i); break; } if (u[0] in n) o = u[0]; else { for (i in n) { if (!u[0] || e.converters[i + " " + u[0]]) { o = i; break; } a || (a = i); } o = o || a; } if (o) return o !== u[0] && u.unshift(o), n[o]; } function Z(e, t, n, r) { var i, o, a, s, u, l = {}, c = e.dataTypes.slice(); if (c[1]) for (a in e.converters) l[a.toLowerCase()] = e.converters[a]; for (o = c.shift(); o; ) if ( (e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), (u = o), (o = c.shift())) ) if ("*" === o) o = u; else if ("*" !== u && u !== o) { if (!(a = l[u + " " + o] || l["* " + o])) for (i in l) if ( (s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]]) ) { !0 === a ? (a = l[i]) : !0 !== l[i] && ((o = s[0]), c.unshift(s[1])); break; } if (!0 !== a) if (a && e.throws) t = a(t); else try { t = a(t); } catch (e) { return { state: "parsererror", error: a ? e : "No conversion from " + u + " to " + o, }; } } return { state: "success", data: t }; } var ee = [], te = e.document, ne = Object.getPrototypeOf, re = ee.slice, ie = ee.concat, oe = ee.push, ae = ee.indexOf, se = {}, ue = se.toString, le = se.hasOwnProperty, ce = le.toString, fe = ce.call(Object), pe = {}, de = "3.2.1", he = function (e, t) { return new he.fn.init(e, t); }, ge = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ve = /^-ms-/, me = /-([a-z])/g, ye = function (e, t) { return t.toUpperCase(); }; (he.fn = he.prototype = { jquery: de, constructor: he, length: 0, toArray: function () { return re.call(this); }, get: function (e) { return null == e ? re.call(this) : e < 0 ? this[e + this.length] : this[e]; }, pushStack: function (e) { var t = he.merge(this.constructor(), e); return (t.prevObject = this), t; }, each: function (e) { return he.each(this, e); }, map: function (e) { return this.pushStack( he.map(this, function (t, n) { return e.call(t, n, t); }) ); }, slice: function () { return this.pushStack(re.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: oe, sort: ee.sort, splice: ee.splice, }), (he.extend = he.fn.extend = function () { var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; for ( "boolean" == typeof a && ((l = a), (a = arguments[s] || {}), s++), "object" == typeof a || he.isFunction(a) || (a = {}), s === u && ((a = this), s--); s < u; s++ ) if (null != (e = arguments[s])) for (t in e) (n = a[t]), (r = e[t]), a !== r && (l && r && (he.isPlainObject(r) || (i = Array.isArray(r))) ? (i ? ((i = !1), (o = n && Array.isArray(n) ? n : [])) : (o = n && he.isPlainObject(n) ? n : {}), (a[t] = he.extend(l, o, r))) : void 0 !== r && (a[t] = r)); return a; }), he.extend({ expando: "jQuery" + (de + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e); }, noop: function () {}, isFunction: function (e) { return "function" === he.type(e); }, isWindow: function (e) { return null != e && e === e.window; }, isNumeric: function (e) { var t = he.type(e); return ( ("number" === t || "string" === t) && !isNaN(e - parseFloat(e)) ); }, isPlainObject: function (e) { var t, n; return !( !e || "[object Object]" !== ue.call(e) || ((t = ne(e)) && ("function" != typeof (n = le.call(t, "constructor") && t.constructor) || ce.call(n) !== fe)) ); }, 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 ? se[ue.call(e)] || "object" : typeof e; }, globalEval: function (e) { n(e); }, camelCase: function (e) { return e.replace(ve, "ms-").replace(me, ye); }, each: function (e, t) { var n, i = 0; if (r(e)) for ( n = e.length; i < n && !1 !== t.call(e[i], i, e[i]); i++ ); else for (i in e) if (!1 === t.call(e[i], i, e[i])) break; return e; }, trim: function (e) { return null == e ? "" : (e + "").replace(ge, ""); }, makeArray: function (e, t) { var n = t || []; return ( null != e && (r(Object(e)) ? he.merge(n, "string" == typeof e ? [e] : e) : oe.call(n, e)), n ); }, inArray: function (e, t, n) { return null == t ? -1 : ae.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, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]); return r; }, map: function (e, t, n) { var i, o, a = 0, s = []; if (r(e)) for (i = e.length; a < i; a++) null != (o = t(e[a], a, n)) && s.push(o); else for (a in e) null != (o = t(e[a], a, n)) && s.push(o); return ie.apply([], s); }, guid: 1, proxy: function (e, t) { var n, r, i; if ( ("string" == typeof t && ((n = e[t]), (t = e), (e = n)), he.isFunction(e)) ) return ( (r = re.call(arguments, 2)), (i = function () { return e.apply( t || this, r.concat(re.call(arguments)) ); }), (i.guid = e.guid = e.guid || he.guid++), i ); }, now: Date.now, support: pe, }), "function" == typeof Symbol && (he.fn[Symbol.iterator] = ee[Symbol.iterator]), he.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), function (e, t) { se["[object " + t + "]"] = t.toLowerCase(); } ); var xe = (function (e) { function t(e, t, n, r) { var i, o, a, s, u, c, p, d = 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 : I) !== q && A(t), (t = t || q), H) ) { if (11 !== h && (u = ge.exec(e))) if ((i = u[1])) { if (9 === h) { if (!(a = t.getElementById(i))) return n; if (a.id === i) return n.push(a), n; } else if ( d && (a = d.getElementById(i)) && R(t, a) && a.id === i ) return n.push(a), n; } else { if (u[2]) return Q.apply(n, t.getElementsByTagName(e)), n; if ( (i = u[3]) && b.getElementsByClassName && t.getElementsByClassName ) return Q.apply(n, t.getElementsByClassName(i)), n; } if (b.qsa && !z[e + " "] && (!F || !F.test(e))) { if (1 !== h) (d = t), (p = e); else if ("object" !== t.nodeName.toLowerCase()) { for ( (s = t.getAttribute("id")) ? (s = s.replace(xe, be)) : t.setAttribute("id", (s = M)), o = (c = E(e)).length; o--; ) c[o] = "#" + s + " " + f(c[o]); (p = c.join(",")), (d = (ve.test(e) && l(t.parentNode)) || t); } if (p) try { return Q.apply(n, d.querySelectorAll(p)), n; } catch (e) { } finally { s === M && t.removeAttribute("id"); } } } return S(e.replace(oe, "$1"), t, n, r); } function n() { function e(n, r) { return ( t.push(n + " ") > w.cacheLength && delete e[t.shift()], (e[n + " "] = r) ); } var t = []; return e; } function r(e) { return (e[M] = !0), e; } function i(e) { var t = q.createElement("fieldset"); try { return !!e(t); } catch (e) { return !1; } finally { t.parentNode && t.parentNode.removeChild(t), (t = null); } } function o(e, t) { for (var n = e.split("|"), r = n.length; r--; ) w.attrHandle[n[r]] = t; } function a(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 && Te(t) === e) : t.disabled === e : "label" in t && t.disabled === e; }; } function u(e) { return r(function (t) { return ( (t = +t), r(function (n, r) { for (var i, o = e([], n.length, t), a = o.length; a--; ) n[(i = o[a])] && (n[i] = !(r[i] = n[i])); }) ); }); } function l(e) { return e && void 0 !== e.getElementsByTagName && e; } function c() {} function f(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r; } function p(e, t, n) { var r = t.dir, i = t.next, o = i || r, a = n && "parentNode" === o, s = $++; return t.first ? function (t, n, i) { for (; (t = t[r]); ) if (1 === t.nodeType || a) return e(t, n, i); return !1; } : function (t, n, u) { var l, c, f, p = [W, s]; if (u) { for (; (t = t[r]); ) if ((1 === t.nodeType || a) && e(t, n, u)) return !0; } else for (; (t = t[r]); ) if (1 === t.nodeType || a) if ( ((f = t[M] || (t[M] = {})), (c = f[t.uniqueID] || (f[t.uniqueID] = {})), i && i === t.nodeName.toLowerCase()) ) t = t[r] || t; else { if ( (l = c[o]) && l[0] === W && l[1] === s ) return (p[2] = l[2]); if (((c[o] = p), (p[2] = e(t, n, u)))) return !0; } return !1; }; } function d(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, o = n.length; i < o; i++) t(e, n[i], r); return r; } function g(e, t, n, r, i) { for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++) (o = e[s]) && ((n && !n(o, r, i)) || (a.push(o), l && t.push(s))); return a; } function v(e, t, n, i, o, a) { return ( i && !i[M] && (i = v(i)), o && !o[M] && (o = v(o, a)), r(function (r, a, s, u) { var l, c, f, p = [], d = [], v = a.length, m = r || h(t || "*", s.nodeType ? [s] : s, []), y = !e || (!r && t) ? m : g(m, p, e, s, u), x = n ? (o || (r ? e : v || i) ? [] : a) : y; if ((n && n(y, x, s, u), i)) for (l = g(x, d), i(l, [], s, u), c = l.length; c--; ) (f = l[c]) && (x[d[c]] = !(y[d[c]] = f)); if (r) { if (o || e) { if (o) { for (l = [], c = x.length; c--; ) (f = x[c]) && l.push((y[c] = f)); o(null, (x = []), l, u); } for (c = x.length; c--; ) (f = x[c]) && (l = o ? K(r, f) : p[c]) > -1 && (r[l] = !(a[l] = f)); } } else (x = g(x === a ? x.splice(v, x.length) : x)), o ? o(null, a, x, u) : Q.apply(a, x); }) ); } function m(e) { for ( var t, n, r, i = e.length, o = w.relative[e[0].type], a = o || w.relative[" "], s = o ? 1 : 0, u = p( function (e) { return e === t; }, a, !0 ), l = p( function (e) { return K(t, e) > -1; }, a, !0 ), c = [ function (e, n, r) { var i = (!o && (r || n !== N)) || ((t = n).nodeType ? u(e, n, r) : l(e, n, r)); return (t = null), i; }, ]; s < i; s++ ) if ((n = w.relative[e[s].type])) c = [p(d(c), n)]; else { if ( (n = w.filter[e[s].type].apply(null, e[s].matches))[M] ) { for (r = ++s; r < i && !w.relative[e[r].type]; r++); return v( s > 1 && d(c), s > 1 && f( e .slice(0, s - 1) .concat({ value: " " === e[s - 2].type ? "*" : "", }) ).replace(oe, "$1"), n, s < r && m(e.slice(s, r)), r < i && m((e = e.slice(r))), r < i && f(e) ); } c.push(n); } return d(c); } function y(e, n) { var i = n.length > 0, o = e.length > 0, a = function (r, a, s, u, l) { var c, f, p, d = 0, h = "0", v = r && [], m = [], y = N, x = r || (o && w.find.TAG("*", l)), b = (W += null == y ? 1 : Math.random() || 0.1), T = x.length; for ( l && (N = a === q || a || l); h !== T && null != (c = x[h]); h++ ) { if (o && c) { for ( f = 0, a || c.ownerDocument === q || (A(c), (s = !H)); (p = e[f++]); ) if (p(c, a || q, s)) { u.push(c); break; } l && (W = b); } i && ((c = !p && c) && d--, r && v.push(c)); } if (((d += h), i && h !== d)) { for (f = 0; (p = n[f++]); ) p(v, m, a, s); if (r) { if (d > 0) for (; h--; ) v[h] || m[h] || (m[h] = G.call(u)); m = g(m); } Q.apply(u, m), l && !r && m.length > 0 && d + n.length > 1 && t.uniqueSort(u); } return l && ((W = b), (N = y)), v; }; return i ? r(a) : a; } var x, b, w, T, C, E, k, S, N, D, j, A, q, L, H, F, O, P, R, M = "sizzle" + 1 * new Date(), I = e.document, W = 0, $ = 0, B = n(), _ = n(), z = n(), X = function (e, t) { return e === t && (j = !0), 0; }, U = {}.hasOwnProperty, V = [], G = V.pop, Y = V.push, Q = V.push, J = V.slice, K = 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"), oe = new RegExp( "^" + ee + "+|((?:^|[^\\\\])(?:\\\\.)*)" + ee + "+$", "g" ), ae = new RegExp("^" + ee + "*," + ee + "*"), se = new RegExp("^" + ee + "*([>+~]|" + ee + ")" + ee + "*"), ue = new RegExp("=" + ee + "*([^\\]'\"]*?)" + ee + "*\\]", "g"), le = new RegExp(re), ce = new RegExp("^" + te + "$"), fe = { 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" ), }, pe = /^(?:input|select|textarea|button)$/i, de = /^h\d$/i, he = /^[^{]+\{\s*\[native \w/, ge = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ve = /[+~]/, me = 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 ); }, xe = /([\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; }, we = function () { A(); }, Te = p( function (e) { return !0 === e.disabled && ("form" in e || "label" in e); }, { dir: "parentNode", next: "legend" } ); try { Q.apply((V = J.call(I.childNodes)), I.childNodes), V[I.childNodes.length].nodeType; } catch (e) { Q = { apply: V.length ? function (e, t) { Y.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 = {}), (C = t.isXML = function (e) { var t = e && (e.ownerDocument || e).documentElement; return !!t && "HTML" !== t.nodeName; }), (A = t.setDocument = function (e) { var t, n, r = e ? e.ownerDocument || e : I; return r !== q && 9 === r.nodeType && r.documentElement ? ((q = r), (L = q.documentElement), (H = !C(q)), I !== q && (n = q.defaultView) && n.top !== n && (n.addEventListener ? n.addEventListener("unload", we, !1) : n.attachEvent && n.attachEvent("onunload", we)), (b.attributes = i(function (e) { return ( (e.className = "i"), !e.getAttribute("className") ); })), (b.getElementsByTagName = i(function (e) { return ( e.appendChild(q.createComment("")), !e.getElementsByTagName("*").length ); })), (b.getElementsByClassName = he.test( q.getElementsByClassName )), (b.getById = i(function (e) { return ( (L.appendChild(e).id = M), !q.getElementsByName || !q.getElementsByName(M).length ); })), b.getById ? ((w.filter.ID = function (e) { var t = e.replace(me, ye); return function (e) { return e.getAttribute("id") === t; }; }), (w.find.ID = function (e, t) { if (void 0 !== t.getElementById && H) { var n = t.getElementById(e); return n ? [n] : []; } })) : ((w.filter.ID = function (e) { var t = e.replace(me, ye); return function (e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t; }; }), (w.find.ID = function (e, t) { if (void 0 !== t.getElementById && H) { var n, r, i, o = t.getElementById(e); if (o) { if ( (n = o.getAttributeNode("id")) && n.value === e ) return [o]; for ( i = t.getElementsByName(e), r = 0; (o = i[r++]); ) if ( (n = o.getAttributeNode( "id" )) && n.value === e ) return [o]; } return []; } })), (w.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, o = t.getElementsByTagName(e); if ("*" === e) { for (; (n = o[i++]); ) 1 === n.nodeType && r.push(n); return r; } return o; }), (w.find.CLASS = b.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && H) return t.getElementsByClassName(e); }), (O = []), (F = []), (b.qsa = he.test(q.querySelectorAll)) && (i(function (e) { (L.appendChild(e).innerHTML = ""), e.querySelectorAll("[msallowcapture^='']") .length && F.push( "[*^$]=" + ee + "*(?:''|\"\")" ), e.querySelectorAll("[selected]").length || F.push( "\\[" + ee + "*(?:value|" + Z + ")" ), e.querySelectorAll("[id~=" + M + "-]") .length || F.push("~="), e.querySelectorAll(":checked").length || F.push(":checked"), e.querySelectorAll("a#" + M + "+*") .length || F.push(".#.+[+~]"); }), i(function (e) { e.innerHTML = ""; var t = q.createElement("input"); t.setAttribute("type", "hidden"), e .appendChild(t) .setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && F.push("name" + ee + "*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled") .length && F.push(":enabled", ":disabled"), (L.appendChild(e).disabled = !0), 2 !== e.querySelectorAll(":disabled") .length && F.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), F.push(",.*:"); })), (b.matchesSelector = he.test( (P = L.matches || L.webkitMatchesSelector || L.mozMatchesSelector || L.oMatchesSelector || L.msMatchesSelector) )) && i(function (e) { (b.disconnectedMatch = P.call(e, "*")), P.call(e, "[s!='']:x"), O.push("!=", re); }), (F = F.length && new RegExp(F.join("|"))), (O = O.length && new RegExp(O.join("|"))), (t = he.test(L.compareDocumentPosition)), (R = t || he.test(L.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 (j = !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 === q || (e.ownerDocument === I && R(I, e)) ? -1 : t === q || (t.ownerDocument === I && R(I, t)) ? 1 : D ? K(D, e) - K(D, t) : 0 : 4 & n ? -1 : 1) ); } : function (e, t) { if (e === t) return (j = !0), 0; var n, r = 0, i = e.parentNode, o = t.parentNode, s = [e], u = [t]; if (!i || !o) return e === q ? -1 : t === q ? 1 : i ? -1 : o ? 1 : D ? K(D, e) - K(D, t) : 0; if (i === o) return a(e, t); for (n = e; (n = n.parentNode); ) s.unshift(n); for (n = t; (n = n.parentNode); ) u.unshift(n); for (; s[r] === u[r]; ) r++; return r ? a(s[r], u[r]) : s[r] === I ? -1 : u[r] === I ? 1 : 0; }), q) : q; }), (t.matches = function (e, n) { return t(e, null, null, n); }), (t.matchesSelector = function (e, n) { if ( ((e.ownerDocument || e) !== q && A(e), (n = n.replace(ue, "='$1']")), b.matchesSelector && H && !z[n + " "] && (!O || !O.test(n)) && (!F || !F.test(n))) ) try { var r = P.call(e, n); if ( r || b.disconnectedMatch || (e.document && 11 !== e.document.nodeType) ) return r; } catch (e) {} return t(n, q, null, [e]).length > 0; }), (t.contains = function (e, t) { return (e.ownerDocument || e) !== q && A(e), R(e, t); }), (t.attr = function (e, t) { (e.ownerDocument || e) !== q && A(e); var n = w.attrHandle[t.toLowerCase()], r = n && U.call(w.attrHandle, t.toLowerCase()) ? n(e, t, !H) : void 0; return void 0 !== r ? r : b.attributes || !H ? e.getAttribute(t) : (r = e.getAttributeNode(t)) && r.specified ? r.value : null; }), (t.escape = function (e) { return (e + "").replace(xe, 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 ( ((j = !b.detectDuplicates), (D = !b.sortStable && e.slice(0)), e.sort(X), j) ) { for (; (t = e[i++]); ) t === e[i] && (r = n.push(i)); for (; r--; ) e.splice(n[r], 1); } return (D = null), e; }), (T = 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 += T(e); } else if (3 === i || 4 === i) return e.nodeValue; } else for (; (t = e[r++]); ) n += T(t); return n; }), ((w = t.selectors = { cacheLength: 50, createPseudo: r, match: fe, 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(me, ye)), (e[3] = (e[3] || e[4] || e[5] || "").replace( me, 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 fe.CHILD.test(e[0]) ? null : (e[3] ? (e[2] = e[4] || e[5] || "") : n && le.test(n) && (t = E(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(me, ye).toLowerCase(); return "*" === e ? function () { return !0; } : function (e) { return ( e.nodeName && e.nodeName.toLowerCase() === t ); }; }, CLASS: function (e) { var t = B[e + " "]; return ( t || ((t = new RegExp( "(^|" + ee + ")" + e + "(" + ee + "|$)" )) && B(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 o = t.attr(i, e); return null == o ? "!=" === n : !n || ((o += ""), "=" === n ? o === r : "!=" === n ? o !== r : "^=" === n ? r && 0 === o.indexOf(r) : "*=" === n ? r && o.indexOf(r) > -1 : "$=" === n ? r && o.slice(-r.length) === r : "~=" === n ? ( " " + o.replace(ie, " ") + " " ).indexOf(r) > -1 : "|=" === n && (o === r || o.slice(0, r.length + 1) === r + "-")); }; }, CHILD: function (e, t, n, r, i) { var o = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), s = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentNode; } : function (t, n, u) { var l, c, f, p, d, h, g = o !== a ? "nextSibling" : "previousSibling", v = t.parentNode, m = s && t.nodeName.toLowerCase(), y = !u && !s, x = !1; if (v) { if (o) { for (; g; ) { for (p = t; (p = p[g]); ) if ( s ? p.nodeName.toLowerCase() === m : 1 === p.nodeType ) return !1; h = g = "only" === e && !h && "nextSibling"; } return !0; } if ( ((h = [ a ? v.firstChild : v.lastChild, ]), a && y) ) { for ( x = (d = (l = (c = (f = (p = v)[ M ] || (p[M] = {}))[ p.uniqueID ] || (f[ p.uniqueID ] = {}))[e] || [])[0] === W && l[1]) && l[2], p = d && v.childNodes[d]; (p = (++d && p && p[g]) || (x = d = 0) || h.pop()); ) if ( 1 === p.nodeType && ++x && p === t ) { c[e] = [W, d, x]; break; } } else if ( (y && ((p = t), (f = p[M] || (p[M] = {})), (c = f[p.uniqueID] || (f[p.uniqueID] = {})), (l = c[e] || []), (d = l[0] === W && l[1]), (x = d)), !1 === x) ) for ( ; (p = (++d && p && p[g]) || (x = d = 0) || h.pop()) && ((s ? p.nodeName.toLowerCase() !== m : 1 !== p.nodeType) || !++x || (y && ((f = p[M] || (p[M] = {})), (c = f[p.uniqueID] || (f[p.uniqueID] = {})), (c[e] = [W, x])), p !== t)); ); return ( (x -= i) === r || (x % r == 0 && x / r >= 0) ); } }; }, PSEUDO: function (e, n) { var i, o = w.pseudos[e] || w.setFilters[e.toLowerCase()] || t.error("unsupported pseudo: " + e); return o[M] ? o(n) : o.length > 1 ? ((i = [e, e, "", n]), w.setFilters.hasOwnProperty(e.toLowerCase()) ? r(function (e, t) { for ( var r, i = o(e, n), a = i.length; a--; ) (r = K(e, i[a])), (e[r] = !(t[r] = i[a])); }) : function (e) { return o(e, 0, i); }) : o; }, }, pseudos: { not: r(function (e) { var t = [], n = [], i = k(e.replace(oe, "$1")); return i[M] ? r(function (e, t, n, r) { for ( var o, a = i(e, null, r, []), s = e.length; s--; ) (o = a[s]) && (e[s] = !(t[s] = o)); }) : function (e, r, o) { return ( (t[0] = e), i(t, null, o, 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(me, ye)), function (t) { return ( ( t.textContent || t.innerText || T(t) ).indexOf(e) > -1 ); } ); }), lang: r(function (e) { return ( ce.test(e || "") || t.error("unsupported lang: " + e), (e = e.replace(me, ye).toLowerCase()), function (t) { var n; do { if ( (n = H ? 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 === L; }, focus: function (e) { return ( e === q.activeElement && (!q.hasFocus || q.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 !w.pseudos.empty(e); }, header: function (e) { return de.test(e.nodeName); }, input: function (e) { return pe.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: u(function () { return [0]; }), last: u(function (e, t) { return [t - 1]; }), eq: u(function (e, t, n) { return [n < 0 ? n + t : n]; }), even: u(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e; }), odd: u(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e; }), lt: u(function (e, t, n) { for (var r = n < 0 ? n + t : n; --r >= 0; ) e.push(r); return e; }), gt: u(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t; ) e.push(r); return e; }), }, }).pseudos.nth = w.pseudos.eq); for (x in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0, }) w.pseudos[x] = (function (e) { return function (t) { return "input" === t.nodeName.toLowerCase() && t.type === e; }; })(x); for (x in { submit: !0, reset: !0 }) w.pseudos[x] = (function (e) { return function (t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e; }; })(x); return ( (c.prototype = w.filters = w.pseudos), (w.setFilters = new c()), (E = t.tokenize = function (e, n) { var r, i, o, a, s, u, l, c = _[e + " "]; if (c) return n ? 0 : c.slice(0); for (s = e, u = [], l = w.preFilter; s; ) { (r && !(i = ae.exec(s))) || (i && (s = s.slice(i[0].length) || s), u.push((o = []))), (r = !1), (i = se.exec(s)) && ((r = i.shift()), o.push({ value: r, type: i[0].replace(oe, " "), }), (s = s.slice(r.length))); for (a in w.filter) !(i = fe[a].exec(s)) || (l[a] && !(i = l[a](i))) || ((r = i.shift()), o.push({ value: r, type: a, matches: i }), (s = s.slice(r.length))); if (!r) break; } return n ? s.length : s ? t.error(e) : _(e, u).slice(0); }), (k = t.compile = function (e, t) { var n, r = [], i = [], o = z[e + " "]; if (!o) { for (t || (t = E(e)), n = t.length; n--; ) (o = m(t[n])), o[M] ? r.push(o) : i.push(o); (o = z(e, y(i, r))).selector = e; } return o; }), (S = t.select = function (e, t, n, r) { var i, o, a, s, u, c = "function" == typeof e && e, p = !r && E((e = c.selector || e)); if (((n = n || []), 1 === p.length)) { if ( (o = p[0] = p[0].slice(0)).length > 2 && "ID" === (a = o[0]).type && 9 === t.nodeType && H && w.relative[o[1].type] ) { if ( !(t = (w.find.ID( a.matches[0].replace(me, ye), t ) || [])[0]) ) return n; c && (t = t.parentNode), (e = e.slice(o.shift().value.length)); } for ( i = fe.needsContext.test(e) ? 0 : o.length; i-- && ((a = o[i]), !w.relative[(s = a.type)]); ) if ( (u = w.find[s]) && (r = u( a.matches[0].replace(me, ye), (ve.test(o[0].type) && l(t.parentNode)) || t )) ) { if ((o.splice(i, 1), !(e = r.length && f(o)))) return Q.apply(n, r), n; break; } } return ( (c || k(e, p))( r, t, !H, n, !t || (ve.test(e) && l(t.parentNode)) || t ), n ); }), (b.sortStable = M.split("").sort(X).join("") === M), (b.detectDuplicates = !!j), A(), (b.sortDetached = i(function (e) { return ( 1 & e.compareDocumentPosition(q.createElement("fieldset")) ); })), i(function (e) { return ( (e.innerHTML = ""), "#" === e.firstChild.getAttribute("href") ); }) || o("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 = ""), e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") ); })) || o("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue; }), i(function (e) { return null == e.getAttribute("disabled"); }) || o(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 ); })(e); (he.find = xe), (he.expr = xe.selectors), (he.expr[":"] = he.expr.pseudos), (he.uniqueSort = he.unique = xe.uniqueSort), (he.text = xe.getText), (he.isXMLDoc = xe.isXML), (he.contains = xe.contains), (he.escapeSelector = xe.escape); var be = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType; ) if (1 === e.nodeType) { if (i && he(e).is(n)) break; r.push(e); } return r; }, we = function (e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n; }, Te = he.expr.match.needsContext, Ce = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i, Ee = /^.[^:#\[\.,]*$/; (he.filter = function (e, t, n) { var r = t[0]; return ( n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? he.find.matchesSelector(r, e) ? [r] : [] : he.find.matches( e, he.grep(t, function (e) { return 1 === e.nodeType; }) ) ); }), he.fn.extend({ find: function (e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack( he(e).filter(function () { for (t = 0; t < r; t++) if (he.contains(i[t], this)) return !0; }) ); for (n = this.pushStack([]), t = 0; t < r; t++) he.find(e, i[t], n); return r > 1 ? he.uniqueSort(n) : n; }, filter: function (e) { return this.pushStack(o(this, e || [], !1)); }, not: function (e) { return this.pushStack(o(this, e || [], !0)); }, is: function (e) { return !!o( this, "string" == typeof e && Te.test(e) ? he(e) : e || [], !1 ).length; }, }); var ke, Se = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; ((he.fn.init = function (e, t, n) { var r, i; if (!e) return this; if (((n = n || ke), "string" == typeof e)) { if ( !(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : Se.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 he ? t[0] : t), he.merge( this, he.parseHTML( r[1], t && t.nodeType ? t.ownerDocument || t : te, !0 ) ), Ce.test(r[1]) && he.isPlainObject(t)) ) for (r in t) he.isFunction(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this; } return ( (i = te.getElementById(r[2])) && ((this[0] = i), (this.length = 1)), this ); } return e.nodeType ? ((this[0] = e), (this.length = 1), this) : he.isFunction(e) ? void 0 !== n.ready ? n.ready(e) : e(he) : he.makeArray(e, this); }).prototype = he.fn), (ke = he(te)); var Ne = /^(?:parents|prev(?:Until|All))/, De = { children: !0, contents: !0, next: !0, prev: !0 }; he.fn.extend({ has: function (e) { var t = he(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++) if (he.contains(this, t[e])) return !0; }); }, closest: function (e, t) { var n, r = 0, i = this.length, o = [], a = "string" != typeof e && he(e); if (!Te.test(e)) for (; r < i; r++) for (n = this[r]; n && n !== t; n = n.parentNode) if ( n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && he.find.matchesSelector(n, e)) ) { o.push(n); break; } return this.pushStack(o.length > 1 ? he.uniqueSort(o) : o); }, index: function (e) { return e ? "string" == typeof e ? ae.call(he(e), this[0]) : ae.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1; }, add: function (e, t) { return this.pushStack( he.uniqueSort(he.merge(this.get(), he(e, t))) ); }, addBack: function (e) { return this.add( null == e ? this.prevObject : this.prevObject.filter(e) ); }, }), he.each( { parent: function (e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null; }, parents: function (e) { return be(e, "parentNode"); }, parentsUntil: function (e, t, n) { return be(e, "parentNode", n); }, next: function (e) { return a(e, "nextSibling"); }, prev: function (e) { return a(e, "previousSibling"); }, nextAll: function (e) { return be(e, "nextSibling"); }, prevAll: function (e) { return be(e, "previousSibling"); }, nextUntil: function (e, t, n) { return be(e, "nextSibling", n); }, prevUntil: function (e, t, n) { return be(e, "previousSibling", n); }, siblings: function (e) { return we((e.parentNode || {}).firstChild, e); }, children: function (e) { return we(e.firstChild); }, contents: function (e) { return i(e, "iframe") ? e.contentDocument : (i(e, "template") && (e = e.content || e), he.merge([], e.childNodes)); }, }, function (e, t) { he.fn[e] = function (n, r) { var i = he.map(this, t, n); return ( "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = he.filter(r, i)), this.length > 1 && (De[e] || he.uniqueSort(i), Ne.test(e) && i.reverse()), this.pushStack(i) ); }; } ); var je = /[^\x20\t\r\n\f]+/g; (he.Callbacks = function (e) { e = "string" == typeof e ? s(e) : he.extend({}, e); var t, n, r, i, o = [], a = [], u = -1, l = function () { for (i = i || e.once, r = t = !0; a.length; u = -1) for (n = a.shift(); ++u < o.length; ) !1 === o[u].apply(n[0], n[1]) && e.stopOnFalse && ((u = o.length), (n = !1)); e.memory || (n = !1), (t = !1), i && (o = n ? [] : ""); }, c = { add: function () { return ( o && (n && !t && ((u = o.length - 1), a.push(n)), (function t(n) { he.each(n, function (n, r) { he.isFunction(r) ? (e.unique && c.has(r)) || o.push(r) : r && r.length && "string" !== he.type(r) && t(r); }); })(arguments), n && !t && l()), this ); }, remove: function () { return ( he.each(arguments, function (e, t) { for (var n; (n = he.inArray(t, o, n)) > -1; ) o.splice(n, 1), n <= u && u--; }), this ); }, has: function (e) { return e ? he.inArray(e, o) > -1 : o.length > 0; }, empty: function () { return o && (o = []), this; }, disable: function () { return (i = a = []), (o = n = ""), this; }, disabled: function () { return !o; }, lock: function () { return (i = a = []), n || t || (o = n = ""), this; }, locked: function () { return !!i; }, fireWith: function (e, n) { return ( i || ((n = n || []), (n = [e, n.slice ? n.slice() : n]), a.push(n), t || l()), this ); }, fire: function () { return c.fireWith(this, arguments), this; }, fired: function () { return !!r; }, }; return c; }), he.extend({ Deferred: function (t) { var n = [ [ "notify", "progress", he.Callbacks("memory"), he.Callbacks("memory"), 2, ], [ "resolve", "done", he.Callbacks("once memory"), he.Callbacks("once memory"), 0, "resolved", ], [ "reject", "fail", he.Callbacks("once memory"), he.Callbacks("once memory"), 1, "rejected", ], ], r = "pending", i = { state: function () { return r; }, always: function () { return o.done(arguments).fail(arguments), this; }, catch: function (e) { return i.then(null, e); }, pipe: function () { var e = arguments; return he .Deferred(function (t) { he.each(n, function (n, r) { var i = he.isFunction(e[r[4]]) && e[r[4]]; o[r[1]](function () { var e = i && i.apply(this, arguments); e && he.isFunction(e.promise) ? e .promise() .progress(t.notify) .done(t.resolve) .fail(t.reject) : t[r[0] + "With"]( this, i ? [e] : arguments ); }); }), (e = null); }) .promise(); }, then: function (t, r, i) { function o(t, n, r, i) { return function () { var s = this, c = arguments, f = function () { var e, f; if (!(t < a)) { if ( (e = r.apply(s, c)) === n.promise() ) throw new TypeError( "Thenable self-resolution" ); (f = e && ("object" == typeof e || "function" == typeof e) && e.then), he.isFunction(f) ? i ? f.call( e, o(a, n, u, i), o(a, n, l, i) ) : (a++, f.call( e, o(a, n, u, i), o(a, n, l, i), o( a, n, u, n.notifyWith ) )) : (r !== u && ((s = void 0), (c = [e])), (i || n.resolveWith)( s, c )); } }, p = i ? f : function () { try { f(); } catch (e) { he.Deferred .exceptionHook && he.Deferred.exceptionHook( e, p.stackTrace ), t + 1 >= a && (r !== l && ((s = void 0), (c = [e])), n.rejectWith( s, c )); } }; t ? p() : (he.Deferred.getStackHook && (p.stackTrace = he.Deferred.getStackHook()), e.setTimeout(p)); }; } var a = 0; return he .Deferred(function (e) { n[0][3].add( o( 0, e, he.isFunction(i) ? i : u, e.notifyWith ) ), n[1][3].add( o(0, e, he.isFunction(t) ? t : u) ), n[2][3].add( o(0, e, he.isFunction(r) ? r : l) ); }) .promise(); }, promise: function (e) { return null != e ? he.extend(e, i) : i; }, }, o = {}; return ( he.each(n, function (e, t) { var a = t[2], s = t[5]; (i[t[1]] = a.add), s && a.add( function () { r = s; }, n[3 - e][2].disable, n[0][2].lock ), a.add(t[3].fire), (o[t[0]] = function () { return ( o[t[0] + "With"]( this === o ? void 0 : this, arguments ), this ); }), (o[t[0] + "With"] = a.fireWith); }), i.promise(o), t && t.call(o, o), o ); }, when: function (e) { var t = arguments.length, n = t, r = Array(n), i = re.call(arguments), o = he.Deferred(), a = function (e) { return function (n) { (r[e] = this), (i[e] = arguments.length > 1 ? re.call(arguments) : n), --t || o.resolveWith(r, i); }; }; if ( t <= 1 && (c(e, o.done(a(n)).resolve, o.reject, !t), "pending" === o.state() || he.isFunction(i[n] && i[n].then)) ) return o.then(); for (; n--; ) c(i[n], a(n), o.reject); return o.promise(); }, }); var Ae = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; (he.Deferred.exceptionHook = function (t, n) { e.console && e.console.warn && t && Ae.test(t.name) && e.console.warn( "jQuery.Deferred exception: " + t.message, t.stack, n ); }), (he.readyException = function (t) { e.setTimeout(function () { throw t; }); }); var qe = he.Deferred(); (he.fn.ready = function (e) { return ( qe.then(e).catch(function (e) { he.readyException(e); }), this ); }), he.extend({ isReady: !1, readyWait: 1, ready: function (e) { (!0 === e ? --he.readyWait : he.isReady) || ((he.isReady = !0), (!0 !== e && --he.readyWait > 0) || qe.resolveWith(te, [he])); }, }), (he.ready.then = qe.then), "complete" === te.readyState || ("loading" !== te.readyState && !te.documentElement.doScroll) ? e.setTimeout(he.ready) : (te.addEventListener("DOMContentLoaded", f), e.addEventListener("load", f)); var Le = function (e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n; if ("object" === he.type(n)) { i = !0; for (s in n) Le(e, t, s, n[s], !0, o, a); } else if ( void 0 !== r && ((i = !0), he.isFunction(r) || (a = !0), l && (a ? (t.call(e, r), (t = null)) : ((l = t), (t = function (e, t, n) { return l.call(he(e), n); }))), t) ) for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o; }, He = function (e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType; }; (p.uid = 1), (p.prototype = { cache: function (e) { var t = e[this.expando]; return ( t || ((t = {}), He(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[he.camelCase(t)] = n; else for (r in t) i[he.camelCase(r)] = t[r]; return i; }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][he.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(he.camelCase)) : ((t = he.camelCase(t)), (t = t in r ? [t] : t.match(je) || [])), (n = t.length); for (; n--; ) delete r[t[n]]; } (void 0 === t || he.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 && !he.isEmptyObject(t); }, }); var Fe = new p(), Oe = new p(), Pe = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, Re = /[A-Z]/g; he.extend({ hasData: function (e) { return Oe.hasData(e) || Fe.hasData(e); }, data: function (e, t, n) { return Oe.access(e, t, n); }, removeData: function (e, t) { Oe.remove(e, t); }, _data: function (e, t, n) { return Fe.access(e, t, n); }, _removeData: function (e, t) { Fe.remove(e, t); }, }), he.fn.extend({ data: function (e, t) { var n, r, i, o = this[0], a = o && o.attributes; if (void 0 === e) { if ( this.length && ((i = Oe.get(o)), 1 === o.nodeType && !Fe.get(o, "hasDataAttrs")) ) { for (n = a.length; n--; ) a[n] && 0 === (r = a[n].name).indexOf("data-") && ((r = he.camelCase(r.slice(5))), h(o, r, i[r])); Fe.set(o, "hasDataAttrs", !0); } return i; } return "object" == typeof e ? this.each(function () { Oe.set(this, e); }) : Le( this, function (t) { var n; if (o && void 0 === t) { if (void 0 !== (n = Oe.get(o, e))) return n; if (void 0 !== (n = h(o, e))) return n; } else this.each(function () { Oe.set(this, e, t); }); }, null, t, arguments.length > 1, null, !0 ); }, removeData: function (e) { return this.each(function () { Oe.remove(this, e); }); }, }), he.extend({ queue: function (e, t, n) { var r; if (e) return ( (t = (t || "fx") + "queue"), (r = Fe.get(e, t)), n && (!r || Array.isArray(n) ? (r = Fe.access(e, t, he.makeArray(n))) : r.push(n)), r || [] ); }, dequeue: function (e, t) { t = t || "fx"; var n = he.queue(e, t), r = n.length, i = n.shift(), o = he._queueHooks(e, t); "inprogress" === i && ((i = n.shift()), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call( e, function () { he.dequeue(e, t); }, o )), !r && o && o.empty.fire(); }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return ( Fe.get(e, n) || Fe.access(e, n, { empty: he.Callbacks("once memory").add(function () { Fe.remove(e, [t + "queue", n]); }), }) ); }, }), he.fn.extend({ queue: function (e, t) { var n = 2; return ( "string" != typeof e && ((t = e), (e = "fx"), n--), arguments.length < n ? he.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = he.queue(this, e, t); he._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && he.dequeue(this, e); }) ); }, dequeue: function (e) { return this.each(function () { he.dequeue(this, e); }); }, clearQueue: function (e) { return this.queue(e || "fx", []); }, promise: function (e, t) { var n, r = 1, i = he.Deferred(), o = this, a = this.length, s = function () { --r || i.resolveWith(o, [o]); }; for ( "string" != typeof e && ((t = e), (e = void 0)), e = e || "fx"; a--; ) (n = Fe.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t); }, }); var Me = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, Ie = new RegExp("^(?:([+-])=|)(" + Me + ")([a-z%]*)$", "i"), We = ["Top", "Right", "Bottom", "Left"], $e = function (e, t) { return ( "none" === (e = t || e).style.display || ("" === e.style.display && he.contains(e.ownerDocument, e) && "none" === he.css(e, "display")) ); }, Be = function (e, t, n, r) { var i, o, a = {}; for (o in t) (a[o] = e.style[o]), (e.style[o] = t[o]); i = n.apply(e, r || []); for (o in t) e.style[o] = a[o]; return i; }, _e = {}; he.fn.extend({ show: function () { return m(this, !0); }, hide: function () { return m(this); }, toggle: function (e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function () { $e(this) ? he(this).show() : he(this).hide(); }); }, }); var ze = /^(?:checkbox|radio)$/i, Xe = /<([a-z][^\/\0>\x20\t\r\n\f]+)/i, Ue = /^$|\/(?:java|ecma)script/i, Ve = { option: [1, ""], thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""], }; (Ve.optgroup = Ve.option), (Ve.tbody = Ve.tfoot = Ve.colgroup = Ve.caption = Ve.thead), (Ve.th = Ve.td); var Ge = /<|&#?\w+;/; !(function () { var e = te .createDocumentFragment() .appendChild(te.createElement("div")), t = te.createElement("input"); t.setAttribute("type", "radio"), t.setAttribute("checked", "checked"), t.setAttribute("name", "t"), e.appendChild(t), (pe.checkClone = e.cloneNode(!0).cloneNode(!0).lastChild.checked), (e.innerHTML = ""), (pe.noCloneChecked = !!e.cloneNode(!0).lastChild.defaultValue); })(); var Ye = te.documentElement, Qe = /^key/, Je = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, Ke = /^([^.]*)(?:\.(.+)|)/; (he.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, d, h, g, v = Fe.get(e); if (v) for ( n.handler && ((o = n), (n = o.handler), (i = o.selector)), i && he.find.matchesSelector(Ye, i), n.guid || (n.guid = he.guid++), (u = v.events) || (u = v.events = {}), (a = v.handle) || (a = v.handle = function (t) { return void 0 !== he && he.event.triggered !== t.type ? he.event.dispatch.apply(e, arguments) : void 0; }), l = (t = (t || "").match(je) || [""]).length; l--; ) (s = Ke.exec(t[l]) || []), (d = g = s[1]), (h = (s[2] || "").split(".").sort()), d && ((f = he.event.special[d] || {}), (d = (i ? f.delegateType : f.bindType) || d), (f = he.event.special[d] || {}), (c = he.extend( { type: d, origType: g, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && he.expr.match.needsContext.test(i), namespace: h.join("."), }, o )), (p = u[d]) || ((p = u[d] = []), (p.delegateCount = 0), (f.setup && !1 !== f.setup.call(e, r, h, a)) || (e.addEventListener && e.addEventListener(d, a))), f.add && (f.add.call(e, c), c.handler.guid || (c.handler.guid = n.guid)), i ? p.splice(p.delegateCount++, 0, c) : p.push(c), (he.event.global[d] = !0)); }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, d, h, g, v = Fe.hasData(e) && Fe.get(e); if (v && (u = v.events)) { for (l = (t = (t || "").match(je) || [""]).length; l--; ) if ( ((s = Ke.exec(t[l]) || []), (d = g = s[1]), (h = (s[2] || "").split(".").sort()), d) ) { for ( f = he.event.special[d] || {}, p = u[ (d = (r ? f.delegateType : f.bindType) || d) ] || [], s = s[2] && new RegExp( "(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)" ), a = o = p.length; o--; ) (c = p[o]), (!i && g !== c.origType) || (n && n.guid !== c.guid) || (s && !s.test(c.namespace)) || (r && r !== c.selector && ("**" !== r || !c.selector)) || (p.splice(o, 1), c.selector && p.delegateCount--, f.remove && f.remove.call(e, c)); a && !p.length && ((f.teardown && !1 !== f.teardown.call(e, h, v.handle)) || he.removeEvent(e, d, v.handle), delete u[d]); } else for (d in u) he.event.remove(e, d + t[l], n, r, !0); he.isEmptyObject(u) && Fe.remove(e, "handle events"); } }, dispatch: function (e) { var t, n, r, i, o, a, s = he.event.fix(e), u = new Array(arguments.length), l = (Fe.get(this, "events") || {})[s.type] || [], c = he.event.special[s.type] || {}; for (u[0] = s, t = 1; t < arguments.length; t++) u[t] = arguments[t]; if ( ((s.delegateTarget = this), !c.preDispatch || !1 !== c.preDispatch.call(this, s)) ) { for ( a = he.event.handlers.call(this, s, l), t = 0; (i = a[t++]) && !s.isPropagationStopped(); ) for ( s.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !s.isImmediatePropagationStopped(); ) (s.rnamespace && !s.rnamespace.test(o.namespace)) || ((s.handleObj = o), (s.data = o.data), void 0 !== (r = ( (he.event.special[o.origType] || {}) .handle || o.handler ).apply(i.elem, u)) && !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, o, a, s = [], u = t.delegateCount, l = e.target; if (u && l.nodeType && !("click" === e.type && e.button >= 1)) for (; l !== this; l = l.parentNode || this) if ( 1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled) ) { for (o = [], a = {}, n = 0; n < u; n++) (r = t[n]), (i = r.selector + " "), void 0 === a[i] && (a[i] = r.needsContext ? he(i, this).index(l) > -1 : he.find(i, this, null, [l]).length), a[i] && o.push(r); o.length && s.push({ elem: l, handlers: o }); } return ( (l = this), u < t.length && s.push({ elem: l, handlers: t.slice(u) }), s ); }, addProp: function (e, t) { Object.defineProperty(he.Event.prototype, e, { enumerable: !0, configurable: !0, get: he.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[he.expando] ? e : new he.Event(e); }, special: { load: { noBubble: !0 }, focus: { trigger: function () { if (this !== C() && this.focus) return this.focus(), !1; }, delegateType: "focusin", }, blur: { trigger: function () { if (this === C() && this.blur) return this.blur(), !1; }, delegateType: "focusout", }, click: { trigger: function () { if ( "checkbox" === this.type && this.click && i(this, "input") ) return this.click(), !1; }, _default: function (e) { return i(e.target, "a"); }, }, beforeunload: { postDispatch: function (e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result); }, }, }, }), (he.removeEvent = function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n); }), (he.Event = function (e, t) { return this instanceof he.Event ? (e && e.type ? ((this.originalEvent = e), (this.type = e.type), (this.isDefaultPrevented = e.defaultPrevented || (void 0 === e.defaultPrevented && !1 === e.returnValue) ? w : T), (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 && he.extend(this, t), (this.timeStamp = (e && e.timeStamp) || he.now()), void (this[he.expando] = !0)) : new he.Event(e, t); }), (he.Event.prototype = { constructor: he.Event, isDefaultPrevented: T, isPropagationStopped: T, isImmediatePropagationStopped: T, isSimulated: !1, preventDefault: function () { var e = this.originalEvent; (this.isDefaultPrevented = w), e && !this.isSimulated && e.preventDefault(); }, stopPropagation: function () { var e = this.originalEvent; (this.isPropagationStopped = w), e && !this.isSimulated && e.stopPropagation(); }, stopImmediatePropagation: function () { var e = this.originalEvent; (this.isImmediatePropagationStopped = w), e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation(); }, }), he.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 && Qe.test(e.type) ? null != e.charCode ? e.charCode : e.keyCode : !e.which && void 0 !== t && Je.test(e.type) ? 1 & t ? 1 : 2 & t ? 3 : 4 & t ? 2 : 0 : e.which; }, }, he.event.addProp ), he.each( { mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout", }, function (e, t) { he.event.special[e] = { delegateType: t, bindType: t, handle: function (e) { var n, r = this, i = e.relatedTarget, o = e.handleObj; return ( (i && (i === r || he.contains(r, i))) || ((e.type = o.origType), (n = o.handler.apply(this, arguments)), (e.type = t)), n ); }, }; } ), he.fn.extend({ on: function (e, t, n, r) { return E(this, e, t, n, r); }, one: function (e, t, n, r) { return E(this, e, t, n, r, 1); }, off: function (e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) return ( (r = e.handleObj), he(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 = T), this.each(function () { he.event.remove(this, e, n, t); }) ); }, }); var Ze = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, et = /\s*$/g; he.extend({ htmlPrefilter: function (e) { return e.replace(Ze, "<$1>"); }, clone: function (e, t, n) { var r, i, o, a, s = e.cloneNode(!0), u = he.contains(e.ownerDocument, e); if ( !( pe.noCloneChecked || (1 !== e.nodeType && 11 !== e.nodeType) || he.isXMLDoc(e) ) ) for (a = y(s), o = y(e), r = 0, i = o.length; r < i; r++) j(o[r], a[r]); if (t) if (n) for ( o = o || y(e), a = a || y(s), r = 0, i = o.length; r < i; r++ ) D(o[r], a[r]); else D(e, s); return ( (a = y(s, "script")).length > 0 && x(a, !u && y(e, "script")), s ); }, cleanData: function (e) { for ( var t, n, r, i = he.event.special, o = 0; void 0 !== (n = e[o]); o++ ) if (He(n)) { if ((t = n[Fe.expando])) { if (t.events) for (r in t.events) i[r] ? he.event.remove(n, r) : he.removeEvent(n, r, t.handle); n[Fe.expando] = void 0; } n[Oe.expando] && (n[Oe.expando] = void 0); } }, }), he.fn.extend({ detach: function (e) { return q(this, e, !0); }, remove: function (e) { return q(this, e); }, text: function (e) { return Le( this, function (e) { return void 0 === e ? he.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 A(this, arguments, function (e) { (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || k(this, e).appendChild(e); }); }, prepend: function () { return A(this, arguments, function (e) { if ( 1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType ) { var t = k(this, e); t.insertBefore(e, t.firstChild); } }); }, before: function () { return A(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this); }); }, after: function () { return A(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 && (he.cleanData(y(e, !1)), (e.textContent = "")); return this; }, clone: function (e, t) { return ( (e = null != e && e), (t = null == t ? e : t), this.map(function () { return he.clone(this, e, t); }) ); }, html: function (e) { return Le( 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 && !et.test(e) && !Ve[(Xe.exec(e) || ["", ""])[1].toLowerCase()] ) { e = he.htmlPrefilter(e); try { for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (he.cleanData(y(t, !1)), (t.innerHTML = e)); t = 0; } catch (e) {} } t && this.empty().append(e); }, null, e, arguments.length ); }, replaceWith: function () { var e = []; return A( this, arguments, function (t) { var n = this.parentNode; he.inArray(this, e) < 0 && (he.cleanData(y(this)), n && n.replaceChild(t, this)); }, e ); }, }), he.each( { appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith", }, function (e, t) { he.fn[e] = function (e) { for ( var n, r = [], i = he(e), o = i.length - 1, a = 0; a <= o; a++ ) (n = a === o ? this : this.clone(!0)), he(i[a])[t](n), oe.apply(r, n.get()); return this.pushStack(r); }; } ); var it = /^margin/, ot = new RegExp("^(" + Me + ")(?!px)[a-z%]+$", "i"), at = function (t) { var n = t.ownerDocument.defaultView; return (n && n.opener) || (n = e), n.getComputedStyle(t); }; !(function () { function t() { 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 = ""), Ye.appendChild(a); var t = e.getComputedStyle(s); (n = "1%" !== t.top), (o = "2px" === t.marginLeft), (r = "4px" === t.width), (s.style.marginRight = "50%"), (i = "4px" === t.marginRight), Ye.removeChild(a), (s = null); } } var n, r, i, o, a = te.createElement("div"), s = te.createElement("div"); s.style && ((s.style.backgroundClip = "content-box"), (s.cloneNode(!0).style.backgroundClip = ""), (pe.clearCloneStyle = "content-box" === s.style.backgroundClip), (a.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute"), a.appendChild(s), he.extend(pe, { pixelPosition: function () { return t(), n; }, boxSizingReliable: function () { return t(), r; }, pixelMarginRight: function () { return t(), i; }, reliableMarginLeft: function () { return t(), o; }, })); })(); var st = /^(none|table(?!-c[ea]).+)/, ut = /^--/, lt = { position: "absolute", visibility: "hidden", display: "block" }, ct = { letterSpacing: "0", fontWeight: "400" }, ft = ["Webkit", "Moz", "ms"], pt = te.createElement("div").style; he.extend({ cssHooks: { opacity: { get: function (e, t) { if (t) { var n = L(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, o, a, s = he.camelCase(t), u = ut.test(t), l = e.style; return ( u || (t = O(s)), (a = he.cssHooks[t] || he.cssHooks[s]), void 0 === n ? a && "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t] : ("string" === (o = typeof n) && (i = Ie.exec(n)) && i[1] && ((n = g(e, t, i)), (o = "number")), void ( null != n && n === n && ("number" === o && (n += (i && i[3]) || (he.cssNumber[s] ? "" : "px")), pe.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"), (a && "set" in a && void 0 === (n = a.set(e, n, r))) || (u ? l.setProperty(t, n) : (l[t] = n))) )) ); } }, css: function (e, t, n, r) { var i, o, a, s = he.camelCase(t); return ( ut.test(t) || (t = O(s)), (a = he.cssHooks[t] || he.cssHooks[s]) && "get" in a && (i = a.get(e, !0, n)), void 0 === i && (i = L(e, t, r)), "normal" === i && t in ct && (i = ct[t]), "" === n || n ? ((o = parseFloat(i)), !0 === n || isFinite(o) ? o || 0 : i) : i ); }, }), he.each(["height", "width"], function (e, t) { he.cssHooks[t] = { get: function (e, n, r) { if (n) return !st.test(he.css(e, "display")) || (e.getClientRects().length && e.getBoundingClientRect().width) ? M(e, t, r) : Be(e, lt, function () { return M(e, t, r); }); }, set: function (e, n, r) { var i, o = r && at(e), a = r && R( e, t, r, "border-box" === he.css(e, "boxSizing", !1, o), o ); return ( a && (i = Ie.exec(n)) && "px" !== (i[3] || "px") && ((e.style[t] = n), (n = he.css(e, t))), P(e, n, a) ); }, }; }), (he.cssHooks.marginLeft = H(pe.reliableMarginLeft, function (e, t) { if (t) return ( (parseFloat(L(e, "marginLeft")) || e.getBoundingClientRect().left - Be(e, { marginLeft: 0 }, function () { return e.getBoundingClientRect().left; })) + "px" ); })), he.each({ margin: "", padding: "", border: "Width" }, function (e, t) { (he.cssHooks[e + t] = { expand: function (n) { for ( var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++ ) i[e + We[r] + t] = o[r] || o[r - 2] || o[0]; return i; }, }), it.test(e) || (he.cssHooks[e + t].set = P); }), he.fn.extend({ css: function (e, t) { return Le( this, function (e, t, n) { var r, i, o = {}, a = 0; if (Array.isArray(t)) { for (r = at(e), i = t.length; a < i; a++) o[t[a]] = he.css(e, t[a], !1, r); return o; } return void 0 !== n ? he.style(e, t, n) : he.css(e, t); }, e, t, arguments.length > 1 ); }, }), (he.Tween = I), (I.prototype = { constructor: I, init: function (e, t, n, r, i, o) { (this.elem = e), (this.prop = n), (this.easing = i || he.easing._default), (this.options = t), (this.start = this.now = this.cur()), (this.end = r), (this.unit = o || (he.cssNumber[n] ? "" : "px")); }, cur: function () { var e = I.propHooks[this.prop]; return e && e.get ? e.get(this) : I.propHooks._default.get(this); }, run: function (e) { var t, n = I.propHooks[this.prop]; return ( this.options.duration ? (this.pos = t = he.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) : I.propHooks._default.set(this), this ); }, }), (I.prototype.init.prototype = I.prototype), (I.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 = he.css(e.elem, e.prop, "")), t && "auto" !== t ? t : 0); }, set: function (e) { he.fx.step[e.prop] ? he.fx.step[e.prop](e) : 1 !== e.elem.nodeType || (null == e.elem.style[he.cssProps[e.prop]] && !he.cssHooks[e.prop]) ? (e.elem[e.prop] = e.now) : he.style(e.elem, e.prop, e.now + e.unit); }, }, }), (I.propHooks.scrollTop = I.propHooks.scrollLeft = { set: function (e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now); }, }), (he.easing = { linear: function (e) { return e; }, swing: function (e) { return 0.5 - Math.cos(e * Math.PI) / 2; }, _default: "swing", }), (he.fx = I.prototype.init), (he.fx.step = {}); var dt, ht, gt = /^(?:toggle|show|hide)$/, vt = /queueHooks$/; (he.Animation = he.extend(X, { tweeners: { "*": [ function (e, t) { var n = this.createTween(e, t); return g(n.elem, e, Ie.exec(t), n), n; }, ], }, tweener: function (e, t) { he.isFunction(e) ? ((t = e), (e = ["*"])) : (e = e.match(je)); for (var n, r = 0, i = e.length; r < i; r++) (n = e[r]), (X.tweeners[n] = X.tweeners[n] || []), X.tweeners[n].unshift(t); }, prefilters: [ function (e, t, n) { var r, i, o, a, s, u, l, c, f = "width" in t || "height" in t, p = this, d = {}, h = e.style, g = e.nodeType && $e(e), v = Fe.get(e, "fxshow"); n.queue || (null == (a = he._queueHooks(e, "fx")).unqueued && ((a.unqueued = 0), (s = a.empty.fire), (a.empty.fire = function () { a.unqueued || s(); })), a.unqueued++, p.always(function () { p.always(function () { a.unqueued--, he.queue(e, "fx").length || a.empty.fire(); }); })); for (r in t) if (((i = t[r]), gt.test(i))) { if ( (delete t[r], (o = o || "toggle" === i), i === (g ? "hide" : "show")) ) { if ("show" !== i || !v || void 0 === v[r]) continue; g = !0; } d[r] = (v && v[r]) || he.style(e, r); } if ((u = !he.isEmptyObject(t)) || !he.isEmptyObject(d)) { f && 1 === e.nodeType && ((n.overflow = [h.overflow, h.overflowX, h.overflowY]), null == (l = v && v.display) && (l = Fe.get(e, "display")), "none" === (c = he.css(e, "display")) && (l ? (c = l) : (m([e], !0), (l = e.style.display || l), (c = he.css(e, "display")), m([e]))), ("inline" === c || ("inline-block" === c && null != l)) && "none" === he.css(e, "float") && (u || (p.done(function () { h.display = l; }), null == l && ((c = h.display), (l = "none" === c ? "" : c))), (h.display = "inline-block"))), n.overflow && ((h.overflow = "hidden"), p.always(function () { (h.overflow = n.overflow[0]), (h.overflowX = n.overflow[1]), (h.overflowY = n.overflow[2]); })), (u = !1); for (r in d) u || (v ? "hidden" in v && (g = v.hidden) : (v = Fe.access(e, "fxshow", { display: l })), o && (v.hidden = !g), g && m([e], !0), p.done(function () { g || m([e]), Fe.remove(e, "fxshow"); for (r in d) he.style(e, r, d[r]); })), (u = _(g ? v[r] : 0, r, p)), r in v || ((v[r] = u.start), g && ((u.end = u.start), (u.start = 0))); } }, ], prefilter: function (e, t) { t ? X.prefilters.unshift(e) : X.prefilters.push(e); }, })), (he.speed = function (e, t, n) { var r = e && "object" == typeof e ? he.extend({}, e) : { complete: n || (!n && t) || (he.isFunction(e) && e), duration: e, easing: (n && t) || (t && !he.isFunction(t) && t), }; return ( he.fx.off ? (r.duration = 0) : "number" != typeof r.duration && (r.duration in he.fx.speeds ? (r.duration = he.fx.speeds[r.duration]) : (r.duration = he.fx.speeds._default)), (null != r.queue && !0 !== r.queue) || (r.queue = "fx"), (r.old = r.complete), (r.complete = function () { he.isFunction(r.old) && r.old.call(this), r.queue && he.dequeue(this, r.queue); }), r ); }), he.fn.extend({ fadeTo: function (e, t, n, r) { return this.filter($e) .css("opacity", 0) .show() .end() .animate({ opacity: t }, e, n, r); }, animate: function (e, t, n, r) { var i = he.isEmptyObject(e), o = he.speed(t, n, r), a = function () { var t = X(this, he.extend({}, e), o); (i || Fe.get(this, "finish")) && t.stop(!0); }; return ( (a.finish = a), i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a) ); }, 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", o = he.timers, a = Fe.get(this); if (i) a[i] && a[i].stop && r(a[i]); else for (i in a) a[i] && a[i].stop && vt.test(i) && r(a[i]); for (i = o.length; i--; ) o[i].elem !== this || (null != e && o[i].queue !== e) || (o[i].anim.stop(n), (t = !1), o.splice(i, 1)); (!t && n) || he.dequeue(this, e); }) ); }, finish: function (e) { return ( !1 !== e && (e = e || "fx"), this.each(function () { var t, n = Fe.get(this), r = n[e + "queue"], i = n[e + "queueHooks"], o = he.timers, a = r ? r.length : 0; for ( n.finish = !0, he.queue(this, e, []), i && i.stop && i.stop.call(this, !0), t = o.length; t--; ) o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), o.splice(t, 1)); for (t = 0; t < a; t++) r[t] && r[t].finish && r[t].finish.call(this); delete n.finish; }) ); }, }), he.each(["toggle", "show", "hide"], function (e, t) { var n = he.fn[t]; he.fn[t] = function (e, r, i) { return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(B(t, !0), e, r, i); }; }), he.each( { slideDown: B("show"), slideUp: B("hide"), slideToggle: B("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" }, }, function (e, t) { he.fn[e] = function (e, n, r) { return this.animate(t, e, n, r); }; } ), (he.timers = []), (he.fx.tick = function () { var e, t = 0, n = he.timers; for (dt = he.now(); t < n.length; t++) (e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || he.fx.stop(), (dt = void 0); }), (he.fx.timer = function (e) { he.timers.push(e), he.fx.start(); }), (he.fx.interval = 13), (he.fx.start = function () { ht || ((ht = !0), W()); }), (he.fx.stop = function () { ht = null; }), (he.fx.speeds = { slow: 600, fast: 200, _default: 400 }), (he.fn.delay = function (t, n) { return ( (t = he.fx ? he.fx.speeds[t] || t : t), (n = n || "fx"), this.queue(n, function (n, r) { var i = e.setTimeout(n, t); r.stop = function () { e.clearTimeout(i); }; }) ); }), (function () { var e = te.createElement("input"), t = te .createElement("select") .appendChild(te.createElement("option")); (e.type = "checkbox"), (pe.checkOn = "" !== e.value), (pe.optSelected = t.selected), ((e = te.createElement("input")).value = "t"), (e.type = "radio"), (pe.radioValue = "t" === e.value); })(); var mt, yt = he.expr.attrHandle; he.fn.extend({ attr: function (e, t) { return Le(this, he.attr, e, t, arguments.length > 1); }, removeAttr: function (e) { return this.each(function () { he.removeAttr(this, e); }); }, }), he.extend({ attr: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return void 0 === e.getAttribute ? he.prop(e, t, n) : ((1 === o && he.isXMLDoc(e)) || (i = he.attrHooks[t.toLowerCase()] || (he.expr.match.bool.test(t) ? mt : void 0)), void 0 !== n ? null === n ? void he.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 = he.find.attr(e, t)), null == r ? void 0 : r)); }, attrHooks: { type: { set: function (e, t) { if (!pe.radioValue && "radio" === t && i(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(je); if (i && 1 === e.nodeType) for (; (n = i[r++]); ) e.removeAttribute(n); }, }), (mt = { set: function (e, t, n) { return !1 === t ? he.removeAttr(e, n) : e.setAttribute(n, n), n; }, }), he.each(he.expr.match.bool.source.match(/\w+/g), function (e, t) { var n = yt[t] || he.find.attr; yt[t] = function (e, t, r) { var i, o, a = t.toLowerCase(); return ( r || ((o = yt[a]), (yt[a] = i), (i = null != n(e, t, r) ? a : null), (yt[a] = o)), i ); }; }); var xt = /^(?:input|select|textarea|button)$/i, bt = /^(?:a|area)$/i; he.fn.extend({ prop: function (e, t) { return Le(this, he.prop, e, t, arguments.length > 1); }, removeProp: function (e) { return this.each(function () { delete this[he.propFix[e] || e]; }); }, }), he.extend({ prop: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return ( (1 === o && he.isXMLDoc(e)) || ((t = he.propFix[t] || t), (i = he.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 = he.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : xt.test(e.nodeName) || (bt.test(e.nodeName) && e.href) ? 0 : -1; }, }, }, propFix: { for: "htmlFor", class: "className" }, }), pe.optSelected || (he.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); }, }), he.each( [ "tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable", ], function () { he.propFix[this.toLowerCase()] = this; } ), he.fn.extend({ addClass: function (e) { var t, n, r, i, o, a, s, u = 0; if (he.isFunction(e)) return this.each(function (t) { he(this).addClass(e.call(this, t, V(this))); }); if ("string" == typeof e && e) for (t = e.match(je) || []; (n = this[u++]); ) if ( ((i = V(n)), (r = 1 === n.nodeType && " " + U(i) + " ")) ) { for (a = 0; (o = t[a++]); ) r.indexOf(" " + o + " ") < 0 && (r += o + " "); i !== (s = U(r)) && n.setAttribute("class", s); } return this; }, removeClass: function (e) { var t, n, r, i, o, a, s, u = 0; if (he.isFunction(e)) return this.each(function (t) { he(this).removeClass(e.call(this, t, V(this))); }); if (!arguments.length) return this.attr("class", ""); if ("string" == typeof e && e) for (t = e.match(je) || []; (n = this[u++]); ) if ( ((i = V(n)), (r = 1 === n.nodeType && " " + U(i) + " ")) ) { for (a = 0; (o = t[a++]); ) for (; r.indexOf(" " + o + " ") > -1; ) r = r.replace(" " + o + " ", " "); i !== (s = U(r)) && 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) : he.isFunction(e) ? this.each(function (n) { he(this).toggleClass(e.call(this, n, V(this), t), t); }) : this.each(function () { var t, r, i, o; if ("string" === n) for ( r = 0, i = he(this), o = e.match(je) || []; (t = o[r++]); ) i.hasClass(t) ? i.removeClass(t) : i.addClass(t); else (void 0 !== e && "boolean" !== n) || ((t = V(this)) && Fe.set(this, "__className__", t), this.setAttribute && this.setAttribute( "class", t || !1 === e ? "" : Fe.get(this, "__className__") || "" )); }); }, hasClass: function (e) { var t, n, r = 0; for (t = " " + e + " "; (n = this[r++]); ) if ( 1 === n.nodeType && (" " + U(V(n)) + " ").indexOf(t) > -1 ) return !0; return !1; }, }); var wt = /\r/g; he.fn.extend({ val: function (e) { var t, n, r, i = this[0]; return arguments.length ? ((r = he.isFunction(e)), this.each(function (n) { var i; 1 === this.nodeType && ((i = r ? e.call(this, n, he(this).val()) : e), null == i ? (i = "") : "number" == typeof i ? (i += "") : Array.isArray(i) && (i = he.map(i, function (e) { return null == e ? "" : e + ""; })), ((t = he.valHooks[this.type] || he.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, i, "value")) || (this.value = i)); })) : i ? ((t = he.valHooks[i.type] || he.valHooks[i.nodeName.toLowerCase()]), t && "get" in t && void 0 !== (n = t.get(i, "value")) ? n : ((n = i.value), "string" == typeof n ? n.replace(wt, "") : null == n ? "" : n)) : void 0; }, }), he.extend({ valHooks: { option: { get: function (e) { var t = he.find.attr(e, "value"); return null != t ? t : U(he.text(e)); }, }, select: { get: function (e) { var t, n, r, o = e.options, a = e.selectedIndex, s = "select-one" === e.type, u = s ? null : [], l = s ? a + 1 : o.length; for (r = a < 0 ? l : s ? a : 0; r < l; r++) if ( ((n = o[r]).selected || r === a) && !n.disabled && (!n.parentNode.disabled || !i(n.parentNode, "optgroup")) ) { if (((t = he(n).val()), s)) return t; u.push(t); } return u; }, set: function (e, t) { for ( var n, r, i = e.options, o = he.makeArray(t), a = i.length; a--; ) (r = i[a]), (r.selected = he.inArray(he.valHooks.option.get(r), o) > -1) && (n = !0); return n || (e.selectedIndex = -1), o; }, }, }, }), he.each(["radio", "checkbox"], function () { (he.valHooks[this] = { set: function (e, t) { if (Array.isArray(t)) return (e.checked = he.inArray(he(e).val(), t) > -1); }, }), pe.checkOn || (he.valHooks[this].get = function (e) { return null === e.getAttribute("value") ? "on" : e.value; }); }); var Tt = /^(?:focusinfocus|focusoutblur)$/; he.extend(he.event, { trigger: function (t, n, r, i) { var o, a, s, u, l, c, f, p = [r || te], d = le.call(t, "type") ? t.type : t, h = le.call(t, "namespace") ? t.namespace.split(".") : []; if ( ((a = s = r = r || te), 3 !== r.nodeType && 8 !== r.nodeType && !Tt.test(d + he.event.triggered) && (d.indexOf(".") > -1 && ((h = d.split(".")), (d = h.shift()), h.sort()), (l = d.indexOf(":") < 0 && "on" + d), (t = t[he.expando] ? t : new he.Event(d, "object" == typeof t && t)), (t.isTrigger = i ? 2 : 3), (t.namespace = h.join(".")), (t.rnamespace = t.namespace ? new RegExp( "(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : null), (t.result = void 0), t.target || (t.target = r), (n = null == n ? [t] : he.makeArray(n, [t])), (f = he.event.special[d] || {}), i || !f.trigger || !1 !== f.trigger.apply(r, n))) ) { if (!i && !f.noBubble && !he.isWindow(r)) { for ( u = f.delegateType || d, Tt.test(u + d) || (a = a.parentNode); a; a = a.parentNode ) p.push(a), (s = a); s === (r.ownerDocument || te) && p.push(s.defaultView || s.parentWindow || e); } for (o = 0; (a = p[o++]) && !t.isPropagationStopped(); ) (t.type = o > 1 ? u : f.bindType || d), (c = (Fe.get(a, "events") || {})[t.type] && Fe.get(a, "handle")) && c.apply(a, n), (c = l && a[l]) && c.apply && He(a) && ((t.result = c.apply(a, n)), !1 === t.result && t.preventDefault()); return ( (t.type = d), i || t.isDefaultPrevented() || (f._default && !1 !== f._default.apply(p.pop(), n)) || !He(r) || (l && he.isFunction(r[d]) && !he.isWindow(r) && ((s = r[l]) && (r[l] = null), (he.event.triggered = d), r[d](), (he.event.triggered = void 0), s && (r[l] = s))), t.result ); } }, simulate: function (e, t, n) { var r = he.extend(new he.Event(), n, { type: e, isSimulated: !0 }); he.event.trigger(r, null, t); }, }), he.fn.extend({ trigger: function (e, t) { return this.each(function () { he.event.trigger(e, t, this); }); }, triggerHandler: function (e, t) { var n = this[0]; if (n) return he.event.trigger(e, t, n, !0); }, }), he.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) { he.fn[t] = function (e, n) { return arguments.length > 0 ? this.on(t, null, e, n) : this.trigger(t); }; } ), he.fn.extend({ hover: function (e, t) { return this.mouseenter(e).mouseleave(t || e); }, }), (pe.focusin = "onfocusin" in e), pe.focusin || he.each({ focus: "focusin", blur: "focusout" }, function (e, t) { var n = function (e) { he.event.simulate(t, e.target, he.event.fix(e)); }; he.event.special[t] = { setup: function () { var r = this.ownerDocument || this, i = Fe.access(r, t); i || r.addEventListener(e, n, !0), Fe.access(r, t, (i || 0) + 1); }, teardown: function () { var r = this.ownerDocument || this, i = Fe.access(r, t) - 1; i ? Fe.access(r, t, i) : (r.removeEventListener(e, n, !0), Fe.remove(r, t)); }, }; }); var Ct = e.location, Et = he.now(), kt = /\?/; he.parseXML = function (t) { var n; if (!t || "string" != typeof t) return null; try { n = new e.DOMParser().parseFromString(t, "text/xml"); } catch (e) { n = void 0; } return ( (n && !n.getElementsByTagName("parsererror").length) || he.error("Invalid XML: " + t), n ); }; var St = /\[\]$/, Nt = /\r?\n/g, Dt = /^(?:submit|button|image|reset|file)$/i, jt = /^(?:input|select|textarea|keygen)/i; (he.param = function (e, t) { var n, r = [], i = function (e, t) { var n = he.isFunction(t) ? t() : t; r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n); }; if (Array.isArray(e) || (e.jquery && !he.isPlainObject(e))) he.each(e, function () { i(this.name, this.value); }); else for (n in e) G(n, e[n], t, i); return r.join("&"); }), he.fn.extend({ serialize: function () { return he.param(this.serializeArray()); }, serializeArray: function () { return this.map(function () { var e = he.prop(this, "elements"); return e ? he.makeArray(e) : this; }) .filter(function () { var e = this.type; return ( this.name && !he(this).is(":disabled") && jt.test(this.nodeName) && !Dt.test(e) && (this.checked || !ze.test(e)) ); }) .map(function (e, t) { var n = he(this).val(); return null == n ? null : Array.isArray(n) ? he.map(n, function (e) { return { name: t.name, value: e.replace(Nt, "\r\n"), }; }) : { name: t.name, value: n.replace(Nt, "\r\n") }; }) .get(); }, }); var At = /%20/g, qt = /#.*$/, Lt = /([?&])_=[^&]*/, Ht = /^(.*?):[ \t]*([^\r\n]*)$/gm, Ft = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, Ot = /^(?:GET|HEAD)$/, Pt = /^\/\//, Rt = {}, Mt = {}, It = "*/".concat("*"), Wt = te.createElement("a"); (Wt.href = Ct.href), he.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: Ct.href, type: "GET", isLocal: Ft.test(Ct.protocol), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": It, 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": he.parseXML, }, flatOptions: { url: !0, context: !0 }, }, ajaxSetup: function (e, t) { return t ? J(J(e, he.ajaxSettings), t) : J(he.ajaxSettings, e); }, ajaxPrefilter: Y(Rt), ajaxTransport: Y(Mt), ajax: function (t, n) { function r(t, n, r, s) { var l, p, d, b, w, T = n; c || ((c = !0), u && e.clearTimeout(u), (i = void 0), (a = s || ""), (C.readyState = t > 0 ? 4 : 0), (l = (t >= 200 && t < 300) || 304 === t), r && (b = K(h, C, r)), (b = Z(h, b, C, l)), l ? (h.ifModified && ((w = C.getResponseHeader("Last-Modified")) && (he.lastModified[o] = w), (w = C.getResponseHeader("etag")) && (he.etag[o] = w)), 204 === t || "HEAD" === h.type ? (T = "nocontent") : 304 === t ? (T = "notmodified") : ((T = b.state), (p = b.data), (d = b.error), (l = !d))) : ((d = T), (!t && T) || ((T = "error"), t < 0 && (t = 0))), (C.status = t), (C.statusText = (n || T) + ""), l ? m.resolveWith(g, [p, T, C]) : m.rejectWith(g, [C, T, d]), C.statusCode(x), (x = void 0), f && v.trigger(l ? "ajaxSuccess" : "ajaxError", [ C, h, l ? p : d, ]), y.fireWith(g, [C, T]), f && (v.trigger("ajaxComplete", [C, h]), --he.active || he.event.trigger("ajaxStop"))); } "object" == typeof t && ((n = t), (t = void 0)), (n = n || {}); var i, o, a, s, u, l, c, f, p, d, h = he.ajaxSetup({}, n), g = h.context || h, v = h.context && (g.nodeType || g.jquery) ? he(g) : he.event, m = he.Deferred(), y = he.Callbacks("once memory"), x = h.statusCode || {}, b = {}, w = {}, T = "canceled", C = { readyState: 0, getResponseHeader: function (e) { var t; if (c) { if (!s) for (s = {}; (t = Ht.exec(a)); ) s[t[1].toLowerCase()] = t[2]; t = s[e.toLowerCase()]; } return null == t ? null : t; }, getAllResponseHeaders: function () { return c ? a : null; }, setRequestHeader: function (e, t) { return ( null == c && ((e = w[e.toLowerCase()] = w[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) C.always(e[C.status]); else for (t in e) x[t] = [x[t], e[t]]; return this; }, abort: function (e) { var t = e || T; return i && i.abort(t), r(0, t), this; }, }; if ( (m.promise(C), (h.url = ((t || h.url || Ct.href) + "").replace( Pt, Ct.protocol + "//" )), (h.type = n.method || n.type || h.method || h.type), (h.dataTypes = (h.dataType || "*") .toLowerCase() .match(je) || [""]), null == h.crossDomain) ) { l = te.createElement("a"); try { (l.href = h.url), (l.href = l.href), (h.crossDomain = Wt.protocol + "//" + Wt.host != l.protocol + "//" + l.host); } catch (e) { h.crossDomain = !0; } } if ( (h.data && h.processData && "string" != typeof h.data && (h.data = he.param(h.data, h.traditional)), Q(Rt, h, n, C), c) ) return C; (f = he.event && h.global) && 0 == he.active++ && he.event.trigger("ajaxStart"), (h.type = h.type.toUpperCase()), (h.hasContent = !Ot.test(h.type)), (o = h.url.replace(qt, "")), h.hasContent ? h.data && h.processData && 0 === (h.contentType || "").indexOf( "application/x-www-form-urlencoded" ) && (h.data = h.data.replace(At, "+")) : ((d = h.url.slice(o.length)), h.data && ((o += (kt.test(o) ? "&" : "?") + h.data), delete h.data), !1 === h.cache && ((o = o.replace(Lt, "$1")), (d = (kt.test(o) ? "&" : "?") + "_=" + Et++ + d)), (h.url = o + d)), h.ifModified && (he.lastModified[o] && C.setRequestHeader( "If-Modified-Since", he.lastModified[o] ), he.etag[o] && C.setRequestHeader("If-None-Match", he.etag[o])), ((h.data && h.hasContent && !1 !== h.contentType) || n.contentType) && C.setRequestHeader("Content-Type", h.contentType), C.setRequestHeader( "Accept", h.dataTypes[0] && h.accepts[h.dataTypes[0]] ? h.accepts[h.dataTypes[0]] + ("*" !== h.dataTypes[0] ? ", " + It + "; q=0.01" : "") : h.accepts["*"] ); for (p in h.headers) C.setRequestHeader(p, h.headers[p]); if (h.beforeSend && (!1 === h.beforeSend.call(g, C, h) || c)) return C.abort(); if ( ((T = "abort"), y.add(h.complete), C.done(h.success), C.fail(h.error), (i = Q(Mt, h, n, C))) ) { if ( ((C.readyState = 1), f && v.trigger("ajaxSend", [C, h]), c) ) return C; h.async && h.timeout > 0 && (u = e.setTimeout(function () { C.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 C; }, getJSON: function (e, t, n) { return he.get(e, t, n, "json"); }, getScript: function (e, t) { return he.get(e, void 0, t, "script"); }, }), he.each(["get", "post"], function (e, t) { he[t] = function (e, n, r, i) { return ( he.isFunction(n) && ((i = i || r), (r = n), (n = void 0)), he.ajax( he.extend( { url: e, type: t, dataType: i, data: n, success: r, }, he.isPlainObject(e) && e ) ) ); }; }), (he._evalUrl = function (e) { return he.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, throws: !0, }); }), he.fn.extend({ wrapAll: function (e) { var t; return ( this[0] && (he.isFunction(e) && (e = e.call(this[0])), (t = he(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 he.isFunction(e) ? this.each(function (t) { he(this).wrapInner(e.call(this, t)); }) : this.each(function () { var t = he(this), n = t.contents(); n.length ? n.wrapAll(e) : t.append(e); }); }, wrap: function (e) { var t = he.isFunction(e); return this.each(function (n) { he(this).wrapAll(t ? e.call(this, n) : e); }); }, unwrap: function (e) { return ( this.parent(e) .not("body") .each(function () { he(this).replaceWith(this.childNodes); }), this ); }, }), (he.expr.pseudos.hidden = function (e) { return !he.expr.pseudos.visible(e); }), (he.expr.pseudos.visible = function (e) { return !!( e.offsetWidth || e.offsetHeight || e.getClientRects().length ); }), (he.ajaxSettings.xhr = function () { try { return new e.XMLHttpRequest(); } catch (e) {} }); var $t = { 0: 200, 1223: 204 }, Bt = he.ajaxSettings.xhr(); (pe.cors = !!Bt && "withCredentials" in Bt), (pe.ajax = Bt = !!Bt), he.ajaxTransport(function (t) { var n, r; if (pe.cors || (Bt && !t.crossDomain)) return { send: function (i, o) { var a, s = t.xhr(); if ( (s.open( t.type, t.url, t.async, t.username, t.password ), t.xhrFields) ) for (a in t.xhrFields) s[a] = t.xhrFields[a]; t.mimeType && s.overrideMimeType && s.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"); for (a in i) s.setRequestHeader(a, i[a]); (n = function (e) { return function () { n && ((n = r = s.onload = s.onerror = s.onabort = s.onreadystatechange = null), "abort" === e ? s.abort() : "error" === e ? "number" != typeof s.status ? o(0, "error") : o(s.status, s.statusText) : o( $t[s.status] || s.status, s.statusText, "text" !== (s.responseType || "text") || "string" != typeof s.responseText ? { binary: s.response } : { text: s.responseText }, s.getAllResponseHeaders() )); }; }), (s.onload = n()), (r = s.onerror = n("error")), void 0 !== s.onabort ? (s.onabort = r) : (s.onreadystatechange = function () { 4 === s.readyState && e.setTimeout(function () { n && r(); }); }), (n = n("abort")); try { s.send((t.hasContent && t.data) || null); } catch (e) { if (n) throw e; } }, abort: function () { n && n(); }, }; }), he.ajaxPrefilter(function (e) { e.crossDomain && (e.contents.script = !1); }), he.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 he.globalEval(e), e; }, }, }), he.ajaxPrefilter("script", function (e) { void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET"); }), he.ajaxTransport("script", function (e) { if (e.crossDomain) { var t, n; return { send: function (r, i) { (t = he("