!function(){"use strict";var t=class{static isInternalLink(t){const{location:{host:e=""}={}}=window;return new URL(t).host===e}static getLinkFromElement(t){if(t instanceof HTMLAnchorElement)return t.href;const e=t.closest("a");return e?e.href:""}static isAnchorLink(t){return t&&""!==t.hash&&t.hostname===window.location.hostname}},e=class{static update(e,n){const a=new URL(e);t.isAnchorLink(a)?window.history.pushState(n,"",a.hash):a.search?window.history.pushState(n,"",`${a.pathname}${a.search}`):window.history.pushState(n,"",a.pathname)}},n={EVENTS:{mediacoAppReady:"mediaco:appReady",mediacoLinkClick:"mediaco:linkClick",mediacoAfterPageTransition:"mediaco:afterPageTransition",mediacoPlayerStart:"mediaco:playerStart",mediacoPlayerStop:"mediaco:playerStop",mediacoSearchFormSubmit:"mediaco:searchFormSubmit"},SITE_ROOT:".wp-site-blocks",CONTENT_AREA:"main.wp-block-group",PAGE_TRANSITION:!0};const{EVENTS:a}=n;const{EVENTS:s}=n;var i=class{validStatusCodes=[200,301,302,404];loadFromServer(t){window.location.assign(t)}createResponse(t){return{status:t.status,content:t.content}}async getPageContent(t){const e=await fetch(t);try{const t=await e.text();return this.createResponse({status:e.status,content:t})}catch(t){return this.createResponse({status:e.status,content:""})}}},o=class{static diffArrayOfObjectsByProp(t,e,n){return t.filter((t=>!e.some((e=>t[n]===e[n]))))}},r=class{static stringToHtmlDocument(t){return(new DOMParser).parseFromString(t,"text/html")}static excludeTagByTextContent(t,e){return t.filter((t=>{const n=t.textContent;return!n||!e.some((t=>n.includes(t)))}))}static createScriptTag(t){const e=document.createElement("script");return e.type=t.type,t.src?e.src=t.src:e.textContent=t.textContent,t.async&&e.setAttribute("async","async"),t.defer&&e.setAttribute("defer","defer"),t.id&&(e.id=t.id),e}};class c{constructor(t){this.currentPageDocument=t.currentPageDocument,this.newPageDocument=t.newPageDocument}swapContent(){const t=c.queryDocument(n.CONTENT_AREA,this.currentPageDocument),e=c.queryDocument(n.CONTENT_AREA,this.newPageDocument),a=t?.parentNode;return!!(t&&e&&a)&&(this.replaceBodyClasses(),this.replaceStyleTags(),this.loadCSSFiles(),this.loadScriptTags(),this.loadScriptTags("body"),this.updatePageTitle(),this.updateMetaTags(),this.updateCanonicalLink(),a.replaceChild(e,t),this.handleAds(),!0)}handleAds(){var t;const e=c.queryDocument("#googletag_definitions",this.newPageDocument),n=null!==(t=e?.innerHTML.match(/\[.*\]/g)?.[0])&&void 0!==t?t:"[]",a=JSON.parse(n),{googletag:s}=window;s&&(s.destroySlots(),a.forEach((t=>{s.defineSlot(t.slot,t.sizes,t.div).addService(s.pubads()),s.display(t.div)})),s.pubads().collapseEmptyDivs(),s.enableServices())}loadCSSFiles(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"head";const e=c.queryDocument(t,this.currentPageDocument),n=c.queryDocument(t,this.newPageDocument);if(!e||!n)return;const a=Array.from(e.querySelectorAll('link[rel="stylesheet"]')),s=Array.from(n.querySelectorAll('link[rel="stylesheet"]')),i=o.diffArrayOfObjectsByProp(s,a,"href");i.length<1||i.forEach((t=>{e.appendChild(t)}))}loadScriptTags(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"head";const e=c.queryDocument(t,this.currentPageDocument),n=c.queryDocument(t,this.newPageDocument);if(!e||!n)return;const a=Array.from(e.querySelectorAll("script")),s=Array.from(n.querySelectorAll("script")),i=[...o.diffArrayOfObjectsByProp(s,a,"src"),...o.diffArrayOfObjectsByProp(s,a,"textContent")];i.length<1||i.forEach((t=>{if(t.id.includes("googletag"))return;if(t.textContent&&t.textContent.includes("googletag"))return;const n=r.createScriptTag(t);e.appendChild(n)}))}replaceBodyClasses(){const t=c.queryDocument("body",this.currentPageDocument),e=c.queryDocument("body",this.newPageDocument);if(!t||!e)return;const n=t.classList.value,a=e.classList.value;n!==a&&(t.className=a)}replaceStyleTags(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"head";const e=c.queryDocument(t,this.currentPageDocument),n=c.queryDocument(t,this.newPageDocument);if(!e||!n)return;const a=["td-player-classic","fa-border","onetrust","td-container-wrapper"],s=e.querySelectorAll("style"),i=r.excludeTagByTextContent(Array.from(s),a),o=n.querySelectorAll("style"),l=r.excludeTagByTextContent(Array.from(o),a);i.length<1||l.length<1||(i.forEach((t=>{t.remove()})),l.forEach((t=>{e.appendChild(t)})))}updateCanonicalLink(){var t;const e=c.queryDocument('link[rel="canonical"]',this.currentPageDocument),n=c.queryDocument('link[rel="canonical"]',this.newPageDocument);e&&n&&e.setAttribute("href",null!==(t=n.getAttribute("href"))&&void 0!==t?t:"")}updateMetaTags(){const t=c.queryDocument("head",this.currentPageDocument),e=c.queryDocument("head",this.newPageDocument);if(!t||!e)return;const n=t.querySelectorAll("meta"),a=e.querySelectorAll("meta");n.length<1||a.length<1||n.forEach((t=>{var e;const n=Array.from(a).find((e=>{const n=t.getAttribute("name"),a=e.getAttribute("name");if(n&&a&&n===a)return!0;const s=t.getAttribute("property"),i=e.getAttribute("property");return s&&i&&s===i}));n&&t.setAttribute("content",null!==(e=n.getAttribute("content"))&&void 0!==e?e:"")}))}updatePageTitle(){const t=c.queryDocument("title",this.currentPageDocument),e=c.queryDocument("title",this.newPageDocument);t&&e&&(t.innerHTML=e.innerHTML)}static queryDocument(t,e){return e.querySelector(t)}}var l=c,u=class{validStatusCodes=[200,301,302,404];constructor(t,e){this.url=t,this.contentGateway=e,this.url=t,this.contentGateway=e}loadFromServer(t){window.location.assign(t)}},h=class extends u{async loadPageFromLink(){const{status:t,content:e}=await this.contentGateway.getPageContent(this.url);this.validStatusCodes.includes(t)||this.loadFromServer(this.url),404===t&&console.error("It looks like that page returned a 404.");const n=r.stringToHtmlDocument(e);new l({currentPageDocument:document,newPageDocument:n}).swapContent()||this.loadFromServer(this.url)}};class d{static toElement(t){t.scrollIntoView({behavior:"instant"})}static toTop(){window.scrollTo({top:0,behavior:"instant"})}static scroll(e){const n=new URL(e);if(t.isAnchorLink(n)){const t=document.querySelector(n.hash);t&&d.toElement(t)}else d.toTop()}}var m=d;const{EVENTS:g}=n;var p=class extends u{siteMain=null;newSiteMain=null;constructor(t,e){super(t,e),this.url=t,this.contentGateway=e,this.loadPage=this.handleLoadPage.bind(this)}fadeIn(){this.newSiteMain.classList.remove("fade-out"),this.siteMain=null,this.newSiteMain=null}async handleLoadPage(){if(!this.siteMain||!this.loadPage)return this.loadFromServer(this.url),!1;this.siteMain.removeEventListener("transitionend",this.loadPage);const{status:t,content:e}=await this.contentGateway.getPageContent(this.url);if(!this.validStatusCodes.includes(t))return this.loadFromServer(this.url),!1;404===t&&console.error("It looks like that page returned a 404.");const n=r.stringToHtmlDocument(e);return this.newSiteMain=n.querySelector(".site-main"),this.newSiteMain?(this.newSiteMain.classList.add("fade-out"),new l({currentPageDocument:document,newPageDocument:n}).swapContent(),m.scroll(this.url),setTimeout((()=>{this.fadeIn();const t=new CustomEvent(g.mediacoAfterPageTransition);document.dispatchEvent(t)}),200),!0):(this.loadFromServer(this.url),!1)}async loadPageFromLink(){this.siteMain=document.querySelector(".site-main"),this.siteMain&&this.loadPage?(this.siteMain.classList.add("fade-out"),this.siteMain.addEventListener("transitionend",this.loadPage,{once:!0})):this.loadFromServer(this.url)}};const y=new class{url="";async loadPageFromLink(t){let e;this.url=t,e=n.PAGE_TRANSITION?new p(t,new i):new h(t,new i),await e.loadPageFromLink()}},S=new class{playerState="STOPPED";constructor(t,e){this.linkTakeover=t,this.pageEvents=e,this.linkTakeover=t,this.pageEvents=e}getPlayerState(){return this.playerState}setPlayerState(t){this.playerState=t}takeOverLinks(){this.linkTakeover.start(),this.pageEvents.start()}resetLinks(){this.linkTakeover.stop(),this.pageEvents.stop()}}(new class{siteRoot=null;constructor(){this.setSiteRoot(),this.attachLinks=this.takeOverTheLinks.bind(this)}setSiteRoot(){const t=document.querySelector(n.SITE_ROOT);t instanceof HTMLElement&&(this.siteRoot=t)}takeOverTheLinks(e){const{target:n=null}=e;if(!(n&&n instanceof HTMLElement&&"true"!==n?.closest("a")?.dataset?.excludelink))return;const a=t.getLinkFromElement(n);if(!a||!t.isInternalLink(a))return;const i=e.metaKey,o=e.ctrlKey,r=e.shiftKey,c=e.altKey;if(i||o||r||c)return;e.preventDefault();const l=new CustomEvent(s.mediacoLinkClick,{detail:{link:a}});document.dispatchEvent(l)}start(){this.siteRoot||this.setSiteRoot(),this.siteRoot&&this.siteRoot.addEventListener("click",this.attachLinks)}stop(){this.siteRoot||this.setSiteRoot(),this.siteRoot&&this.siteRoot.removeEventListener("click",this.attachLinks)}},new class{constructor(t){this.pageCoordinator=t,this.handleOnLinkClick=this.onLinkClick.bind(this),this.handlePopState=this.onPopState.bind(this),this.handleSearchFormSubmit=this.onSearchFormSubmit.bind(this),this.pageCoordinator=t}async onPopState(t){if(!window?.history?.state){const e=t.target,{location:{href:n=""}={}}=e;return void await this.pageCoordinator.loadPageFromLink(n)}const{history:{state:{link:e=""}={}}={}}=window;await this.pageCoordinator.loadPageFromLink(e)}async onLinkClick(t){const{detail:{link:n=""}={}}=t;n&&(await this.pageCoordinator.loadPageFromLink(n),e.update(n,{link:n}))}async onSearchFormSubmit(t){const{detail:{formData:n=null}={}}=t,{location:{origin:a=""}}=window,s=`${a}/?${new URLSearchParams(n).toString()}`;await this.pageCoordinator.loadPageFromLink(s),e.update(s,{link:s})}start(){this.setupPageEvents()}stop(){this.removePageEvents()}setupPageEvents(){document.addEventListener(a.mediacoLinkClick,this.handleOnLinkClick),document.addEventListener(a.mediacoSearchFormSubmit,this.handleSearchFormSubmit),window.addEventListener("popstate",this.handlePopState)}removePageEvents(){document.removeEventListener(a.mediacoLinkClick,this.handleOnLinkClick),document.removeEventListener(a.mediacoSearchFormSubmit,this.handleSearchFormSubmit),window.removeEventListener("popstate",this.handlePopState)}}(y)),{EVENTS:w}=n;window.addEventListener("DOMContentLoaded",(()=>{window.addEventListener(w.mediacoPlayerStart,(function(){S.setPlayerState("PLAYING"),S.takeOverLinks()})),window.addEventListener(w.mediacoPlayerStop,(function(){S.setPlayerState("STOPPED"),S.resetLinks()}))}))}();; !function(){"use strict";document.addEventListener("mediaco:afterPageTransition",(()=>{window.googletag&&window.ioneAdLoader&&(window.googletag.destroySlots(),window.ioneAdLoader.adSlots=[],window.ioneAdLoader.init())}))}();; /*! This file is auto-generated */ (()=>{"use strict";var e={d:(t,d)=>{for(var o in d)e.o(d,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:d[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};function d(e){"undefined"!=typeof document&&("complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",e):e())}e.d(t,{default:()=>d}),(window.wp=window.wp||{}).domReady=t.default})();; !function(){"use strict";var e={n:function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,{a:n}),n},d:function(t,n){for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},t=window.wp.domReady,n=e.n(t);class o{#e=!1;static getTargetElement(e){if(!e.hasAttribute("aria-controls"))throw new Error("Configuration error: The component element is missing the required 'aria-controls' attribute");const t=e.getAttribute("aria-controls");if(!t)throw new Error("Target ID can not be defined");const n=document.getElementById(t);if(null===n)throw new Error(`Configuration error: A target element with ID of '${t}' is not found`);return n}constructor(e){this.controller=e,this.target=o.getTargetElement(e),this.toggleEvent=new Event("popovertoggle"),this.init()}init=()=>{"BUTTON"!==this.controller.nodeName&&(this.controller.setAttribute("role","button"),this.controller.addEventListener("keydown",this.handleControllerKeydown)),this.controller.setAttribute("aria-expanded","false"),this.target.setAttribute("aria-hidden","true"),this.controller.addEventListener("click",this.handleControllerClick),document.body.addEventListener("focusout",this.handleTargetFocusout)};set expanded(e){this.#e=e,this.controller.setAttribute("aria-expanded",String(this.expanded)),this.target.setAttribute("aria-hidden",String(!this.expanded)),this.expanded?document.body.addEventListener("keydown",this.handleBodyKeydown):document.body.removeEventListener("keydown",this.handleBodyKeydown)}get expanded(){return this.#e}handleControllerClick=e=>{e.preventDefault(),this.toggle()};handleControllerKeydown=e=>{const{code:t}=e;["Space","Enter"].includes(t)&&(e.preventDefault(),this.toggle())};handleTargetFocusout=e=>{this.expanded&&e.target!==this.controller&&!this.target.contains(e.target)&&(this.expanded=!1)};handleBodyKeydown=e=>{const{code:t}=e;"Escape"===t&&this.expanded&&(e.preventDefault(),this.hide())};show=()=>{this.expanded=!0};hide=()=>{this.expanded=!1,this.target.contains(document.activeElement)&&this.controller.focus()};toggle=()=>{this.expanded=!this.expanded,this.controller.dispatchEvent(this.toggleEvent)};destroy=()=>{this.target.removeAttribute("aria-hidden"),this.controller.removeAttribute("aria-expanded"),"BUTTON"!==this.controller.nodeName&&(this.controller.removeAttribute("role"),this.controller.removeEventListener("keydown",this.handleControllerKeydown)),this.controller.removeEventListener("click",this.handleControllerClick),document.body.removeEventListener("focusout",this.handleTargetFocusout),document.body.removeEventListener("keydown",this.handleBodyKeydown),this.#e=!1}}var r=function(){const e={xl:"1280",lg:"1024",md:"768",sm:"600",xs:"480","adminbar-sm":"601","adminbar-lg":"783","core-columns":"782"};return Object.keys(e).reduce(((t,n)=>{const o=parseInt(e[n],10),r=o/16+"rem",i=(o-1)/16+"rem";return t[`${n}Min`]=window.matchMedia(`(min-width: ${r})`),t[`${n}Max`]=window.matchMedia(`(max-width: ${i})`),t}),{})}();n()((()=>{(()=>{const e=document.querySelector(".wp-block-mediaco-theme-site-header"),t=document.querySelector(".wp-block-mediaco-theme-site-header__nav"),n=r.mdMax;if(!e||!t)return;let i=null;const d=()=>{const t=document.querySelector("#mobileMenuToggle");t&&(i=new o(t),t.addEventListener("popovertoggle",(()=>{null!==i&&(i.expanded?e.classList.add("wp-block-mediaco-theme-site-header--popover-active"):e.classList.remove("wp-block-mediaco-theme-site-header--popover-active"))})))};n.addEventListener("change",(e=>(e=>{e.matches?d():i&&(i?.destroy(),i=null)})(e))),n.matches&&d()})()}))}();; function outPlayerWidget(a){var c;var w=function(g){function k(){if("spotlight"===h){if("large"===l)return g.length-3;if("medium"===l)return g.length-2;if("small"===l)return g.length-1}else if("shelf"===h){for("large"===l?f=4:"medium"===l?f=3:"small"===l&&(f=2);0'; var p=e.querySelector(".jw-widget-item");var q=document.querySelector(".jw-widget-item").offsetWidth+10;p.classList.add("spotlight");m.src="src/img/play.svg";m.classList.add("jw-play-button");p.append(m)}else"shelf"===h&&(q=e.offsetWidth);v.addEventListener("click",function(){var b=k()-1,a=n[n.length-1];if(d===b&&v.classList.add("disabled"),d===k())return!1;"shelf"===h&&d===b&&a.length
"+d.title+"
");f.insertAdjacentHTML("beforeend",k[c])});w(k)}};var y=a.playlist;(c=new XMLHttpRequest).open("GET",y,!0);c.onreadystatechange=function(){if(4===c.readyState&&200<=c.status){var a=JSON.parse(c.responseText);x(a)}};c.send()};; /*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0\x20\t\r\n\f]*)[^>]*)\/>/gi;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.migrateEnablePatches("self-closed-tags")},i(s,"htmlPrefilter",function(e){var t,r;return(r=(t=e).replace(F,"<$1>"))!==t&&T(t)!==T(r)&&u("self-closed-tags","HTML tags must be properly nested and closed: "+t),e.replace(F,"<$1>")},"self-closed-tags"),s.migrateDisablePatches("self-closed-tags");var D,W,_,I=s.fn.offset;return i(s.fn,"offset",function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?I.apply(this,arguments):(u("offset-valid-elem","jQuery.fn.offset() requires a valid DOM element"),arguments.length?this:void 0)},"offset-valid-elem"),s.ajax&&(D=s.param,i(s,"param",function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("param-ajax-traditional","jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),D.call(this,e,t)},"param-ajax-traditional")),c(s.fn,"andSelf",s.fn.addBack,"andSelf","jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),s.Deferred&&(W=s.Deferred,_=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]],i(s,"Deferred",function(e){var a=W(),i=a.promise();function t(){var o=arguments;return s.Deferred(function(n){s.each(_,function(e,t){var r="function"==typeof o[e]&&o[e];a[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===i?n.promise():this,r?[e]:arguments)})}),o=null}).promise()}return c(a,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),c(i,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),e&&e.call(a,a),a},"deferred-pipe"),s.Deferred.exceptionHook=W.exceptionHook),s}); ;