"use strict";function _inherits3(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function")}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf4(subClass,superClass)}function _setPrototypeOf4(o,p){_setPrototypeOf4=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o};return _setPrototypeOf4(o,p)}function _createSuper3(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct3();return function _createSuperInternal(){var Super=_getPrototypeOf4(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf4(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else{result=Super.apply(this,arguments)}return _possibleConstructorReturn3(this,result)}}function _possibleConstructorReturn3(self,call){if(call&&(_typeof4(call)==="object"||typeof call==="function")){return call}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined")}return _assertThisInitialized3(self)}function _assertThisInitialized3(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return self}function _isNativeReflectConstruct3(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true}catch(e){return false}}function _getPrototypeOf4(o){_getPrototypeOf4=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)};return _getPrototypeOf4(o)}function _classCallCheck3(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},"catch":function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName:resultName,nextLoc:nextLoc},"next"===this.method&&(this.arg=undefined),ContinueSentinel}},exports}function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg);var value=info.value}catch(error){reject(error);return}if(info.done){resolve(value)}else{Promise.resolve(value).then(_next,_throw)}}function _asyncToGenerator2(fn){return function(){var self=this,args=arguments;return new Promise(function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value)}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err)}_next(undefined)})}}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray3(arr,i)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArrayLimit(arr,i){var _i=null==arr?null:"undefined"!=typeof Symbol&&arr[Symbol.iterator]||arr["@@iterator"];if(null!=_i){var _s,_e,_x,_r,_arr=[],_n=!0,_d=!1;try{if(_x=(_i=_i.call(arr)).next,0===i){if(Object(_i)!==_i)return;_n=!1}else for(;!(_n=(_s=_x.call(_i)).done)&&(_arr.push(_s.value),_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{if(!_n&&null!=_i["return"]&&(_r=_i["return"](),Object(_r)!==_r))return}finally{if(_d)throw _e}}return _arr}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}function _createForOfIteratorHelper2(o,allowArrayLike){var it=typeof Symbol!=="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray3(o))||allowArrayLike&&o&&typeof o.length==="number"){if(it)o=it;var i=0;var F=function F(){};return{s:F,n:function n(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]}},e:function e(_e3){throw _e3},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var normalCompletion=true,didErr=false,err;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();normalCompletion=step.done;return step},e:function e(_e4){didErr=true;err=_e4},f:function f(){try{if(!normalCompletion&&it["return"]!=null)it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray3(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray3(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray3(o,minLen)}function _arrayLikeToArray3(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i";if(csrfParam!=null&&csrfToken!=null&&!Rails2.isCrossDomain(href)){formContent+=""}formContent+="";form.method="post";form.action=href;form.target=link.target;form.innerHTML=formContent;form.style.display="none";document.body.appendChild(form);form.querySelector("[type=\"submit\"]").click();return stopEverything(e)}}).call(this);(function(){var ajax,fire,getData,isContentEditable,isCrossDomain,isRemote,matches,serializeElement,setData,stopEverything,slice=[].slice;matches=Rails2.matches,getData=Rails2.getData,setData=Rails2.setData,fire=Rails2.fire,stopEverything=Rails2.stopEverything,ajax=Rails2.ajax,isCrossDomain=Rails2.isCrossDomain,serializeElement=Rails2.serializeElement,isContentEditable=Rails2.isContentEditable;isRemote=function isRemote(element){var value;value=element.getAttribute("data-remote");return value!=null&&value!=="false"};Rails2.handleRemote=function(e){var button,data,dataType,element,method,url,withCredentials;element=this;if(!isRemote(element)){return true}if(!fire(element,"ajax:before")){fire(element,"ajax:stopped");return false}if(isContentEditable(element)){fire(element,"ajax:stopped");return false}withCredentials=element.getAttribute("data-with-credentials");dataType=element.getAttribute("data-type")||"script";if(matches(element,Rails2.formSubmitSelector)){button=getData(element,"ujs:submit-button");method=getData(element,"ujs:submit-button-formmethod")||element.method;url=getData(element,"ujs:submit-button-formaction")||element.getAttribute("action")||location.href;if(method.toUpperCase()==="GET"){url=url.replace(/\?.*$/,"")}if(element.enctype==="multipart/form-data"){data=new FormData(element);if(button!=null){data.append(button.name,button.value)}}else{data=serializeElement(element,button)}setData(element,"ujs:submit-button",null);setData(element,"ujs:submit-button-formmethod",null);setData(element,"ujs:submit-button-formaction",null)}else if(matches(element,Rails2.buttonClickSelector)||matches(element,Rails2.inputChangeSelector)){method=element.getAttribute("data-method");url=element.getAttribute("data-url");data=serializeElement(element,element.getAttribute("data-params"))}else{method=element.getAttribute("data-method");url=Rails2.href(element);data=element.getAttribute("data-params")}ajax({type:method||"GET",url:url,data:data,dataType:dataType,beforeSend:function beforeSend(xhr,options){if(fire(element,"ajax:beforeSend",[xhr,options])){return fire(element,"ajax:send",[xhr])}else{fire(element,"ajax:stopped");return false}},success:function success(){var args;args=1<=arguments.length?slice.call(arguments,0):[];return fire(element,"ajax:success",args)},error:function error(){var args;args=1<=arguments.length?slice.call(arguments,0):[];return fire(element,"ajax:error",args)},complete:function complete(){var args;args=1<=arguments.length?slice.call(arguments,0):[];return fire(element,"ajax:complete",args)},crossDomain:isCrossDomain(url),withCredentials:withCredentials!=null&&withCredentials!=="false"});return stopEverything(e)};Rails2.formSubmitButtonClick=function(e){var button,form;button=this;form=button.form;if(!form){return}if(button.name){setData(form,"ujs:submit-button",{name:button.name,value:button.value})}setData(form,"ujs:formnovalidate-button",button.formNoValidate);setData(form,"ujs:submit-button-formaction",button.getAttribute("formaction"));return setData(form,"ujs:submit-button-formmethod",button.getAttribute("formmethod"))};Rails2.preventInsignificantClick=function(e){var data,insignificantMetaClick,link,metaClick,method,nonPrimaryMouseClick;link=this;method=(link.getAttribute("data-method")||"GET").toUpperCase();data=link.getAttribute("data-params");metaClick=e.metaKey||e.ctrlKey;insignificantMetaClick=metaClick&&method==="GET"&&!data;nonPrimaryMouseClick=e.button!=null&&e.button!==0;if(nonPrimaryMouseClick||insignificantMetaClick){return e.stopImmediatePropagation()}}}).call(this);(function(){var $2,CSRFProtection,delegate2,disableElement,enableElement,fire,formSubmitButtonClick,getData,handleConfirm,handleDisabledElement,handleMethod,handleRemote,loadCSPNonce,preventInsignificantClick,refreshCSRFTokens;fire=Rails2.fire,delegate2=Rails2.delegate,getData=Rails2.getData,$2=Rails2.$,refreshCSRFTokens=Rails2.refreshCSRFTokens,CSRFProtection=Rails2.CSRFProtection,loadCSPNonce=Rails2.loadCSPNonce,enableElement=Rails2.enableElement,disableElement=Rails2.disableElement,handleDisabledElement=Rails2.handleDisabledElement,handleConfirm=Rails2.handleConfirm,preventInsignificantClick=Rails2.preventInsignificantClick,handleRemote=Rails2.handleRemote,formSubmitButtonClick=Rails2.formSubmitButtonClick,handleMethod=Rails2.handleMethod;if(typeof jQuery!=="undefined"&&jQuery!==null&&jQuery.ajax!=null){if(jQuery.rails){throw new Error("If you load both jquery_ujs and rails-ujs, use rails-ujs only.")}jQuery.rails=Rails2;jQuery.ajaxPrefilter(function(options,originalOptions,xhr){if(!options.crossDomain){return CSRFProtection(xhr)}})}Rails2.start=function(){if(window._rails_loaded){throw new Error("rails-ujs has already been loaded!")}window.addEventListener("pageshow",function(){$2(Rails2.formEnableSelector).forEach(function(el){if(getData(el,"ujs:disabled")){return enableElement(el)}});return $2(Rails2.linkDisableSelector).forEach(function(el){if(getData(el,"ujs:disabled")){return enableElement(el)}})});delegate2(document,Rails2.linkDisableSelector,"ajax:complete",enableElement);delegate2(document,Rails2.linkDisableSelector,"ajax:stopped",enableElement);delegate2(document,Rails2.buttonDisableSelector,"ajax:complete",enableElement);delegate2(document,Rails2.buttonDisableSelector,"ajax:stopped",enableElement);delegate2(document,Rails2.linkClickSelector,"click",preventInsignificantClick);delegate2(document,Rails2.linkClickSelector,"click",handleDisabledElement);delegate2(document,Rails2.linkClickSelector,"click",handleConfirm);delegate2(document,Rails2.linkClickSelector,"click",disableElement);delegate2(document,Rails2.linkClickSelector,"click",handleRemote);delegate2(document,Rails2.linkClickSelector,"click",handleMethod);delegate2(document,Rails2.buttonClickSelector,"click",preventInsignificantClick);delegate2(document,Rails2.buttonClickSelector,"click",handleDisabledElement);delegate2(document,Rails2.buttonClickSelector,"click",handleConfirm);delegate2(document,Rails2.buttonClickSelector,"click",disableElement);delegate2(document,Rails2.buttonClickSelector,"click",handleRemote);delegate2(document,Rails2.inputChangeSelector,"change",handleDisabledElement);delegate2(document,Rails2.inputChangeSelector,"change",handleConfirm);delegate2(document,Rails2.inputChangeSelector,"change",handleRemote);delegate2(document,Rails2.formSubmitSelector,"submit",handleDisabledElement);delegate2(document,Rails2.formSubmitSelector,"submit",handleConfirm);delegate2(document,Rails2.formSubmitSelector,"submit",handleRemote);delegate2(document,Rails2.formSubmitSelector,"submit",function(e){return setTimeout(function(){return disableElement(e)},13)});delegate2(document,Rails2.formSubmitSelector,"ajax:send",disableElement);delegate2(document,Rails2.formSubmitSelector,"ajax:complete",enableElement);delegate2(document,Rails2.formInputClickSelector,"click",preventInsignificantClick);delegate2(document,Rails2.formInputClickSelector,"click",handleDisabledElement);delegate2(document,Rails2.formInputClickSelector,"click",handleConfirm);delegate2(document,Rails2.formInputClickSelector,"click",formSubmitButtonClick);document.addEventListener("DOMContentLoaded",refreshCSRFTokens);document.addEventListener("DOMContentLoaded",loadCSPNonce);return window._rails_loaded=true};if(window.Rails===Rails2&&fire(document,"rails:attachBindings")){Rails2.start()}}).call(this)}).call(this);if(_typeof4(module)==="object"&&module.exports){module.exports=Rails2}else if(typeof define==="function"&&define.amd){define(Rails2)}}).call(exports)}});// node_modules/jquery/dist/jquery.js var require_jquery=__commonJS({"node_modules/jquery/dist/jquery.js":function node_modulesJqueryDistJqueryJs(exports,module){(function(global2,factory){"use strict";if(_typeof4(module)==="object"&&_typeof4(module.exports)==="object"){module.exports=global2.document?factory(global2,true):function(w){if(!w.document){throw new Error("jQuery requires a window with a document")}return factory(w)}}else{factory(global2)}})(typeof window!=="undefined"?window:exports,function(window2,noGlobal){"use strict";var arr=[];var getProto=Object.getPrototypeOf;var _slice=arr.slice;var flat=arr.flat?function(array){return arr.flat.call(array)}:function(array){return arr.concat.apply([],array)};var push=arr.push;var indexOf=arr.indexOf;var class2type={};var toString=class2type.toString;var hasOwn=class2type.hasOwnProperty;var fnToString=hasOwn.toString;var ObjectFunctionString=fnToString.call(Object);var support={};var isFunction=function isFunction2(obj){return typeof obj==="function"&&typeof obj.nodeType!=="number"&&typeof obj.item!=="function"};var isWindow=function isWindow2(obj){return obj!=null&&obj===obj.window};var document2=window2.document;var preservedScriptAttributes={type:true,src:true,nonce:true,noModule:true};function DOMEval(code,node,doc){doc=doc||document2;var i2,val,script=doc.createElement("script");script.text=code;if(node){for(i2 in preservedScriptAttributes){val=node[i2]||node.getAttribute&&node.getAttribute(i2);if(val){script.setAttribute(i2,val)}}}doc.head.appendChild(script).parentNode.removeChild(script)}function toType(obj){if(obj==null){return obj+""}return _typeof4(obj)==="object"||typeof obj==="function"?class2type[toString.call(obj)]||"object":_typeof4(obj)}var version="3.7.0",rhtmlSuffix=/HTML$/i,jQuery12=function jQuery12(selector,context){return new jQuery12.fn.init(selector,context)};jQuery12.fn=jQuery12.prototype={jquery:version,constructor:jQuery12,length:0,toArray:function toArray(){return _slice.call(this)},get:function get(num){if(num==null){return _slice.call(this)}return num<0?this[num+this.length]:this[num]},pushStack:function pushStack(elems){var ret=jQuery12.merge(this.constructor(),elems);ret.prevObject=this;return ret},each:function each(callback){return jQuery12.each(this,callback)},map:function map(callback){return this.pushStack(jQuery12.map(this,function(elem,i2){return callback.call(elem,i2,elem)}))},slice:function slice(){return this.pushStack(_slice.apply(this,arguments))},first:function first(){return this.eq(0)},last:function last(){return this.eq(-1)},even:function even(){return this.pushStack(jQuery12.grep(this,function(_elem,i2){return(i2+1)%2}))},odd:function odd(){return this.pushStack(jQuery12.grep(this,function(_elem,i2){return i2%2}))},eq:function eq(i2){var len=this.length,j=+i2+(i2<0?len:0);return this.pushStack(j>=0&&j0&&length-1 in obj}function nodeName(elem,name){return elem.nodeName&&elem.nodeName.toLowerCase()===name.toLowerCase()}var pop=arr.pop;var sort=arr.sort;var splice=arr.splice;var whitespace="[\\x20\\t\\r\\n\\f]";var rtrimCSS=new RegExp("^"+whitespace+"+|((?:^|[^\\\\])(?:\\\\.)*)"+whitespace+"+$","g");jQuery12.contains=function(a,b){var bup=b&&b.parentNode;return a===bup||!!(bup&&bup.nodeType===1&&(a.contains?a.contains(bup):a.compareDocumentPosition&&a.compareDocumentPosition(bup)&16))};var rcssescape=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function fcssescape(ch,asCodePoint){if(asCodePoint){if(ch==="\0"){return"\uFFFD"}return ch.slice(0,-1)+"\\"+ch.charCodeAt(ch.length-1).toString(16)+" "}return"\\"+ch}jQuery12.escapeSelector=function(sel){return(sel+"").replace(rcssescape,fcssescape)};var preferredDoc=document2,pushNative=push;(function(){var i2,Expr,outermostContext,sortInput,hasDuplicate,push2=pushNative,document3,documentElement2,documentIsHTML,rbuggyQSA,matches,expando=jQuery12.expando,dirruns=0,done=0,classCache=createCache(),tokenCache=createCache(),compilerCache=createCache(),nonnativeSelectorCache=createCache(),sortOrder=function sortOrder(a,b){if(a===b){hasDuplicate=true}return 0},booleans="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",identifier="(?:\\\\[\\da-fA-F]{1,6}"+whitespace+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",attributes="\\["+whitespace+"*("+identifier+")(?:"+whitespace+"*([*^$|!~]?=)"+whitespace+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+identifier+"))|)"+whitespace+"*\\]",pseudos=":("+identifier+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+attributes+")*)|.*)\\)|)",rwhitespace=new RegExp(whitespace+"+","g"),rcomma=new RegExp("^"+whitespace+"*,"+whitespace+"*"),rleadingCombinator=new RegExp("^"+whitespace+"*([>+~]|"+whitespace+")"+whitespace+"*"),rdescend=new RegExp(whitespace+"|>"),rpseudo=new RegExp(pseudos),ridentifier=new RegExp("^"+identifier+"$"),matchExpr={ID:new RegExp("^#("+identifier+")"),CLASS:new RegExp("^\\.("+identifier+")"),TAG:new RegExp("^("+identifier+"|[*])"),ATTR:new RegExp("^"+attributes),PSEUDO:new RegExp("^"+pseudos),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+whitespace+"*(even|odd|(([+-]|)(\\d*)n|)"+whitespace+"*(?:([+-]|)"+whitespace+"*(\\d+)|))"+whitespace+"*\\)|)","i"),bool:new RegExp("^(?:"+booleans+")$","i"),needsContext:new RegExp("^"+whitespace+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+whitespace+"*((?:-\\d)?\\d*)"+whitespace+"*\\)|)(?=[^-]|$)","i")},rinputs=/^(?:input|select|textarea|button)$/i,rheader=/^h\d$/i,rquickExpr2=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,rsibling=/[+~]/,runescape=new RegExp("\\\\[\\da-fA-F]{1,6}"+whitespace+"?|\\\\([^\\r\\n\\f])","g"),funescape=function funescape(escape,nonHex){var high="0x"+escape.slice(1)-65536;if(nonHex){return nonHex}return high<0?String.fromCharCode(high+65536):String.fromCharCode(high>>10|55296,high&1023|56320)},unloadHandler=function unloadHandler(){setDocument()},inDisabledFieldset=addCombinator(function(elem){return elem.disabled===true&&nodeName(elem,"fieldset")},{dir:"parentNode",next:"legend"});function safeActiveElement(){try{return document3.activeElement}catch(err){}}try{push2.apply(arr=_slice.call(preferredDoc.childNodes),preferredDoc.childNodes);arr[preferredDoc.childNodes.length].nodeType}catch(e){push2={apply:function apply(target,els){pushNative.apply(target,_slice.call(els))},call:function call(target){pushNative.apply(target,_slice.call(arguments,1))}}}function find(selector,context,results,seed){var m,i3,elem,nid,match,groups,newSelector,newContext=context&&context.ownerDocument,nodeType3=context?context.nodeType:9;results=results||[];if(typeof selector!=="string"||!selector||nodeType3!==1&&nodeType3!==9&&nodeType3!==11){return results}if(!seed){setDocument(context);context=context||document3;if(documentIsHTML){if(nodeType3!==11&&(match=rquickExpr2.exec(selector))){if(m=match[1]){if(nodeType3===9){if(elem=context.getElementById(m)){if(elem.id===m){push2.call(results,elem);return results}}else{return results}}else{if(newContext&&(elem=newContext.getElementById(m))&&find.contains(context,elem)&&elem.id===m){push2.call(results,elem);return results}}}else if(match[2]){push2.apply(results,context.getElementsByTagName(selector));return results}else if((m=match[3])&&context.getElementsByClassName){push2.apply(results,context.getElementsByClassName(m));return results}}if(!nonnativeSelectorCache[selector+" "]&&(!rbuggyQSA||!rbuggyQSA.test(selector))){newSelector=selector;newContext=context;if(nodeType3===1&&(rdescend.test(selector)||rleadingCombinator.test(selector))){newContext=rsibling.test(selector)&&testContext(context.parentNode)||context;if(newContext!=context||!support.scope){if(nid=context.getAttribute("id")){nid=jQuery12.escapeSelector(nid)}else{context.setAttribute("id",nid=expando)}}groups=tokenize(selector);i3=groups.length;while(i3--){groups[i3]=(nid?"#"+nid:":scope")+" "+toSelector(groups[i3])}newSelector=groups.join(",")}try{push2.apply(results,newContext.querySelectorAll(newSelector));return results}catch(qsaError){nonnativeSelectorCache(selector,true)}finally{if(nid===expando){context.removeAttribute("id")}}}}}return select(selector.replace(rtrimCSS,"$1"),context,results,seed)}function createCache(){var keys=[];function cache(key2,value){if(keys.push(key2+" ")>Expr.cacheLength){delete cache[keys.shift()]}return cache[key2+" "]=value}return cache}function markFunction(fn2){fn2[expando]=true;return fn2}function assert(fn2){var el=document3.createElement("fieldset");try{return!!fn2(el)}catch(e){return false}finally{if(el.parentNode){el.parentNode.removeChild(el)}el=null}}function createInputPseudo(type){return function(elem){return nodeName(elem,"input")&&elem.type===type}}function createButtonPseudo(type){return function(elem){return(nodeName(elem,"input")||nodeName(elem,"button"))&&elem.type===type}}function createDisabledPseudo(disabled){return function(elem){if("form"in elem){if(elem.parentNode&&elem.disabled===false){if("label"in elem){if("label"in elem.parentNode){return elem.parentNode.disabled===disabled}else{return elem.disabled===disabled}}return elem.isDisabled===disabled||elem.isDisabled!==!disabled&&inDisabledFieldset(elem)===disabled}return elem.disabled===disabled}else if("label"in elem){return elem.disabled===disabled}return false}}function createPositionalPseudo(fn2){return markFunction(function(argument){argument=+argument;return markFunction(function(seed,matches2){var j,matchIndexes=fn2([],seed.length,argument),i3=matchIndexes.length;while(i3--){if(seed[j=matchIndexes[i3]]){seed[j]=!(matches2[j]=seed[j])}}})})}function testContext(context){return context&&typeof context.getElementsByTagName!=="undefined"&&context}function setDocument(node){var subWindow,doc=node?node.ownerDocument||node:preferredDoc;if(doc==document3||doc.nodeType!==9||!doc.documentElement){return document3}document3=doc;documentElement2=document3.documentElement;documentIsHTML=!jQuery12.isXMLDoc(document3);matches=documentElement2.matches||documentElement2.webkitMatchesSelector||documentElement2.msMatchesSelector;if(preferredDoc!=document3&&(subWindow=document3.defaultView)&&subWindow.top!==subWindow){subWindow.addEventListener("unload",unloadHandler)}support.getById=assert(function(el){documentElement2.appendChild(el).id=jQuery12.expando;return!document3.getElementsByName||!document3.getElementsByName(jQuery12.expando).length});support.disconnectedMatch=assert(function(el){return matches.call(el,"*")});support.scope=assert(function(){return document3.querySelectorAll(":scope")});support.cssHas=assert(function(){try{document3.querySelector(":has(*,:jqfake)");return false}catch(e){return true}});if(support.getById){Expr.filter.ID=function(id2){var attrId=id2.replace(runescape,funescape);return function(elem){return elem.getAttribute("id")===attrId}};Expr.find.ID=function(id2,context){if(typeof context.getElementById!=="undefined"&&documentIsHTML){var elem=context.getElementById(id2);return elem?[elem]:[]}}}else{Expr.filter.ID=function(id2){var attrId=id2.replace(runescape,funescape);return function(elem){var node2=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return node2&&node2.value===attrId}};Expr.find.ID=function(id2,context){if(typeof context.getElementById!=="undefined"&&documentIsHTML){var node2,i3,elems,elem=context.getElementById(id2);if(elem){node2=elem.getAttributeNode("id");if(node2&&node2.value===id2){return[elem]}elems=context.getElementsByName(id2);i3=0;while(elem=elems[i3++]){node2=elem.getAttributeNode("id");if(node2&&node2.value===id2){return[elem]}}}return[]}}}Expr.find.TAG=function(tag,context){if(typeof context.getElementsByTagName!=="undefined"){return context.getElementsByTagName(tag)}else{return context.querySelectorAll(tag)}};Expr.find.CLASS=function(className,context){if(typeof context.getElementsByClassName!=="undefined"&&documentIsHTML){return context.getElementsByClassName(className)}};rbuggyQSA=[];assert(function(el){var input;documentElement2.appendChild(el).innerHTML="";if(!el.querySelectorAll("[selected]").length){rbuggyQSA.push("\\["+whitespace+"*(?:value|"+booleans+")")}if(!el.querySelectorAll("[id~="+expando+"-]").length){rbuggyQSA.push("~=")}if(!el.querySelectorAll("a#"+expando+"+*").length){rbuggyQSA.push(".#.+[+~]")}if(!el.querySelectorAll(":checked").length){rbuggyQSA.push(":checked")}input=document3.createElement("input");input.setAttribute("type","hidden");el.appendChild(input).setAttribute("name","D");documentElement2.appendChild(el).disabled=true;if(el.querySelectorAll(":disabled").length!==2){rbuggyQSA.push(":enabled",":disabled")}input=document3.createElement("input");input.setAttribute("name","");el.appendChild(input);if(!el.querySelectorAll("[name='']").length){rbuggyQSA.push("\\["+whitespace+"*name"+whitespace+"*="+whitespace+"*(?:''|\"\")")}});if(!support.cssHas){rbuggyQSA.push(":has")}rbuggyQSA=rbuggyQSA.length&&new RegExp(rbuggyQSA.join("|"));sortOrder=function sortOrder(a,b){if(a===b){hasDuplicate=true;return 0}var compare=!a.compareDocumentPosition-!b.compareDocumentPosition;if(compare){return compare}compare=(a.ownerDocument||a)==(b.ownerDocument||b)?a.compareDocumentPosition(b):1;if(compare&1||!support.sortDetached&&b.compareDocumentPosition(a)===compare){if(a===document3||a.ownerDocument==preferredDoc&&find.contains(preferredDoc,a)){return-1}if(b===document3||b.ownerDocument==preferredDoc&&find.contains(preferredDoc,b)){return 1}return sortInput?indexOf.call(sortInput,a)-indexOf.call(sortInput,b):0}return compare&4?-1:1};return document3}find.matches=function(expr,elements){return find(expr,null,null,elements)};find.matchesSelector=function(elem,expr){setDocument(elem);if(documentIsHTML&&!nonnativeSelectorCache[expr+" "]&&(!rbuggyQSA||!rbuggyQSA.test(expr))){try{var ret=matches.call(elem,expr);if(ret||support.disconnectedMatch||elem.document&&elem.document.nodeType!==11){return ret}}catch(e){nonnativeSelectorCache(expr,true)}}return find(expr,document3,null,[elem]).length>0};find.contains=function(context,elem){if((context.ownerDocument||context)!=document3){setDocument(context)}return jQuery12.contains(context,elem)};find.attr=function(elem,name){if((elem.ownerDocument||elem)!=document3){setDocument(elem)}var fn2=Expr.attrHandle[name.toLowerCase()],val=fn2&&hasOwn.call(Expr.attrHandle,name.toLowerCase())?fn2(elem,name,!documentIsHTML):void 0;if(val!==void 0){return val}return elem.getAttribute(name)};find.error=function(msg){throw new Error("Syntax error, unrecognized expression: "+msg)};jQuery12.uniqueSort=function(results){var elem,duplicates=[],j=0,i3=0;hasDuplicate=!support.sortStable;sortInput=!support.sortStable&&_slice.call(results,0);sort.call(results,sortOrder);if(hasDuplicate){while(elem=results[i3++]){if(elem===results[i3]){j=duplicates.push(i3)}}while(j--){splice.call(results,duplicates[j],1)}}sortInput=null;return results};jQuery12.fn.uniqueSort=function(){return this.pushStack(jQuery12.uniqueSort(_slice.apply(this)))};Expr=jQuery12.expr={cacheLength:50,createPseudo:markFunction,match:matchExpr,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:true}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:true},"~":{dir:"previousSibling"}},preFilter:{ATTR:function ATTR(match){match[1]=match[1].replace(runescape,funescape);match[3]=(match[3]||match[4]||match[5]||"").replace(runescape,funescape);if(match[2]==="~="){match[3]=" "+match[3]+" "}return match.slice(0,4)},CHILD:function CHILD(match){match[1]=match[1].toLowerCase();if(match[1].slice(0,3)==="nth"){if(!match[3]){find.error(match[0])}match[4]=+(match[4]?match[5]+(match[6]||1):2*(match[3]==="even"||match[3]==="odd"));match[5]=+(match[7]+match[8]||match[3]==="odd")}else if(match[3]){find.error(match[0])}return match},PSEUDO:function PSEUDO(match){var excess,unquoted=!match[6]&&match[2];if(matchExpr.CHILD.test(match[0])){return null}if(match[3]){match[2]=match[4]||match[5]||""}else if(unquoted&&rpseudo.test(unquoted)&&(excess=tokenize(unquoted,true))&&(excess=unquoted.indexOf(")",unquoted.length-excess)-unquoted.length)){match[0]=match[0].slice(0,excess);match[2]=unquoted.slice(0,excess)}return match.slice(0,3)}},filter:{TAG:function TAG(nodeNameSelector){var expectedNodeName=nodeNameSelector.replace(runescape,funescape).toLowerCase();return nodeNameSelector==="*"?function(){return true}:function(elem){return nodeName(elem,expectedNodeName)}},CLASS:function CLASS(className){var pattern=classCache[className+" "];return pattern||(pattern=new RegExp("(^|"+whitespace+")"+className+"("+whitespace+"|$)"))&&classCache(className,function(elem){return pattern.test(typeof elem.className==="string"&&elem.className||typeof elem.getAttribute!=="undefined"&&elem.getAttribute("class")||"")})},ATTR:function ATTR(name,operator,check){return function(elem){var result=find.attr(elem,name);if(result==null){return operator==="!="}if(!operator){return true}result+="";if(operator==="="){return result===check}if(operator==="!="){return result!==check}if(operator==="^="){return check&&result.indexOf(check)===0}if(operator==="*="){return check&&result.indexOf(check)>-1}if(operator==="$="){return check&&result.slice(-check.length)===check}if(operator==="~="){return(" "+result.replace(rwhitespace," ")+" ").indexOf(check)>-1}if(operator==="|="){return result===check||result.slice(0,check.length+1)===check+"-"}return false}},CHILD:function CHILD(type,what,_argument,first,last){var simple=type.slice(0,3)!=="nth",forward=type.slice(-4)!=="last",ofType=what==="of-type";return first===1&&last===0?function(elem){return!!elem.parentNode}:function(elem,_context,xml){var cache,outerCache,node,nodeIndex,start3,dir2=simple!==forward?"nextSibling":"previousSibling",parent=elem.parentNode,name=ofType&&elem.nodeName.toLowerCase(),useCache=!xml&&!ofType,diff=false;if(parent){if(simple){while(dir2){node=elem;while(node=node[dir2]){if(ofType?nodeName(node,name):node.nodeType===1){return false}}start3=dir2=type==="only"&&!start3&&"nextSibling"}return true}start3=[forward?parent.firstChild:parent.lastChild];if(forward&&useCache){outerCache=parent[expando]||(parent[expando]={});cache=outerCache[type]||[];nodeIndex=cache[0]===dirruns&&cache[1];diff=nodeIndex&&cache[2];node=nodeIndex&&parent.childNodes[nodeIndex];while(node=++nodeIndex&&node&&node[dir2]||(diff=nodeIndex=0)||start3.pop()){if(node.nodeType===1&&++diff&&node===elem){outerCache[type]=[dirruns,nodeIndex,diff];break}}}else{if(useCache){outerCache=elem[expando]||(elem[expando]={});cache=outerCache[type]||[];nodeIndex=cache[0]===dirruns&&cache[1];diff=nodeIndex}if(diff===false){while(node=++nodeIndex&&node&&node[dir2]||(diff=nodeIndex=0)||start3.pop()){if((ofType?nodeName(node,name):node.nodeType===1)&&++diff){if(useCache){outerCache=node[expando]||(node[expando]={});outerCache[type]=[dirruns,diff]}if(node===elem){break}}}}}diff-=last;return diff===first||diff%first===0&&diff/first>=0}}},PSEUDO:function PSEUDO(pseudo,argument){var args,fn2=Expr.pseudos[pseudo]||Expr.setFilters[pseudo.toLowerCase()]||find.error("unsupported pseudo: "+pseudo);if(fn2[expando]){return fn2(argument)}if(fn2.length>1){args=[pseudo,pseudo,"",argument];return Expr.setFilters.hasOwnProperty(pseudo.toLowerCase())?markFunction(function(seed,matches2){var idx,matched=fn2(seed,argument),i3=matched.length;while(i3--){idx=indexOf.call(seed,matched[i3]);seed[idx]=!(matches2[idx]=matched[i3])}}):function(elem){return fn2(elem,0,args)}}return fn2}},pseudos:{not:markFunction(function(selector){var input=[],results=[],matcher=compile(selector.replace(rtrimCSS,"$1"));return matcher[expando]?markFunction(function(seed,matches2,_context,xml){var elem,unmatched=matcher(seed,null,xml,[]),i3=seed.length;while(i3--){if(elem=unmatched[i3]){seed[i3]=!(matches2[i3]=elem)}}}):function(elem,_context,xml){input[0]=elem;matcher(input,null,xml,results);input[0]=null;return!results.pop()}}),has:markFunction(function(selector){return function(elem){return find(selector,elem).length>0}}),contains:markFunction(function(text){text=text.replace(runescape,funescape);return function(elem){return(elem.textContent||jQuery12.text(elem)).indexOf(text)>-1}}),lang:markFunction(function(lang){if(!ridentifier.test(lang||"")){find.error("unsupported lang: "+lang)}lang=lang.replace(runescape,funescape).toLowerCase();return function(elem){var elemLang;do{if(elemLang=documentIsHTML?elem.lang:elem.getAttribute("xml:lang")||elem.getAttribute("lang")){elemLang=elemLang.toLowerCase();return elemLang===lang||elemLang.indexOf(lang+"-")===0}}while((elem=elem.parentNode)&&elem.nodeType===1);return false}}),target:function target(elem){var hash3=window2.location&&window2.location.hash;return hash3&&hash3.slice(1)===elem.id},root:function root(elem){return elem===documentElement2},focus:function focus(elem){return elem===safeActiveElement()&&document3.hasFocus()&&!!(elem.type||elem.href||~elem.tabIndex)},enabled:createDisabledPseudo(false),disabled:createDisabledPseudo(true),checked:function checked(elem){return nodeName(elem,"input")&&!!elem.checked||nodeName(elem,"option")&&!!elem.selected},selected:function selected(elem){if(elem.parentNode){elem.parentNode.selectedIndex}return elem.selected===true},empty:function empty(elem){for(elem=elem.firstChild;elem;elem=elem.nextSibling){if(elem.nodeType<6){return false}}return true},parent:function parent(elem){return!Expr.pseudos.empty(elem)},header:function header(elem){return rheader.test(elem.nodeName)},input:function input(elem){return rinputs.test(elem.nodeName)},button:function button(elem){return nodeName(elem,"input")&&elem.type==="button"||nodeName(elem,"button")},text:function text(elem){var attr;return nodeName(elem,"input")&&elem.type==="text"&&((attr=elem.getAttribute("type"))==null||attr.toLowerCase()==="text")},first:createPositionalPseudo(function(){return[0]}),last:createPositionalPseudo(function(_matchIndexes,length){return[length-1]}),eq:createPositionalPseudo(function(_matchIndexes,length,argument){return[argument<0?argument+length:argument]}),even:createPositionalPseudo(function(matchIndexes,length){var i3=0;for(;i3length){i3=length}else{i3=argument}for(;--i3>=0;){matchIndexes.push(i3)}return matchIndexes}),gt:createPositionalPseudo(function(matchIndexes,length,argument){var i3=argument<0?argument+length:argument;for(;++i31?function(elem,context,xml){var i3=matchers.length;while(i3--){if(!matchers[i3](elem,context,xml)){return false}}return true}:matchers[0]}function multipleContexts(selector,contexts,results){var i3=0,len=contexts.length;for(;i3-1){seed[temp]=!(results[temp]=elem)}}}}else{matcherOut=condense(matcherOut===results?matcherOut.splice(preexisting,matcherOut.length):matcherOut);if(postFinder){postFinder(null,results,matcherOut,xml)}else{push2.apply(results,matcherOut)}}})}function matcherFromTokens(tokens){var checkContext,matcher,j,len=tokens.length,leadingRelative=Expr.relative[tokens[0].type],implicitRelative=leadingRelative||Expr.relative[" "],i3=leadingRelative?1:0,matchContext=addCombinator(function(elem){return elem===checkContext},implicitRelative,true),matchAnyContext=addCombinator(function(elem){return indexOf.call(checkContext,elem)>-1},implicitRelative,true),matchers=[function(elem,context,xml){var ret=!leadingRelative&&(xml||context!=outermostContext)||((checkContext=context).nodeType?matchContext(elem,context,xml):matchAnyContext(elem,context,xml));checkContext=null;return ret}];for(;i31&&elementMatcher(matchers),i3>1&&toSelector(tokens.slice(0,i3-1).concat({value:tokens[i3-2].type===" "?"*":""})).replace(rtrimCSS,"$1"),matcher,i30,byElement=elementMatchers.length>0,superMatcher=function superMatcher(seed,context,xml,results,outermost){var elem,j,matcher,matchedCount=0,i3="0",unmatched=seed&&[],setMatched=[],contextBackup=outermostContext,elems=seed||byElement&&Expr.find.TAG("*",outermost),dirrunsUnique=dirruns+=contextBackup==null?1:Math.random()||0.1,len=elems.length;if(outermost){outermostContext=context==document3||context||outermost}for(;i3!==len&&(elem=elems[i3])!=null;i3++){if(byElement&&elem){j=0;if(!context&&elem.ownerDocument!=document3){setDocument(elem);xml=!documentIsHTML}while(matcher=elementMatchers[j++]){if(matcher(elem,context||document3,xml)){push2.call(results,elem);break}}if(outermost){dirruns=dirrunsUnique}}if(bySet){if(elem=!matcher&&elem){matchedCount--}if(seed){unmatched.push(elem)}}}matchedCount+=i3;if(bySet&&i3!==matchedCount){j=0;while(matcher=setMatchers[j++]){matcher(unmatched,setMatched,context,xml)}if(seed){if(matchedCount>0){while(i3--){if(!(unmatched[i3]||setMatched[i3])){setMatched[i3]=pop.call(results)}}}setMatched=condense(setMatched)}push2.apply(results,setMatched);if(outermost&&!seed&&setMatched.length>0&&matchedCount+setMatchers.length>1){jQuery12.uniqueSort(results)}}if(outermost){dirruns=dirrunsUnique;outermostContext=contextBackup}return unmatched};return bySet?markFunction(superMatcher):superMatcher}function compile(selector,match){var i3,setMatchers=[],elementMatchers=[],cached=compilerCache[selector+" "];if(!cached){if(!match){match=tokenize(selector)}i3=match.length;while(i3--){cached=matcherFromTokens(match[i3]);if(cached[expando]){setMatchers.push(cached)}else{elementMatchers.push(cached)}}cached=compilerCache(selector,matcherFromGroupMatchers(elementMatchers,setMatchers));cached.selector=selector}return cached}function select(selector,context,results,seed){var i3,tokens,token,type,find2,compiled=typeof selector==="function"&&selector,match=!seed&&tokenize(selector=compiled.selector||selector);results=results||[];if(match.length===1){tokens=match[0]=match[0].slice(0);if(tokens.length>2&&(token=tokens[0]).type==="ID"&&context.nodeType===9&&documentIsHTML&&Expr.relative[tokens[1].type]){context=(Expr.find.ID(token.matches[0].replace(runescape,funescape),context)||[])[0];if(!context){return results}else if(compiled){context=context.parentNode}selector=selector.slice(tokens.shift().value.length)}i3=matchExpr.needsContext.test(selector)?0:tokens.length;while(i3--){token=tokens[i3];if(Expr.relative[type=token.type]){break}if(find2=Expr.find[type]){if(seed=find2(token.matches[0].replace(runescape,funescape),rsibling.test(tokens[0].type)&&testContext(context.parentNode)||context)){tokens.splice(i3,1);selector=seed.length&&toSelector(tokens);if(!selector){push2.apply(results,seed);return results}break}}}}(compiled||compile(selector,match))(seed,context,!documentIsHTML,results,!context||rsibling.test(selector)&&testContext(context.parentNode)||context);return results}support.sortStable=expando.split("").sort(sortOrder).join("")===expando;setDocument();support.sortDetached=assert(function(el){return el.compareDocumentPosition(document3.createElement("fieldset"))&1});jQuery12.find=find;jQuery12.expr[":"]=jQuery12.expr.pseudos;jQuery12.unique=jQuery12.uniqueSort;find.compile=compile;find.select=select;find.setDocument=setDocument;find.escape=jQuery12.escapeSelector;find.getText=jQuery12.text;find.isXML=jQuery12.isXMLDoc;find.selectors=jQuery12.expr;find.support=jQuery12.support;find.uniqueSort=jQuery12.uniqueSort})();var dir=function dir(elem,dir2,until){var matched=[],truncate=until!==void 0;while((elem=elem[dir2])&&elem.nodeType!==9){if(elem.nodeType===1){if(truncate&&jQuery12(elem).is(until)){break}matched.push(elem)}}return matched};var _siblings=function siblings(n,elem){var matched=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){matched.push(n)}}return matched};var rneedsContext=jQuery12.expr.match.needsContext;var rsingleTag=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function winnow(elements,qualifier,not){if(isFunction(qualifier)){return jQuery12.grep(elements,function(elem,i2){return!!qualifier.call(elem,i2,elem)!==not})}if(qualifier.nodeType){return jQuery12.grep(elements,function(elem){return elem===qualifier!==not})}if(typeof qualifier!=="string"){return jQuery12.grep(elements,function(elem){return indexOf.call(qualifier,elem)>-1!==not})}return jQuery12.filter(qualifier,elements,not)}jQuery12.filter=function(expr,elems,not){var elem=elems[0];if(not){expr=":not("+expr+")"}if(elems.length===1&&elem.nodeType===1){return jQuery12.find.matchesSelector(elem,expr)?[elem]:[]}return jQuery12.find.matches(expr,jQuery12.grep(elems,function(elem2){return elem2.nodeType===1}))};jQuery12.fn.extend({find:function find(selector){var i2,ret,len=this.length,self2=this;if(typeof selector!=="string"){return this.pushStack(jQuery12(selector).filter(function(){for(i2=0;i21?jQuery12.uniqueSort(ret):ret},filter:function filter(selector){return this.pushStack(winnow(this,selector||[],false))},not:function not(selector){return this.pushStack(winnow(this,selector||[],true))},is:function is(selector){return!!winnow(this,typeof selector==="string"&&rneedsContext.test(selector)?jQuery12(selector):selector||[],false).length}});var rootjQuery,rquickExpr=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,init=jQuery12.fn.init=function(selector,context,root){var match,elem;if(!selector){return this}root=root||rootjQuery;if(typeof selector==="string"){if(selector[0]==="<"&&selector[selector.length-1]===">"&&selector.length>=3){match=[null,selector,null]}else{match=rquickExpr.exec(selector)}if(match&&(match[1]||!context)){if(match[1]){context=context instanceof jQuery12?context[0]:context;jQuery12.merge(this,jQuery12.parseHTML(match[1],context&&context.nodeType?context.ownerDocument||context:document2,true));if(rsingleTag.test(match[1])&&jQuery12.isPlainObject(context)){for(match in context){if(isFunction(this[match])){this[match](context[match])}else{this.attr(match,context[match])}}}return this}else{elem=document2.getElementById(match[2]);if(elem){this[0]=elem;this.length=1}return this}}else if(!context||context.jquery){return(context||root).find(selector)}else{return this.constructor(context).find(selector)}}else if(selector.nodeType){this[0]=selector;this.length=1;return this}else if(isFunction(selector)){return root.ready!==void 0?root.ready(selector):selector(jQuery12)}return jQuery12.makeArray(selector,this)};init.prototype=jQuery12.fn;rootjQuery=jQuery12(document2);var rparentsprev=/^(?:parents|prev(?:Until|All))/,guaranteedUnique={children:true,contents:true,next:true,prev:true};jQuery12.fn.extend({has:function has(target){var targets=jQuery12(target,this),l=targets.length;return this.filter(function(){var i2=0;for(;i2-1:cur.nodeType===1&&jQuery12.find.matchesSelector(cur,selectors))){matched.push(cur);break}}}}return this.pushStack(matched.length>1?jQuery12.uniqueSort(matched):matched)},index:function index(elem){if(!elem){return this[0]&&this[0].parentNode?this.first().prevAll().length:-1}if(typeof elem==="string"){return indexOf.call(jQuery12(elem),this[0])}return indexOf.call(this,elem.jquery?elem[0]:elem)},add:function add(selector,context){return this.pushStack(jQuery12.uniqueSort(jQuery12.merge(this.get(),jQuery12(selector,context))))},addBack:function addBack(selector){return this.add(selector==null?this.prevObject:this.prevObject.filter(selector))}});function sibling(cur,dir2){while((cur=cur[dir2])&&cur.nodeType!==1){}return cur}jQuery12.each({parent:function parent(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null},parents:function parents(elem){return dir(elem,"parentNode")},parentsUntil:function parentsUntil(elem,_i,until){return dir(elem,"parentNode",until)},next:function next(elem){return sibling(elem,"nextSibling")},prev:function prev(elem){return sibling(elem,"previousSibling")},nextAll:function nextAll(elem){return dir(elem,"nextSibling")},prevAll:function prevAll(elem){return dir(elem,"previousSibling")},nextUntil:function nextUntil(elem,_i,until){return dir(elem,"nextSibling",until)},prevUntil:function prevUntil(elem,_i,until){return dir(elem,"previousSibling",until)},siblings:function siblings(elem){return _siblings((elem.parentNode||{}).firstChild,elem)},children:function children(elem){return _siblings(elem.firstChild)},contents:function contents(elem){if(elem.contentDocument!=null&&getProto(elem.contentDocument)){return elem.contentDocument}if(nodeName(elem,"template")){elem=elem.content||elem}return jQuery12.merge([],elem.childNodes)}},function(name,fn2){jQuery12.fn[name]=function(until,selector){var matched=jQuery12.map(this,fn2,until);if(name.slice(-5)!=="Until"){selector=until}if(selector&&typeof selector==="string"){matched=jQuery12.filter(selector,matched)}if(this.length>1){if(!guaranteedUnique[name]){jQuery12.uniqueSort(matched)}if(rparentsprev.test(name)){matched.reverse()}}return this.pushStack(matched)}});var rnothtmlwhite=/[^\x20\t\r\n\f]+/g;function createOptions(options){var object={};jQuery12.each(options.match(rnothtmlwhite)||[],function(_,flag){object[flag]=true});return object}jQuery12.Callbacks=function(options){options=typeof options==="string"?createOptions(options):jQuery12.extend({},options);var firing,memory,_fired,_locked,list=[],queue=[],firingIndex=-1,fire=function fire(){_locked=_locked||options.once;_fired=firing=true;for(;queue.length;firingIndex=-1){memory=queue.shift();while(++firingIndex-1){list.splice(index,1);if(index<=firingIndex){firingIndex--}}});return this},has:function has(fn2){return fn2?jQuery12.inArray(fn2,list)>-1:list.length>0},empty:function empty(){if(list){list=[]}return this},disable:function disable(){_locked=queue=[];list=memory="";return this},disabled:function disabled(){return!list},lock:function lock(){_locked=queue=[];if(!memory&&!firing){list=memory=""}return this},locked:function locked(){return!!_locked},fireWith:function fireWith(context,args){if(!_locked){args=args||[];args=[context,args.slice?args.slice():args];queue.push(args);if(!firing){fire()}}return this},fire:function fire(){self2.fireWith(this,arguments);return this},fired:function fired(){return!!_fired}};return self2};function Identity(v){return v}function Thrower(ex){throw ex}function adoptValue(value,resolve,reject,noValue){var method;try{if(value&&isFunction(method=value.promise)){method.call(value).done(resolve).fail(reject)}else if(value&&isFunction(method=value.then)){method.call(value,resolve,reject)}else{resolve.apply(void 0,[value].slice(noValue))}}catch(value2){reject.apply(void 0,[value2])}}jQuery12.extend({Deferred:function Deferred(func){var tuples=[["notify","progress",jQuery12.Callbacks("memory"),jQuery12.Callbacks("memory"),2],["resolve","done",jQuery12.Callbacks("once memory"),jQuery12.Callbacks("once memory"),0,"resolved"],["reject","fail",jQuery12.Callbacks("once memory"),jQuery12.Callbacks("once memory"),1,"rejected"]],_state="pending",_promise={state:function state(){return _state},always:function always(){deferred.done(arguments).fail(arguments);return this},"catch":function _catch(fn2){return _promise.then(null,fn2)},pipe:function pipe(){var fns=arguments;return jQuery12.Deferred(function(newDefer){jQuery12.each(tuples,function(_i,tuple){var fn2=isFunction(fns[tuple[4]])&&fns[tuple[4]];deferred[tuple[1]](function(){var returned=fn2&&fn2.apply(this,arguments);if(returned&&isFunction(returned.promise)){returned.promise().progress(newDefer.notify).done(newDefer.resolve).fail(newDefer.reject)}else{newDefer[tuple[0]+"With"](this,fn2?[returned]:arguments)}})});fns=null}).promise()},then:function then(onFulfilled,onRejected,onProgress3){var maxDepth=0;function resolve(depth,deferred2,handler,special){return function(){var that=this,args=arguments,mightThrow=function mightThrow(){var returned,then;if(depth=maxDepth){if(handler!==Thrower){that=void 0;args=[e]}deferred2.rejectWith(that,args)}}};if(depth){process2()}else{if(jQuery12.Deferred.getErrorHook){process2.error=jQuery12.Deferred.getErrorHook()}else if(jQuery12.Deferred.getStackHook){process2.error=jQuery12.Deferred.getStackHook()}window2.setTimeout(process2)}}}return jQuery12.Deferred(function(newDefer){tuples[0][3].add(resolve(0,newDefer,isFunction(onProgress3)?onProgress3:Identity,newDefer.notifyWith));tuples[1][3].add(resolve(0,newDefer,isFunction(onFulfilled)?onFulfilled:Identity));tuples[2][3].add(resolve(0,newDefer,isFunction(onRejected)?onRejected:Thrower))}).promise()},promise:function promise(obj){return obj!=null?jQuery12.extend(obj,_promise):_promise}},deferred={};jQuery12.each(tuples,function(i2,tuple){var list=tuple[2],stateString=tuple[5];_promise[tuple[1]]=list.add;if(stateString){list.add(function(){_state=stateString},tuples[3-i2][2].disable,tuples[3-i2][3].disable,tuples[0][2].lock,tuples[0][3].lock)}list.add(tuple[3].fire);deferred[tuple[0]]=function(){deferred[tuple[0]+"With"](this===deferred?void 0:this,arguments);return this};deferred[tuple[0]+"With"]=list.fireWith});_promise.promise(deferred);if(func){func.call(deferred,deferred)}return deferred},when:function when(singleValue){var remaining=arguments.length,i2=remaining,resolveContexts=Array(i2),resolveValues=_slice.call(arguments),primary=jQuery12.Deferred(),updateFunc=function updateFunc(i3){return function(value){resolveContexts[i3]=this;resolveValues[i3]=arguments.length>1?_slice.call(arguments):value;if(! --remaining){primary.resolveWith(resolveContexts,resolveValues)}}};if(remaining<=1){adoptValue(singleValue,primary.done(updateFunc(i2)).resolve,primary.reject,!remaining);if(primary.state()==="pending"||isFunction(resolveValues[i2]&&resolveValues[i2].then)){return primary.then()}}while(i2--){adoptValue(resolveValues[i2],updateFunc(i2),primary.reject)}return primary.promise()}});var rerrorNames=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;jQuery12.Deferred.exceptionHook=function(error2,asyncError){if(window2.console&&window2.console.warn&&error2&&rerrorNames.test(error2.name)){window2.console.warn("jQuery.Deferred exception: "+error2.message,error2.stack,asyncError)}};jQuery12.readyException=function(error2){window2.setTimeout(function(){throw error2})};var readyList=jQuery12.Deferred();jQuery12.fn.ready=function(fn2){readyList.then(fn2)["catch"](function(error2){jQuery12.readyException(error2)});return this};jQuery12.extend({isReady:false,readyWait:1,ready:function ready(wait){if(wait===true?--jQuery12.readyWait:jQuery12.isReady){return}jQuery12.isReady=true;if(wait!==true&&--jQuery12.readyWait>0){return}readyList.resolveWith(document2,[jQuery12])}});jQuery12.ready.then=readyList.then;function completed(){document2.removeEventListener("DOMContentLoaded",completed);window2.removeEventListener("load",completed);jQuery12.ready()}if(document2.readyState==="complete"||document2.readyState!=="loading"&&!document2.documentElement.doScroll){window2.setTimeout(jQuery12.ready)}else{document2.addEventListener("DOMContentLoaded",completed);window2.addEventListener("load",completed)}var access=function access(elems,fn2,key2,value,chainable,emptyGet,raw){var i2=0,len=elems.length,bulk=key2==null;if(toType(key2)==="object"){chainable=true;for(i2 in key2){access(elems,fn2,i2,key2[i2],true,emptyGet,raw)}}else if(value!==void 0){chainable=true;if(!isFunction(value)){raw=true}if(bulk){if(raw){fn2.call(elems,value);fn2=null}else{bulk=fn2;fn2=function fn2(elem,_key,value2){return bulk.call(jQuery12(elem),value2)}}}if(fn2){for(;i21,null,true)},removeData:function removeData(key2){return this.each(function(){dataUser.remove(this,key2)})}});jQuery12.extend({queue:function queue(elem,type,data){var queue;if(elem){type=(type||"fx")+"queue";queue=dataPriv.get(elem,type);if(data){if(!queue||Array.isArray(data)){queue=dataPriv.access(elem,type,jQuery12.makeArray(data))}else{queue.push(data)}}return queue||[]}},dequeue:function dequeue(elem,type){type=type||"fx";var queue=jQuery12.queue(elem,type),startLength=queue.length,fn2=queue.shift(),hooks=jQuery12._queueHooks(elem,type),next=function next(){jQuery12.dequeue(elem,type)};if(fn2==="inprogress"){fn2=queue.shift();startLength--}if(fn2){if(type==="fx"){queue.unshift("inprogress")}delete hooks.stop;fn2.call(elem,next,hooks)}if(!startLength&&hooks){hooks.empty.fire()}},_queueHooks:function _queueHooks(elem,type){var key2=type+"queueHooks";return dataPriv.get(elem,key2)||dataPriv.access(elem,key2,{empty:jQuery12.Callbacks("once memory").add(function(){dataPriv.remove(elem,[type+"queue",key2])})})}});jQuery12.fn.extend({queue:function queue(type,data){var setter=2;if(typeof type!=="string"){data=type;type="fx";setter--}if(arguments.length\x20\t\r\n\f]*)/i;var rscriptType=/^$|^module$|\/(?:java|ecma)script/i;(function(){var fragment=document2.createDocumentFragment(),div2=fragment.appendChild(document2.createElement("div")),input=document2.createElement("input");input.setAttribute("type","radio");input.setAttribute("checked","checked");input.setAttribute("name","t");div2.appendChild(input);support.checkClone=div2.cloneNode(true).cloneNode(true).lastChild.checked;div2.innerHTML="";support.noCloneChecked=!!div2.cloneNode(true).lastChild.defaultValue;div2.innerHTML="";support.option=!!div2.lastChild})();var wrapMap={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!support.option){wrapMap.optgroup=wrapMap.option=[1,""]}function getAll3(context,tag){var ret;if(typeof context.getElementsByTagName!=="undefined"){ret=context.getElementsByTagName(tag||"*")}else if(typeof context.querySelectorAll!=="undefined"){ret=context.querySelectorAll(tag||"*")}else{ret=[]}if(tag===void 0||tag&&nodeName(context,tag)){return jQuery12.merge([context],ret)}return ret}function setGlobalEval(elems,refElements){var i2=0,l=elems.length;for(;i2-1){if(ignored){ignored.push(elem)}continue}attached=isAttached(elem);tmp=getAll3(fragment.appendChild(elem),"script");if(attached){setGlobalEval(tmp)}if(scripts){j=0;while(elem=tmp[j++]){if(rscriptType.test(elem.type||"")){scripts.push(elem)}}}}return fragment}var rtypenamespace=/^([^.]*)(?:\.(.+)|)/;function returnTrue(){return true}function returnFalse(){return false}function _on(elem,types,selector,data,fn2,one){var origFn,type;if(_typeof4(types)==="object"){if(typeof selector!=="string"){data=data||selector;selector=void 0}for(type in types){_on(elem,type,selector,data,types[type],one)}return elem}if(data==null&&fn2==null){fn2=selector;data=selector=void 0}else if(fn2==null){if(typeof selector==="string"){fn2=data;data=void 0}else{fn2=data;data=selector;selector=void 0}}if(fn2===false){fn2=returnFalse}else if(!fn2){return elem}if(one===1){origFn=fn2;fn2=function fn2(event2){jQuery12().off(event2);return origFn.apply(this,arguments)};fn2.guid=origFn.guid||(origFn.guid=jQuery12.guid++)}return elem.each(function(){jQuery12.event.add(this,types,fn2,data,selector)})}jQuery12.event={global:{},add:function add(elem,types,handler,data,selector){var handleObjIn,eventHandle,tmp,events,t,handleObj,special,handlers2,type,namespaces,origType,elemData=dataPriv.get(elem);if(!acceptData(elem)){return}if(handler.handler){handleObjIn=handler;handler=handleObjIn.handler;selector=handleObjIn.selector}if(selector){jQuery12.find.matchesSelector(documentElement,selector)}if(!handler.guid){handler.guid=jQuery12.guid++}if(!(events=elemData.events)){events=elemData.events=/* @__PURE__ */Object.create(null)}if(!(eventHandle=elemData.handle)){eventHandle=elemData.handle=function(e){return typeof jQuery12!=="undefined"&&jQuery12.event.triggered!==e.type?jQuery12.event.dispatch.apply(elem,arguments):void 0}}types=(types||"").match(rnothtmlwhite)||[""];t=types.length;while(t--){tmp=rtypenamespace.exec(types[t])||[];type=origType=tmp[1];namespaces=(tmp[2]||"").split(".").sort();if(!type){continue}special=jQuery12.event.special[type]||{};type=(selector?special.delegateType:special.bindType)||type;special=jQuery12.event.special[type]||{};handleObj=jQuery12.extend({type:type,origType:origType,data:data,handler:handler,guid:handler.guid,selector:selector,needsContext:selector&&jQuery12.expr.match.needsContext.test(selector),namespace:namespaces.join(".")},handleObjIn);if(!(handlers2=events[type])){handlers2=events[type]=[];handlers2.delegateCount=0;if(!special.setup||special.setup.call(elem,data,namespaces,eventHandle)===false){if(elem.addEventListener){elem.addEventListener(type,eventHandle)}}}if(special.add){special.add.call(elem,handleObj);if(!handleObj.handler.guid){handleObj.handler.guid=handler.guid}}if(selector){handlers2.splice(handlers2.delegateCount++,0,handleObj)}else{handlers2.push(handleObj)}jQuery12.event.global[type]=true}},remove:function remove(elem,types,handler,selector,mappedTypes){var j,origCount,tmp,events,t,handleObj,special,handlers2,type,namespaces,origType,elemData=dataPriv.hasData(elem)&&dataPriv.get(elem);if(!elemData||!(events=elemData.events)){return}types=(types||"").match(rnothtmlwhite)||[""];t=types.length;while(t--){tmp=rtypenamespace.exec(types[t])||[];type=origType=tmp[1];namespaces=(tmp[2]||"").split(".").sort();if(!type){for(type in events){jQuery12.event.remove(elem,type+types[t],handler,selector,true)}continue}special=jQuery12.event.special[type]||{};type=(selector?special.delegateType:special.bindType)||type;handlers2=events[type]||[];tmp=tmp[2]&&new RegExp("(^|\\.)"+namespaces.join("\\.(?:.*\\.|)")+"(\\.|$)");origCount=j=handlers2.length;while(j--){handleObj=handlers2[j];if((mappedTypes||origType===handleObj.origType)&&(!handler||handler.guid===handleObj.guid)&&(!tmp||tmp.test(handleObj.namespace))&&(!selector||selector===handleObj.selector||selector==="**"&&handleObj.selector)){handlers2.splice(j,1);if(handleObj.selector){handlers2.delegateCount--}if(special.remove){special.remove.call(elem,handleObj)}}}if(origCount&&!handlers2.length){if(!special.teardown||special.teardown.call(elem,namespaces,elemData.handle)===false){jQuery12.removeEvent(elem,type,elemData.handle)}delete events[type]}}if(jQuery12.isEmptyObject(events)){dataPriv.remove(elem,"handle events")}},dispatch:function dispatch(nativeEvent){var i2,j,ret,matched,handleObj,handlerQueue,args=new Array(arguments.length),event2=jQuery12.event.fix(nativeEvent),handlers2=(dataPriv.get(this,"events")||/* @__PURE__ */Object.create(null))[event2.type]||[],special=jQuery12.event.special[event2.type]||{};args[0]=event2;for(i2=1;i2=1)){for(;cur!==this;cur=cur.parentNode||this){if(cur.nodeType===1&&!(event2.type==="click"&&cur.disabled===true)){matchedHandlers=[];matchedSelectors={};for(i2=0;i2-1:jQuery12.find(sel,this,null,[cur]).length}if(matchedSelectors[sel]){matchedHandlers.push(handleObj)}}if(matchedHandlers.length){handlerQueue.push({elem:cur,handlers:matchedHandlers})}}}}cur=this;if(delegateCount\s*$/g;function manipulationTarget(elem,content){if(nodeName(elem,"table")&&nodeName(content.nodeType!==11?content:content.firstChild,"tr")){return jQuery12(elem).children("tbody")[0]||elem}return elem}function disableScript(elem){elem.type=(elem.getAttribute("type")!==null)+"/"+elem.type;return elem}function restoreScript(elem){if((elem.type||"").slice(0,5)==="true/"){elem.type=elem.type.slice(5)}else{elem.removeAttribute("type")}return elem}function cloneCopyEvent(src,dest){var i2,l,type,pdataOld,udataOld,udataCur,events;if(dest.nodeType!==1){return}if(dataPriv.hasData(src)){pdataOld=dataPriv.get(src);events=pdataOld.events;if(events){dataPriv.remove(dest,"handle events");for(type in events){for(i2=0,l=events[type].length;i21&&typeof value==="string"&&!support.checkClone&&rchecked.test(value)){return collection.each(function(index){var self2=collection.eq(index);if(valueIsFunction){args[0]=value.call(this,index,self2.html())}domManip(self2,args,callback,ignored)})}if(l){fragment=buildFragment(args,collection[0].ownerDocument,false,collection,ignored);first=fragment.firstChild;if(fragment.childNodes.length===1){fragment=first}if(first||ignored){scripts=jQuery12.map(getAll3(fragment,"script"),disableScript);hasScripts=scripts.length;for(;i20){setGlobalEval(destElements,!inPage&&getAll3(elem,"script"))}return clone},cleanData:function cleanData(elems){var data,elem,type,special=jQuery12.event.special,i2=0;for(;(elem=elems[i2])!==void 0;i2++){if(acceptData(elem)){if(data=elem[dataPriv.expando]){if(data.events){for(type in data.events){if(special[type]){jQuery12.event.remove(elem,type)}else{jQuery12.removeEvent(elem,type,data.handle)}}}elem[dataPriv.expando]=void 0}if(elem[dataUser.expando]){elem[dataUser.expando]=void 0}}}}});jQuery12.fn.extend({detach:function detach(selector){return _remove(this,selector,true)},remove:function remove(selector){return _remove(this,selector)},text:function text(value){return access(this,function(value2){return value2===void 0?jQuery12.text(this):this.empty().each(function(){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){this.textContent=value2}})},null,value,arguments.length)},append:function append(){return domManip(this,arguments,function(elem){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var target=manipulationTarget(this,elem);target.appendChild(elem)}})},prepend:function prepend(){return domManip(this,arguments,function(elem){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var target=manipulationTarget(this,elem);target.insertBefore(elem,target.firstChild)}})},before:function before(){return domManip(this,arguments,function(elem){if(this.parentNode){this.parentNode.insertBefore(elem,this)}})},after:function after(){return domManip(this,arguments,function(elem){if(this.parentNode){this.parentNode.insertBefore(elem,this.nextSibling)}})},empty:function empty(){var elem,i2=0;for(;(elem=this[i2])!=null;i2++){if(elem.nodeType===1){jQuery12.cleanData(getAll3(elem,false));elem.textContent=""}}return this},clone:function clone(dataAndEvents,deepDataAndEvents){dataAndEvents=dataAndEvents==null?false:dataAndEvents;deepDataAndEvents=deepDataAndEvents==null?dataAndEvents:deepDataAndEvents;return this.map(function(){return jQuery12.clone(this,dataAndEvents,deepDataAndEvents)})},html:function html(value){return access(this,function(value2){var elem=this[0]||{},i2=0,l=this.length;if(value2===void 0&&elem.nodeType===1){return elem.innerHTML}if(typeof value2==="string"&&!rnoInnerhtml.test(value2)&&!wrapMap[(rtagName.exec(value2)||["",""])[1].toLowerCase()]){value2=jQuery12.htmlPrefilter(value2);try{for(;i2=0){delta+=Math.max(0,Math.ceil(elem["offset"+dimension[0].toUpperCase()+dimension.slice(1)]-computedVal-delta-extra-0.5))||0}return delta+marginDelta}function getWidthOrHeight(elem,dimension,extra){var styles=getStyles(elem),boxSizingNeeded=!support.boxSizingReliable()||extra,isBorderBox=boxSizingNeeded&&jQuery12.css(elem,"boxSizing",false,styles)==="border-box",valueIsBorderBox=isBorderBox,val=curCSS(elem,dimension,styles),offsetProp="offset"+dimension[0].toUpperCase()+dimension.slice(1);if(rnumnonpx.test(val)){if(!extra){return val}val="auto"}if((!support.boxSizingReliable()&&isBorderBox||!support.reliableTrDimensions()&&nodeName(elem,"tr")||val==="auto"||!parseFloat(val)&&jQuery12.css(elem,"display",false,styles)==="inline")&&elem.getClientRects().length){isBorderBox=jQuery12.css(elem,"boxSizing",false,styles)==="border-box";valueIsBorderBox=offsetProp in elem;if(valueIsBorderBox){val=elem[offsetProp]}}val=parseFloat(val)||0;return val+boxModelAdjustment(elem,dimension,extra||(isBorderBox?"border":"content"),valueIsBorderBox,styles,val)+"px"}jQuery12.extend({cssHooks:{opacity:{get:function get(elem,computed){if(computed){var ret=curCSS(elem,"opacity");return ret===""?"1":ret}}}},cssNumber:{animationIterationCount:true,aspectRatio:true,borderImageSlice:true,columnCount:true,flexGrow:true,flexShrink:true,fontWeight:true,gridArea:true,gridColumn:true,gridColumnEnd:true,gridColumnStart:true,gridRow:true,gridRowEnd:true,gridRowStart:true,lineHeight:true,opacity:true,order:true,orphans:true,scale:true,widows:true,zIndex:true,zoom:true,fillOpacity:true,floodOpacity:true,stopOpacity:true,strokeMiterlimit:true,strokeOpacity:true},cssProps:{},style:function style(elem,name,value,extra){if(!elem||elem.nodeType===3||elem.nodeType===8||!elem.style){return}var ret,type,hooks,origName=camelCase(name),isCustomProp=rcustomProp.test(name),style=elem.style;if(!isCustomProp){name=finalPropName(origName)}hooks=jQuery12.cssHooks[name]||jQuery12.cssHooks[origName];if(value!==void 0){type=_typeof4(value);if(type==="string"&&(ret=rcssNum.exec(value))&&ret[1]){value=adjustCSS(elem,name,ret);type="number"}if(value==null||value!==value){return}if(type==="number"&&!isCustomProp){value+=ret&&ret[3]||(jQuery12.cssNumber[origName]?"":"px")}if(!support.clearCloneStyle&&value===""&&name.indexOf("background")===0){style[name]="inherit"}if(!hooks||!("set"in hooks)||(value=hooks.set(elem,value,extra))!==void 0){if(isCustomProp){style.setProperty(name,value)}else{style[name]=value}}}else{if(hooks&&"get"in hooks&&(ret=hooks.get(elem,false,extra))!==void 0){return ret}return style[name]}},css:function css(elem,name,extra,styles){var val,num,hooks,origName=camelCase(name),isCustomProp=rcustomProp.test(name);if(!isCustomProp){name=finalPropName(origName)}hooks=jQuery12.cssHooks[name]||jQuery12.cssHooks[origName];if(hooks&&"get"in hooks){val=hooks.get(elem,true,extra)}if(val===void 0){val=curCSS(elem,name,styles)}if(val==="normal"&&name in cssNormalTransform){val=cssNormalTransform[name]}if(extra===""||extra){num=parseFloat(val);return extra===true||isFinite(num)?num||0:val}return val}});jQuery12.each(["height","width"],function(_i,dimension){jQuery12.cssHooks[dimension]={get:function get(elem,computed,extra){if(computed){return rdisplayswap.test(jQuery12.css(elem,"display"))&&(!elem.getClientRects().length||!elem.getBoundingClientRect().width)?swap(elem,cssShow,function(){return getWidthOrHeight(elem,dimension,extra)}):getWidthOrHeight(elem,dimension,extra)}},set:function set(elem,value,extra){var matches,styles=getStyles(elem),scrollboxSizeBuggy=!support.scrollboxSize()&&styles.position==="absolute",boxSizingNeeded=scrollboxSizeBuggy||extra,isBorderBox=boxSizingNeeded&&jQuery12.css(elem,"boxSizing",false,styles)==="border-box",subtract=extra?boxModelAdjustment(elem,dimension,extra,isBorderBox,styles):0;if(isBorderBox&&scrollboxSizeBuggy){subtract-=Math.ceil(elem["offset"+dimension[0].toUpperCase()+dimension.slice(1)]-parseFloat(styles[dimension])-boxModelAdjustment(elem,dimension,"border",false,styles)-0.5)}if(subtract&&(matches=rcssNum.exec(value))&&(matches[3]||"px")!=="px"){elem.style[dimension]=value;value=jQuery12.css(elem,dimension)}return setPositiveNumber(elem,value,subtract)}}});jQuery12.cssHooks.marginLeft=addGetHookIf(support.reliableMarginLeft,function(elem,computed){if(computed){return(parseFloat(curCSS(elem,"marginLeft"))||elem.getBoundingClientRect().left-swap(elem,{marginLeft:0},function(){return elem.getBoundingClientRect().left}))+"px"}});jQuery12.each({margin:"",padding:"",border:"Width"},function(prefix,suffix){jQuery12.cssHooks[prefix+suffix]={expand:function expand(value){var i2=0,expanded={},parts=typeof value==="string"?value.split(" "):[value];for(;i2<4;i2++){expanded[prefix+cssExpand[i2]+suffix]=parts[i2]||parts[i2-2]||parts[0]}return expanded}};if(prefix!=="margin"){jQuery12.cssHooks[prefix+suffix].set=setPositiveNumber}});jQuery12.fn.extend({css:function css(name,value){return access(this,function(elem,name2,value2){var styles,len,map={},i2=0;if(Array.isArray(name2)){styles=getStyles(elem);len=name2.length;for(;i21)}});function Tween(elem,options,prop,end2,easing){return new Tween.prototype.init(elem,options,prop,end2,easing)}jQuery12.Tween=Tween;Tween.prototype={constructor:Tween,init:function init(elem,options,prop,end2,easing,unit){this.elem=elem;this.prop=prop;this.easing=easing||jQuery12.easing._default;this.options=options;this.start=this.now=this.cur();this.end=end2;this.unit=unit||(jQuery12.cssNumber[prop]?"":"px")},cur:function cur(){var hooks=Tween.propHooks[this.prop];return hooks&&hooks.get?hooks.get(this):Tween.propHooks._default.get(this)},run:function run(percent){var eased,hooks=Tween.propHooks[this.prop];if(this.options.duration){this.pos=eased=jQuery12.easing[this.easing](percent,this.options.duration*percent,0,1,this.options.duration)}else{this.pos=eased=percent}this.now=(this.end-this.start)*eased+this.start;if(this.options.step){this.options.step.call(this.elem,this.now,this)}if(hooks&&hooks.set){hooks.set(this)}else{Tween.propHooks._default.set(this)}return this}};Tween.prototype.init.prototype=Tween.prototype;Tween.propHooks={_default:{get:function get(tween){var result;if(tween.elem.nodeType!==1||tween.elem[tween.prop]!=null&&tween.elem.style[tween.prop]==null){return tween.elem[tween.prop]}result=jQuery12.css(tween.elem,tween.prop,"");return!result||result==="auto"?0:result},set:function set(tween){if(jQuery12.fx.step[tween.prop]){jQuery12.fx.step[tween.prop](tween)}else if(tween.elem.nodeType===1&&(jQuery12.cssHooks[tween.prop]||tween.elem.style[finalPropName(tween.prop)]!=null)){jQuery12.style(tween.elem,tween.prop,tween.now+tween.unit)}else{tween.elem[tween.prop]=tween.now}}}};Tween.propHooks.scrollTop=Tween.propHooks.scrollLeft={set:function set(tween){if(tween.elem.nodeType&&tween.elem.parentNode){tween.elem[tween.prop]=tween.now}}};jQuery12.easing={linear:function linear(p){return p},swing:function swing(p){return 0.5-Math.cos(p*Math.PI)/2},_default:"swing"};jQuery12.fx=Tween.prototype.init;jQuery12.fx.step={};var fxNow,inProgress,rfxtypes=/^(?:toggle|show|hide)$/,rrun=/queueHooks$/;function schedule(){if(inProgress){if(document2.hidden===false&&window2.requestAnimationFrame){window2.requestAnimationFrame(schedule)}else{window2.setTimeout(schedule,jQuery12.fx.interval)}jQuery12.fx.tick()}}function createFxNow(){window2.setTimeout(function(){fxNow=void 0});return fxNow=Date.now()}function genFx(type,includeWidth){var which,i2=0,attrs={height:type};includeWidth=includeWidth?1:0;for(;i2<4;i2+=2-includeWidth){which=cssExpand[i2];attrs["margin"+which]=attrs["padding"+which]=type}if(includeWidth){attrs.opacity=attrs.width=type}return attrs}function createTween(value,prop,animation){var tween,collection=(Animation.tweeners[prop]||[]).concat(Animation.tweeners["*"]),index=0,length=collection.length;for(;index1)},removeAttr:function removeAttr(name){return this.each(function(){jQuery12.removeAttr(this,name)})}});jQuery12.extend({attr:function attr(elem,name,value){var ret,hooks,nType=elem.nodeType;if(nType===3||nType===8||nType===2){return}if(typeof elem.getAttribute==="undefined"){return jQuery12.prop(elem,name,value)}if(nType!==1||!jQuery12.isXMLDoc(elem)){hooks=jQuery12.attrHooks[name.toLowerCase()]||(jQuery12.expr.match.bool.test(name)?boolHook:void 0)}if(value!==void 0){if(value===null){jQuery12.removeAttr(elem,name);return}if(hooks&&"set"in hooks&&(ret=hooks.set(elem,value,name))!==void 0){return ret}elem.setAttribute(name,value+"");return value}if(hooks&&"get"in hooks&&(ret=hooks.get(elem,name))!==null){return ret}ret=jQuery12.find.attr(elem,name);return ret==null?void 0:ret},attrHooks:{type:{set:function set(elem,value){if(!support.radioValue&&value==="radio"&&nodeName(elem,"input")){var val=elem.value;elem.setAttribute("type",value);if(val){elem.value=val}return value}}}},removeAttr:function removeAttr(elem,value){var name,i2=0,attrNames=value&&value.match(rnothtmlwhite);if(attrNames&&elem.nodeType===1){while(name=attrNames[i2++]){elem.removeAttribute(name)}}}});boolHook={set:function set(elem,value,name){if(value===false){jQuery12.removeAttr(elem,name)}else{elem.setAttribute(name,name)}return name}};jQuery12.each(jQuery12.expr.match.bool.source.match(/\w+/g),function(_i,name){var getter=attrHandle[name]||jQuery12.find.attr;attrHandle[name]=function(elem,name2,isXML){var ret,handle,lowercaseName=name2.toLowerCase();if(!isXML){handle=attrHandle[lowercaseName];attrHandle[lowercaseName]=ret;ret=getter(elem,name2,isXML)!=null?lowercaseName:null;attrHandle[lowercaseName]=handle}return ret}});var rfocusable=/^(?:input|select|textarea|button)$/i,rclickable=/^(?:a|area)$/i;jQuery12.fn.extend({prop:function prop(name,value){return access(this,jQuery12.prop,name,value,arguments.length>1)},removeProp:function removeProp(name){return this.each(function(){delete this[jQuery12.propFix[name]||name]})}});jQuery12.extend({prop:function prop(elem,name,value){var ret,hooks,nType=elem.nodeType;if(nType===3||nType===8||nType===2){return}if(nType!==1||!jQuery12.isXMLDoc(elem)){name=jQuery12.propFix[name]||name;hooks=jQuery12.propHooks[name]}if(value!==void 0){if(hooks&&"set"in hooks&&(ret=hooks.set(elem,value,name))!==void 0){return ret}return elem[name]=value}if(hooks&&"get"in hooks&&(ret=hooks.get(elem,name))!==null){return ret}return elem[name]},propHooks:{tabIndex:{get:function get(elem){var tabindex=jQuery12.find.attr(elem,"tabindex");if(tabindex){return parseInt(tabindex,10)}if(rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href){return 0}return-1}}},propFix:{"for":"htmlFor","class":"className"}});if(!support.optSelected){jQuery12.propHooks.selected={get:function get(elem){var parent=elem.parentNode;if(parent&&parent.parentNode){parent.parentNode.selectedIndex}return null},set:function set(elem){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex}}}}}jQuery12.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){jQuery12.propFix[this.toLowerCase()]=this});function stripAndCollapse(value){var tokens=value.match(rnothtmlwhite)||[];return tokens.join(" ")}function getClass(elem){return elem.getAttribute&&elem.getAttribute("class")||""}function classesToArray(value){if(Array.isArray(value)){return value}if(typeof value==="string"){return value.match(rnothtmlwhite)||[]}return[]}jQuery12.fn.extend({addClass:function addClass(value){var classNames,cur,curValue,className,i2,finalValue;if(isFunction(value)){return this.each(function(j){jQuery12(this).addClass(value.call(this,j,getClass(this)))})}classNames=classesToArray(value);if(classNames.length){return this.each(function(){curValue=getClass(this);cur=this.nodeType===1&&" "+stripAndCollapse(curValue)+" ";if(cur){for(i2=0;i2-1){cur=cur.replace(" "+className+" "," ")}}finalValue=stripAndCollapse(cur);if(curValue!==finalValue){this.setAttribute("class",finalValue)}}})}return this},toggleClass:function toggleClass(value,stateVal){var classNames,className,i2,self2,type=_typeof4(value),isValidValue=type==="string"||Array.isArray(value);if(isFunction(value)){return this.each(function(i3){jQuery12(this).toggleClass(value.call(this,i3,getClass(this),stateVal),stateVal)})}if(typeof stateVal==="boolean"&&isValidValue){return stateVal?this.addClass(value):this.removeClass(value)}classNames=classesToArray(value);return this.each(function(){if(isValidValue){self2=jQuery12(this);for(i2=0;i2-1){return true}}return false}});var rreturn=/\r/g;jQuery12.fn.extend({val:function val(value){var hooks,ret,valueIsFunction,elem=this[0];if(!arguments.length){if(elem){hooks=jQuery12.valHooks[elem.type]||jQuery12.valHooks[elem.nodeName.toLowerCase()];if(hooks&&"get"in hooks&&(ret=hooks.get(elem,"value"))!==void 0){return ret}ret=elem.value;if(typeof ret==="string"){return ret.replace(rreturn,"")}return ret==null?"":ret}return}valueIsFunction=isFunction(value);return this.each(function(i2){var val;if(this.nodeType!==1){return}if(valueIsFunction){val=value.call(this,i2,jQuery12(this).val())}else{val=value}if(val==null){val=""}else if(typeof val==="number"){val+=""}else if(Array.isArray(val)){val=jQuery12.map(val,function(value2){return value2==null?"":value2+""})}hooks=jQuery12.valHooks[this.type]||jQuery12.valHooks[this.nodeName.toLowerCase()];if(!hooks||!("set"in hooks)||hooks.set(this,val,"value")===void 0){this.value=val}})}});jQuery12.extend({valHooks:{option:{get:function get(elem){var val=jQuery12.find.attr(elem,"value");return val!=null?val:stripAndCollapse(jQuery12.text(elem))}},select:{get:function get(elem){var value,option,i2,options=elem.options,index=elem.selectedIndex,one=elem.type==="select-one",values=one?null:[],max2=one?index+1:options.length;if(index<0){i2=max2}else{i2=one?index:0}for(;i2-1){optionSet=true}}if(!optionSet){elem.selectedIndex=-1}return values}}}});jQuery12.each(["radio","checkbox"],function(){jQuery12.valHooks[this]={set:function set(elem,value){if(Array.isArray(value)){return elem.checked=jQuery12.inArray(jQuery12(elem).val(),value)>-1}}};if(!support.checkOn){jQuery12.valHooks[this].get=function(elem){return elem.getAttribute("value")===null?"on":elem.value}}});var location2=window2.location;var nonce={guid:Date.now()};var rquery=/\?/;jQuery12.parseXML=function(data){var xml,parserErrorElem;if(!data||typeof data!=="string"){return null}try{xml=new window2.DOMParser().parseFromString(data,"text/xml")}catch(e){}parserErrorElem=xml&&xml.getElementsByTagName("parsererror")[0];if(!xml||parserErrorElem){jQuery12.error("Invalid XML: "+(parserErrorElem?jQuery12.map(parserErrorElem.childNodes,function(el){return el.textContent}).join("\n"):data))}return xml};var rfocusMorph=/^(?:focusinfocus|focusoutblur)$/,stopPropagationCallback=function stopPropagationCallback(e){e.stopPropagation()};jQuery12.extend(jQuery12.event,{trigger:function trigger(event2,data,elem,onlyHandlers){var i2,cur,tmp,bubbleType,ontype,handle,special,lastElement,eventPath=[elem||document2],type=hasOwn.call(event2,"type")?event2.type:event2,namespaces=hasOwn.call(event2,"namespace")?event2.namespace.split("."):[];cur=lastElement=tmp=elem=elem||document2;if(elem.nodeType===3||elem.nodeType===8){return}if(rfocusMorph.test(type+jQuery12.event.triggered)){return}if(type.indexOf(".")>-1){namespaces=type.split(".");type=namespaces.shift();namespaces.sort()}ontype=type.indexOf(":")<0&&"on"+type;event2=event2[jQuery12.expando]?event2:new jQuery12.Event(type,_typeof4(event2)==="object"&&event2);event2.isTrigger=onlyHandlers?2:3;event2.namespace=namespaces.join(".");event2.rnamespace=event2.namespace?new RegExp("(^|\\.)"+namespaces.join("\\.(?:.*\\.|)")+"(\\.|$)"):null;event2.result=void 0;if(!event2.target){event2.target=elem}data=data==null?[event2]:jQuery12.makeArray(data,[event2]);special=jQuery12.event.special[type]||{};if(!onlyHandlers&&special.trigger&&special.trigger.apply(elem,data)===false){return}if(!onlyHandlers&&!special.noBubble&&!isWindow(elem)){bubbleType=special.delegateType||type;if(!rfocusMorph.test(bubbleType+type)){cur=cur.parentNode}for(;cur;cur=cur.parentNode){eventPath.push(cur);tmp=cur}if(tmp===(elem.ownerDocument||document2)){eventPath.push(tmp.defaultView||tmp.parentWindow||window2)}}i2=0;while((cur=eventPath[i2++])&&!event2.isPropagationStopped()){lastElement=cur;event2.type=i2>1?bubbleType:special.bindType||type;handle=(dataPriv.get(cur,"events")||/* @__PURE__ */Object.create(null))[event2.type]&&dataPriv.get(cur,"handle");if(handle){handle.apply(cur,data)}handle=ontype&&cur[ontype];if(handle&&handle.apply&&acceptData(cur)){event2.result=handle.apply(cur,data);if(event2.result===false){event2.preventDefault()}}}event2.type=type;if(!onlyHandlers&&!event2.isDefaultPrevented()){if((!special._default||special._default.apply(eventPath.pop(),data)===false)&&acceptData(elem)){if(ontype&&isFunction(elem[type])&&!isWindow(elem)){tmp=elem[ontype];if(tmp){elem[ontype]=null}jQuery12.event.triggered=type;if(event2.isPropagationStopped()){lastElement.addEventListener(type,stopPropagationCallback)}elem[type]();if(event2.isPropagationStopped()){lastElement.removeEventListener(type,stopPropagationCallback)}jQuery12.event.triggered=void 0;if(tmp){elem[ontype]=tmp}}}}return event2.result},simulate:function simulate(type,elem,event2){var e=jQuery12.extend(new jQuery12.Event,event2,{type:type,isSimulated:true});jQuery12.event.trigger(e,null,elem)}});jQuery12.fn.extend({trigger:function trigger(type,data){return this.each(function(){jQuery12.event.trigger(type,data,this)})},triggerHandler:function triggerHandler(type,data){var elem=this[0];if(elem){return jQuery12.event.trigger(type,data,elem,true)}}});var rbracket=/\[\]$/,rCRLF=/\r?\n/g,rsubmitterTypes=/^(?:submit|button|image|reset|file)$/i,rsubmittable=/^(?:input|select|textarea|keygen)/i;function buildParams(prefix,obj,traditional,add){var name;if(Array.isArray(obj)){jQuery12.each(obj,function(i2,v){if(traditional||rbracket.test(prefix)){add(prefix,v)}else{buildParams(prefix+"["+(_typeof4(v)==="object"&&v!=null?i2:"")+"]",v,traditional,add)}})}else if(!traditional&&toType(obj)==="object"){for(name in obj){buildParams(prefix+"["+name+"]",obj[name],traditional,add)}}else{add(prefix,obj)}}jQuery12.param=function(a,traditional){var prefix,s=[],add=function add(key2,valueOrFunction){var value=isFunction(valueOrFunction)?valueOrFunction():valueOrFunction;s[s.length]=encodeURIComponent(key2)+"="+encodeURIComponent(value==null?"":value)};if(a==null){return""}if(Array.isArray(a)||a.jquery&&!jQuery12.isPlainObject(a)){jQuery12.each(a,function(){add(this.name,this.value)})}else{for(prefix in a){buildParams(prefix,a[prefix],traditional,add)}}return s.join("&")};jQuery12.fn.extend({serialize:function serialize(){return jQuery12.param(this.serializeArray())},serializeArray:function serializeArray(){return this.map(function(){var elements=jQuery12.prop(this,"elements");return elements?jQuery12.makeArray(elements):this}).filter(function(){var type=this.type;return this.name&&!jQuery12(this).is(":disabled")&&rsubmittable.test(this.nodeName)&&!rsubmitterTypes.test(type)&&(this.checked||!rcheckableType.test(type))}).map(function(_i,elem){var val=jQuery12(this).val();if(val==null){return null}if(Array.isArray(val)){return jQuery12.map(val,function(val2){return{name:elem.name,value:val2.replace(rCRLF,"\r\n")}})}return{name:elem.name,value:val.replace(rCRLF,"\r\n")}}).get()}});var r20=/%20/g,rhash=/#.*$/,rantiCache=/([?&])_=[^&]*/,rheaders=/^(.*?):[ \t]*([^\r\n]*)$/mg,rlocalProtocol=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,rnoContent=/^(?:GET|HEAD)$/,rprotocol=/^\/\//,prefilters={},transports={},allTypes="*/".concat("*"),originAnchor=document2.createElement("a");originAnchor.href=location2.href;function addToPrefiltersOrTransports(structure){return function(dataTypeExpression,func){if(typeof dataTypeExpression!=="string"){func=dataTypeExpression;dataTypeExpression="*"}var dataType,i2=0,dataTypes=dataTypeExpression.toLowerCase().match(rnothtmlwhite)||[];if(isFunction(func)){while(dataType=dataTypes[i2++]){if(dataType[0]==="+"){dataType=dataType.slice(1)||"*";(structure[dataType]=structure[dataType]||[]).unshift(func)}else{(structure[dataType]=structure[dataType]||[]).push(func)}}}}}function inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR){var inspected={},seekingTransport=structure===transports;function inspect(dataType){var selected;inspected[dataType]=true;jQuery12.each(structure[dataType]||[],function(_,prefilterOrFactory){var dataTypeOrTransport=prefilterOrFactory(options,originalOptions,jqXHR);if(typeof dataTypeOrTransport==="string"&&!seekingTransport&&!inspected[dataTypeOrTransport]){options.dataTypes.unshift(dataTypeOrTransport);inspect(dataTypeOrTransport);return false}else if(seekingTransport){return!(selected=dataTypeOrTransport)}});return selected}return inspect(options.dataTypes[0])||!inspected["*"]&&inspect("*")}function ajaxExtend(target,src){var key2,deep,flatOptions=jQuery12.ajaxSettings.flatOptions||{};for(key2 in src){if(src[key2]!==void 0){(flatOptions[key2]?target:deep||(deep={}))[key2]=src[key2]}}if(deep){jQuery12.extend(true,target,deep)}return target}function ajaxHandleResponses(s,jqXHR,responses){var ct,type,finalDataType,firstDataType,contents=s.contents,dataTypes=s.dataTypes;while(dataTypes[0]==="*"){dataTypes.shift();if(ct===void 0){ct=s.mimeType||jqXHR.getResponseHeader("Content-Type")}}if(ct){for(type in contents){if(contents[type]&&contents[type].test(ct)){dataTypes.unshift(type);break}}}if(dataTypes[0]in responses){finalDataType=dataTypes[0]}else{for(type in responses){if(!dataTypes[0]||s.converters[type+" "+dataTypes[0]]){finalDataType=type;break}if(!firstDataType){firstDataType=type}}finalDataType=finalDataType||firstDataType}if(finalDataType){if(finalDataType!==dataTypes[0]){dataTypes.unshift(finalDataType)}return responses[finalDataType]}}function ajaxConvert(s,response,jqXHR,isSuccess){var conv2,current,conv,tmp,prev,converters={},dataTypes=s.dataTypes.slice();if(dataTypes[1]){for(conv in s.converters){converters[conv.toLowerCase()]=s.converters[conv]}}current=dataTypes.shift();while(current){if(s.responseFields[current]){jqXHR[s.responseFields[current]]=response}if(!prev&&isSuccess&&s.dataFilter){response=s.dataFilter(response,s.dataType)}prev=current;current=dataTypes.shift();if(current){if(current==="*"){current=prev}else if(prev!=="*"&&prev!==current){conv=converters[prev+" "+current]||converters["* "+current];if(!conv){for(conv2 in converters){tmp=conv2.split(" ");if(tmp[1]===current){conv=converters[prev+" "+tmp[0]]||converters["* "+tmp[0]];if(conv){if(conv===true){conv=converters[conv2]}else if(converters[conv2]!==true){current=tmp[0];dataTypes.unshift(tmp[1])}break}}}}if(conv!==true){if(conv&&s["throws"]){response=conv(response)}else{try{response=conv(response)}catch(e){return{state:"parsererror",error:conv?e:"No conversion from "+prev+" to "+current}}}}}}}return{state:"success",data:response}}jQuery12.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:location2.href,type:"GET",isLocal:rlocalProtocol.test(location2.protocol),global:true,processData:true,async:true,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":allTypes,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":true,"text json":JSON.parse,"text xml":jQuery12.parseXML},flatOptions:{url:true,context:true}},ajaxSetup:function ajaxSetup(target,settings){return settings?ajaxExtend(ajaxExtend(target,jQuery12.ajaxSettings),settings):ajaxExtend(jQuery12.ajaxSettings,target)},ajaxPrefilter:addToPrefiltersOrTransports(prefilters),ajaxTransport:addToPrefiltersOrTransports(transports),ajax:function ajax(url,options){if(_typeof4(url)==="object"){options=url;url=void 0}options=options||{};var transport,cacheURL,responseHeadersString,responseHeaders,timeoutTimer,urlAnchor,completed2,fireGlobals,i2,uncached,s=jQuery12.ajaxSetup({},options),callbackContext=s.context||s,globalEventContext=s.context&&(callbackContext.nodeType||callbackContext.jquery)?jQuery12(callbackContext):jQuery12.event,deferred=jQuery12.Deferred(),completeDeferred=jQuery12.Callbacks("once memory"),_statusCode=s.statusCode||{},requestHeaders={},requestHeadersNames={},strAbort="canceled",jqXHR={readyState:0,getResponseHeader:function getResponseHeader(key2){var match;if(completed2){if(!responseHeaders){responseHeaders={};while(match=rheaders.exec(responseHeadersString)){responseHeaders[match[1].toLowerCase()+" "]=(responseHeaders[match[1].toLowerCase()+" "]||[]).concat(match[2])}}match=responseHeaders[key2.toLowerCase()+" "]}return match==null?null:match.join(", ")},getAllResponseHeaders:function getAllResponseHeaders(){return completed2?responseHeadersString:null},setRequestHeader:function setRequestHeader(name,value){if(completed2==null){name=requestHeadersNames[name.toLowerCase()]=requestHeadersNames[name.toLowerCase()]||name;requestHeaders[name]=value}return this},overrideMimeType:function overrideMimeType(type){if(completed2==null){s.mimeType=type}return this},statusCode:function statusCode(map){var code;if(map){if(completed2){jqXHR.always(map[jqXHR.status])}else{for(code in map){_statusCode[code]=[_statusCode[code],map[code]]}}}return this},abort:function abort(statusText){var finalText=statusText||strAbort;if(transport){transport.abort(finalText)}done(0,finalText);return this}};deferred.promise(jqXHR);s.url=((url||s.url||location2.href)+"").replace(rprotocol,location2.protocol+"//");s.type=options.method||options.type||s.method||s.type;s.dataTypes=(s.dataType||"*").toLowerCase().match(rnothtmlwhite)||[""];if(s.crossDomain==null){urlAnchor=document2.createElement("a");try{urlAnchor.href=s.url;urlAnchor.href=urlAnchor.href;s.crossDomain=originAnchor.protocol+"//"+originAnchor.host!==urlAnchor.protocol+"//"+urlAnchor.host}catch(e){s.crossDomain=true}}if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery12.param(s.data,s.traditional)}inspectPrefiltersOrTransports(prefilters,s,options,jqXHR);if(completed2){return jqXHR}fireGlobals=jQuery12.event&&s.global;if(fireGlobals&&jQuery12.active++===0){jQuery12.event.trigger("ajaxStart")}s.type=s.type.toUpperCase();s.hasContent=!rnoContent.test(s.type);cacheURL=s.url.replace(rhash,"");if(!s.hasContent){uncached=s.url.slice(cacheURL.length);if(s.data&&(s.processData||typeof s.data==="string")){cacheURL+=(rquery.test(cacheURL)?"&":"?")+s.data;delete s.data}if(s.cache===false){cacheURL=cacheURL.replace(rantiCache,"$1");uncached=(rquery.test(cacheURL)?"&":"?")+"_="+nonce.guid++ +uncached}s.url=cacheURL+uncached}else if(s.data&&s.processData&&(s.contentType||"").indexOf("application/x-www-form-urlencoded")===0){s.data=s.data.replace(r20,"+")}if(s.ifModified){if(jQuery12.lastModified[cacheURL]){jqXHR.setRequestHeader("If-Modified-Since",jQuery12.lastModified[cacheURL])}if(jQuery12.etag[cacheURL]){jqXHR.setRequestHeader("If-None-Match",jQuery12.etag[cacheURL])}}if(s.data&&s.hasContent&&s.contentType!==false||options.contentType){jqXHR.setRequestHeader("Content-Type",s.contentType)}jqXHR.setRequestHeader("Accept",s.dataTypes[0]&&s.accepts[s.dataTypes[0]]?s.accepts[s.dataTypes[0]]+(s.dataTypes[0]!=="*"?", "+allTypes+"; q=0.01":""):s.accepts["*"]);for(i2 in s.headers){jqXHR.setRequestHeader(i2,s.headers[i2])}if(s.beforeSend&&(s.beforeSend.call(callbackContext,jqXHR,s)===false||completed2)){return jqXHR.abort()}strAbort="abort";completeDeferred.add(s.complete);jqXHR.done(s.success);jqXHR.fail(s.error);transport=inspectPrefiltersOrTransports(transports,s,options,jqXHR);if(!transport){done(-1,"No Transport")}else{jqXHR.readyState=1;if(fireGlobals){globalEventContext.trigger("ajaxSend",[jqXHR,s])}if(completed2){return jqXHR}if(s.async&&s.timeout>0){timeoutTimer=window2.setTimeout(function(){jqXHR.abort("timeout")},s.timeout)}try{completed2=false;transport.send(requestHeaders,done)}catch(e){if(completed2){throw e}done(-1,e)}}function done(status,nativeStatusText,responses,headers){var isSuccess,success,error2,response,modified,statusText=nativeStatusText;if(completed2){return}completed2=true;if(timeoutTimer){window2.clearTimeout(timeoutTimer)}transport=void 0;responseHeadersString=headers||"";jqXHR.readyState=status>0?4:0;isSuccess=status>=200&&status<300||status===304;if(responses){response=ajaxHandleResponses(s,jqXHR,responses)}if(!isSuccess&&jQuery12.inArray("script",s.dataTypes)>-1&&jQuery12.inArray("json",s.dataTypes)<0){s.converters["text script"]=function(){}}response=ajaxConvert(s,response,jqXHR,isSuccess);if(isSuccess){if(s.ifModified){modified=jqXHR.getResponseHeader("Last-Modified");if(modified){jQuery12.lastModified[cacheURL]=modified}modified=jqXHR.getResponseHeader("etag");if(modified){jQuery12.etag[cacheURL]=modified}}if(status===204||s.type==="HEAD"){statusText="nocontent"}else if(status===304){statusText="notmodified"}else{statusText=response.state;success=response.data;error2=response.error;isSuccess=!error2}}else{error2=statusText;if(status||!statusText){statusText="error";if(status<0){status=0}}}jqXHR.status=status;jqXHR.statusText=(nativeStatusText||statusText)+"";if(isSuccess){deferred.resolveWith(callbackContext,[success,statusText,jqXHR])}else{deferred.rejectWith(callbackContext,[jqXHR,statusText,error2])}jqXHR.statusCode(_statusCode);_statusCode=void 0;if(fireGlobals){globalEventContext.trigger(isSuccess?"ajaxSuccess":"ajaxError",[jqXHR,s,isSuccess?success:error2])}completeDeferred.fireWith(callbackContext,[jqXHR,statusText]);if(fireGlobals){globalEventContext.trigger("ajaxComplete",[jqXHR,s]);if(! --jQuery12.active){jQuery12.event.trigger("ajaxStop")}}}return jqXHR},getJSON:function getJSON(url,data,callback){return jQuery12.get(url,data,callback,"json")},getScript:function getScript(url,callback){return jQuery12.get(url,void 0,callback,"script")}});jQuery12.each(["get","post"],function(_i,method){jQuery12[method]=function(url,data,callback,type){if(isFunction(data)){type=type||callback;callback=data;data=void 0}return jQuery12.ajax(jQuery12.extend({url:url,type:method,dataType:type,data:data,success:callback},jQuery12.isPlainObject(url)&&url))}});jQuery12.ajaxPrefilter(function(s){var i2;for(i2 in s.headers){if(i2.toLowerCase()==="content-type"){s.contentType=s.headers[i2]||""}}});jQuery12._evalUrl=function(url,options,doc){return jQuery12.ajax({url:url,type:"GET",dataType:"script",cache:true,async:false,global:false,converters:{"text script":function textScript(){}},dataFilter:function dataFilter(response){jQuery12.globalEval(response,options,doc)}})};jQuery12.fn.extend({wrapAll:function wrapAll(html){var wrap;if(this[0]){if(isFunction(html)){html=html.call(this[0])}wrap=jQuery12(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0])}wrap.map(function(){var elem=this;while(elem.firstElementChild){elem=elem.firstElementChild}return elem}).append(this)}return this},wrapInner:function wrapInner(html){if(isFunction(html)){return this.each(function(i2){jQuery12(this).wrapInner(html.call(this,i2))})}return this.each(function(){var self2=jQuery12(this),contents=self2.contents();if(contents.length){contents.wrapAll(html)}else{self2.append(html)}})},wrap:function wrap(html){var htmlIsFunction=isFunction(html);return this.each(function(i2){jQuery12(this).wrapAll(htmlIsFunction?html.call(this,i2):html)})},unwrap:function unwrap(selector){this.parent(selector).not("body").each(function(){jQuery12(this).replaceWith(this.childNodes)});return this}});jQuery12.expr.pseudos.hidden=function(elem){return!jQuery12.expr.pseudos.visible(elem)};jQuery12.expr.pseudos.visible=function(elem){return!!(elem.offsetWidth||elem.offsetHeight||elem.getClientRects().length)};jQuery12.ajaxSettings.xhr=function(){try{return new window2.XMLHttpRequest}catch(e){}};var xhrSuccessStatus={0:200,1223:204},xhrSupported=jQuery12.ajaxSettings.xhr();support.cors=!!xhrSupported&&"withCredentials"in xhrSupported;support.ajax=xhrSupported=!!xhrSupported;jQuery12.ajaxTransport(function(options){var _callback,errorCallback;if(support.cors||xhrSupported&&!options.crossDomain){return{send:function send(headers,complete2){var i2,xhr=options.xhr();xhr.open(options.type,options.url,options.async,options.username,options.password);if(options.xhrFields){for(i2 in options.xhrFields){xhr[i2]=options.xhrFields[i2]}}if(options.mimeType&&xhr.overrideMimeType){xhr.overrideMimeType(options.mimeType)}if(!options.crossDomain&&!headers["X-Requested-With"]){headers["X-Requested-With"]="XMLHttpRequest"}for(i2 in headers){xhr.setRequestHeader(i2,headers[i2])}_callback=function callback(type){return function(){if(_callback){_callback=errorCallback=xhr.onload=xhr.onerror=xhr.onabort=xhr.ontimeout=xhr.onreadystatechange=null;if(type==="abort"){xhr.abort()}else if(type==="error"){if(typeof xhr.status!=="number"){complete2(0,"error")}else{complete2(xhr.status,xhr.statusText)}}else{complete2(xhrSuccessStatus[xhr.status]||xhr.status,xhr.statusText,(xhr.responseType||"text")!=="text"||typeof xhr.responseText!=="string"?{binary:xhr.response}:{text:xhr.responseText},xhr.getAllResponseHeaders())}}}};xhr.onload=_callback();errorCallback=xhr.onerror=xhr.ontimeout=_callback("error");if(xhr.onabort!==void 0){xhr.onabort=errorCallback}else{xhr.onreadystatechange=function(){if(xhr.readyState===4){window2.setTimeout(function(){if(_callback){errorCallback()}})}}}_callback=_callback("abort");try{xhr.send(options.hasContent&&options.data||null)}catch(e){if(_callback){throw e}}},abort:function abort(){if(_callback){_callback()}}}}});jQuery12.ajaxPrefilter(function(s){if(s.crossDomain){s.contents.script=false}});jQuery12.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function textScript(text){jQuery12.globalEval(text);return text}}});jQuery12.ajaxPrefilter("script",function(s){if(s.cache===void 0){s.cache=false}if(s.crossDomain){s.type="GET"}});jQuery12.ajaxTransport("script",function(s){if(s.crossDomain||s.scriptAttrs){var script,_callback2;return{send:function send(_,complete2){script=jQuery12("\n \n")};var createBaseIframe=function createBaseIframe2(){var iframe=document.createElement("IFRAME");iframe.sandbox="allow-forms allow-popups allow-scripts allow-same-origin";iframe.loading="eager";iframe.style.margin="0";iframe.style.padding="0";iframe.style.border="none";iframe.style.width="0";iframe.style.height="0";iframe.style.position="absolute";return iframe};var createIframe=function createIframe2(placeholder,id2){return new Promise(function(resolve,reject){var content=iframeContent(id2,getOrigin());var iframe;try{iframe=createBaseIframe();iframe.src="about:blank";placeholder.appendChild(iframe);getContentDocument(iframe).write(content)}catch(error2){placeholder.removeChild(iframe);if(supportsSrcdoc()){iframe=createBaseIframe();iframe.src="about:srcdoc";iframe.srcdoc=content;placeholder.appendChild(iframe)}else{reject(error2)}}var handleMessage=function handleMessage2(_ref){var data=_ref.data;if(data==="".concat(id2,"_ready")){window.removeEventListener("message",handleMessage2);resolve(iframe)}};window.addEventListener("message",handleMessage,false)})};var createSlot=function createSlot2(placeholder,width,height){var slot=document.createElement("DIV");Object.assign(slot.style,{border:"0px",cursor:"pointer",height:"".concat(height,"px"),left:"0px",margin:"0px",padding:"0px",position:"absolute",top:"0px",width:"".concat(width,"px")});placeholder.appendChild(slot);return slot};var unique2=function unique3(namespace){var count=-1;return function(){return namespace+"_"+ ++count}};function ownKeys$5(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);if(enumerableOnly)symbols=symbols.filter(function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable});keys.push.apply(keys,symbols)}return keys}function _objectSpread$5(target){for(var i2=1;i2