/* * BiwaScheme 0.8.0 - R6RS/R7RS Scheme in JavaScript * * Copyright (c) 2007-2023 Yutaka HARA (http://www.biwascheme.org/) * Licensed under the MIT license. */ /*! * jQuery JavaScript Library v3.6.0 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright OpenJS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2021-03-02T17:08Z */ !(function (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"; var n = [], r = Object.getPrototypeOf, i = n.slice, a = n.flat ? function (e) { return n.flat.call(e); } : function (e) { return n.concat.apply([], e); }, s = n.push, o = n.indexOf, u = {}, c = u.toString, l = u.hasOwnProperty, f = l.toString, d = f.call(Object), h = {}, p = function (e) { return ( "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item ); }, m = function (e) { return null != e && e === e.window; }, _ = e.document, g = { type: !0, src: !0, nonce: !0, noModule: !0 }; function b(e, t, n) { var r, i, a = (n = n || _).createElement("script"); if (((a.text = e), t)) for (r in g) (i = t[r] || (t.getAttribute && t.getAttribute(r))) && a.setAttribute(r, i); n.head.appendChild(a).parentNode.removeChild(a); } function y(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[c.call(e)] || "object" : typeof e; } var v = "3.6.0", w = function (e, t) { return new w.fn.init(e, t); }; function x(e) { var t = !!e && "length" in e && e.length, n = y(e); return ( !p(e) && !m(e) && ("array" === n || 0 === t || ("number" == typeof t && t > 0 && t - 1 in e)) ); } (w.fn = w.prototype = { jquery: v, constructor: w, length: 0, toArray: function () { return i.call(this); }, get: function (e) { return null == e ? i.call(this) : e < 0 ? this[e + this.length] : this[e]; }, pushStack: function (e) { var t = w.merge(this.constructor(), e); return (t.prevObject = this), t; }, each: function (e) { return w.each(this, e); }, map: function (e) { return this.pushStack( w.map(this, function (t, n) { return e.call(t, n, t); }) ); }, slice: function () { return this.pushStack(i.apply(this, arguments)); }, first: function () { return this.eq(0); }, last: function () { return this.eq(-1); }, even: function () { return this.pushStack( w.grep(this, function (e, t) { return (t + 1) % 2; }) ); }, odd: function () { return this.pushStack( w.grep(this, function (e, t) { return t % 2; }) ); }, eq: function (e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(n >= 0 && n < t ? [this[n]] : []); }, end: function () { return this.prevObject || this.constructor(); }, push: s, sort: n.sort, splice: n.splice, }), (w.extend = w.fn.extend = function () { var e, t, n, r, i, a, s = arguments[0] || {}, o = 1, u = arguments.length, c = !1; for ( "boolean" == typeof s && ((c = s), (s = arguments[o] || {}), o++), "object" == typeof s || p(s) || (s = {}), o === u && ((s = this), o--); o < u; o++ ) if (null != (e = arguments[o])) for (t in e) (r = e[t]), "__proto__" !== t && s !== r && (c && r && (w.isPlainObject(r) || (i = Array.isArray(r))) ? ((n = s[t]), (a = i && !Array.isArray(n) ? [] : i || w.isPlainObject(n) ? n : {}), (i = !1), (s[t] = w.extend(c, a, r))) : void 0 !== r && (s[t] = r)); return s; }), w.extend({ expando: "jQuery" + (v + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e); }, noop: function () {}, isPlainObject: function (e) { var t, n; return ( !(!e || "[object Object]" !== c.call(e)) && (!(t = r(e)) || ("function" == typeof (n = l.call(t, "constructor") && t.constructor) && f.call(n) === d)) ); }, isEmptyObject: function (e) { var t; for (t in e) return !1; return !0; }, globalEval: function (e, t, n) { b(e, { nonce: t && t.nonce }, n); }, each: function (e, t) { var n, r = 0; if (x(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e; }, makeArray: function (e, t) { var n = t || []; return ( null != e && (x(Object(e)) ? w.merge(n, "string" == typeof e ? [e] : e) : s.call(n, e)), n ); }, inArray: function (e, t, n) { return null == t ? -1 : o.call(t, e, n); }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r]; return (e.length = i), e; }, grep: function (e, t, n) { for (var r = [], i = 0, a = e.length, s = !n; i < a; i++) !t(e[i], i) !== s && r.push(e[i]); return r; }, map: function (e, t, n) { var r, i, s = 0, o = []; if (x(e)) for (r = e.length; s < r; s++) null != (i = t(e[s], s, n)) && o.push(i); else for (s in e) null != (i = t(e[s], s, n)) && o.push(i); return a(o); }, guid: 1, support: h, }), "function" == typeof Symbol && (w.fn[Symbol.iterator] = n[Symbol.iterator]), w.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), function (e, t) { u["[object " + t + "]"] = t.toLowerCase(); } ); var S = /*! * Sizzle CSS Selector Engine v2.3.6 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * * Date: 2021-02-16 */ (function (e) { var t, n, r, i, a, s, o, u, c, l, f, d, h, p, m, _, g, b, y, v = "sizzle" + 1 * new Date(), w = e.document, x = 0, S = 0, C = ue(), E = ue(), P = ue(), k = ue(), T = function (e, t) { return e === t && (f = !0), 0; }, j = {}.hasOwnProperty, B = [], q = B.pop, D = B.push, A = B.push, $ = B.slice, N = function (e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n; return -1; }, L = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", R = "[\\x20\\t\\r\\n\\f]", O = "(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", M = "\\[[\\x20\\t\\r\\n\\f]*(" + O + ")(?:" + R + "*([*^$|!~]?=)" + R + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + O + "))|)" + R + "*\\]", I = ":(" + O + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + M + ")*)|.*)\\)|)", H = new RegExp(R + "+", "g"), F = new RegExp( "^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$", "g" ), W = new RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]*"), z = new RegExp( "^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*" ), U = new RegExp(R + "|>"), V = new RegExp(I), X = new RegExp("^" + O + "$"), G = { ID: new RegExp("^#(" + O + ")"), CLASS: new RegExp("^\\.(" + O + ")"), TAG: new RegExp("^(" + O + "|[*])"), ATTR: new RegExp("^" + M), PSEUDO: new RegExp("^" + I), CHILD: new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)", "i" ), bool: new RegExp("^(?:" + L + ")$", "i"), needsContext: new RegExp( "^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)", "i" ), }, Y = /HTML$/i, Q = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, K = /^[^{]+\{\s*\[native \w/, Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ee = /[+~]/, te = new RegExp( "\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])", "g" ), ne = function (e, t) { var n = "0x" + e.slice(1) - 65536; return ( t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode((n >> 10) | 55296, (1023 & n) | 56320)) ); }, re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, ie = function (e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e; }, ae = function () { d(); }, se = ve( function (e) { return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase(); }, { dir: "parentNode", next: "legend" } ); try { A.apply((B = $.call(w.childNodes)), w.childNodes), B[w.childNodes.length].nodeType; } catch (e) { A = { apply: B.length ? function (e, t) { D.apply(e, $.call(t)); } : function (e, t) { for (var n = e.length, r = 0; (e[n++] = t[r++]); ); e.length = n - 1; }, }; } function oe(e, t, r, i) { var a, o, c, l, f, p, g, b = t && t.ownerDocument, w = t ? t.nodeType : 9; if ( ((r = r || []), "string" != typeof e || !e || (1 !== w && 9 !== w && 11 !== w)) ) return r; if (!i && (d(t), (t = t || h), m)) { if (11 !== w && (f = Z.exec(e))) if ((a = f[1])) { if (9 === w) { if (!(c = t.getElementById(a))) return r; if (c.id === a) return r.push(c), r; } else if ( b && (c = b.getElementById(a)) && y(t, c) && c.id === a ) return r.push(c), r; } else { if (f[2]) return A.apply(r, t.getElementsByTagName(e)), r; if ( (a = f[3]) && n.getElementsByClassName && t.getElementsByClassName ) return A.apply(r, t.getElementsByClassName(a)), r; } if ( n.qsa && !k[e + " "] && (!_ || !_.test(e)) && (1 !== w || "object" !== t.nodeName.toLowerCase()) ) { if (((g = e), (b = t), 1 === w && (U.test(e) || z.test(e)))) { for ( ((b = (ee.test(e) && ge(t.parentNode)) || t) === t && n.scope) || ((l = t.getAttribute("id")) ? (l = l.replace(re, ie)) : t.setAttribute("id", (l = v))), o = (p = s(e)).length; o--; ) p[o] = (l ? "#" + l : ":scope") + " " + ye(p[o]); g = p.join(","); } try { return A.apply(r, b.querySelectorAll(g)), r; } catch (t) { k(e, !0); } finally { l === v && t.removeAttribute("id"); } } } return u(e.replace(F, "$1"), t, r, i); } function ue() { var e = []; return function t(n, i) { return ( e.push(n + " ") > r.cacheLength && delete t[e.shift()], (t[n + " "] = i) ); }; } function ce(e) { return (e[v] = !0), e; } function le(e) { var t = h.createElement("fieldset"); try { return !!e(t); } catch (e) { return !1; } finally { t.parentNode && t.parentNode.removeChild(t), (t = null); } } function fe(e, t) { for (var n = e.split("|"), i = n.length; i--; ) r.attrHandle[n[i]] = t; } function de(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 he(e) { return function (t) { return "input" === t.nodeName.toLowerCase() && t.type === e; }; } function pe(e) { return function (t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e; }; } function me(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 && se(t) === e) : t.disabled === e : "label" in t && t.disabled === e; }; } function _e(e) { return ce(function (t) { return ( (t = +t), ce(function (n, r) { for (var i, a = e([], n.length, t), s = a.length; s--; ) n[(i = a[s])] && (n[i] = !(r[i] = n[i])); }) ); }); } function ge(e) { return e && void 0 !== e.getElementsByTagName && e; } for (t in ((n = oe.support = {}), (a = oe.isXML = function (e) { var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement; return !Y.test(t || (n && n.nodeName) || "HTML"); }), (d = oe.setDocument = function (e) { var t, i, s = e ? e.ownerDocument || e : w; return s != h && 9 === s.nodeType && s.documentElement ? ((p = (h = s).documentElement), (m = !a(h)), w != h && (i = h.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", ae, !1) : i.attachEvent && i.attachEvent("onunload", ae)), (n.scope = le(function (e) { return ( p.appendChild(e).appendChild(h.createElement("div")), void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length ); })), (n.attributes = le(function (e) { return (e.className = "i"), !e.getAttribute("className"); })), (n.getElementsByTagName = le(function (e) { return ( e.appendChild(h.createComment("")), !e.getElementsByTagName("*").length ); })), (n.getElementsByClassName = K.test(h.getElementsByClassName)), (n.getById = le(function (e) { return ( (p.appendChild(e).id = v), !h.getElementsByName || !h.getElementsByName(v).length ); })), n.getById ? ((r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { return e.getAttribute("id") === t; }; }), (r.find.ID = function (e, t) { if (void 0 !== t.getElementById && m) { var n = t.getElementById(e); return n ? [n] : []; } })) : ((r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t; }; }), (r.find.ID = function (e, t) { if (void 0 !== t.getElementById && m) { var n, r, i, a = t.getElementById(e); if (a) { if ((n = a.getAttributeNode("id")) && n.value === e) return [a]; for (i = t.getElementsByName(e), r = 0; (a = i[r++]); ) if ((n = a.getAttributeNode("id")) && n.value === e) return [a]; } return []; } })), (r.find.TAG = n.getElementsByTagName ? function (e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0; } : function (e, t) { var n, r = [], i = 0, a = t.getElementsByTagName(e); if ("*" === e) { for (; (n = a[i++]); ) 1 === n.nodeType && r.push(n); return r; } return a; }), (r.find.CLASS = n.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && m) return t.getElementsByClassName(e); }), (g = []), (_ = []), (n.qsa = K.test(h.querySelectorAll)) && (le(function (e) { var t; (p.appendChild(e).innerHTML = ""), e.querySelectorAll("[msallowcapture^='']").length && _.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"), e.querySelectorAll("[selected]").length || _.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|" + L + ")"), e.querySelectorAll("[id~=" + v + "-]").length || _.push("~="), (t = h.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || _.push( "\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")" ), e.querySelectorAll(":checked").length || _.push(":checked"), e.querySelectorAll("a#" + v + "+*").length || _.push(".#.+[+~]"), e.querySelectorAll("\\\f"), _.push("[\\r\\n\\f]"); }), le(function (e) { e.innerHTML = ""; var t = h.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && _.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && _.push(":enabled", ":disabled"), (p.appendChild(e).disabled = !0), 2 !== e.querySelectorAll(":disabled").length && _.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), _.push(",.*:"); })), (n.matchesSelector = K.test( (b = p.matches || p.webkitMatchesSelector || p.mozMatchesSelector || p.oMatchesSelector || p.msMatchesSelector) )) && le(function (e) { (n.disconnectedMatch = b.call(e, "*")), b.call(e, "[s!='']:x"), g.push("!=", I); }), (_ = _.length && new RegExp(_.join("|"))), (g = g.length && new RegExp(g.join("|"))), (t = K.test(p.compareDocumentPosition)), (y = t || K.test(p.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; }), (T = t ? function (e, t) { if (e === t) return (f = !0), 0; var r = !e.compareDocumentPosition - !t.compareDocumentPosition; return ( r || (1 & (r = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || (!n.sortDetached && t.compareDocumentPosition(e) === r) ? e == h || (e.ownerDocument == w && y(w, e)) ? -1 : t == h || (t.ownerDocument == w && y(w, t)) ? 1 : l ? N(l, e) - N(l, t) : 0 : 4 & r ? -1 : 1) ); } : function (e, t) { if (e === t) return (f = !0), 0; var n, r = 0, i = e.parentNode, a = t.parentNode, s = [e], o = [t]; if (!i || !a) return e == h ? -1 : t == h ? 1 : i ? -1 : a ? 1 : l ? N(l, e) - N(l, t) : 0; if (i === a) return de(e, t); for (n = e; (n = n.parentNode); ) s.unshift(n); for (n = t; (n = n.parentNode); ) o.unshift(n); for (; s[r] === o[r]; ) r++; return r ? de(s[r], o[r]) : s[r] == w ? -1 : o[r] == w ? 1 : 0; }), h) : h; }), (oe.matches = function (e, t) { return oe(e, null, null, t); }), (oe.matchesSelector = function (e, t) { if ( (d(e), n.matchesSelector && m && !k[t + " "] && (!g || !g.test(t)) && (!_ || !_.test(t))) ) try { var r = b.call(e, t); if ( r || n.disconnectedMatch || (e.document && 11 !== e.document.nodeType) ) return r; } catch (e) { k(t, !0); } return oe(t, h, null, [e]).length > 0; }), (oe.contains = function (e, t) { return (e.ownerDocument || e) != h && d(e), y(e, t); }), (oe.attr = function (e, t) { (e.ownerDocument || e) != h && d(e); var i = r.attrHandle[t.toLowerCase()], a = i && j.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !m) : void 0; return void 0 !== a ? a : n.attributes || !m ? e.getAttribute(t) : (a = e.getAttributeNode(t)) && a.specified ? a.value : null; }), (oe.escape = function (e) { return (e + "").replace(re, ie); }), (oe.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e); }), (oe.uniqueSort = function (e) { var t, r = [], i = 0, a = 0; if ( ((f = !n.detectDuplicates), (l = !n.sortStable && e.slice(0)), e.sort(T), f) ) { for (; (t = e[a++]); ) t === e[a] && (i = r.push(a)); for (; i--; ) e.splice(r[i], 1); } return (l = null), e; }), (i = oe.getText = function (e) { var t, n = "", r = 0, a = e.nodeType; if (a) { if (1 === a || 9 === a || 11 === a) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling) n += i(e); } else if (3 === a || 4 === a) return e.nodeValue; } else for (; (t = e[r++]); ) n += i(t); return n; }), (r = oe.selectors = { cacheLength: 50, createPseudo: ce, match: G, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" }, }, preFilter: { ATTR: function (e) { return ( (e[1] = e[1].replace(te, ne)), (e[3] = (e[3] || e[4] || e[5] || "").replace(te, ne)), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) ); }, CHILD: function (e) { return ( (e[1] = e[1].toLowerCase()), "nth" === e[1].slice(0, 3) ? (e[3] || oe.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] && oe.error(e[0]), e ); }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; return G.CHILD.test(e[0]) ? null : (e[3] ? (e[2] = e[4] || e[5] || "") : n && V.test(n) && (t = s(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && ((e[0] = e[0].slice(0, t)), (e[2] = n.slice(0, t))), e.slice(0, 3)); }, }, filter: { TAG: function (e) { var t = e.replace(te, ne).toLowerCase(); return "*" === e ? function () { return !0; } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t; }; }, CLASS: function (e) { var t = C[e + " "]; return ( t || ((t = new RegExp( "(^|[\\x20\\t\\r\\n\\f])" + e + "(" + R + "|$)" )) && C(e, function (e) { return t.test( ("string" == typeof e.className && e.className) || (void 0 !== e.getAttribute && e.getAttribute("class")) || "" ); })) ); }, ATTR: function (e, t, n) { return function (r) { var i = oe.attr(r, e); return null == i ? "!=" === t : !t || ((i += ""), "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace(H, " ") + " ").indexOf(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")); }; }, CHILD: function (e, t, n, r, i) { var a = "nth" !== e.slice(0, 3), s = "last" !== e.slice(-4), o = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentNode; } : function (t, n, u) { var c, l, f, d, h, p, m = a !== s ? "nextSibling" : "previousSibling", _ = t.parentNode, g = o && t.nodeName.toLowerCase(), b = !u && !o, y = !1; if (_) { if (a) { for (; m; ) { for (d = t; (d = d[m]); ) if ( o ? d.nodeName.toLowerCase() === g : 1 === d.nodeType ) return !1; p = m = "only" === e && !p && "nextSibling"; } return !0; } if (((p = [s ? _.firstChild : _.lastChild]), s && b)) { for ( y = (h = (c = (l = (f = (d = _)[v] || (d[v] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] || [])[0] === x && c[1]) && c[2], d = h && _.childNodes[h]; (d = (++h && d && d[m]) || (y = h = 0) || p.pop()); ) if (1 === d.nodeType && ++y && d === t) { l[e] = [x, h, y]; break; } } else if ( (b && (y = h = (c = (l = (f = (d = t)[v] || (d[v] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] || [])[0] === x && c[1]), !1 === y) ) for ( ; (d = (++h && d && d[m]) || (y = h = 0) || p.pop()) && ((o ? d.nodeName.toLowerCase() !== g : 1 !== d.nodeType) || !++y || (b && ((l = (f = d[v] || (d[v] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] = [x, y]), d !== t)); ); return (y -= i) === r || (y % r == 0 && y / r >= 0); } }; }, PSEUDO: function (e, t) { var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || oe.error("unsupported pseudo: " + e); return i[v] ? i(t) : i.length > 1 ? ((n = [e, e, "", t]), r.setFilters.hasOwnProperty(e.toLowerCase()) ? ce(function (e, n) { for (var r, a = i(e, t), s = a.length; s--; ) e[(r = N(e, a[s]))] = !(n[r] = a[s]); }) : function (e) { return i(e, 0, n); }) : i; }, }, pseudos: { not: ce(function (e) { var t = [], n = [], r = o(e.replace(F, "$1")); return r[v] ? ce(function (e, t, n, i) { for (var a, s = r(e, null, i, []), o = e.length; o--; ) (a = s[o]) && (e[o] = !(t[o] = a)); }) : function (e, i, a) { return (t[0] = e), r(t, null, a, n), (t[0] = null), !n.pop(); }; }), has: ce(function (e) { return function (t) { return oe(e, t).length > 0; }; }), contains: ce(function (e) { return ( (e = e.replace(te, ne)), function (t) { return (t.textContent || i(t)).indexOf(e) > -1; } ); }), lang: ce(function (e) { return ( X.test(e || "") || oe.error("unsupported lang: " + e), (e = e.replace(te, ne).toLowerCase()), function (t) { var n; do { if ( (n = m ? 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 === p; }, focus: function (e) { return ( e === h.activeElement && (!h.hasFocus || h.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) ); }, enabled: me(!1), disabled: me(!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 !r.pseudos.empty(e); }, header: function (e) { return J.test(e.nodeName); }, input: function (e) { return Q.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: _e(function () { return [0]; }), last: _e(function (e, t) { return [t - 1]; }), eq: _e(function (e, t, n) { return [n < 0 ? n + t : n]; }), even: _e(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e; }), odd: _e(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e; }), lt: _e(function (e, t, n) { for (var r = n < 0 ? n + t : n > t ? t : n; --r >= 0; ) e.push(r); return e; }), gt: _e(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t; ) e.push(r); return e; }), }, }), (r.pseudos.nth = r.pseudos.eq), { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 })) r.pseudos[t] = he(t); for (t in { submit: !0, reset: !0 }) r.pseudos[t] = pe(t); function be() {} function ye(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r; } function ve(e, t, n) { var r = t.dir, i = t.next, a = i || r, s = n && "parentNode" === a, o = S++; return t.first ? function (t, n, i) { for (; (t = t[r]); ) if (1 === t.nodeType || s) return e(t, n, i); return !1; } : function (t, n, u) { var c, l, f, d = [x, o]; if (u) { for (; (t = t[r]); ) if ((1 === t.nodeType || s) && e(t, n, u)) return !0; } else for (; (t = t[r]); ) if (1 === t.nodeType || s) if ( ((l = (f = t[v] || (t[v] = {}))[t.uniqueID] || (f[t.uniqueID] = {})), i && i === t.nodeName.toLowerCase()) ) t = t[r] || t; else { if ((c = l[a]) && c[0] === x && c[1] === o) return (d[2] = c[2]); if (((l[a] = d), (d[2] = e(t, n, u)))) return !0; } return !1; }; } function we(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 xe(e, t, n, r, i) { for (var a, s = [], o = 0, u = e.length, c = null != t; o < u; o++) (a = e[o]) && ((n && !n(a, r, i)) || (s.push(a), c && t.push(o))); return s; } function Se(e, t, n, r, i, a) { return ( r && !r[v] && (r = Se(r)), i && !i[v] && (i = Se(i, a)), ce(function (a, s, o, u) { var c, l, f, d = [], h = [], p = s.length, m = a || (function (e, t, n) { for (var r = 0, i = t.length; r < i; r++) oe(e, t[r], n); return n; })(t || "*", o.nodeType ? [o] : o, []), _ = !e || (!a && t) ? m : xe(m, d, e, o, u), g = n ? (i || (a ? e : p || r) ? [] : s) : _; if ((n && n(_, g, o, u), r)) for (c = xe(g, h), r(c, [], o, u), l = c.length; l--; ) (f = c[l]) && (g[h[l]] = !(_[h[l]] = f)); if (a) { if (i || e) { if (i) { for (c = [], l = g.length; l--; ) (f = g[l]) && c.push((_[l] = f)); i(null, (g = []), c, u); } for (l = g.length; l--; ) (f = g[l]) && (c = i ? N(a, f) : d[l]) > -1 && (a[c] = !(s[c] = f)); } } else (g = xe(g === s ? g.splice(p, g.length) : g)), i ? i(null, s, g, u) : A.apply(s, g); }) ); } function Ce(e) { for ( var t, n, i, a = e.length, s = r.relative[e[0].type], o = s || r.relative[" "], u = s ? 1 : 0, l = ve( function (e) { return e === t; }, o, !0 ), f = ve( function (e) { return N(t, e) > -1; }, o, !0 ), d = [ function (e, n, r) { var i = (!s && (r || n !== c)) || ((t = n).nodeType ? l(e, n, r) : f(e, n, r)); return (t = null), i; }, ]; u < a; u++ ) if ((n = r.relative[e[u].type])) d = [ve(we(d), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[v]) { for (i = ++u; i < a && !r.relative[e[i].type]; i++); return Se( u > 1 && we(d), u > 1 && ye( e .slice(0, u - 1) .concat({ value: " " === e[u - 2].type ? "*" : "" }) ).replace(F, "$1"), n, u < i && Ce(e.slice(u, i)), i < a && Ce((e = e.slice(i))), i < a && ye(e) ); } d.push(n); } return we(d); } return ( (be.prototype = r.filters = r.pseudos), (r.setFilters = new be()), (s = oe.tokenize = function (e, t) { var n, i, a, s, o, u, c, l = E[e + " "]; if (l) return t ? 0 : l.slice(0); for (o = e, u = [], c = r.preFilter; o; ) { for (s in ((n && !(i = W.exec(o))) || (i && (o = o.slice(i[0].length) || o), u.push((a = []))), (n = !1), (i = z.exec(o)) && ((n = i.shift()), a.push({ value: n, type: i[0].replace(F, " ") }), (o = o.slice(n.length))), r.filter)) !(i = G[s].exec(o)) || (c[s] && !(i = c[s](i))) || ((n = i.shift()), a.push({ value: n, type: s, matches: i }), (o = o.slice(n.length))); if (!n) break; } return t ? o.length : o ? oe.error(e) : E(e, u).slice(0); }), (o = oe.compile = function (e, t) { var n, i = [], a = [], o = P[e + " "]; if (!o) { for (t || (t = s(e)), n = t.length; n--; ) (o = Ce(t[n]))[v] ? i.push(o) : a.push(o); (o = P( e, (function (e, t) { var n = t.length > 0, i = e.length > 0, a = function (a, s, o, u, l) { var f, p, _, g = 0, b = "0", y = a && [], v = [], w = c, S = a || (i && r.find.TAG("*", l)), C = (x += null == w ? 1 : Math.random() || 0.1), E = S.length; for ( l && (c = s == h || s || l); b !== E && null != (f = S[b]); b++ ) { if (i && f) { for ( p = 0, s || f.ownerDocument == h || (d(f), (o = !m)); (_ = e[p++]); ) if (_(f, s || h, o)) { u.push(f); break; } l && (x = C); } n && ((f = !_ && f) && g--, a && y.push(f)); } if (((g += b), n && b !== g)) { for (p = 0; (_ = t[p++]); ) _(y, v, s, o); if (a) { if (g > 0) for (; b--; ) y[b] || v[b] || (v[b] = q.call(u)); v = xe(v); } A.apply(u, v), l && !a && v.length > 0 && g + t.length > 1 && oe.uniqueSort(u); } return l && ((x = C), (c = w)), y; }; return n ? ce(a) : a; })(a, i) )), (o.selector = e); } return o; }), (u = oe.select = function (e, t, n, i) { var a, u, c, l, f, d = "function" == typeof e && e, h = !i && s((e = d.selector || e)); if (((n = n || []), 1 === h.length)) { if ( (u = h[0] = h[0].slice(0)).length > 2 && "ID" === (c = u[0]).type && 9 === t.nodeType && m && r.relative[u[1].type] ) { if (!(t = (r.find.ID(c.matches[0].replace(te, ne), t) || [])[0])) return n; d && (t = t.parentNode), (e = e.slice(u.shift().value.length)); } for ( a = G.needsContext.test(e) ? 0 : u.length; a-- && ((c = u[a]), !r.relative[(l = c.type)]); ) if ( (f = r.find[l]) && (i = f( c.matches[0].replace(te, ne), (ee.test(u[0].type) && ge(t.parentNode)) || t )) ) { if ((u.splice(a, 1), !(e = i.length && ye(u)))) return A.apply(n, i), n; break; } } return ( (d || o(e, h))( i, t, !m, n, !t || (ee.test(e) && ge(t.parentNode)) || t ), n ); }), (n.sortStable = v.split("").sort(T).join("") === v), (n.detectDuplicates = !!f), d(), (n.sortDetached = le(function (e) { return 1 & e.compareDocumentPosition(h.createElement("fieldset")); })), le(function (e) { return ( (e.innerHTML = ""), "#" === e.firstChild.getAttribute("href") ); }) || fe("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2); }), (n.attributes && le(function (e) { return ( (e.innerHTML = ""), e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") ); })) || fe("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue; }), le(function (e) { return null == e.getAttribute("disabled"); }) || fe(L, function (e, t, n) { var r; if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null; }), oe ); })(e); (w.find = S), (w.expr = S.selectors), (w.expr[":"] = w.expr.pseudos), (w.uniqueSort = w.unique = S.uniqueSort), (w.text = S.getText), (w.isXMLDoc = S.isXML), (w.contains = S.contains), (w.escapeSelector = S.escape); var C = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType; ) if (1 === e.nodeType) { if (i && w(e).is(n)) break; r.push(e); } return r; }, E = function (e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n; }, P = w.expr.match.needsContext; function k(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase(); } var T = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function j(e, t, n) { return p(t) ? w.grep(e, function (e, r) { return !!t.call(e, r, e) !== n; }) : t.nodeType ? w.grep(e, function (e) { return (e === t) !== n; }) : "string" != typeof t ? w.grep(e, function (e) { return o.call(t, e) > -1 !== n; }) : w.filter(t, e, n); } (w.filter = function (e, t, n) { var r = t[0]; return ( n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? w.find.matchesSelector(r, e) ? [r] : [] : w.find.matches( e, w.grep(t, function (e) { return 1 === e.nodeType; }) ) ); }), w.fn.extend({ find: function (e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack( w(e).filter(function () { for (t = 0; t < r; t++) if (w.contains(i[t], this)) return !0; }) ); for (n = this.pushStack([]), t = 0; t < r; t++) w.find(e, i[t], n); return r > 1 ? w.uniqueSort(n) : n; }, filter: function (e) { return this.pushStack(j(this, e || [], !1)); }, not: function (e) { return this.pushStack(j(this, e || [], !0)); }, is: function (e) { return !!j(this, "string" == typeof e && P.test(e) ? w(e) : e || [], !1) .length; }, }); var B, q = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; ((w.fn.init = function (e, t, n) { var r, i; if (!e) return this; if (((n = n || B), "string" == typeof e)) { if ( !(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : q.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 w ? t[0] : t), w.merge( this, w.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : _, !0) ), T.test(r[1]) && w.isPlainObject(t)) ) for (r in t) p(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this; } return ( (i = _.getElementById(r[2])) && ((this[0] = i), (this.length = 1)), this ); } return e.nodeType ? ((this[0] = e), (this.length = 1), this) : p(e) ? void 0 !== n.ready ? n.ready(e) : e(w) : w.makeArray(e, this); }).prototype = w.fn), (B = w(_)); var D = /^(?:parents|prev(?:Until|All))/, A = { children: !0, contents: !0, next: !0, prev: !0 }; function $(e, t) { for (; (e = e[t]) && 1 !== e.nodeType; ); return e; } w.fn.extend({ has: function (e) { var t = w(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++) if (w.contains(this, t[e])) return !0; }); }, closest: function (e, t) { var n, r = 0, i = this.length, a = [], s = "string" != typeof e && w(e); if (!P.test(e)) for (; r < i; r++) for (n = this[r]; n && n !== t; n = n.parentNode) if ( n.nodeType < 11 && (s ? s.index(n) > -1 : 1 === n.nodeType && w.find.matchesSelector(n, e)) ) { a.push(n); break; } return this.pushStack(a.length > 1 ? w.uniqueSort(a) : a); }, index: function (e) { return e ? "string" == typeof e ? o.call(w(e), this[0]) : o.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1; }, add: function (e, t) { return this.pushStack(w.uniqueSort(w.merge(this.get(), w(e, t)))); }, addBack: function (e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)); }, }), w.each( { parent: function (e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null; }, parents: function (e) { return C(e, "parentNode"); }, parentsUntil: function (e, t, n) { return C(e, "parentNode", n); }, next: function (e) { return $(e, "nextSibling"); }, prev: function (e) { return $(e, "previousSibling"); }, nextAll: function (e) { return C(e, "nextSibling"); }, prevAll: function (e) { return C(e, "previousSibling"); }, nextUntil: function (e, t, n) { return C(e, "nextSibling", n); }, prevUntil: function (e, t, n) { return C(e, "previousSibling", n); }, siblings: function (e) { return E((e.parentNode || {}).firstChild, e); }, children: function (e) { return E(e.firstChild); }, contents: function (e) { return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (k(e, "template") && (e = e.content || e), w.merge([], e.childNodes)); }, }, function (e, t) { w.fn[e] = function (n, r) { var i = w.map(this, t, n); return ( "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = w.filter(r, i)), this.length > 1 && (A[e] || w.uniqueSort(i), D.test(e) && i.reverse()), this.pushStack(i) ); }; } ); var N = /[^\x20\t\r\n\f]+/g; function L(e) { return e; } function R(e) { throw e; } function O(e, t, n, r) { var i; try { e && p((i = e.promise)) ? i.call(e).done(t).fail(n) : e && p((i = e.then)) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)); } catch (e) { n.apply(void 0, [e]); } } (w.Callbacks = function (e) { e = "string" == typeof e ? (function (e) { var t = {}; return ( w.each(e.match(N) || [], function (e, n) { t[n] = !0; }), t ); })(e) : w.extend({}, e); var t, n, r, i, a = [], s = [], o = -1, u = function () { for (i = i || e.once, r = t = !0; s.length; o = -1) for (n = s.shift(); ++o < a.length; ) !1 === a[o].apply(n[0], n[1]) && e.stopOnFalse && ((o = a.length), (n = !1)); e.memory || (n = !1), (t = !1), i && (a = n ? [] : ""); }, c = { add: function () { return ( a && (n && !t && ((o = a.length - 1), s.push(n)), (function t(n) { w.each(n, function (n, r) { p(r) ? (e.unique && c.has(r)) || a.push(r) : r && r.length && "string" !== y(r) && t(r); }); })(arguments), n && !t && u()), this ); }, remove: function () { return ( w.each(arguments, function (e, t) { for (var n; (n = w.inArray(t, a, n)) > -1; ) a.splice(n, 1), n <= o && o--; }), this ); }, has: function (e) { return e ? w.inArray(e, a) > -1 : a.length > 0; }, empty: function () { return a && (a = []), this; }, disable: function () { return (i = s = []), (a = n = ""), this; }, disabled: function () { return !a; }, lock: function () { return (i = s = []), n || t || (a = n = ""), this; }, locked: function () { return !!i; }, fireWith: function (e, n) { return ( i || ((n = [e, (n = n || []).slice ? n.slice() : n]), s.push(n), t || u()), this ); }, fire: function () { return c.fireWith(this, arguments), this; }, fired: function () { return !!r; }, }; return c; }), w.extend({ Deferred: function (t) { var n = [ [ "notify", "progress", w.Callbacks("memory"), w.Callbacks("memory"), 2, ], [ "resolve", "done", w.Callbacks("once memory"), w.Callbacks("once memory"), 0, "resolved", ], [ "reject", "fail", w.Callbacks("once memory"), w.Callbacks("once memory"), 1, "rejected", ], ], r = "pending", i = { state: function () { return r; }, always: function () { return a.done(arguments).fail(arguments), this; }, catch: function (e) { return i.then(null, e); }, pipe: function () { var e = arguments; return w .Deferred(function (t) { w.each(n, function (n, r) { var i = p(e[r[4]]) && e[r[4]]; a[r[1]](function () { var e = i && i.apply(this, arguments); e && p(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) { var a = 0; function s(t, n, r, i) { return function () { var o = this, u = arguments, c = function () { var e, c; if (!(t < a)) { if ((e = r.apply(o, u)) === n.promise()) throw new TypeError("Thenable self-resolution"); (c = e && ("object" == typeof e || "function" == typeof e) && e.then), p(c) ? i ? c.call(e, s(a, n, L, i), s(a, n, R, i)) : (a++, c.call( e, s(a, n, L, i), s(a, n, R, i), s(a, n, L, n.notifyWith) )) : (r !== L && ((o = void 0), (u = [e])), (i || n.resolveWith)(o, u)); } }, l = i ? c : function () { try { c(); } catch (e) { w.Deferred.exceptionHook && w.Deferred.exceptionHook(e, l.stackTrace), t + 1 >= a && (r !== R && ((o = void 0), (u = [e])), n.rejectWith(o, u)); } }; t ? l() : (w.Deferred.getStackHook && (l.stackTrace = w.Deferred.getStackHook()), e.setTimeout(l)); }; } return w .Deferred(function (e) { n[0][3].add(s(0, e, p(i) ? i : L, e.notifyWith)), n[1][3].add(s(0, e, p(t) ? t : L)), n[2][3].add(s(0, e, p(r) ? r : R)); }) .promise(); }, promise: function (e) { return null != e ? w.extend(e, i) : i; }, }, a = {}; return ( w.each(n, function (e, t) { var s = t[2], o = t[5]; (i[t[1]] = s.add), o && s.add( function () { r = o; }, n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock ), s.add(t[3].fire), (a[t[0]] = function () { return ( a[t[0] + "With"](this === a ? void 0 : this, arguments), this ); }), (a[t[0] + "With"] = s.fireWith); }), i.promise(a), t && t.call(a, a), a ); }, when: function (e) { var t = arguments.length, n = t, r = Array(n), a = i.call(arguments), s = w.Deferred(), o = function (e) { return function (n) { (r[e] = this), (a[e] = arguments.length > 1 ? i.call(arguments) : n), --t || s.resolveWith(r, a); }; }; if ( t <= 1 && (O(e, s.done(o(n)).resolve, s.reject, !t), "pending" === s.state() || p(a[n] && a[n].then)) ) return s.then(); for (; n--; ) O(a[n], o(n), s.reject); return s.promise(); }, }); var M = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; (w.Deferred.exceptionHook = function (t, n) { e.console && e.console.warn && t && M.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n); }), (w.readyException = function (t) { e.setTimeout(function () { throw t; }); }); var I = w.Deferred(); function H() { _.removeEventListener("DOMContentLoaded", H), e.removeEventListener("load", H), w.ready(); } (w.fn.ready = function (e) { return ( I.then(e).catch(function (e) { w.readyException(e); }), this ); }), w.extend({ isReady: !1, readyWait: 1, ready: function (e) { (!0 === e ? --w.readyWait : w.isReady) || ((w.isReady = !0), (!0 !== e && --w.readyWait > 0) || I.resolveWith(_, [w])); }, }), (w.ready.then = I.then), "complete" === _.readyState || ("loading" !== _.readyState && !_.documentElement.doScroll) ? e.setTimeout(w.ready) : (_.addEventListener("DOMContentLoaded", H), e.addEventListener("load", H)); var F = function (e, t, n, r, i, a, s) { var o = 0, u = e.length, c = null == n; if ("object" === y(n)) for (o in ((i = !0), n)) F(e, t, o, n[o], !0, a, s); else if ( void 0 !== r && ((i = !0), p(r) || (s = !0), c && (s ? (t.call(e, r), (t = null)) : ((c = t), (t = function (e, t, n) { return c.call(w(e), n); }))), t) ) for (; o < u; o++) t(e[o], n, s ? r : r.call(e[o], o, t(e[o], n))); return i ? e : c ? t.call(e) : u ? t(e[0], n) : a; }, W = /^-ms-/, z = /-([a-z])/g; function U(e, t) { return t.toUpperCase(); } function V(e) { return e.replace(W, "ms-").replace(z, U); } var X = function (e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType; }; function G() { this.expando = w.expando + G.uid++; } (G.uid = 1), (G.prototype = { cache: function (e) { var t = e[this.expando]; return ( t || ((t = {}), X(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[V(t)] = n; else for (r in t) i[V(r)] = t[r]; return i; }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][V(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) { n = (t = Array.isArray(t) ? t.map(V) : (t = V(t)) in r ? [t] : t.match(N) || []).length; for (; n--; ) delete r[t[n]]; } (void 0 === t || w.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 && !w.isEmptyObject(t); }, }); var Y = new G(), Q = new G(), J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, K = /[A-Z]/g; function Z(e, t, n) { var r; if (void 0 === n && 1 === e.nodeType) if ( ((r = "data-" + t.replace(K, "-$&").toLowerCase()), "string" == typeof (n = e.getAttribute(r))) ) { try { n = (function (e) { return ( "true" === e || ("false" !== e && ("null" === e ? null : e === +e + "" ? +e : J.test(e) ? JSON.parse(e) : e)) ); })(n); } catch (e) {} Q.set(e, t, n); } else n = void 0; return n; } w.extend({ hasData: function (e) { return Q.hasData(e) || Y.hasData(e); }, data: function (e, t, n) { return Q.access(e, t, n); }, removeData: function (e, t) { Q.remove(e, t); }, _data: function (e, t, n) { return Y.access(e, t, n); }, _removeData: function (e, t) { Y.remove(e, t); }, }), w.fn.extend({ data: function (e, t) { var n, r, i, a = this[0], s = a && a.attributes; if (void 0 === e) { if ( this.length && ((i = Q.get(a)), 1 === a.nodeType && !Y.get(a, "hasDataAttrs")) ) { for (n = s.length; n--; ) s[n] && 0 === (r = s[n].name).indexOf("data-") && ((r = V(r.slice(5))), Z(a, r, i[r])); Y.set(a, "hasDataAttrs", !0); } return i; } return "object" == typeof e ? this.each(function () { Q.set(this, e); }) : F( this, function (t) { var n; if (a && void 0 === t) return void 0 !== (n = Q.get(a, e)) || void 0 !== (n = Z(a, e)) ? n : void 0; this.each(function () { Q.set(this, e, t); }); }, null, t, arguments.length > 1, null, !0 ); }, removeData: function (e) { return this.each(function () { Q.remove(this, e); }); }, }), w.extend({ queue: function (e, t, n) { var r; if (e) return ( (t = (t || "fx") + "queue"), (r = Y.get(e, t)), n && (!r || Array.isArray(n) ? (r = Y.access(e, t, w.makeArray(n))) : r.push(n)), r || [] ); }, dequeue: function (e, t) { t = t || "fx"; var n = w.queue(e, t), r = n.length, i = n.shift(), a = w._queueHooks(e, t); "inprogress" === i && ((i = n.shift()), r--), i && ("fx" === t && n.unshift("inprogress"), delete a.stop, i.call( e, function () { w.dequeue(e, t); }, a )), !r && a && a.empty.fire(); }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return ( Y.get(e, n) || Y.access(e, n, { empty: w.Callbacks("once memory").add(function () { Y.remove(e, [t + "queue", n]); }), }) ); }, }), w.fn.extend({ queue: function (e, t) { var n = 2; return ( "string" != typeof e && ((t = e), (e = "fx"), n--), arguments.length < n ? w.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = w.queue(this, e, t); w._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && w.dequeue(this, e); }) ); }, dequeue: function (e) { return this.each(function () { w.dequeue(this, e); }); }, clearQueue: function (e) { return this.queue(e || "fx", []); }, promise: function (e, t) { var n, r = 1, i = w.Deferred(), a = this, s = this.length, o = function () { --r || i.resolveWith(a, [a]); }; for ( "string" != typeof e && ((t = e), (e = void 0)), e = e || "fx"; s--; ) (n = Y.get(a[s], e + "queueHooks")) && n.empty && (r++, n.empty.add(o)); return o(), i.promise(t); }, }); var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, te = new RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"), ne = ["Top", "Right", "Bottom", "Left"], re = _.documentElement, ie = function (e) { return w.contains(e.ownerDocument, e); }, ae = { composed: !0 }; re.getRootNode && (ie = function (e) { return ( w.contains(e.ownerDocument, e) || e.getRootNode(ae) === e.ownerDocument ); }); var se = function (e, t) { return ( "none" === (e = t || e).style.display || ("" === e.style.display && ie(e) && "none" === w.css(e, "display")) ); }; function oe(e, t, n, r) { var i, a, s = 20, o = r ? function () { return r.cur(); } : function () { return w.css(e, t, ""); }, u = o(), c = (n && n[3]) || (w.cssNumber[t] ? "" : "px"), l = e.nodeType && (w.cssNumber[t] || ("px" !== c && +u)) && te.exec(w.css(e, t)); if (l && l[3] !== c) { for (u /= 2, c = c || l[3], l = +u || 1; s--; ) w.style(e, t, l + c), (1 - a) * (1 - (a = o() / u || 0.5)) <= 0 && (s = 0), (l /= a); (l *= 2), w.style(e, t, l + c), (n = n || []); } return ( n && ((l = +l || +u || 0), (i = n[1] ? l + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = c), (r.start = l), (r.end = i))), i ); } var ue = {}; function ce(e) { var t, n = e.ownerDocument, r = e.nodeName, i = ue[r]; return ( i || ((t = n.body.appendChild(n.createElement(r))), (i = w.css(t, "display")), t.parentNode.removeChild(t), "none" === i && (i = "block"), (ue[r] = i), i) ); } function le(e, t) { for (var n, r, i = [], a = 0, s = e.length; a < s; a++) (r = e[a]).style && ((n = r.style.display), t ? ("none" === n && ((i[a] = Y.get(r, "display") || null), i[a] || (r.style.display = "")), "" === r.style.display && se(r) && (i[a] = ce(r))) : "none" !== n && ((i[a] = "none"), Y.set(r, "display", n))); for (a = 0; a < s; a++) null != i[a] && (e[a].style.display = i[a]); return e; } w.fn.extend({ show: function () { return le(this, !0); }, hide: function () { return le(this); }, toggle: function (e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function () { se(this) ? w(this).show() : w(this).hide(); }); }, }); var fe, de, he = /^(?:checkbox|radio)$/i, pe = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, me = /^$|^module$|\/(?:java|ecma)script/i; (fe = _.createDocumentFragment().appendChild(_.createElement("div"))), (de = _.createElement("input")).setAttribute("type", "radio"), de.setAttribute("checked", "checked"), de.setAttribute("name", "t"), fe.appendChild(de), (h.checkClone = fe.cloneNode(!0).cloneNode(!0).lastChild.checked), (fe.innerHTML = ""), (h.noCloneChecked = !!fe.cloneNode(!0).lastChild.defaultValue), (fe.innerHTML = ""), (h.option = !!fe.lastChild); var _e = { thead: [1, "