/*! This file is auto-generated */ !function(){"use strict";var e={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={};function n(e){"undefined"!=typeof document&&("complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",e):e())}e.d(t,{default:function(){return n}}),(window.wp=window.wp||{}).domReady=t.default}();; /*! For license information please see frontend.js.LICENSE.txt */ !function(){var t={7107:function(t,e,n){"undefined"==typeof n.g?this.window||this.global:n.g,t.exports=function(){var t=function(t,e){var n=document.createElement(t);return e&&n.classList.add(e),n},e=function(t){return t&&"function"==typeof t},n=function(t,e,n){var i;return function(){if(n=n||this,!i)return t.apply(n,arguments),i=!0,setTimeout((function(){i=!1}),e)}},i=function(t,e){this.plugins=["ruler"],"string"==typeof t&&(t=document.querySelector(t)),this.input=t,this.config=Object.assign({},{type:"single",tooltips:"always",updateThrottle:30,formatTooltip:function(t){return t},classes:{input:"rangeable-input",container:"rangeable-container",vertical:"rangeable-vertical",progress:"rangeable-progress",handle:"rangeable-handle",track:"rangeable-track",multiple:"rangeable-multiple",disabled:"rangeable-disabled",tooltips:"rangeable-tooltips",tooltip:"rangeable-tooltip",visible:"rangeable-tooltips--visible"}},e),this.mouseAxis={x:"clientX",y:"clientY"},this.trackSize={x:"width",y:"height"},this.trackPos={x:"left",y:"top"},this.lastPos=0,this.double="double"===this.config.type||Array.isArray(this.config.value),this.touch="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,this.version="0.1.6",this.init(),this.onInit()},o=i.prototype;return o.init=function(){if(!this.input.rangeable){var t,e={min:0,max:100,step:1,value:this.input.value};for(t in e)this.input[t]||(this.input[t]=e[t]),void 0!==this.config[t]&&(this.input[t]=this.config[t]);this.axis=this.config.vertical?"y":"x",this.input.rangeable=this,this.double?(this.input.values=this.config.value?this.config.value:[this.input.min,this.input.max],this.input.defaultValues=this.input.values.slice()):this.input.defaultValue||(this.input.defaultValue=this.input.value),this.render(),this.initialised=!0}},o.render=function(){var e=this,n=this.config,i=n.classes,o=t("div",i.container),r=t("div",i.track),s=t("div",i.progress),a=t("div",i.handle),l=t("div",i.tooltip);if(this.input.tabIndex=-1,this.double){a=[t("div",i.handle),t("div",i.handle)],l=[];for(var u=0;3>u;u++)l[u]=t("div",i.tooltip);a.forEach((function(t,e){t.index=e,s.appendChild(t),t.appendChild(l[e]),t.tabIndex=1,n.controls&&n.controls[e]&&n.controls[e].locked&&!0===n.controls[e].locked&&(t.locked=!0)})),n.vertical&&s.appendChild(a[0]),s.appendChild(l[2]),o.classList.add(i.multiple)}else s.appendChild(a),a.appendChild(l),a.tabIndex=1,n.controls&&n.controls.locked&&!0===n.controls.locked&&(a.locked=!0);if(o.appendChild(r),n.vertical&&o.classList.add(i.vertical),n.size&&(o.style[this.trackSize[this.axis]]=isNaN(n.size)?n.size:n.size+"px"),n.tooltips&&(o.classList.add(i.tooltips),"string"==typeof n.tooltips&&"always"===n.tooltips&&o.classList.add(i.visible)),this.nodes={container:o,track:r,progress:s,handle:a,tooltip:l},this.double){this.nodes.buffer=[];var c=t("div","rangeable-buffers");this.input.values.forEach((function(i,o){var s=t("div","rangeable-buffer");c.appendChild(s),e.nodes.buffer.push(s),r.appendChild(c),n.controls&&(e.limits=[{},{}],void 0!==n.controls[o].min&&(e.limits[o].min=n.controls[o].min),void 0!==n.controls[o].max&&(e.limits[o].max=n.controls[o].max))}))}else a=t("div","rangeable-buffer"),r.appendChild(a),this.nodes.buffer=a,r.appendChild(a),n.controls&&(this.limits={},void 0!==n.controls.min&&(this.limits.min=n.controls.min),void 0!==n.controls.max&&(this.limits.max=n.controls.max));this.setLimits(n.controls),r.appendChild(s),this.input.parentNode.insertBefore(o,this.input),o.insertBefore(this.input,r),this.input.classList.add(i.input),this.bind(),this.update()},o.reset=function(){this.double?this.input.defaultValues.forEach(this.setValue,this):this.setValue(this.input.defaultValue),this.onEnd()},o.setValueFromPosition=function(t){var e=this.getLimits(),n=parseFloat(this.input.step),i=this.touch?t.touches[0][this.mouseAxis[this.axis]]:t[this.mouseAxis[this.axis]],o=i-this.rects.container[this.trackPos[this.axis]],r=this.rects.container[this.trackSize[this.axis]];return("mousedown"!==t.type||!(!this.double&&this.nodes.handle.contains(t.target)||this.double&&(this.nodes.handle[0].contains(t.target)||this.nodes.handle[1].contains(t.target))))&&(t=(this.config.vertical?(r-o)/r*100:o/r*100)*(e.max-e.min)/100+e.min,t=Math.ceil(t/n)*n,i>=this.lastPos&&(t-=n),parseFloat(t)!==parseFloat(this.startValue)&&(n=!1,this.double&&(n=this.activeHandle.index),t=this.limit(t,n),void this.setValue(t,n)))},o.start=function(t){return t.preventDefault(),this.startValue=this.getValue(),this.onStart(),this.nodes.container.classList.add("dragging"),this.recalculate(),this.activeHandle=this.getHandle(t),!!this.activeHandle&&(this.activeHandle.classList.add("active"),this.setValueFromPosition(t),void(this.touch?(document.addEventListener("touchmove",this.events.move,!1),document.addEventListener("touchend",this.events.stop,!1),document.addEventListener("touchcancel",this.events.stop,!1)):(document.addEventListener("mousemove",this.events.move,!1),document.addEventListener("mouseup",this.events.stop,!1))))},o.move=function(t){this.setValueFromPosition(t),this.lastPos=this.touch?t.touches[0][this.mouseAxis[this.axis]]:t[this.mouseAxis[this.axis]]},o.stop=function(){this.stopValue=this.getValue(),this.nodes.container.classList.remove("dragging"),this.onEnd(),this.activeHandle.classList.remove("active"),this.activeHandle=!1,this.touch?(document.removeEventListener("touchmove",this.events.move),document.removeEventListener("touchend",this.events.stop),document.removeEventListener("touchcancel",this.events.stop)):(document.removeEventListener("mousemove",this.events.move),document.removeEventListener("mouseup",this.events.stop)),this.startValue!==this.stopValue&&this.input.dispatchEvent(new Event("change")),this.startValue=null},o.keydown=function(t){var e=this,n=function(n){switch(t.key){case"ArrowRight":case"ArrowUp":e.stepUp(n);break;case"ArrowLeft":case"ArrowDown":e.stepDown(n)}};this.double?this.nodes.handle.forEach((function(t){t===document.activeElement&&n(t.index)})):this.nodes.handle===document.activeElement&&n()},o.stepUp=function(t){var e=parseFloat(this.input.step),n=this.getValue();this.double&&void 0!==t&&(n=n[t]),e=this.limit(parseFloat(n)+e,t),this.setValue(e,t)},o.stepDown=function(t){var e=parseFloat(this.input.step),n=this.getValue();this.double&&void 0!==t&&(n=n[t]),e=this.limit(parseFloat(n)-e,t),this.setValue(e,t)},o.limit=function(t,e){var n=this.input,i=this.getLimits();return t=parseFloat(t),this.double&&void 0!==e?(!e&&t>n.values[1]?t=n.values[1]:0this.limits[1].max?t=this.limits[1].max:tthis.limits[0].max?t=this.limits[0].max:tthis.limits.max?t=this.limits.max:ti.max?t=i.max:ta.right||s.bottoma.bottom),n.container.classList.toggle("combined-tooltip",s),s&&(n.tooltip[2].textContent=r[0]===r[1]?o.call(this,r[0]):o.call(this,r[0])+" - "+o.call(this,r[1]))}}else this.input.value=t,n.tooltip.textContent=o.call(this,t);this.setPosition(t,e),i&&(this.onChange(),this.nativeEvent||this.input.dispatchEvent(new Event("input")),this.nativeEvent=!1)},o.native=function(){this.nativeEvent=!0,this.setValue()},o.getLimits=function(){return{min:parseFloat(this.input.min),max:parseFloat(this.input.max)}},o.setLimits=function(t){var e=this;if(void 0===t)return!1;this.limits||(this.limits=t);var n=function(t,e){void 0!==e.min&&(t.min=e.min),void 0!==e.max&&(t.max=e.max)};this.double?t.forEach((function(t,i){n(e.limits[i],t)})):n(this.limits,t),this.update()},o.setPosition=function(t){if(this.double){t=this.getPosition(this.input.values[0]);var e=this.getPosition(this.input.values[1]);this.nodes.progress.style[this.config.vertical?"bottom":"left"]=t+"px",t=e-t}else t=this.getPosition();this.nodes.progress.style[this.trackSize[this.axis]]=t+"px"},o.getPosition=function(t){void 0===t&&(t=this.input.value);var e=this.getLimits();return(t-e.min)/(e.max-e.min)*this.rects.container[this.trackSize[this.axis]]},o.getHandle=function(t){if(!this.double)return!this.nodes.handle.locked&&this.nodes.handle;var e=this.rects,n=Math.abs(t[this.mouseAxis[this.axis]]-e.handle[0][this.trackPos[this.axis]]);return e=Math.abs(t[this.mouseAxis[this.axis]]-e.handle[1][this.trackPos[this.axis]]),(t=t.target.closest("."+this.config.classes.handle))||(t=n>e?this.nodes.handle[1]:this.nodes.handle[0]),!t.locked&&t},o.enable=function(){this.input.disabled&&(this.nodes.container.addEventListener(this.touch?"touchstart":"mousedown",this.events.start,!1),this.double?this.nodes.handle.forEach((function(t){return t.tabIndex=1})):this.nodes.handle.tabIndex=1,this.nodes.container.classList.remove(this.config.classes.disabled),this.input.disabled=!1)},o.disable=function(){this.input.disabled||(this.nodes.container.removeEventListener(this.touch?"touchstart":"mousedown",this.events.start),this.double?this.nodes.handle.forEach((function(t){return t.removeAttribute("tabindex")})):this.nodes.handle.removeAttribute("tabindex"),this.nodes.container.classList.add(this.config.classes.disabled),this.input.disabled=!0)},o.bind=function(){var t=this;this.events={},"start move stop update reset native keydown".split(" ").forEach((function(e){t.events[e]=t[e].bind(t)})),this.events.scroll=n(this.events.update,this.config.updateThrottle),this.events.resize=n(this.events.update,this.config.updateThrottle),document.addEventListener("scroll",this.events.scroll,!1),window.addEventListener("resize",this.events.resize,!1),document.addEventListener("keydown",this.events.keydown,!1),this.nodes.container.addEventListener(this.touch?"touchstart":"mousedown",this.events.start,!1),this.input.addEventListener("input",this.events.native,!1),this.input.form&&this.input.form.addEventListener("reset",this.events.reset,!1)},o.unbind=function(){document.removeEventListener("scroll",this.events.scroll),window.removeEventListener("resize",this.events.resize),document.removeEventListener("keydown",this.events.keydown),this.nodes.container.removeEventListener(this.touch?"touchstart":"mousedown",this.events.start),this.input.removeEventListener("input",this.events.native),this.input.form&&this.input.form.removeEventListener("reset",this.events.reset),this.events=null},o.destroy=function(){this.input.rangeable&&(this.unbind(),this.input.classList.remove(this.config.classes.input),this.nodes.container.parentNode.replaceChild(this.input,this.nodes.container),delete this.input.rangeable,this.initialised=!1)},o.onInit=function(){e(this.config.onInit)&&this.config.onInit.call(this,this.getValue())},o.onStart=function(){e(this.config.onStart)&&this.config.onStart.call(this,this.getValue())},o.onChange=function(){e(this.config.onChange)&&this.config.onChange.call(this,this.getValue())},o.onEnd=function(){e(this.config.onEnd)&&this.config.onEnd.call(this,this.getValue())},i}()},2981:function(t,e){"use strict";var n=window,i=n.requestAnimationFrame||n.webkitRequestAnimationFrame||n.mozRequestAnimationFrame||n.msRequestAnimationFrame||function(t){return setTimeout(t,16)},o=window,r=o.cancelAnimationFrame||o.mozCancelAnimationFrame||function(t){clearTimeout(t)};function s(){for(var t,e,n,i=arguments[0]||{},o=1,r=arguments.length;o=0?JSON.parse(t):t}function l(t,e,n,i){if(i)try{t.setItem(e,n)}catch(t){}return n}function u(){var t=document,e=t.body;return e||((e=t.createElement("body")).fake=!0),e}var c=document.documentElement;function d(t){var e="";return t.fake&&(e=c.style.overflow,t.style.background="",t.style.overflow=c.style.overflow="hidden",c.appendChild(t)),e}function h(t,e){t.fake&&(t.remove(),c.style.overflow=e,c.offsetHeight)}function f(t,e,n,i){"insertRule"in t?t.insertRule(e+"{"+n+"}",i):t.addRule(e,n,i)}function p(t){return("insertRule"in t?t.cssRules:t.rules).length}function m(t,e,n){for(var i=0,o=t.length;i=0},y=v?function(t,e){g(t,e)||t.classList.add(e)}:function(t,e){g(t,e)||(t.className+=" "+e)},b=v?function(t,e){g(t,e)&&t.classList.remove(e)}:function(t,e){g(t,e)&&(t.className=t.className.replace(e,""))};function E(t,e){return t.hasAttribute(e)}function w(t,e){return t.getAttribute(e)}function x(t){return"undefined"!==typeof t.item}function S(t,e){if(t=x(t)||t instanceof Array?t:[t],"[object Object]"===Object.prototype.toString.call(e))for(var n=t.length;n--;)for(var i in e)t[n].setAttribute(i,e[i])}function C(t,e){t=x(t)||t instanceof Array?t:[t];for(var n=(e=e instanceof Array?e:[e]).length,i=t.length;i--;)for(var o=n;o--;)t[i].removeAttribute(e[o])}function T(t){for(var e=[],n=0,i=t.length;n=0&&!n&&O;t.addEventListener(i,e[i],o)}}function I(t,e){for(var n in e){var i=["touchstart","touchmove"].indexOf(n)>=0&&O;t.removeEventListener(n,e[n],i)}}function _(){return{topics:{},on:function(t,e){this.topics[t]=this.topics[t]||[],this.topics[t].push(e)},off:function(t,e){if(this.topics[t])for(var n=0;n";return r.innerHTML=s,o.appendChild(r),n.appendChild(o),t=Math.abs(o.getBoundingClientRect().left-r.children[67].getBoundingClientRect().left)<2,n.fake?h(n,i):o.remove(),t}(),v),B=c.tMQ?a(c.tMQ):l(c,"tMQ",function(){if(window.matchMedia||window.msMatchMedia)return!0;var t,e=document,n=u(),i=d(n),o=e.createElement("div"),r=e.createElement("style"),s="@media all and (min-width:1px){.tns-mq-test{position:absolute}}";return r.type="text/css",o.className="tns-mq-test",n.appendChild(r),n.appendChild(o),r.styleSheet?r.styleSheet.cssText=s:r.appendChild(e.createTextNode(s)),t=window.getComputedStyle?window.getComputedStyle(o).position:o.currentStyle.position,n.fake?h(n,i):o.remove(),"absolute"===t}(),v),H=c.tTf?a(c.tTf):l(c,"tTf",M("transform"),v),q=c.t3D?a(c.t3D):l(c,"t3D",function(t){if(!t)return!1;if(!window.getComputedStyle)return!1;var e,n=document,i=u(),o=d(i),r=n.createElement("p"),s=t.length>9?"-"+t.slice(0,-9).toLowerCase()+"-":"";return s+="transform",i.insertBefore(r,null),r.style[t]="translate3d(1px,1px,1px)",e=window.getComputedStyle(r).getPropertyValue(s),i.fake?h(i,o):r.remove(),void 0!==e&&e.length>0&&"none"!==e}(H),v),R=c.tTDu?a(c.tTDu):l(c,"tTDu",M("transitionDuration"),v),z=c.tTDe?a(c.tTDe):l(c,"tTDe",M("transitionDelay"),v),j=c.tADu?a(c.tADu):l(c,"tADu",M("animationDuration"),v),$=c.tADe?a(c.tADe):l(c,"tADe",M("animationDelay"),v),W=c.tTE?a(c.tTE):l(c,"tTE",N(R,"Transition"),v),Q=c.tAE?a(c.tAE):l(c,"tAE",N(j,"Animation"),v),G=n.console&&"function"===typeof n.console.warn,U=["container","controlsContainer","prevButton","nextButton","navContainer","autoplayButton"],Y={};if(U.forEach((function(n){if("string"===typeof t[n]){var i=t[n],o=e.querySelector(i);if(Y[n]=i,!o||!o.nodeName)return void(G&&console.warn("Can't find",t[n]));t[n]=o}})),!(t.container.children.length<1)){var X=t.responsive,K=t.nested,J="carousel"===t.mode;if(X){0 in X&&(t=s(t,X[0]),delete X[0]);var Z={};for(var tt in X){var et=X[tt];et="number"===typeof et?{items:et}:et,Z[tt]=et}X=Z,Z=null}if(J||function t(e){for(var n in e)J||("slideBy"===n&&(e[n]="page"),"edgePadding"===n&&(e[n]=!1),"autoHeight"===n&&(e[n]=!1)),"responsive"===n&&t(e[n])}(t),!J){t.axis="horizontal",t.slideBy="page",t.edgePadding=!1;var nt=t.animateIn,it=t.animateOut,ot=t.animateDelay,rt=t.animateNormal}var st,at,lt="horizontal"===t.axis,ut=e.createElement("div"),ct=e.createElement("div"),dt=t.container,ht=dt.parentNode,ft=dt.outerHTML,pt=dt.children,mt=pt.length,vt=Ln(),gt=!1;X&&Un(),J&&(dt.className+=" tns-vpfix");var yt,bt=t.autoWidth,Et=Dn("fixedWidth"),wt=Dn("edgePadding"),xt=Dn("gutter"),St=Nn(),Ct=Dn("center"),Tt=bt?1:Math.floor(Dn("items")),At=Dn("slideBy"),Lt=t.viewportMax||t.fixedWidthViewportWidth,kt=Dn("arrowKeys"),Mt=Dn("speed"),Nt=t.rewind,Pt=!Nt&&t.loop,Dt=Dn("autoHeight"),Ot=Dn("controls"),Ft=Dn("controlsText"),It=Dn("nav"),_t=Dn("touch"),Vt=Dn("mouseDrag"),Bt=Dn("autoplay"),Ht=Dn("autoplayTimeout"),qt=Dn("autoplayText"),Rt=Dn("autoplayHoverPause"),zt=Dn("autoplayResetOnVisibility"),jt=function(t,e){var n=document.createElement("style");return t&&n.setAttribute("media",t),e&&n.setAttribute("nonce",e),document.querySelector("head").appendChild(n),n.sheet?n.sheet:n.styleSheet}(null,Dn("nonce")),$t=t.lazyload,Wt=t.lazyloadSelector,Qt=[],Gt=Pt?function(){var e=function(){if(bt||Et&&!Lt)return mt-1;var e=Et?"fixedWidth":"items",n=[];if((Et||t[e]=-Xt)return t}:function(){return Ct&&J&&!Pt?mt-1:Pt||J?Math.max(0,Ut-Math.ceil(Tt)):Ut-1},ne=Cn(Dn("startIndex")),ie=ne;Sn();var oe,re,se=0,ae=bt?null:ee(),le=t.preventActionWhenRunning,ue=t.swipeAngle,ce=!ue||"?",de=!1,he=t.onInit,fe=new _,pe=" tns-slider tns-"+t.mode,me=dt.id||function(){var t=window.tnsId;return window.tnsId=t?t+1:1,"tns"+window.tnsId}(),ve=Dn("disable"),ge=!1,ye=t.freezable,be=!(!ye||bt)&&Gn(),Ee=!1,we={click:Mi,keydown:function(t){t=Vi(t);var e=[o.LEFT,o.RIGHT].indexOf(t.keyCode);e>=0&&(0===e?je.disabled||Mi(t,-1):$e.disabled||Mi(t,1))}},xe={click:function(t){if(de){if(le)return;Li()}var e=Bi(t=Vi(t));for(;e!==Ue&&!E(e,"data-nav");)e=e.parentNode;if(E(e,"data-nav")){var n=Je=Number(w(e,"data-nav")),i=Et||bt?n*mt/Xe:n*Tt;ki(Ne?n:Math.min(Math.ceil(i),mt-1),t),Ze===n&&(sn&&Fi(),Je=-1)}},keydown:function(t){t=Vi(t);var n=e.activeElement;if(!E(n,"data-nav"))return;var i=[o.LEFT,o.RIGHT,o.ENTER,o.SPACE].indexOf(t.keyCode),r=Number(w(n,"data-nav"));i>=0&&(0===i?r>0&&_i(Ge[r-1]):1===i?r=0&&Mi(t,0===e?-1:1)}},Ae={touchstart:zi,touchmove:ji,touchend:Wi,touchcancel:Wi},Le={mousedown:zi,mousemove:ji,mouseup:Wi,mouseleave:Wi},ke=Pn("controls"),Me=Pn("nav"),Ne=!!bt||t.navAsThumbnails,Pe=Pn("autoplay"),De=Pn("touch"),Oe=Pn("mouseDrag"),Fe="tns-slide-active",Ie="tns-slide-cloned",_e="tns-complete",Ve={load:function(t){ii(Bi(t))},error:function(t){e=Bi(t),y(e,"failed"),oi(e);var e}},Be="force"===t.preventScrollOnTouch;if(ke)var He,qe,Re=t.controlsContainer,ze=t.controlsContainer?t.controlsContainer.outerHTML:"",je=t.prevButton,$e=t.nextButton,We=t.prevButton?t.prevButton.outerHTML:"",Qe=t.nextButton?t.nextButton.outerHTML:"";if(Me)var Ge,Ue=t.navContainer,Ye=t.navContainer?t.navContainer.outerHTML:"",Xe=bt?mt:Gi(),Ke=0,Je=-1,Ze=An(),tn=Ze,en="tns-nav-active",nn="Carousel Page ",on=" (Current Slide)";if(Pe)var rn,sn,an,ln,un,cn="forward"===t.autoplayDirection?1:-1,dn=t.autoplayButton,hn=t.autoplayButton?t.autoplayButton.outerHTML:"",fn=[""," animation"];if(De||Oe)var pn,mn,vn={},gn={},yn=!1,bn=lt?function(t,e){return t.x-e.x}:function(t,e){return t.y-e.y};bt||xn(ve||be),H&&(Jt=H,Zt="translate",q?(Zt+=lt?"3d(":"3d(0px, ",te=lt?", 0px, 0px)":", 0px)"):(Zt+=lt?"X(":"Y(",te=")")),J&&(dt.className=dt.className.replace("tns-vpfix","")),function(){Pn("gutter"),ut.className="tns-outer",ct.className="tns-inner",ut.id=me+"-ow",ct.id=me+"-iw",""===dt.id&&(dt.id=me);pe+=O||bt?" tns-subpixel":" tns-no-subpixel",pe+=D?" tns-calc":" tns-no-calc",bt&&(pe+=" tns-autowidth");pe+=" tns-"+t.axis,dt.className+=pe,J?((st=e.createElement("div")).id=me+"-mw",st.className="tns-ovh",ut.appendChild(st),st.appendChild(ct)):ut.appendChild(ct);if(Dt){(st||ct).className+=" tns-ah"}if(ht.insertBefore(ut,dt),ct.appendChild(dt),m(pt,(function(t,e){y(t,"tns-item"),t.id||(t.id=me+"-item"+e),!J&&rt&&y(t,rt),S(t,{"aria-hidden":"true",tabindex:"-1"})})),Gt){for(var n=e.createDocumentFragment(),i=e.createDocumentFragment(),o=Gt;o--;){var r=o%mt,s=pt[r].cloneNode(!0);if(y(s,Ie),C(s,"id"),i.insertBefore(s,i.firstChild),J){var a=pt[mt-1-r].cloneNode(!0);y(a,Ie),C(a,"id"),n.appendChild(a)}}dt.insertBefore(n,dt.firstChild),dt.appendChild(i),pt=dt.children}}(),function(){if(!J)for(var e=ne,i=ne+Math.min(mt,Tt);e .tns-item","font-size:"+n.getComputedStyle(pt[0]).fontSize+";",p(jt)),f(jt,"#"+me,"font-size:0;",p(jt))):J&&m(pt,(function(t,e){t.style.marginLeft=function(t){return D?D+"("+100*t+"% / "+Ut+")":100*t/Ut+"%"}(e)})));if(B){if(R){var r=st&&t.autoHeight?Bn(t.speed):"";f(jt,"#"+me+"-mw",r,p(jt))}r=On(t.edgePadding,t.gutter,t.fixedWidth,t.speed,t.autoHeight),f(jt,"#"+me+"-iw",r,p(jt)),J&&(r=lt&&!bt?"width:"+Fn(t.fixedWidth,t.gutter,t.items)+";":"",R&&(r+=Bn(Mt)),f(jt,"#"+me,r,p(jt))),r=lt&&!bt?In(t.fixedWidth,t.gutter,t.items):"",t.gutter&&(r+=_n(t.gutter)),J||(R&&(r+=Bn(Mt)),j&&(r+=Hn(Mt))),r&&f(jt,"#"+me+" > .tns-item",r,p(jt))}else{J&&Dt&&(st.style[R]=Mt/1e3+"s"),ct.style.cssText=On(wt,xt,Et,Dt),J&<&&!bt&&(dt.style.width=Fn(Et,xt,Tt));r=lt&&!bt?In(Et,xt,Tt):"";xt&&(r+=_n(xt)),r&&f(jt,"#"+me+" > .tns-item",r,p(jt))}if(X&&B)for(var s in X){s=parseInt(s);var a=X[s],l=(r="",""),u="",c="",d="",h=bt?null:Dn("items",s),v=Dn("fixedWidth",s),g=Dn("speed",s),E=Dn("edgePadding",s),w=Dn("autoHeight",s),x=Dn("gutter",s);R&&st&&Dn("autoHeight",s)&&"speed"in a&&(l="#"+me+"-mw{"+Bn(g)+"}"),("edgePadding"in a||"gutter"in a)&&(u="#"+me+"-iw{"+On(E,x,v,g,w)+"}"),J&<&&!bt&&("fixedWidth"in a||"items"in a||Et&&"gutter"in a)&&(c="width:"+Fn(v,x,h)+";"),R&&"speed"in a&&(c+=Bn(g)),c&&(c="#"+me+"{"+c+"}"),("fixedWidth"in a||Et&&"gutter"in a||!J&&"items"in a)&&(d+=In(v,x,h)),"gutter"in a&&(d+=_n(x)),!J&&"speed"in a&&(R&&(d+=Bn(g)),j&&(d+=Hn(g))),d&&(d="#"+me+" > .tns-item{"+d+"}"),(r=l+u+c+d)&&jt.insertRule("@media (min-width: "+s/16+"em) {"+r+"}",jt.cssRules.length)}}(),qn();var En=Pt?J?function(){var t=se,e=ae;t+=At,e-=At,wt?(t+=1,e-=1):Et&&(St+xt)%(Et+xt)&&(e-=1),Gt&&(ne>e?ne-=mt:neae)for(;ne>=se+mt;)ne-=mt;else if(ne=0?"%":"px",u=(o=o.replace(l,""),Number(t.style[e].replace(n,"").replace(i,"").replace(l,""))),c=(o-u)/r*a;setTimeout((function o(){r-=a,u+=c,t.style[e]=n+u+l+i,r>0?setTimeout(o,a):s()}),a)}(dt,Jt,Zt,te,wi(),Mt,Li),lt||Qi()}:function(){Qt=[];var t={};t[W]=t[Q]=Li,I(pt[ie],t),F(pt[ne],t),Ci(ie,nt,it,!0),Ci(ne,rt,nt),W&&Q&&Mt&&k(dt)||Li()};return{version:"2.9.4",getInfo:Yi,events:fe,goTo:ki,play:function(){Bt&&!sn&&(Oi(),ln=!1)},pause:function(){sn&&(Fi(),ln=!0)},isOn:gt,updateSliderHeight:ci,refresh:qn,destroy:function(){if(jt.disabled=!0,jt.ownerNode&&jt.ownerNode.remove(),I(n,{resize:Wn}),kt&&I(e,Te),Re&&I(Re,we),Ue&&I(Ue,xe),I(dt,Se),I(dt,Ce),dn&&I(dn,{click:Ii}),Bt&&clearInterval(rn),J&&W){var i={};i[W]=Li,I(dt,i)}_t&&I(dt,Ae),Vt&&I(dt,Le);var o=[ft,ze,We,Qe,Ye,hn];for(var r in U.forEach((function(e,n){var i="container"===e?ut:t[e];if("object"===typeof i&&i){var r=!!i.previousElementSibling&&i.previousElementSibling,s=i.parentNode;i.outerHTML=o[n],t[e]=r?r.nextElementSibling:s.firstElementChild}})),U=nt=it=ot=rt=lt=ut=ct=dt=ht=ft=pt=mt=at=vt=bt=Et=wt=xt=St=Tt=At=Lt=kt=Mt=Nt=Pt=Dt=jt=$t=yt=Qt=Gt=Ut=Yt=Xt=Kt=Jt=Zt=te=ee=ne=ie=se=ae=ue=ce=de=he=fe=pe=me=ve=ge=ye=be=Ee=we=xe=Se=Ce=Te=Ae=Le=ke=Me=Ne=Pe=De=Oe=Fe=_e=Ve=oe=Ot=Ft=Re=ze=je=$e=He=qe=It=Ue=Ye=Ge=Xe=Ke=Je=Ze=tn=en=nn=on=Bt=Ht=cn=qt=Rt=dn=hn=zt=fn=rn=sn=an=ln=un=vn=gn=pn=yn=mn=bn=_t=Vt=null,this)"rebuild"!==r&&(this[r]=null);gt=!1},rebuild:function(){return V(s(t,Y))}}}function xn(t){t&&(Ot=It=_t=Vt=kt=Bt=Rt=zt=!1)}function Sn(){for(var t=J?ne-Gt:ne;t<0;)t+=mt;return t%mt+1}function Cn(t){return t=t?Math.max(0,Math.min(Pt?mt-1:mt-Tt,t)):0,J?t+Gt:t}function Tn(t){for(null==t&&(t=ne),J&&(t-=Gt);t<0;)t+=mt;return Math.floor(t%mt)}function An(){var t,e=Tn();return t=Ne?e:Et||bt?Math.ceil((e+1)*Xe/mt-1):Math.floor(e/Tt),!Pt&&J&&ne===ae&&(t=Xe-1),t}function Ln(){return n.innerWidth||e.documentElement.clientWidth||e.body.clientWidth}function kn(t){return"top"===t?"afterbegin":"beforeend"}function Mn(t){if(null!=t){var n,i,o=e.createElement("div");return t.appendChild(o),i=(n=o.getBoundingClientRect()).right-n.left,o.remove(),i||Mn(t.parentNode)}}function Nn(){var t=wt?2*wt-xt:0;return Mn(ht)-t}function Pn(e){if(t[e])return!0;if(X)for(var n in X)if(X[n][e])return!0;return!1}function Dn(e,n){if(null==n&&(n=vt),"items"===e&&Et)return Math.floor((St+xt)/(Et+xt))||1;var i=t[e];if(X)for(var o in X)n>=parseInt(o)&&e in X[o]&&(i=X[o][e]);return"slideBy"===e&&"page"===i&&(i=Dn("items")),J||"slideBy"!==e&&"items"!==e||(i=Math.floor(i)),i}function On(t,e,n,i,o){var r="";if(void 0!==t){var s=t;e&&(s-=e),r=lt?"margin: 0 "+s+"px 0 "+t+"px;":"margin: "+t+"px 0 "+s+"px 0;"}else if(e&&!n){var a="-"+e+"px";r="margin: 0 "+(lt?a+" 0 0":"0 "+a+" 0")+";"}return!J&&o&&R&&i&&(r+=Bn(i)),r}function Fn(t,e,n){return t?(t+e)*Ut+"px":D?D+"("+100*Ut+"% / "+n+")":100*Ut/n+"%"}function In(t,e,n){var i;if(t)i=t+e+"px";else{J||(n=Math.floor(n));var o=J?Ut:n;i=D?D+"(100% / "+o+")":100/o+"%"}return i="width:"+i,"inner"!==K?i+";":i+" !important;"}function _n(t){var e="";!1!==t&&(e=(lt?"padding-":"margin-")+(lt?"right":"bottom")+": "+t+"px;");return e}function Vn(t,e){var n=t.substring(0,t.length-e).toLowerCase();return n&&(n="-"+n+"-"),n}function Bn(t){return Vn(R,18)+"transition-duration:"+t/1e3+"s;"}function Hn(t){return Vn(j,17)+"animation-duration:"+t/1e3+"s;"}function qn(){if(Pn("autoHeight")||bt||!lt){var t=dt.querySelectorAll("img");m(t,(function(t){var e=t.src;$t||(e&&e.indexOf("data:image")<0?(t.src="",F(t,Ve),y(t,"loading"),t.src=e):ii(t))})),i((function(){ai(T(t),(function(){oe=!0}))})),Pn("autoHeight")&&(t=ri(ne,Math.min(ne+Tt-1,Ut-1))),$t?Rn():i((function(){ai(T(t),Rn)}))}else J&&xi(),jn(),$n()}function Rn(){if(bt&&mt>1){var t=Pt?ne:mt-1;!function e(){var n=pt[t].getBoundingClientRect().left,i=pt[t-1].getBoundingClientRect().right;Math.abs(n-i)<=1?zn():setTimeout((function(){e()}),16)}()}else zn()}function zn(){lt&&!bt||(di(),bt?(Xt=Ei(),ye&&(be=Gn()),ae=ee(),xn(ve||be)):Qi()),J&&xi(),jn(),$n()}function jn(){if(hi(),ut.insertAdjacentHTML("afterbegin",'
slide '+ti()+" of "+mt+"
"),re=ut.querySelector(".tns-liveregion .current"),Pe){var e=Bt?"stop":"start";dn?S(dn,{"data-action":e}):t.autoplayButtonOutput&&(ut.insertAdjacentHTML(kn(t.autoplayPosition),'"),dn=ut.querySelector("[data-action]")),dn&&F(dn,{click:Ii}),Bt&&(Oi(),Rt&&F(dt,Se),zt&&F(dt,Ce))}if(Me){if(Ue)S(Ue,{"aria-label":"Carousel Pagination"}),m(Ge=Ue.children,(function(t,e){S(t,{"data-nav":e,tabindex:"-1","aria-label":nn+(e+1),"aria-controls":me})}));else{for(var n="",i=Ne?"":'style="display:none"',o=0;o';n='
'+n+"
",ut.insertAdjacentHTML(kn(t.navPosition),n),Ue=ut.querySelector(".tns-nav"),Ge=Ue.children}if(Ui(),R){var r=R.substring(0,R.length-18).toLowerCase(),s="transition: all "+Mt/1e3+"s";r&&(s="-"+r+"-"+s),f(jt,"[aria-controls^="+me+"-item]",s,p(jt))}S(Ge[Ze],{"aria-label":nn+(Ze+1)+on}),C(Ge[Ze],"tabindex"),y(Ge[Ze],en),F(Ue,xe)}ke&&(Re||je&&$e||(ut.insertAdjacentHTML(kn(t.controlsPosition),'
"),Re=ut.querySelector(".tns-controls")),je&&$e||(je=Re.children[0],$e=Re.children[1]),t.controlsContainer&&S(Re,{"aria-label":"Carousel Navigation",tabindex:"0"}),(t.controlsContainer||t.prevButton&&t.nextButton)&&S([je,$e],{"aria-controls":me,tabindex:"-1"}),(t.controlsContainer||t.prevButton&&t.nextButton)&&(S(je,{"data-controls":"prev"}),S($e,{"data-controls":"next"})),He=pi(je),qe=pi($e),gi(),Re?F(Re,we):(F(je,we),F($e,we))),Yn()}function $n(){if(J&&W){var i={};i[W]=Li,F(dt,i)}_t&&F(dt,Ae,t.preventScrollOnTouch),Vt&&F(dt,Le),kt&&F(e,Te),"inner"===K?fe.on("outerResized",(function(){Qn(),fe.emit("innerLoaded",Yi())})):(X||Et||bt||Dt||!lt)&&F(n,{resize:Wn}),Dt&&("outer"===K?fe.on("innerLoaded",si):ve||si()),ni(),ve?Jn():be&&Kn(),fe.on("indexChanged",li),"inner"===K&&fe.emit("innerLoaded",Yi()),"function"===typeof he&&he(Yi()),gt=!0}function Wn(t){i((function(){Qn(Vi(t))}))}function Qn(n){if(gt){"outer"===K&&fe.emit("outerResized",Yi(n)),vt=Ln();var i,o=at,r=!1;X&&(Un(),(i=o!==at)&&fe.emit("newBreakpointStart",Yi(n)));var s,a,l=Tt,u=ve,c=be,d=kt,h=Ot,v=It,g=_t,E=Vt,w=Bt,x=Rt,S=zt,C=ne;if(i){var T=Et,k=Dt,M=Ft,N=Ct,P=qt;if(!B)var D=xt,O=wt}if(kt=Dn("arrowKeys"),Ot=Dn("controls"),It=Dn("nav"),_t=Dn("touch"),Ct=Dn("center"),Vt=Dn("mouseDrag"),Bt=Dn("autoplay"),Rt=Dn("autoplayHoverPause"),zt=Dn("autoplayResetOnVisibility"),i&&(ve=Dn("disable"),Et=Dn("fixedWidth"),Mt=Dn("speed"),Dt=Dn("autoHeight"),Ft=Dn("controlsText"),qt=Dn("autoplayText"),Ht=Dn("autoplayTimeout"),B||(wt=Dn("edgePadding"),xt=Dn("gutter"))),xn(ve),St=Nn(),lt&&!bt||ve||(di(),lt||(Qi(),r=!0)),(Et||bt)&&(Xt=Ei(),ae=ee()),(i||Et)&&(Tt=Dn("items"),At=Dn("slideBy"),(a=Tt!==l)&&(Et||bt||(ae=ee()),En())),i&&ve!==u&&(ve?Jn():function(){if(!ge)return;if(jt.disabled=!1,dt.className+=pe,xi(),Pt)for(var t=Gt;t--;)J&&L(pt[t]),L(pt[Ut-t-1]);if(!J)for(var e=ne,n=ne+mt;e=ne&&e .tns-item",q,p(jt))}Dt&&si(),r&&(xi(),ie=ne)}i&&fe.emit("newBreakpointEnd",Yi(n))}}function Gn(){if(!Et&&!bt)return mt<=(Ct?Tt-(Tt-1)/2:Tt);var t=Et?(Et+xt)*mt:yt[mt],e=wt?St+2*wt:St+xt;return Ct&&(e-=Et?(St-Et)/2:(St-(yt[ne+1]-yt[ne]-xt))/2),t<=e}function Un(){for(var t in at=0,X)t=parseInt(t),vt>=t&&(at=t)}function Yn(){!Bt&&dn&&A(dn),!It&&Ue&&A(Ue),Ot||(Re?A(Re):(je&&A(je),$e&&A($e)))}function Xn(){Bt&&dn&&L(dn),It&&Ue&&L(Ue),Ot&&(Re?L(Re):(je&&L(je),$e&&L($e)))}function Kn(){if(!Ee){if(wt&&(ct.style.margin="0px"),Gt)for(var t="tns-transparent",e=Gt;e--;)J&&y(pt[e],t),y(pt[Ut-e-1],t);Yn(),Ee=!0}}function Jn(){if(!ge){if(jt.disabled=!0,dt.className=dt.className.replace(pe.substring(1),""),C(dt,["style"]),Pt)for(var t=Gt;t--;)J&&A(pt[t]),A(pt[Ut-t-1]);if(lt&&J||C(ct,["style"]),!J)for(var e=ne,n=ne+mt;e=.5&&(e=r))}));else{if(Et){var r=Et+xt;Ct||wt?(o=Math.floor(n/r),e=Math.ceil(i/r-1)):e=o+Math.ceil(St/r)-1}else if(Ct||wt){var s=Tt-1;if(Ct?(o-=s/2,e=ne+s/2):e=ne+s,wt){var a=wt*Tt/St;o-=a,e+=a}o=Math.floor(o),e=Math.ceil(e)}else e=o+Tt-1;o=Math.max(o,0),e=Math.min(e,Ut-1)}return[o,e]}function ni(){if($t&&!ve){var t=ei();t.push(Wt),ri.apply(null,t).forEach((function(t){if(!g(t,_e)){var e={};e[W]=function(t){t.stopPropagation()},F(t,e),F(t,Ve),t.src=w(t,"data-src");var n=w(t,"data-srcset");n&&(t.srcset=n),y(t,"loading")}}))}}function ii(t){y(t,"loaded"),oi(t)}function oi(t){y(t,_e),b(t,"loading"),I(t,Ve)}function ri(t,e,n){var i=[];for(n||(n="img");t<=e;)m(pt[t].querySelectorAll(n),(function(t){i.push(t)})),t++;return i}function si(){var t=ri.apply(null,ei());i((function(){ai(t,ci)}))}function ai(t,e){return oe?e():(t.forEach((function(e,n){!$t&&e.complete&&oi(e),g(e,_e)&&t.splice(n,1)})),t.length?void i((function(){ai(t,e)})):e())}function li(){ni(),hi(),Zn(),gi(),function(){if(It&&(Ze=Je>=0?Je:An(),Je=-1,Ze!==tn)){var t=Ge[tn],e=Ge[Ze];S(t,{tabindex:"-1","aria-label":nn+(tn+1)}),b(t,en),S(e,{"aria-label":nn+(Ze+1)+on}),C(e,"tabindex"),y(e,en),tn=Ze}}()}function ui(t,e){for(var n=[],i=t,o=Math.min(t+e,Ut);i=e&&i<=n?E(t,"aria-hidden")&&(C(t,["aria-hidden","tabindex"]),y(t,Fe)):E(t,"aria-hidden")||(S(t,{"aria-hidden":"true",tabindex:"-1"}),b(t,Fe))}))}function fi(t){return t.nodeName.toLowerCase()}function pi(t){return"button"===fi(t)}function mi(t){return"true"===t.getAttribute("aria-disabled")}function vi(t,e,n){t?e.disabled=n:e.setAttribute("aria-disabled",n.toString())}function gi(){if(Ot&&!Nt&&!Pt){var t=He?je.disabled:mi(je),e=qe?$e.disabled:mi($e),n=ne<=se,i=!Nt&&ne>=ae;n&&!t&&vi(He,je,!0),!n&&t&&vi(He,je,!1),i&&!e&&vi(qe,$e,!0),!i&&e&&vi(qe,$e,!1)}}function yi(t,e){R&&(t.style[R]=e)}function bi(t){return null==t&&(t=ne),bt?(St-(wt?xt:0)-(yt[t+1]-yt[t]-xt))/2:Et?(St-Et)/2:(Tt-1)/2}function Ei(){var t=St+(wt?xt:0)-(Et?(Et+xt)*Ut:yt[Ut]);return Ct&&!Pt&&(t=Et?-(Et+xt)*(Ut-1)-bi():bi(Ut-1)-yt[Ut-1]),t>0&&(t=0),t}function wi(t){var e;if(null==t&&(t=ne),lt&&!bt)if(Et)e=-(Et+xt)*t,Ct&&(e+=bi());else{var n=H?Ut:Tt;Ct&&(t-=bi()),e=100*-t/n}else e=-yt[t],Ct&&bt&&(e+=bi());return Yt&&(e=Math.max(e,Xt)),e+=!lt||bt||Et?"px":"%"}function xi(t){yi(dt,"0s"),Si(t)}function Si(t){null==t&&(t=wi()),dt.style[Jt]=Zt+t+te}function Ci(t,e,n,i){var o=t+Tt;Pt||(o=Math.min(o,Ut));for(var r=t;r=0&&Fi(),de=!0,wn())}function Ai(t){return t.toLowerCase().replace(/-/g,"")}function Li(t){if(J||de){if(fe.emit("transitionEnd",Yi(t)),!J&&Qt.length>0)for(var e=0;e0?1:-1;i+=ne+i-mt>=se?mt*o:2*mt*o*-1}ne+=i,J&&Pt&&(neae&&(ne-=mt)),Tn(ne)!==Tn(ie)&&Ti(e)}}function Mi(t,e){if(de){if(le)return;Li()}var n;if(!e){for(var i=Bi(t=Vi(t));i!==Re&&[je,$e].indexOf(i)<0;)i=i.parentNode;var o=[je,$e].indexOf(i);o>=0&&(n=!0,e=0===o?-1:1)}if(Nt){if(ne===se&&-1===e)return void ki("last",t);if(ne===ae&&1===e)return void ki("first",t)}e&&(ne+=At*e,bt&&(ne=Math.floor(ne)),Ti(n||t&&"keydown"===t.type?t:null))}function Ni(){rn=setInterval((function(){Mi(null,cn)}),Ht),sn=!0}function Pi(){clearInterval(rn),sn=!1}function Di(t,e){S(dn,{"data-action":t}),dn.innerHTML=fn[0]+t+fn[1]+e}function Oi(){Ni(),dn&&Di("stop",qt[1])}function Fi(){Pi(),dn&&Di("start",qt[0])}function Ii(){sn?(Fi(),ln=!0):(Oi(),ln=!1)}function _i(t){t.focus()}function Vi(t){return Hi(t=t||n.event)?t.changedTouches[0]:t}function Bi(t){return t.target||n.event.srcElement}function Hi(t){return t.type.indexOf("touch")>=0}function qi(t){t.preventDefault?t.preventDefault():t.returnValue=!1}function Ri(){return function(t,e){var n=!1,i=Math.abs(90-Math.abs(t));return i>=90-e?n="horizontal":i<=e&&(n="vertical"),n}((e=gn.y-vn.y,n=gn.x-vn.x,Math.atan2(e,n)*(180/Math.PI)),ue)===t.axis;var e,n}function zi(t){if(de){if(le)return;Li()}Bt&&sn&&Pi(),yn=!0,mn&&(r(mn),mn=null);var e=Vi(t);fe.emit(Hi(t)?"touchStart":"dragStart",Yi(t)),!Hi(t)&&["img","a"].indexOf(fi(Bi(t)))>=0&&qi(t),gn.x=vn.x=e.clientX,gn.y=vn.y=e.clientY,J&&(pn=parseFloat(dt.style[Jt].replace(Zt,"")),yi(dt,"0s"))}function ji(t){if(yn){var e=Vi(t);gn.x=e.clientX,gn.y=e.clientY,J?mn||(mn=i((function(){$i(t)}))):("?"===ce&&(ce=Ri()),ce&&(Be=!0)),("boolean"!==typeof t.cancelable||t.cancelable)&&Be&&t.preventDefault()}}function $i(t){if(ce){if(r(mn),yn&&(mn=i((function(){$i(t)}))),"?"===ce&&(ce=Ri()),ce){!Be&&Hi(t)&&(Be=!0);try{t.type&&fe.emit(Hi(t)?"touchMove":"dragMove",Yi(t))}catch(t){}var e=pn,n=bn(gn,vn);if(!lt||Et||bt)e+=n,e+="px";else e+=H?n*Tt*100/((St+xt)*Ut):100*n/(St+xt),e+="%";dt.style[Jt]=Zt+e+te}}else yn=!1}function Wi(e){if(yn){mn&&(r(mn),mn=null),J&&yi(dt,""),yn=!1;var n=Vi(e);gn.x=n.clientX,gn.y=n.clientY;var o=bn(gn,vn);if(Math.abs(o)){if(!Hi(e)){var s=Bi(e);F(s,{click:function t(e){qi(e),I(s,{click:t})}})}J?mn=i((function(){if(lt&&!bt){var t=-o*Tt/(St+xt);t=o>0?Math.floor(t):Math.ceil(t),ne+=t}else{var n=-(pn+o);if(n<=0)ne=se;else if(n>=yt[Ut-1])ne=ae;else for(var i=0;i=yt[i];)ne=i,n>yt[i]&&o<0&&(ne+=1),i++}Ti(e,o),fe.emit(Hi(e)?"touchEnd":"dragEnd",Yi(e))})):ce&&Mi(e,o>0?-1:1)}}"auto"===t.preventScrollOnTouch&&(Be=!1),ue&&(ce="?"),Bt&&!sn&&Ni()}function Qi(){(st||ct).style.height=yt[ne+Tt]-yt[ne]+"px"}function Gi(){var t=Et?(Et+xt)*mt/St:mt/Tt;return Math.min(Math.ceil(t),mt)}function Ui(){if(It&&!Ne&&Xe!==Ke){var t=Ke,e=Xe,n=L;for(Ke>Xe&&(t=Xe,e=Ke,n=A);t(()=>{var t={75:function(t){(function(){var e,n,i,o,r,s;"undefined"!=typeof performance&&null!==performance&&performance.now?t.exports=function(){return performance.now()}:"undefined"!=typeof process&&null!==process&&process.hrtime?(t.exports=function(){return(e()-r)/1e6},n=process.hrtime,o=(e=function(){var t;return 1e9*(t=n())[0]+t[1]})(),s=1e9*process.uptime(),r=o-s):Date.now?(t.exports=function(){return Date.now()-i},i=Date.now()):(t.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)},4087:(t,e,n)=>{for(var i=n(75),o="undefined"==typeof window?n.g:window,r=["moz","webkit"],s="AnimationFrame",a=o["request"+s],l=o["cancel"+s]||o["cancelRequest"+s],u=0;!a&&u{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var i={};return(()=>{"use strict";n.d(i,{default:()=>S});var t=n(4087),e=n.n(t);const o=function(t){return new RegExp(/<[a-z][\s\S]*>/i).test(t)},r=function(t,e){return Math.floor(Math.random()*(e-t+1))+t};var s="TYPE_CHARACTER",a="REMOVE_CHARACTER",l="REMOVE_ALL",u="REMOVE_LAST_VISIBLE_NODE",c="PAUSE_FOR",d="CALL_FUNCTION",h="ADD_HTML_TAG_ELEMENT",f="CHANGE_DELETE_SPEED",p="CHANGE_DELAY",m="CHANGE_CURSOR",v="PASTE_STRING",g="HTML_TAG";function y(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function b(t){for(var e=1;et.length)&&(e=t.length);for(var n=0,i=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:null;if(o(t))return w.typeOutHTMLString(t,e);if(t){var n=(w.options||{}).stringSplitter,i="function"==typeof n?n(t):t.split("");w.typeCharacters(i,e)}return w})),x(this,"pasteString",(function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return o(t)?w.typeOutHTMLString(t,e,!0):(t&&w.addEventToQueue(v,{character:t,node:e}),w)})),x(this,"typeOutHTMLString",(function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2?arguments[2]:void 0,i=function(t){var e=document.createElement("div");return e.innerHTML=t,e.childNodes}(t);if(i.length>0)for(var o=0;o0&&void 0!==arguments[0]?arguments[0]:"natural";return w.addEventToQueue(l,{speed:t}),w})),x(this,"changeDeleteSpeed",(function(t){if(!t)throw new Error("Must provide new delete speed");return w.addEventToQueue(f,{speed:t}),w})),x(this,"changeDelay",(function(t){if(!t)throw new Error("Must provide new delay");return w.addEventToQueue(p,{delay:t}),w})),x(this,"changeCursor",(function(t){if(!t)throw new Error("Must provide new cursor");return w.addEventToQueue(m,{cursor:t}),w})),x(this,"deleteChars",(function(t){if(!t)throw new Error("Must provide amount of characters to delete");for(var e=0;e1&&void 0!==arguments[1]?arguments[1]:null;if(!t||!Array.isArray(t))throw new Error("Characters must be an array");return t.forEach((function(t){w.addEventToQueue(s,{character:t,node:e})})),w})),x(this,"removeCharacters",(function(t){if(!t||!Array.isArray(t))throw new Error("Characters must be an array");return t.forEach((function(){w.addEventToQueue(a)})),w})),x(this,"addEventToQueue",(function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return w.addEventToStateProperty(t,e,n,"eventQueue")})),x(this,"addReverseCalledEvent",(function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return w.options.loop?w.addEventToStateProperty(t,e,n,"reverseCalledEvents"):w})),x(this,"addEventToStateProperty",(function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3?arguments[3]:void 0,o={eventName:t,eventArgs:e||{}};return w.state[i]=n?[o].concat(E(w.state[i])):[].concat(E(w.state[i]),[o]),w})),x(this,"runEventLoop",(function(){w.state.lastFrameTime||(w.state.lastFrameTime=Date.now());var t=Date.now(),n=t-w.state.lastFrameTime;if(!w.state.eventQueue.length){if(!w.options.loop)return;w.state.eventQueue=E(w.state.calledEvents),w.state.calledEvents=[],w.options=b({},w.state.initialOptions)}if(w.state.eventLoop=e()(w.runEventLoop),!w.state.eventLoopPaused){if(w.state.pauseUntil){if(t{function t(t){const e=t.querySelector(".wp-block-chia-accordion__title"),n=t.querySelector(".wp-block-chia-accordion__content"),i="true"===e.getAttribute("aria-expanded");!function(t){const e=t.closest(".wp-block-chia-accordion"),n=e.querySelectorAll(".wp-block-chia-accordion__title"),i=e.querySelectorAll(".wp-block-chia-accordion__content");n.forEach((t=>{t.setAttribute("aria-expanded","false")})),i.forEach((t=>{t.setAttribute("aria-hidden","true"),t.style.height=0}))}(t),e.setAttribute("aria-expanded",!i),n.setAttribute("aria-hidden",i),n.style.height=i?0:`${n.scrollHeight}px`}function e(e,n){const i=e.querySelectorAll(".wp-block-chia-accordion-item"),o=e.querySelectorAll(".wp-block-chia-accordion__title"),r=e.classList.contains("js-first-item-open");i.forEach(((e,i)=>{!function(e,n,i,o){const r=e.querySelector(".wp-block-chia-accordion__title"),s=e.querySelector(".wp-block-chia-accordion__content");r.setAttribute("id",`tab${i}-${n}`),r.setAttribute("aria-expanded","false"),r.setAttribute("aria-controls",`panel${i}-${n}`),r.addEventListener("click",(n=>{n.preventDefault(),t(e)})),s.setAttribute("id",`panel${i}-${n}`),s.setAttribute("aria-hidden","true"),s.setAttribute("aria-labelledby",`tab${i}-${n}`),0===n&&o&&t(e)}(e,i,n,r)})),document.addEventListener("keydown",(t=>{const n=t.target,i=t.which;n.classList.contains("wp-block-chia-accordion__title")&&n.closest(".wp-block-chia-accordion")===e&&function(t,e,n,i){let o;switch(t.forEach(((t,n)=>{e===t&&(o=n)})),n){case 35:o=t.length-1,i.preventDefault();break;case 36:o=0,i.preventDefault();break;case 38:o--,o<0&&(o=t.length-1),i.preventDefault();break;case 40:o++,o>t.length-1&&(o=0),i.preventDefault()}t[o].focus()}(o,n,i,t)}))}document.querySelectorAll(".wp-block-chia-accordion").forEach(((t,n)=>{e(t,n)}))},o=n(2215),r=n.n(o);var s=()=>{const t=document.querySelectorAll(".cycle-text");t.length<1||t.forEach((function(t){const e=t.dataset.lines.split(","),n=[t.innerHTML,...e];new(r())(t,{strings:n,autoStart:!0,loop:!0})}))},a=n(2981);const l=document.querySelectorAll(".wp-block-tenup-banner-slider-item-block").length,u=document.getElementsByClassName("chia-banner-slides");if(l>1)for(let t=0;t{document.getElementById("totalGlobalRevenue").innerHTML="$"+Math.round(h)+" Billion",document.getElementById("costPerTransactionL1").innerHTML="$"+T.toFixed(2),document.getElementById("discountedCoinValue").innerHTML="$"+O.toFixed(2),document.getElementById("blockchainPaymentRevenues").innerHTML="$"+S.toFixed(2),document.getElementById("percentageFeeL1").innerHTML=A.toFixed(2)+"%",document.getElementById("averageTps").innerHTML="$"+L.toFixed(2),document.getElementById("totalCoinValue").innerHTML="$"+k.toFixed(2)+" Billion",document.getElementById("valuePerCoin").innerHTML="$"+M.toFixed(2),document.getElementById("discountedCoinValueSummary").innerHTML="$"+O.toFixed(2),document.getElementById("totalGlobalRevenueSummary").innerHTML="$"+h+" Billion",document.getElementById("blockchainPaymentRevenuesSummary").innerHTML="$"+S.toFixed(2),document.getElementById("costPerTransactionL1Summary").innerHTML="$"+T.toFixed(2),document.getElementById("percentageFeeL1Summary").innerHTML="$"+A.toFixed(2)+"%",document.getElementById("averageTpsSummary").innerHTML="$"+L.toFixed(2),document.getElementById("totalCoinValueSummary").innerHTML="$"+k.toFixed(2)+" Billion",document.getElementById("valuePerCoinSummary").innerHTML="$"+M.toFixed(2)},I=()=>{x=h*(1-p/100),T=S*(v/100)*(1-g/100),N=x*m/100*v/100*g/100/.04,P=N/(b/1e9),D=P/1.4**10,C=Math.round(h*(1-p/100)),S=x*(m/100),A=T/h*100,L=1e9*T/(60*y*60*24*365),k=T/E,M=1e9*k/b,O=M/Math.pow(1+w/100,f)},_=()=>{h=document.getElementById("totalRevenue").value,I(),F()},V=document.getElementById("totalRevenue");V&&V.addEventListener("change",_);const B=()=>{y=document.getElementById("blockchainTPS").value>0?document.getElementById("blockchainTPS").value:1,document.getElementById("blockchainTPS").value=y,I(),F()},H=document.getElementById("blockchainTPS");H&&H.addEventListener("change",B);const q=()=>{b=document.getElementById("totalCoins").value>0?document.getElementById("totalCoins").value:1,I(),F()},R=document.getElementById("totalCoins");R&&R.addEventListener("change",q);const z=()=>{E=document.getElementById("velocity").value>0?document.getElementById("velocity").value:1,I(),F()},j=document.getElementById("velocity");j&&j.addEventListener("change",z);const $=document.getElementById("timeHorizonSlider");if($){new(d())($,{value:10,min:3,max:20,onChange:t=>{f=t,F(),I()}})}const W=document.getElementById("feeReductionSlider");if(W){new(d())(W,{value:30,min:10,max:70,onChange:t=>{p=t,F(),I()}})}const Q=document.getElementById("marketShareSlider");if(Q){new(d())(Q,{value:30,min:10,max:70,onChange:t=>{m=t,F(),I()}})}const G=document.getElementById("xChainMarketShareSlider");if(G){new(d())(G,{value:25,min:5,max:50,onChange:t=>{v=t,F(),I()}})}const U=document.getElementById("shareFeeSlider");if(U){new(d())(U,{value:80,min:50,max:90,onChange:t=>{g=t,F(),I()}})}const Y=document.getElementById("rateOfReturnSlider");if(Y){new(d())(Y,{value:50,min:15,max:60,onChange:t=>{w=t,F(),I()}})}var X=()=>{const t=document.querySelector(".main-menu");if(!t)return;const e=t.querySelector(".primary-menu");if(!e)return;const n=window.matchMedia("(min-width: 64em)"),i=e.querySelectorAll(".menu-item.menu-item-has-children"),o=t.querySelector(".menu-toggle"),r=t.querySelector(".menu-close__button"),s=(t,e)=>{e.preventDefault(),t.setAttribute("aria-expanded","true")},a=t=>{t.setAttribute("aria-expanded","false")},l=()=>{i.forEach((t=>{const e=t.querySelector(":scope > a"),n=t.querySelector(":scope > .sub-menu");a(e),a(n)}))};l();const u=t=>{if(t.matches){if(document.body.classList.remove("is-mobile"),a(e),i.length<1)return;i.forEach((t=>{const e=t.querySelector(":scope > a"),n=t.querySelector(":scope > .sub-menu");a(e),a(n),e.addEventListener("click",(t=>{s(e,t),s(n,t)})),e.addEventListener("focusin",(t=>{s(e,t),s(n,t),n.addEventListener("focusout",(t=>{n.contains(t.relatedTarget)||(a(e),a(n))}))})),e.addEventListener("focusout",(t=>{e.contains(t.relatedTarget)||(a(e),a(n))})),n.addEventListener("focusin",(t=>{s(e,t),s(n,t)})),n.addEventListener("focusout",(t=>{n.contains(t.relatedTarget)||(a(e),a(n))}));document.addEventListener("click",(i=>{const{target:o}=i;t.contains(o)||(a(e),a(n))}),{passive:!0})}))}else{if(document.body.classList.add("is-mobile"),o.addEventListener("click",(()=>{e.setAttribute("aria-expanded","true"),document.body.classList.add("mobile-menu-expanded")})),r.addEventListener("click",(()=>{e.setAttribute("aria-expanded","false"),document.body.classList.remove("mobile-menu-expanded"),l()})),i.length<1)return;i.forEach((t=>{const e=t.querySelector(":scope > a"),n=t.querySelector(":scope > .sub-menu"),i=n.querySelector(":scope > .menu-back");e.addEventListener("click",(t=>{s(e,t),s(n,t)})),i.addEventListener("click",(t=>{a(e),a(n)}))}))}};u(n),n.addEventListener("change",u)};var K=()=>{const t=document.getElementsByClassName("grant-winner-box");for(let e=0;e{}),onClose:n=(()=>{}),openingSelector:i,closingSelector:o,backdropSelector:r,helperSelector:s,labelledby:a,describedby:l,isModal:u=!0,isTooltip:c=!1,isOpen:d=!1,isCreated:h=!0,disableScroll:f=!0,enableAutoFocus:p=!0,openingTriggerActiveClass:m=bt.openingTriggerActiveClass,delay:v=bt.delay}={}){document.querySelector(t)?(this.config={dialogSelector:t,onOpen:e,onClose:n,openingSelector:i,closingSelector:o,backdropSelector:r,helperSelector:s,labelledby:a,describedby:l,isModal:u,isTooltip:c,isCreated:h,isOpen:d,disableScroll:f,enableAutoFocus:p,documentSelector:bt.documentSelector,documentDisabledClass:bt.documentDisabledClass,openingTriggerActiveClass:m,delay:v},this.dialog=document.querySelector(t),this.dialogArea=`${t}, ${i}`,this.openingTriggers=document.querySelectorAll(i),this.backdropTrigger=document.querySelector(r),this.helpers=document.querySelectorAll(s),this.document=document.querySelector(this.config.documentSelector)||document.querySelector("html"),this.documentIsAlreadyDisabled=!1,this.focusableElements=[],this.firstFocusableElement=null,this.lastFocusableElement=null,this.openingTrigger=null,this.closingTrigger=null,this.isCreated=!1,this.isOpen=!1,this.close=this.close.bind(this),this.toggle=this.toggle.bind(this),this[ot]=this[ot].bind(this),this[rt]=this[rt].bind(this),this[st]=this[st].bind(this),this[mt]=this[mt].bind(this),this.observer=new MutationObserver((t=>t.forEach((()=>this[ht]())))),this.isInitialized=!0,h&&this.create()):this.isInitialized=!1}[ot](t){this.config.isTooltip&&!t.target.closest(this.dialogArea)&&this.close(t),t.target===this.backdropTrigger&&this.close(t)}[rt](t){switch(t.key){case tt:t.stopPropagation(),this.close(t);break;case nt:this.config.isModal||(this.config.isTooltip?this.close(t):this[pt]());break;case et:this[vt](t)}}[st](t){document.querySelectorAll(this.config.openingSelector).forEach((e=>{it(t.target,e)&&(this.openingTrigger=e,this.toggle(t))})),document.querySelectorAll(this.config.closingSelector).forEach((e=>{it(t.target,e)&&(this.closingTrigger=e,this.close())}))}[at](){document.addEventListener("click",this[ot],{capture:!0}),this.dialog.addEventListener("keydown",this[rt])}[lt](){document.removeEventListener("click",this[ot],{capture:!0}),this.dialog.removeEventListener("keydown",this[rt]),this.openingTrigger&&this.openingTrigger.removeEventListener("keydown",this[mt])}[ut](){this.dialog.setAttribute("role","dialog"),this.dialog.setAttribute("tabindex",-1),this.dialog.setAttribute("aria-hidden",!0),this.config.labelledby&&this.dialog.setAttribute("aria-labelledby",this.config.labelledby),this.config.describedby&&this.dialog.setAttribute("aria-describedby",this.config.describedby),this.config.isModal&&this.dialog.setAttribute("aria-modal",!0),this.openingTriggers.forEach((t=>t.setAttribute("aria-haspopup","dialog")))}[ct](){this.dialog.removeAttribute("role"),this.dialog.removeAttribute("tabindex"),this.dialog.removeAttribute("aria-hidden"),this.dialog.removeAttribute("aria-labelledby"),this.dialog.removeAttribute("aria-describedby"),this.dialog.removeAttribute("aria-modal"),this.config.disableScroll&&this.isOpen&&!this.documentIsAlreadyDisabled&&this.document.classList.remove(this.config.documentDisabledClass),this.openingTriggers.forEach((t=>t.removeAttribute("aria-haspopup"))),this.openingTrigger&&this.openingTrigger.classList.remove(this.config.openingTriggerActiveClass),this.helpers.forEach((t=>t.classList.remove(this.config.openingTriggerActiveClass)))}[dt](){this.dialog.setAttribute("aria-hidden",!this.isOpen),this.config.disableScroll&&!this.documentIsAlreadyDisabled&&(this.isOpen?this.document.classList.add(this.config.documentDisabledClass):this.document.classList.remove(this.config.documentDisabledClass)),this.openingTrigger&&(this.isOpen?this.openingTrigger.classList.add(this.config.openingTriggerActiveClass):this.openingTrigger.classList.remove(this.config.openingTriggerActiveClass)),this.helpers.forEach((t=>{this.isOpen?t.classList.add(this.config.openingTriggerActiveClass):t.classList.remove(this.config.openingTriggerActiveClass)}))}[ht](){const t=function(t){const e=[];return t.forEach((t=>{const n=t.getBoundingClientRect();(n.width>0||n.height>0)&&e.push(t)})),e}(this.dialog.querySelectorAll(Z)),e=function(t,e,n){const i=t.querySelectorAll(e),o=[];let r=!1;return 0===i.length?n:(n.forEach((t=>{i.forEach((e=>{e.contains(t)&&(r=!0)})),r||o.push(t),r=!1})),o)}(this.dialog,'[role="dialog"]',t);this.focusableElements=e.length>0?e:[this.dialog],[this.firstFocusableElement]=this.focusableElements,this.lastFocusableElement=this.focusableElements[this.focusableElements.length-1]}[ft](){this.config.enableAutoFocus&&window.setTimeout((()=>this.firstFocusableElement.focus()),this.config.delay)}[pt](){this.config.enableAutoFocus&&window.setTimeout((()=>this.openingTrigger.focus()),this.config.delay),this.isOpen&&this.openingTrigger.addEventListener("keydown",this[mt])}[mt](t){t.key===nt&&(this.openingTrigger.removeEventListener("keydown",this[mt]),this[ft]())}[vt](t){t.shiftKey&&t.target===this.firstFocusableElement&&(t.preventDefault(),this.lastFocusableElement.focus()),t.shiftKey||t.target!==this.lastFocusableElement||(t.preventDefault(),this.firstFocusableElement.focus())}[gt](){this.observer.observe(this.dialog,{childList:!0,attributes:!0,subtree:!0})}[yt](){this.observer.disconnect()}open(){this.isInitialized&&this.isCreated&&!this.isOpen&&(this.isOpen=!0,this.documentIsAlreadyDisabled=this.document.classList.contains(this.config.documentDisabledClass),this[dt](),this[at](),this[ft](),this.config.onOpen(this.dialog,this.openingTrigger))}close(t){this.isInitialized&&this.isCreated&&this.isOpen&&(this.isOpen=!1,t&&t.preventDefault(),this[dt](),this[lt](),this.openingTrigger&&(!this.config.isTooltip||this.config.isTooltip&&t&&"click"!==t.type)&&this[pt](),this.config.onClose(this.dialog,this.closingTrigger))}toggle(t){this.isInitialized&&this.isCreated&&(t&&t.preventDefault(),this.isOpen?this.close():this.open())}create(){this.isInitialized&&!this.isCreated&&(this.isCreated=!0,this[ut](),this[ht](),this[gt](),this.config.isOpen&&this.open(),document.addEventListener("click",this[st],{capture:!0}))}destroy(){this.isInitialized&&this.isCreated&&(this.close(),this.isCreated=!1,this[ct](),this[lt](),this[yt](),document.removeEventListener("click",this[st],{capture:!0}))}};var wt=()=>{new Et(".js-dialog-container",{openingSelector:".js-dialog-open",closingSelector:".js-dialog-close",onOpen:(t,e)=>{t.querySelector("iframe").setAttribute("src",e.dataset.videoSrc)},onClose:t=>{t.querySelector("iframe").setAttribute("src","")}})};var xt=()=>{const t=document.querySelector(".farming-calculator-range-slider");if(!t)return;const e=document.querySelector(".farming-calculator-results-container");if(!e)return;const n=document.querySelector(".farming-calculator__slider-value"),i=n=>{const i=Number(n);let o=!0;o&&(e.innerHTML='

Calculating...

',t.setAttribute("disabled","true")),fetch("https://www.xchscan.com/api/netspace").then((t=>t.json())).then((n=>{const r=parseFloat(n.netspace)/1e3**4;fetch("https://api.coingecko.com/api/v3/simple/price?ids=chia&vs_currencies=usd").then((t=>t.json())).then((n=>{const s=parseFloat(n.chia.usd),a=4608*Math.min(i/r,1)*2,l=a*s,u=365*l/12;o=!1,t.removeAttribute("disabled"),e.innerHTML=`
${i}Terabytes
\n\t\t\t\t\t\t
${a.toFixed(5).replace("0.",".")}XCH/Day
\n\t\t\t\t\t\t
$${l.toFixed(2)}USD/Day
\n\t\t\t\t\t\t
$${u.toFixed(2)}USD/Month
`})).catch((t=>{console.error("Error getting XCH coin price. Exiting...",t)}))})).catch((t=>{console.error("Error getting Chia Netspace. Exiting...",t)}))};t.addEventListener("change",(t=>{const{value:e}=t.target;i(e),n.setAttribute("aria-hidden","true")})),t.addEventListener("input",(t=>{const{value:e}=t.target;n.setAttribute("aria-hidden","false"),n.innerText=e})),window.onload=()=>{const{value:e}=t;i(e)}};let St=6,Ct=1,Tt=[];const At=document.getElementById("releases-box"),Lt=t=>fetch(t).then((async t=>{const e=(t=>{const e={};t&&t.split(",").forEach((t=>{const n=t.split(";"),i=n[0].replace(/[<>]/g,"").trim(),o=n[1].replace(/rel="(.*)"/,"$1").trim();e[o]=i}));return e})(t.headers.get("Link")),n=(await t.json()).filter((t=>!t.prerelease));Tt=[...Tt,...n],e.next&&await Lt(e.next)})).catch((t=>{console.error(t)})),kt=t=>{t.preventDefault(),Ct++,Tt.slice((Ct-1)*St,Ct*St).forEach((t=>{const e=new Date(t.published_at).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"}),n=document.createElement("div");n.className="release";const i=document.createElement("a");i.href=t.html_url,i.target="_blank",i.rel="noreferrer noopener",i.textContent=`Chia Blockchain ${t.name}`;const o=document.createElement("div");o.textContent=e,n.append(i),n.append(o),At.append(n)})),Ct*St>=Tt.length&&t.target.remove()};var Mt=()=>{document.querySelectorAll(".chia-signup-form").forEach((t=>{const e=()=>{document.querySelectorAll(".chia-signup-form__response").forEach((t=>{t.classList.remove("show")}))},n=n=>{n.preventDefault();const i=t.querySelector(".chia-signup-form__response--success"),o=t.querySelector(".chia-signup-form__response--error"),r=t.querySelector(".chia-signup-form__response--loader");e(),r.classList.add("show");const s=t.getAttribute("action"),a=t.querySelector(".chia-signup-form__email").value;document.MC_callback=function(t){e(),"success"===t.result?(i.textContent=t.msg,i.classList.add("show")):(o.textContent=t.msg.replace("0 - ",""),o.classList.add("show"))};const l=document.createElement("script");l.type="text/javascript",l.src=`${s}&c=document.MC_callback&EMAIL=${a}`,document.getElementsByTagName("head")[0].appendChild(l)};t&&t.addEventListener("submit",n)}))};var Nt=()=>{const t=document.querySelector(".wp-block-chia-on-page-navigation");if(!t)return;const e=t.querySelectorAll("a"),n=[];e.forEach((t=>{const e=t.getAttribute("href");if(!e||"#"===e)return;const i=window.location.href.split("#")[0],o=e.split("#")[0];if(""!==o&&o!==i)return;const r=document.querySelector(`${e}`);n.push(r)}));const i=new IntersectionObserver((e=>{e.forEach((e=>{const n=e.target.getAttribute("id"),i=t.querySelector(`a[href="#${n}"]`);i&&(e.isIntersecting?i.classList.add("active-link"):i.classList.remove("active-link"))}))}),{rootMargin:"-50% 0px"});n.forEach((t=>{i.observe(t)}))};function Pt(t,e){for(var n=0;n-1}function Zt(t,e){return t.push.apply(t,Xt(e)),t}function te(t,e,n){t&&Kt(e,(function(e){e&&t.classList[n?"add":"remove"](e)}))}function ee(t,e){te(t,Qt(e)?e.split(" "):e,!0)}function ne(t,e){Kt(e,t.appendChild.bind(t))}function ie(t,e){Kt(t,(function(t){var n=(e||t).parentNode;n&&n.insertBefore(t,e)}))}function oe(t,e){return Yt(t)&&(t.msMatchesSelector||t.matches).call(t,e)}function re(t,e){var n=t?Vt(t.children):[];return e?n.filter((function(t){return oe(t,e)})):n}function se(t,e){return e?re(t,e)[0]:t.firstElementChild}var ae=Object.keys;function le(t,e,n){return t&&(n?ae(t).reverse():ae(t)).forEach((function(n){"__proto__"!==n&&e(t[n],n)})),t}function ue(t){return Vt(arguments,1).forEach((function(e){le(e,(function(n,i){t[i]=e[i]}))})),t}function ce(t){return Vt(arguments,1).forEach((function(e){le(e,(function(e,n){$t(e)?t[n]=e.slice():jt(e)?t[n]=ce({},jt(t[n])?t[n]:{},e):t[n]=e}))})),t}function de(t,e){Kt(e||ae(t),(function(e){delete t[e]}))}function he(t,e){Kt(t,(function(t){Kt(e,(function(e){t&&t.removeAttribute(e)}))}))}function fe(t,e,n){jt(e)?le(e,(function(e,n){fe(t,n,e)})):Kt(t,(function(t){Ut(n)||""===n?he(t,e):t.setAttribute(e,String(n))}))}function pe(t,e,n){var i=document.createElement(t);return e&&(Qt(e)?ee(i,e):fe(i,e)),n&&ne(n,i),i}function me(t,e,n){if(Gt(n))return getComputedStyle(t)[e];Ut(n)||(t.style[e]=""+n)}function ve(t,e){me(t,"display",e)}function ge(t){t.setActive&&t.setActive()||t.focus({preventScroll:!0})}function ye(t,e){return t.getAttribute(e)}function be(t,e){return t&&t.classList.contains(e)}function Ee(t){return t.getBoundingClientRect()}function we(t){Kt(t,(function(t){t&&t.parentNode&&t.parentNode.removeChild(t)}))}function xe(t){return se((new DOMParser).parseFromString(t,"text/html").body)}function Se(t,e){t.preventDefault(),e&&(t.stopPropagation(),t.stopImmediatePropagation())}function Ce(t,e){return t&&t.querySelector(e)}function Te(t,e){return e?Vt(t.querySelectorAll(e)):[]}function Ae(t,e){te(t,e,!1)}function Le(t){return t.timeStamp}function ke(t){return Qt(t)?t:t?t+"px":""}var Me="splide",Ne="data-"+Me;function Pe(t,e){if(!t)throw new Error("["+Me+"] "+(e||""))}var De=Math.min,Oe=Math.max,Fe=Math.floor,Ie=Math.ceil,_e=Math.abs;function Ve(t,e,n){return _e(t-e)0)-+(t<0)}function Re(t,e){return Kt(e,(function(e){t=t.replace("%s",""+e)})),t}function ze(t){return t<10?"0"+t:""+t}var je={};function $e(t){return""+t+ze(je[t]=(je[t]||0)+1)}function We(){var t=[];function e(t,e,n){Kt(t,(function(t){t&&Kt(e,(function(e){e.split(" ").forEach((function(e){var i=e.split(".");n(t,i[0],i[1])}))}))}))}return{bind:function(n,i,o,r){e(n,i,(function(e,n,i){var s="addEventListener"in e,a=s?e.removeEventListener.bind(e,n,o,r):e.removeListener.bind(e,o);s?e.addEventListener(n,o,r):e.addListener(o),t.push([e,n,i,o,a])}))},unbind:function(n,i,o){e(n,i,(function(e,n,i){t=t.filter((function(t){return!!(t[0]!==e||t[1]!==n||t[2]!==i||o&&t[3]!==o)||(t[4](),!1)}))}))},dispatch:function(t,e,n){var i;return"function"===typeof CustomEvent?i=new CustomEvent(e,{bubbles:true,detail:n}):(i=document.createEvent("CustomEvent")).initCustomEvent(e,true,!1,n),t.dispatchEvent(i),i},destroy:function(){t.forEach((function(t){t[4]()})),_t(t)}}}var Qe="mounted",Ge="ready",Ue="move",Ye="moved",Xe="click",Ke="active",Je="inactive",Ze="visible",tn="hidden",en="refresh",nn="updated",on="resize",rn="resized",sn="scroll",an="scrolled",ln="destroy",un="arrows:mounted",cn="navigation:mounted",dn="autoplay:play",hn="autoplay:pause",fn="lazyload:loaded",pn="sk",mn="sh",vn="ei";function gn(t){var e=t?t.event.bus:document.createDocumentFragment(),n=We();return t&&t.event.on(ln,n.destroy),ue(n,{bus:e,on:function(t,i){n.bind(e,Xt(t).join(" "),(function(t){i.apply(i,$t(t.detail)?t.detail:[])}))},off:Bt(n.unbind,e),emit:function(t){n.dispatch(e,t,Vt(arguments,1))}})}function yn(t,e,n,i){var o,r,s=Date.now,a=0,l=!0,u=0;function c(){if(!l){if(a=t?De((s()-o)/t,1):1,n&&n(a),a>=1&&(e(),o=s(),i&&++u>=i))return d();r=Rt(c)}}function d(){l=!0}function h(){r&&cancelAnimationFrame(r),a=0,r=0,l=!0}return{start:function(e){e||h(),o=s()-(e?a*t:0),l=!1,r=Rt(c)},rewind:function(){o=s(),a=0,n&&n(a)},pause:d,cancel:h,set:function(e){t=e},isPaused:function(){return l}}}var bn="Arrow",En=bn+"Left",wn=bn+"Right",xn=bn+"Up",Sn=bn+"Down",Cn="ttb",Tn={width:["height"],left:["top","right"],right:["bottom","left"],x:["y"],X:["Y"],Y:["X"],ArrowLeft:[xn,wn],ArrowRight:[Sn,En]};function An(t,e,n){return{resolve:function(t,e,i){var o="rtl"!==(i=i||n.direction)||e?i===Cn?0:-1:1;return Tn[t]&&Tn[t][o]||t.replace(/width|left|right/i,(function(t,e){var n=Tn[t.toLowerCase()][o]||t;return e>0?n.charAt(0).toUpperCase()+n.slice(1):n}))},orient:function(t){return t*("rtl"===n.direction?1:-1)}}}var Ln="role",kn="tabindex",Mn="aria-",Nn=Mn+"controls",Pn=Mn+"current",Dn=Mn+"selected",On=Mn+"label",Fn=Mn+"labelledby",In=Mn+"hidden",_n=Mn+"orientation",Vn=Mn+"roledescription",Bn=Mn+"live",Hn=Mn+"busy",qn=Mn+"atomic",Rn=[Ln,kn,"disabled",Nn,Pn,On,Fn,In,_n,Vn],zn=Me+"__",jn="is-",$n=Me,Wn=zn+"track",Qn=zn+"list",Gn=zn+"slide",Un=Gn+"--clone",Yn=Gn+"__container",Xn=zn+"arrows",Kn=zn+"arrow",Jn=Kn+"--prev",Zn=Kn+"--next",ti=zn+"pagination",ei=ti+"__page",ni=zn+"progress"+"__bar",ii=zn+"toggle",oi=zn+"sr",ri=jn+"initialized",si=jn+"active",ai=jn+"prev",li=jn+"next",ui=jn+"visible",ci=jn+"loading",di=jn+"focus-in",hi=jn+"overflow",fi=[si,ui,ai,li,ci,di,hi],pi={slide:Gn,clone:Un,arrows:Xn,arrow:Kn,prev:Jn,next:Zn,pagination:ti,page:ei,spinner:zn+"spinner"};var mi="touchstart mousedown",vi="touchmove mousemove",gi="touchend touchcancel mouseup click";var yi="slide",bi="loop",Ei="fade";function wi(t,e,n,i){var o,r=gn(t),s=r.on,a=r.emit,l=r.bind,u=t.Components,c=t.root,d=t.options,h=d.isNavigation,f=d.updateOnMove,p=d.i18n,m=d.pagination,v=d.slideFocus,g=u.Direction.resolve,y=ye(i,"style"),b=ye(i,On),E=n>-1,w=se(i,"."+Yn);function x(){var o=t.splides.map((function(t){var n=t.splide.Components.Slides.getAt(e);return n?n.slide.id:""})).join(" ");fe(i,On,Re(p.slideX,(E?n:e)+1)),fe(i,Nn,o),fe(i,Ln,v?"button":""),v&&he(i,Vn)}function S(){o||C()}function C(){if(!o){var n=t.index;!function(){var t=T();t!==be(i,si)&&(te(i,si,t),fe(i,Pn,h&&t||""),a(t?Ke:Je,A))}(),function(){var e=function(){if(t.is(Ei))return T();var e=Ee(u.Elements.track),n=Ee(i),o=g("left",!0),r=g("right",!0);return Fe(e[o])<=Ie(n[o])&&Fe(n[r])<=Ie(e[r])}(),n=!e&&(!T()||E);t.state.is([Ot,Ft])||fe(i,In,n||"");fe(Te(i,d.focusableNodes||""),kn,n?-1:""),v&&fe(i,kn,n?-1:0);e!==be(i,ui)&&(te(i,ui,e),a(e?Ze:tn,A));if(!e&&document.activeElement===i){var o=u.Slides.getAt(t.index);o&&ge(o.slide)}}(),te(i,ai,e===n-1),te(i,li,e===n+1)}}function T(){var i=t.index;return i===e||d.cloneStatus&&i===n}var A={index:e,slideIndex:n,slide:i,container:w,isClone:E,mount:function(){E||(i.id=c.id+"-slide"+ze(e+1),fe(i,Ln,m?"tabpanel":"group"),fe(i,Vn,p.slide),fe(i,On,b||Re(p.slideLabel,[e+1,t.length]))),l(i,"click",Bt(a,Xe,A)),l(i,"keydown",Bt(a,pn,A)),s([Ye,mn,an],C),s(cn,x),f&&s(Ue,S)},destroy:function(){o=!0,r.destroy(),Ae(i,fi),he(i,Rn),fe(i,"style",y),fe(i,On,b||"")},update:C,style:function(t,e,n){me(n&&w||i,t,e)},isWithin:function(n,i){var o=_e(n-e);return E||!d.rewind&&!t.is(bi)||(o=De(o,t.length-o)),o<=i}};return A}var xi="http://www.w3.org/2000/svg",Si="m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z";var Ci=Ne+"-interval";var Ti={passive:!1,capture:!0};var Ai={Spacebar:" ",Right:wn,Left:En,Up:xn,Down:Sn};function Li(t){return t=Qt(t)?t:t.key,Ai[t]||t}var ki="keydown";var Mi=Ne+"-lazy",Ni=Mi+"-srcset",Pi="["+Mi+"], ["+Ni+"]";var Di=[" ","Enter"];var Oi=Object.freeze({__proto__:null,Media:function(t,e,n){var i=t.state,o=n.breakpoints||{},r=n.reducedMotion||{},s=We(),a=[];function l(t){t&&s.destroy()}function u(t,e){var n=matchMedia(e);s.bind(n,"change",c),a.push([t,n])}function c(){var e=i.is(7),o=n.direction,r=a.reduce((function(t,e){return ce(t,e[1].matches?e[0]:{})}),{});de(n),d(r),n.destroy?t.destroy("completely"===n.destroy):e?(l(!0),t.mount()):o!==n.direction&&t.refresh()}function d(e,o,r){ce(n,e),o&&ce(Object.getPrototypeOf(n),e),!r&&i.is(1)||t.emit(nn,n)}return{setup:function(){var t="min"===n.mediaQuery;ae(o).sort((function(e,n){return t?+e-+n:+n-+e})).forEach((function(e){u(o[e],"("+(t?"min":"max")+"-width:"+e+"px)")})),u(r,Dt),c()},destroy:l,reduce:function(t){matchMedia(Dt).matches&&(t?ce(n,r):de(n,ae(r)))},set:d}},Direction:An,Elements:function(t,e,n){var i,o,r,s=gn(t),a=s.on,l=s.bind,u=t.root,c=n.i18n,d={},h=[],f=[],p=[];function m(){i=y("."+Wn),o=se(i,"."+Qn),Pe(i&&o,"A track/list element is missing."),Zt(h,re(o,"."+Gn+":not(."+Un+")")),le({arrows:Xn,pagination:ti,prev:Jn,next:Zn,bar:ni,toggle:ii},(function(t,e){d[e]=y("."+t)})),ue(d,{root:u,track:i,list:o,slides:h}),function(){var t=u.id||$e(Me),e=n.role;u.id=t,i.id=i.id||t+"-track",o.id=o.id||t+"-list",!ye(u,Ln)&&"SECTION"!==u.tagName&&e&&fe(u,Ln,e);fe(u,Vn,c.carousel),fe(o,Ln,"presentation")}(),g()}function v(t){var e=Rn.concat("style");_t(h),Ae(u,f),Ae(i,p),he([i,o],e),he(u,t?e:["style",Vn])}function g(){Ae(u,f),Ae(i,p),f=b($n),p=b(Wn),ee(u,f),ee(i,p),fe(u,On,n.label),fe(u,Fn,n.labelledby)}function y(t){var e=Ce(u,t);return e&&function(t,e){if(Wt(t.closest))return t.closest(e);for(var n=t;n&&1===n.nodeType&&!oe(n,e);)n=n.parentElement;return n}(e,"."+$n)===u?e:void 0}function b(t){return[t+"--"+n.type,t+"--"+n.direction,n.drag&&t+"--draggable",n.isNavigation&&t+"--nav",t===$n&&si]}return ue(d,{setup:m,mount:function(){a(en,v),a(en,m),a(nn,g),l(document,mi+" keydown",(function(t){r="keydown"===t.type}),{capture:!0}),l(u,"focusin",(function(){te(u,di,!!r)}))},destroy:v})},Slides:function(t,e,n){var i=gn(t),o=i.on,r=i.emit,s=i.bind,a=e.Elements,l=a.slides,u=a.list,c=[];function d(){l.forEach((function(t,e){f(t,e,-1)}))}function h(){m((function(t){t.destroy()})),_t(c)}function f(e,n,i){var o=wi(t,n,i,e);o.mount(),c.push(o),c.sort((function(t,e){return t.index-e.index}))}function p(t){return t?v((function(t){return!t.isClone})):c}function m(t,e){p(e).forEach(t)}function v(t){return c.filter(Wt(t)?t:function(e){return Qt(t)?oe(e.slide,t):Jt(Xt(t),e.index)})}return{mount:function(){d(),o(en,h),o(en,d)},destroy:h,update:function(){m((function(t){t.update()}))},register:f,get:p,getIn:function(t){var i=e.Controller,o=i.toIndex(t),r=i.hasFocus()?1:n.perPage;return v((function(t){return Be(t.index,o,o+r-1)}))},getAt:function(t){return v(t)[0]},add:function(t,e){Kt(t,(function(t){if(Qt(t)&&(t=xe(t)),Yt(t)){var i=l[e];i?ie(t,i):ne(u,t),ee(t,n.classes.slide),function(t,e){var n=Te(t,"img"),i=n.length;i?n.forEach((function(t){s(t,"load error",(function(){--i||e()}))})):e()}(t,Bt(r,on))}})),r(en)},remove:function(t){we(v(t).map((function(t){return t.slide}))),r(en)},forEach:m,filter:v,style:function(t,e,n){m((function(i){i.style(t,e,n)}))},getLength:function(t){return t?l.length:c.length},isEnough:function(){return c.length>n.perPage}}},Layout:function(t,e,n){var i,o,r,s=gn(t),a=s.on,l=s.bind,u=s.emit,c=e.Slides,d=e.Direction.resolve,h=e.Elements,f=h.root,p=h.track,m=h.list,v=c.getAt,g=c.style;function y(){i=n.direction===Cn,me(f,"maxWidth",ke(n.width)),me(p,d("paddingLeft"),E(!1)),me(p,d("paddingRight"),E(!0)),b(!0)}function b(t){var e=Ee(f);(t||o.width!==e.width||o.height!==e.height)&&(me(p,"height",function(){var t="";i&&(Pe(t=w(),"height or heightRatio is missing."),t="calc("+t+" - "+E(!1)+" - "+E(!0)+")");return t}()),g(d("marginRight"),ke(n.gap)),g("width",n.autoWidth?null:ke(n.fixedWidth)||(i?"":x())),g("height",ke(n.fixedHeight)||(i?n.autoHeight?null:x():w()),!0),o=e,u(rn),r!==(r=k())&&(te(f,hi,r),u("overflow",r)))}function E(t){var e=n.padding,i=d(t?"right":"left");return e&&ke(e[i]||(jt(e)?0:e))||"0px"}function w(){return ke(n.height||Ee(m).width*n.heightRatio)}function x(){var t=ke(n.gap);return"calc((100%"+(t&&" + "+t)+")/"+(n.perPage||1)+(t&&" - "+t)+")"}function S(){return Ee(m)[d("width")]}function C(t,e){var n=v(t||0);return n?Ee(n.slide)[d("width")]+(e?0:L()):0}function T(t,e){var n=v(t);if(n){var i=Ee(n.slide)[d("right")],o=Ee(m)[d("left")];return _e(i-o)+(e?0:L())}return 0}function A(e){return T(t.length-1)-T(0)+C(0,e)}function L(){var t=v(0);return t&&parseFloat(me(t.slide,d("marginRight")))||0}function k(){return t.is(Ei)||A(!0)>S()}return{mount:function(){y(),l(window,"resize load",function(t,e){var n=yn(e||0,t,null,1);return function(){n.isPaused()&&n.start()}}(Bt(u,on))),a([nn,en],y),a(on,b)},resize:b,listSize:S,slideSize:C,sliderSize:A,totalSize:T,getPadding:function(t){return parseFloat(me(p,d("padding"+(t?"Right":"Left"))))||0},isOverflow:k}},Clones:function(t,e,n){var i,o=gn(t),r=o.on,s=e.Elements,a=e.Slides,l=e.Direction.resolve,u=[];function c(){r(en,d),r([nn,on],f),(i=p())&&(!function(e){var i=a.get().slice(),o=i.length;if(o){for(;i.lengthe.Controller.getEnd();(i<0||o)&&(n=S(n,o))}return n}(n);me(y,"transform","translate"+m("X")+"("+o+"px)"),n!==o&&s(mn)}}function S(t,e){var n=t-k(e),i=f();return t-=v(i*(Ie(_e(n)/i)||1))*(e?1:-1)}function C(){x(L(),!0),i.cancel()}function T(t){for(var n=e.Slides.get(),i=0,o=1/0,r=0;r=0:e<=y[m("scrollWidth")]-Ee(b)[m("width")]}(t>n)&&(C(),x(S(L(),t>n),!0)),a(Ot),s(Ue,e,n,t),i.start(e,(function(){a(3),s(Ye,e,n,t),o&&o()}))},jump:w,translate:x,shift:S,cancel:C,toIndex:T,toPosition:A,getPosition:L,getLimit:k,exceededLimit:function(t,e){e=Gt(e)?L():e;var n=!0!==t&&v(e)v(k(!0));return n||i},reposition:E}},Controller:function(t,e,n){var i,o,r,s,a=gn(t),l=a.on,u=a.emit,c=e.Move,d=c.getPosition,h=c.getLimit,f=c.toPosition,p=e.Slides,m=p.isEnough,v=p.getLength,g=n.omitEnd,y=t.is(bi),b=t.is(yi),E=Bt(A,!1),w=Bt(A,!0),x=n.start||0,S=x;function C(){o=v(!0),r=n.perMove,s=n.perPage,i=M();var t=He(x,0,g?i:o-1);t!==x&&(x=t,c.reposition())}function T(){i!==M()&&u(vn)}function A(t,e){var n=r||(O()?1:s),o=L(x+n*(t?-1:1),x,!(r||O()));return-1===o&&b&&!Ve(d(),h(!t),1)?t?0:i:e?o:k(o)}function L(e,a,l){if(m()||O()){var u=function(e){if(b&&"move"===n.trimSpace&&e!==x)for(var i=d();i===f(e,!0)&&Be(e,0,t.length-1,!n.rewind);)ei?e=r||!Be(0,e,a,!0)&&!Be(i,a,e,!0)?y?l?e<0?-(o%s||s):o:e:n.rewind?e<0?i:0:-1:N(P(e)):l&&e!==a&&(e=N(P(a)+(e0;)if(f(o-1,!0)!==f(t,!0)){t++;break}return He(t,0,o-1)}function N(t){return He(O()?t:s*t,0,i)}function P(t){return O()?De(t,i):Fe((t>=i?o-1:t)/s)}function D(t){t!==x&&(S=x,x=t)}function O(){return!Gt(n.focus)||n.isNavigation}function F(){return t.state.is([Ot,Ft])&&!!n.waitForTransition}return{mount:function(){C(),l([nn,en,vn],C),l(rn,T)},go:function(t,e,n){if(!F()){var o=function(t){var e=x;if(Qt(t)){var n=t.match(/([+\-<>])(\d+)?/)||[],o=n[1],r=n[2];"+"===o||"-"===o?e=L(x+ +(""+o+(+r||1)),x):">"===o?e=r?N(+r):E(!0):"<"===o&&(e=w(!0))}else e=y?t:He(t,0,i);return e}(t),r=k(o);r>-1&&(e||r!==x)&&(D(r),c.move(o,r,S,n))}},scroll:function(t,n,o,r){e.Scroll.scroll(t,n,o,(function(){var t=k(c.toIndex(d()));D(g?De(t,i):t),r&&r()}))},getNext:E,getPrev:w,getAdjacent:A,getEnd:M,setIndex:D,getIndex:function(t){return t?S:x},toIndex:N,toPage:P,toDest:function(t){var e=c.toIndex(t);return b?He(e,0,i):e},hasFocus:O,isBusy:F}},Arrows:function(t,e,n){var i,o,r=gn(t),s=r.on,a=r.bind,l=r.emit,u=n.classes,c=n.i18n,d=e.Elements,h=e.Controller,f=d.arrows,p=d.track,m=f,v=d.prev,g=d.next,y={};function b(){!function(){var t=n.arrows;!t||v&&g||(m=f||pe("div",u.arrows),v=S(!0),g=S(!1),i=!0,ne(m,[v,g]),!f&&ie(m,p));v&&g&&(ue(y,{prev:v,next:g}),ve(m,t?"":"none"),ee(m,o=Xn+"--"+n.direction),t&&(s([Qe,Ye,en,an,vn],C),a(g,"click",Bt(x,">")),a(v,"click",Bt(x,"<")),C(),fe([v,g],Nn,p.id),l(un,v,g)))}(),s(nn,E)}function E(){w(),b()}function w(){r.destroy(),Ae(m,o),i?(we(f?[v,g]:m),v=g=null):he([v,g],Rn)}function x(t){h.go(t,!0)}function S(t){return xe('