function DateChooser(n){this.defaultOptions={calendar:null,disableHolidays:!1,disableWeekends:!1,disableOtherDates:Array(),isDateDisabledErrorMessage:"",isHolidayErrorMessage:"",isTooEarlyErrorMessage:"",isTooLateErrorMessage:"",isWeekendErrorMessage:"",highlightedDates:Array(),legend:new DateChooserLegend,minDate:new Date(1,0,1),maxDate:new Date(9999,11,31),selectedDate:null};var t=$.extend({},this.defaultOptions,n);this.calendar=t.calendar;this.disableHolidays=t.disableHolidays;this.disableWeekends=t.disableWeekends;this.disableOtherDates=t.disableOtherDates;this.isDateDisabledErrorMessage=t.isDateDisabledErrorMessage;this.isHolidayErrorMessage=t.isHolidayErrorMessage;this.isTooEarlyErrorMessage=t.isTooEarlyErrorMessage;this.isTooLateErrorMessage=t.isTooLateErrorMessage;this.isWeekendErrorMessage=t.isWeekendErrorMessage;this.highlightedDates=t.highlightedDates;this.legend=t.legend;this.minDate=t.minDate;this.maxDate=t.maxDate;this.selectedDate=t.selectedDate;this.calendar==null}function DateChooserCalendarItem(n){this.defaultOptions={date:null,isEmpty:!1,isHighlighted:!1,isSelected:!1,isSelectable:!0};var t=$.extend({},this.defaultOptions,n);this.date=n.date;this.isEmpty=n.isEmpty;this.isHighlighted=n.isHighlighted;this.isSelectable=n.isSelectable;this.isSelected=n.isSelected}function DateChooserCalendar(n){this.defaultOptions={items:Array(),visible:!1};var t=$.extend({},this.defaultOptions,n);this.items=t.items;this.visible=t.visible}function DateChooserLegendItem(n){this.defaultOptions={color:"",imageSrc:"",text:"",visible:!1};var t=$.extend({},this.defaultOptions,n);this.color=t.color;this.imageSrc=t.imageSrc;this.text=t.text;this.visible=t.visible}function DateChooserLegend(n){this.defaultOptions={items:Array(),visible:!1};var t=$.extend({},this.defaultOptions,n);this.items=t.items;this.visible=t.visible}function calendarButtonClick(n){var i=n.attr("data-date"),t;n.is(".disabled")||Date.parse(i)==null||(t=getTextBox({calendarButton:n}),t.closest(".moveable-label").addClass("moved"),t.val(i),t.validate())}function calendarClose(n){n==null&&(n=$(".calendar-container"));n.hide()}function calendarGoTo(n){this.defaultOptions={container:null,date:null,setValue:!1};var t=$.extend({},this.defaultOptions,n);monthDateSet(t.container,t.date);t.setValue?($textbox=getTextBox({container:t.container}),$textbox.val(t.date.toString("M/d/yyyy")),calendarOpen(t.container,null)):t.container.dateChooserInitialize({unselectedDate:t.date})}function calendarOpen(n){$(".calendar-container").hide();$textbox=getTextBox({container:n});n.dateChooserInitialize({selectedDateString:$textbox.val()});n.show()}function calendarToggle(n,t){n.is(":visible")?calendarClose(n,t):calendarOpen(n,t)}function monthDateGet(n){return Date.parse(n.attr("data-month-date"))}function monthDateSet(n,t){n.attr("data-month-date",t.toString("M/d/yyyy"));var u=getTextBox({container:n}),i=getCalendarDisableOptions(u),r=t.clone().set({day:1,hour:0,minute:0,second:0,millisecond:0}),f=r.clone().addDays(-1),e=r.clone().addMonths(1);n.find(".text-left .button").toggle(i.minDate==null||i.minDate<=f);n.find(".text-right .button").toggle(i.maxDate==null||i.maxDate>=e)}function getCalendarDisableOptions(n){var o=[],s=n.attr("data-disable-other-dates")?n.attr("data-disable-other-dates"):"",u,f,e,t,h,i,r,l,a;if(isNullOrEmpty(s)||(o=s.split(",")),u=[],f=n.attr("data-highlighted-dates")?n.attr("data-highlighted-dates"):"",!isNullOrEmpty(f))for(e=$.trim(f).split("|"),t=0;t<e.length;t++)if(h=e[t],i=$.trim(h).split(":"),i.length==2){var y=i[0],v=i[1],c=$.trim(v).split(",");for(r=0;r<c.length;r++)l=c[r],a=Date.parse(l),u.push(a)}return{disableHolidays:n.attr("data-disable-holidays")=="true",disableWeekends:n.attr("data-disable-weekends")=="true",disableOtherDates:o,minDate:n.attr("data-min-date")=="string"?null:Date.parse(n.attr("data-min-date")),maxDate:n.attr("data-max-date")=="string"?null:Date.parse(n.attr("data-max-date")),highlightedDates:u}}function getCalendarContainer(n){if(n!=null){if(n.clientID)return $("#"+n.clientID).find(".date-chooser .calendar-container");if(n.calendarButton)return n.calendarButton.parent("li").parent("ul").parent(".calendar-container");if(n.textbox)return n.textbox.parents(".date-chooser").find(".calendar-container");if(n.link)return n.link.parent(".date-chooser").find(".calendar-container");if(n.controlButton)return n.controlButton.parent("div").parent("div.row").parent("div.calendar-controls").parent(".calendar-container")}return null}function getTextBox(n){if(n!=null){if(n.clientID)return $("input#"+n.clientID);if(n.calendarButton){var t=getCalendarContainer({calendarButton:n.calendarButton}),i=t.attr("data-for");return getTextBox({clientID:i})}if(n.sibling)return n.sibling.parent(".date-chooser").find(".input-group input");if(n.container)return n.container.parent(".date-chooser").find(".input-group input")}return null}function getValidator(n){if(n!=null){if(n.clientID)return $("span.validator#"+n.clientID);if(n.textbox)return n.textbox.parent(".date-chooser").next("span.validator")}return null}var DC,objectFitImages;!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],t):t((n=n||self).bootstrap={},n.jQuery,n.Popper)}(this,function(n,t,i){"use strict";function eu(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}function c(n,t,i){return t&&eu(n.prototype,t),i&&eu(n,i),n}function ou(n,t){var r=Object.keys(n),i;return Object.getOwnPropertySymbols&&(i=Object.getOwnPropertySymbols(n),t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})),r.push.apply(r,i)),r}function f(n){for(var i,t=1;t<arguments.length;t++)i=null!=arguments[t]?arguments[t]:{},t%2?ou(Object(i),!0).forEach(function(t){var r,u,f;r=n;f=i[u=t];u in r?Object.defineProperty(r,u,{value:f,enumerable:!0,configurable:!0,writable:!0}):r[u]=f}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ou(Object(i)).forEach(function(t){Object.defineProperty(n,t,Object.getOwnPropertyDescriptor(i,t))});return n}function vf(n){var u=this,i=!1;return t(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(function(){i||r.triggerTransitionEnd(u)},n),this}function du(n,t,i){if(0===n.length)return n;if(i&&"function"==typeof i)return i(n);for(var u=(new window.DOMParser).parseFromString(n,"text/html"),e=Object.keys(t),f=[].slice.call(u.body.querySelectorAll("*")),o=function(n){var i=f[n],o=i.nodeName.toLowerCase(),r,u;if(-1===e.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";r=[].slice.call(i.attributes);u=[].concat(t["*"]||[],t[o]||[]);r.forEach(function(n){(function(n,t){var i=n.nodeName.toLowerCase();if(-1!==t.indexOf(i))return-1===ss.indexOf(i)||Boolean(n.nodeValue.match(hs)||n.nodeValue.match(cs));for(var u=t.filter(function(n){return n instanceof RegExp}),r=0,f=u.length;r<f;r++)if(i.match(u[r]))return!0;return!1})(n,u)||i.removeAttribute(n.nodeName)})},r=0,s=f.length;r<s;r++)o(r);return u.body.innerHTML}var vt,r;t=t&&t.hasOwnProperty("default")?t.default:t;i=i&&i.hasOwnProperty("default")?i.default:i;vt="transitionend";r={TRANSITION_END:"bsTransitionEnd",getUID:function(n){for(;n+=~~(1e6*Math.random()),document.getElementById(n););return n},getSelectorFromElement:function(n){var t=n.getAttribute("data-target"),i;t&&"#"!==t||(i=n.getAttribute("href"),t=i&&"#"!==i?i.trim():"");try{return document.querySelector(t)?t:null}catch(n){return null}},getTransitionDurationFromElement:function(n){if(!n)return 0;var i=t(n).css("transition-duration"),r=t(n).css("transition-delay"),u=parseFloat(i),f=parseFloat(r);return u||f?(i=i.split(",")[0],r=r.split(",")[0],1e3*(parseFloat(i)+parseFloat(r))):0},reflow:function(n){return n.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(vt)},supportsTransitionEnd:function(){return Boolean(vt)},isElement:function(n){return(n[0]||n).nodeType},typeCheckConfig:function(n,t,i){var u,s;for(u in i)if(Object.prototype.hasOwnProperty.call(i,u)){var e=i[u],f=t[u],o=f&&r.isElement(f)?"element":(s=f,{}.toString.call(s).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(e).test(o))throw new Error(n.toUpperCase()+': Option "'+u+'" provided type "'+o+'" but expected type "'+e+'".');}},findShadowRoot:function(n){if(!document.documentElement.attachShadow)return null;if("function"!=typeof n.getRootNode)return n instanceof ShadowRoot?n:n.parentNode?r.findShadowRoot(n.parentNode):null;var t=n.getRootNode();return t instanceof ShadowRoot?t:null},jQueryDetection:function(){if("undefined"==typeof t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var n=t.fn.jquery.split(" ")[0].split(".");if(n[0]<2&&n[1]<9||1===n[0]&&9===n[1]&&n[2]<1||4<=n[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0");}};r.jQueryDetection();t.fn.emulateTransitionEnd=vf;t.event.special[r.TRANSITION_END]={bindType:vt,delegateType:vt,handle:function(n){if(t(n.target).is(this))return n.handleObj.handler.apply(this,arguments)}};var yt="alert",pi="bs.alert",ar="."+pi,yf=t.fn[yt],vr={CLOSE:"close"+ar,CLOSED:"closed"+ar,CLICK_DATA_API:"click"+ar+".data-api"},pf="alert",wf="fade",bf="show",rt=function(){function n(n){this._element=n}var i=n.prototype;return i.close=function(n){var t=this._element;n&&(t=this._getRootElement(n));this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},i.dispose=function(){t.removeData(this._element,pi);this._element=null},i._getRootElement=function(n){var u=r.getSelectorFromElement(n),i=!1;return u&&(i=document.querySelector(u)),i=i||t(n).closest("."+pf)[0]},i._triggerCloseEvent=function(n){var i=t.Event(vr.CLOSE);return t(n).trigger(i),i},i._removeElement=function(n){var u=this,i;(t(n).removeClass(bf),t(n).hasClass(wf))?(i=r.getTransitionDurationFromElement(n),t(n).one(r.TRANSITION_END,function(t){return u._destroyElement(n,t)}).emulateTransitionEnd(i)):this._destroyElement(n)},i._destroyElement=function(n){t(n).detach().trigger(vr.CLOSED).remove()},n._jQueryInterface=function(i){return this.each(function(){var u=t(this),r=u.data(pi);r||(r=new n(this),u.data(pi,r));"close"===i&&r[i](this)})},n._handleDismiss=function(n){return function(t){t&&t.preventDefault();n.close(this)}},c(n,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),n}();t(document).on(vr.CLICK_DATA_API,'[data-dismiss="alert"]',rt._handleDismiss(new rt));t.fn[yt]=rt._jQueryInterface;t.fn[yt].Constructor=rt;t.fn[yt].noConflict=function(){return t.fn[yt]=yf,rt._jQueryInterface};var pt="button",wi="bs.button",bi="."+wi,ki=".data-api",kf=t.fn[pt],y="active",df="btn",gf="focus",su='[data-toggle^="button"]',ne='[data-toggle="buttons"]',te='[data-toggle="button"]',ie='[data-toggle="buttons"] .btn',yr='input:not([type="hidden"])',re=".active",hu=".btn",pr={CLICK_DATA_API:"click"+bi+ki,FOCUS_BLUR_DATA_API:"focus"+bi+ki+" blur"+bi+ki,LOAD_DATA_API:"load"+bi+ki},wt=function(){function n(n){this._element=n}var i=n.prototype;return i.toggle=function(){var i=!0,u=!0,f=t(this._element).closest(ne)[0],n,r;f&&(n=this._element.querySelector(yr),n&&("radio"===n.type?n.checked&&this._element.classList.contains(y)?i=!1:(r=f.querySelector(re),r&&t(r).removeClass(y)):"checkbox"===n.type?"LABEL"===this._element.tagName&&n.checked===this._element.classList.contains(y)&&(i=!1):i=!1,i&&(n.checked=!this._element.classList.contains(y),t(n).trigger("change")),n.focus(),u=!1));this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(u&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(y)),i&&t(this._element).toggleClass(y))},i.dispose=function(){t.removeData(this._element,wi);this._element=null},n._jQueryInterface=function(i){return this.each(function(){var r=t(this).data(wi);r||(r=new n(this),t(this).data(wi,r));"toggle"===i&&r[i]()})},c(n,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),n}();t(document).on(pr.CLICK_DATA_API,su,function(n){var i=n.target,r;if(t(i).hasClass(df)||(i=t(i).closest(hu)[0]),!i||i.hasAttribute("disabled")||i.classList.contains("disabled"))n.preventDefault();else{if(r=i.querySelector(yr),r&&(r.hasAttribute("disabled")||r.classList.contains("disabled")))return void n.preventDefault();wt._jQueryInterface.call(t(i),"toggle")}}).on(pr.FOCUS_BLUR_DATA_API,su,function(n){var i=t(n.target).closest(hu)[0];t(i).toggleClass(gf,/^focus(in)?$/.test(n.type))});t(window).on(pr.LOAD_DATA_API,function(){for(var t,f,i,e,r,n=[].slice.call(document.querySelectorAll(ie)),u=0,o=n.length;u<o;u++)t=n[u],f=t.querySelector(yr),f.checked||f.hasAttribute("checked")?t.classList.add(y):t.classList.remove(y);for(i=0,e=(n=[].slice.call(document.querySelectorAll(te))).length;i<e;i++)r=n[i],"true"===r.getAttribute("aria-pressed")?r.classList.add(y):r.classList.remove(y)});t.fn[pt]=wt._jQueryInterface;t.fn[pt].Constructor=wt;t.fn[pt].noConflict=function(){return t.fn[pt]=kf,wt._jQueryInterface};var ut="carousel",bt="bs.carousel",e="."+bt,cu=".data-api",ue=t.fn[ut],wr={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},fe={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},di="next",gi="prev",ee="left",oe="right",o={SLIDE:"slide"+e,SLID:"slid"+e,KEYDOWN:"keydown"+e,MOUSEENTER:"mouseenter"+e,MOUSELEAVE:"mouseleave"+e,TOUCHSTART:"touchstart"+e,TOUCHMOVE:"touchmove"+e,TOUCHEND:"touchend"+e,POINTERDOWN:"pointerdown"+e,POINTERUP:"pointerup"+e,DRAG_START:"dragstart"+e,LOAD_DATA_API:"load"+e+cu,CLICK_DATA_API:"click"+e+cu},se="carousel",b="active",he="slide",ce="carousel-item-right",le="carousel-item-left",ae="carousel-item-next",ve="carousel-item-prev",ye="pointer-event",pe=".active",br=".active.carousel-item",we=".carousel-item",be=".carousel-item img",ke=".carousel-item-next, .carousel-item-prev",de=".carousel-indicators",ge='[data-ride="carousel"]',lu={TOUCH:"touch",PEN:"pen"},ft=function(){function i(n,t){this._items=null;this._interval=null;this._activeElement=null;this._isPaused=!1;this._isSliding=!1;this.touchTimeout=null;this.touchStartX=0;this.touchDeltaX=0;this._config=this._getConfig(t);this._element=n;this._indicatorsElement=this._element.querySelector(de);this._touchSupported="ontouchstart"in document.documentElement||0<navigator.maxTouchPoints;this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent);this._addEventListeners()}var n=i.prototype;return n.next=function(){this._isSliding||this._slide(di)},n.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},n.prev=function(){this._isSliding||this._slide(gi)},n.pause=function(n){n||(this._isPaused=!0);this._element.querySelector(ke)&&(r.triggerTransitionEnd(this._element),this.cycle(!0));clearInterval(this._interval);this._interval=null},n.cycle=function(n){n||(this._isPaused=!1);this._interval&&(clearInterval(this._interval),this._interval=null);this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(n){var u=this,i,r;if(this._activeElement=this._element.querySelector(br),i=this._getItemIndex(this._activeElement),!(n>this._items.length-1||n<0))if(this._isSliding)t(this._element).one(o.SLID,function(){return u.to(n)});else{if(i===n)return this.pause(),void this.cycle();r=i<n?di:gi;this._slide(r,this._items[n])}},n.dispose=function(){t(this._element).off(e);t.removeData(this._element,bt);this._items=null;this._config=null;this._element=null;this._interval=null;this._isPaused=null;this._isSliding=null;this._activeElement=null;this._indicatorsElement=null},n._getConfig=function(n){return n=f({},wr,{},n),r.typeCheckConfig(ut,n,fe),n},n._handleSwipe=function(){var t=Math.abs(this.touchDeltaX),n;t<=40||(n=t/this.touchDeltaX,(this.touchDeltaX=0)<n&&this.prev(),n<0&&this.next())},n._addEventListeners=function(){var n=this;this._config.keyboard&&t(this._element).on(o.KEYDOWN,function(t){return n._keydown(t)});"hover"===this._config.pause&&t(this._element).on(o.MOUSEENTER,function(t){return n.pause(t)}).on(o.MOUSELEAVE,function(t){return n.cycle(t)});this._config.touch&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var n=this,i,r;this._touchSupported&&(i=function(t){n._pointerEvent&&lu[t.originalEvent.pointerType.toUpperCase()]?n.touchStartX=t.originalEvent.clientX:n._pointerEvent||(n.touchStartX=t.originalEvent.touches[0].clientX)},r=function(t){n._pointerEvent&&lu[t.originalEvent.pointerType.toUpperCase()]&&(n.touchDeltaX=t.originalEvent.clientX-n.touchStartX);n._handleSwipe();"hover"===n._config.pause&&(n.pause(),n.touchTimeout&&clearTimeout(n.touchTimeout),n.touchTimeout=setTimeout(function(t){return n.cycle(t)},500+n._config.interval))},t(this._element.querySelectorAll(be)).on(o.DRAG_START,function(n){return n.preventDefault()}),this._pointerEvent?(t(this._element).on(o.POINTERDOWN,function(n){return i(n)}),t(this._element).on(o.POINTERUP,function(n){return r(n)}),this._element.classList.add(ye)):(t(this._element).on(o.TOUCHSTART,function(n){return i(n)}),t(this._element).on(o.TOUCHMOVE,function(t){return function(t){n.touchDeltaX=t.originalEvent.touches&&1<t.originalEvent.touches.length?0:t.originalEvent.touches[0].clientX-n.touchStartX}(t)}),t(this._element).on(o.TOUCHEND,function(n){return r(n)})))},n._keydown=function(n){if(!/input|textarea/i.test(n.target.tagName))switch(n.which){case 37:n.preventDefault();this.prev();break;case 39:n.preventDefault();this.next()}},n._getItemIndex=function(n){return this._items=n&&n.parentNode?[].slice.call(n.parentNode.querySelectorAll(we)):[],this._items.indexOf(n)},n._getItemByDirection=function(n,t){var u=n===di,f=n===gi,i=this._getItemIndex(t),e=this._items.length-1,r;return(f&&0===i||u&&i===e)&&!this._config.wrap?t:(r=(i+(n===gi?-1:1))%this._items.length,-1==r?this._items[this._items.length-1]:this._items[r])},n._triggerSlideEvent=function(n,i){var u=this._getItemIndex(n),f=this._getItemIndex(this._element.querySelector(br)),r=t.Event(o.SLIDE,{relatedTarget:n,direction:i,from:f,to:u});return t(this._element).trigger(r),r},n._setActiveIndicatorElement=function(n){var r,i;this._indicatorsElement&&(r=[].slice.call(this._indicatorsElement.querySelectorAll(pe)),t(r).removeClass(b),i=this._indicatorsElement.children[this._getItemIndex(n)],i&&t(i).addClass(b))},n._slide=function(n,i){var e,s,h,a=this,f=this._element.querySelector(br),p=this._getItemIndex(f),u=i||f&&this._getItemByDirection(n,f),w=this._getItemIndex(u),v=Boolean(this._interval),c,l,y;(h=n===di?(e=le,s=ae,ee):(e=ce,s=ve,oe),u&&t(u).hasClass(b))?this._isSliding=!1:!this._triggerSlideEvent(u,h).isDefaultPrevented()&&f&&u&&(this._isSliding=!0,v&&this.pause(),this._setActiveIndicatorElement(u),c=t.Event(o.SLID,{relatedTarget:u,direction:h,from:p,to:w}),t(this._element).hasClass(he)?(t(u).addClass(s),r.reflow(u),t(f).addClass(e),t(u).addClass(e),l=parseInt(u.getAttribute("data-interval"),10),l?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=l):this._config.interval=this._config.defaultInterval||this._config.interval,y=r.getTransitionDurationFromElement(f),t(f).one(r.TRANSITION_END,function(){t(u).removeClass(e+" "+s).addClass(b);t(f).removeClass(b+" "+s+" "+e);a._isSliding=!1;setTimeout(function(){return t(a._element).trigger(c)},0)}).emulateTransitionEnd(y)):(t(f).removeClass(b),t(u).addClass(b),this._isSliding=!1,t(this._element).trigger(c)),v&&this.cycle())},i._jQueryInterface=function(n){return this.each(function(){var r=t(this).data(bt),u=f({},wr,{},t(this).data()),e;if("object"==typeof n&&(u=f({},u,{},n)),e="string"==typeof n?n:u.slide,r||(r=new i(this,u),t(this).data(bt,r)),"number"==typeof n)r.to(n);else if("string"==typeof e){if("undefined"==typeof r[e])throw new TypeError('No method named "'+e+'"');r[e]()}else u.interval&&u.ride&&(r.pause(),r.cycle())})},i._dataApiClickHandler=function(n){var s=r.getSelectorFromElement(this),u,o,e;s&&(u=t(s)[0],u&&t(u).hasClass(se)&&(o=f({},t(u).data(),{},t(this).data()),e=this.getAttribute("data-slide-to"),e&&(o.interval=!1),i._jQueryInterface.call(t(u),o),e&&t(u).data(bt).to(e),n.preventDefault()))},c(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return wr}}]),i}();t(document).on(o.CLICK_DATA_API,"[data-slide], [data-slide-to]",ft._dataApiClickHandler);t(window).on(o.LOAD_DATA_API,function(){for(var i,r=[].slice.call(document.querySelectorAll(ge)),n=0,u=r.length;n<u;n++)i=t(r[n]),ft._jQueryInterface.call(i,i.data())});t.fn[ut]=ft._jQueryInterface;t.fn[ut].Constructor=ft;t.fn[ut].noConflict=function(){return t.fn[ut]=ue,ft._jQueryInterface};var et="collapse",k="bs.collapse",kt="."+k,no=t.fn[et],kr={toggle:!0,parent:""},to={toggle:"boolean",parent:"(string|element)"},dt={SHOW:"show"+kt,SHOWN:"shown"+kt,HIDE:"hide"+kt,HIDDEN:"hidden"+kt,CLICK_DATA_API:"click"+kt+".data-api"},d="show",gt="collapse",nr="collapsing",dr="collapsed",au="width",io="height",ro=".show, .collapsing",vu='[data-toggle="collapse"]',ni=function(){function i(n,t){this._isTransitioning=!1;this._element=n;this._config=this._getConfig(t);this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+n.id+'"],[data-toggle="collapse"][data-target="#'+n.id+'"]'));for(var f=[].slice.call(document.querySelectorAll(vu)),i=0,o=f.length;i<o;i++){var e=f[i],u=r.getSelectorFromElement(e),s=[].slice.call(document.querySelectorAll(u)).filter(function(t){return t===n});null!==u&&0<s.length&&(this._selector=u,this._triggerArray.push(e))}this._parent=this._config.parent?this._getParent():null;this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray);this._config.toggle&&this.toggle()}var n=i.prototype;return n.toggle=function(){t(this._element).hasClass(d)?this.hide():this.show()},n.show=function(){var n,e,u=this,o,f,s,h;this._isTransitioning||t(this._element).hasClass(d)||(this._parent&&0===(n=[].slice.call(this._parent.querySelectorAll(ro)).filter(function(n){return"string"==typeof u._config.parent?n.getAttribute("data-parent")===u._config.parent:n.classList.contains(gt)})).length&&(n=null),n&&(e=t(n).not(this._selector).data(k))&&e._isTransitioning)||(o=t.Event(dt.SHOW),(t(this._element).trigger(o),o.isDefaultPrevented())||(n&&(i._jQueryInterface.call(t(n).not(this._selector),"hide"),e||t(n).data(k,null)),f=this._getDimension(),t(this._element).removeClass(gt).addClass(nr),this._element.style[f]=0,this._triggerArray.length&&t(this._triggerArray).removeClass(dr).attr("aria-expanded",!0),this.setTransitioning(!0),s="scroll"+(f[0].toUpperCase()+f.slice(1)),h=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,function(){t(u._element).removeClass(nr).addClass(gt).addClass(d);u._element.style[f]="";u.setTransitioning(!1);t(u._element).trigger(dt.SHOWN)}).emulateTransitionEnd(h),this._element.style[f]=this._element[s]+"px"))},n.hide=function(){var s=this,u,n,f,i,e,o,h;if(!this._isTransitioning&&t(this._element).hasClass(d)&&(u=t.Event(dt.HIDE),t(this._element).trigger(u),!u.isDefaultPrevented())){if(n=this._getDimension(),this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",r.reflow(this._element),t(this._element).addClass(nr).removeClass(gt).removeClass(d),f=this._triggerArray.length,0<f)for(i=0;i<f;i++)e=this._triggerArray[i],o=r.getSelectorFromElement(e),null!==o&&(t([].slice.call(document.querySelectorAll(o))).hasClass(d)||t(e).addClass(dr).attr("aria-expanded",!1));this.setTransitioning(!0);this._element.style[n]="";h=r.getTransitionDurationFromElement(this._element);t(this._element).one(r.TRANSITION_END,function(){s.setTransitioning(!1);t(s._element).removeClass(nr).addClass(gt).trigger(dt.HIDDEN)}).emulateTransitionEnd(h)}},n.setTransitioning=function(n){this._isTransitioning=n},n.dispose=function(){t.removeData(this._element,k);this._config=null;this._parent=null;this._element=null;this._triggerArray=null;this._isTransitioning=null},n._getConfig=function(n){return(n=f({},kr,{},n)).toggle=Boolean(n.toggle),r.typeCheckConfig(et,n,to),n},n._getDimension=function(){return t(this._element).hasClass(au)?au:io},n._getParent=function(){var n,e=this,u,f;return r.isElement(this._config.parent)?(n=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(n=this._config.parent[0])):n=document.querySelector(this._config.parent),u='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',f=[].slice.call(n.querySelectorAll(u)),t(f).each(function(n,t){e._addAriaAndCollapsedClass(i._getTargetFromElement(t),[t])}),n},n._addAriaAndCollapsedClass=function(n,i){var r=t(n).hasClass(d);i.length&&t(i).toggleClass(dr,!r).attr("aria-expanded",r)},i._getTargetFromElement=function(n){var t=r.getSelectorFromElement(n);return t?document.querySelector(t):null},i._jQueryInterface=function(n){return this.each(function(){var u=t(this),r=u.data(k),e=f({},kr,{},u.data(),{},"object"==typeof n&&n?n:{});if(!r&&e.toggle&&/show|hide/.test(n)&&(e.toggle=!1),r||(r=new i(this,e),u.data(k,r)),"string"==typeof n){if("undefined"==typeof r[n])throw new TypeError('No method named "'+n+'"');r[n]()}})},c(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return kr}}]),i}();t(document).on(dt.CLICK_DATA_API,vu,function(n){"A"===n.currentTarget.tagName&&n.preventDefault();var i=t(this),u=r.getSelectorFromElement(this),f=[].slice.call(document.querySelectorAll(u));t(f).each(function(){var n=t(this),r=n.data(k)?"toggle":i.data();ni._jQueryInterface.call(n,r)})});t.fn[et]=ni._jQueryInterface;t.fn[et].Constructor=ni;t.fn[et].noConflict=function(){return t.fn[et]=no,ni._jQueryInterface};var ot="dropdown",ti="bs.dropdown",p="."+ti,gr=".data-api",uo=t.fn[ot],fo=new RegExp("38|40|27"),s={HIDE:"hide"+p,HIDDEN:"hidden"+p,SHOW:"show"+p,SHOWN:"shown"+p,CLICK:"click"+p,CLICK_DATA_API:"click"+p+gr,KEYDOWN_DATA_API:"keydown"+p+gr,KEYUP_DATA_API:"keyup"+p+gr},tr="disabled",l="show",eo="dropup",oo="dropright",so="dropleft",yu="dropdown-menu-right",ho="position-static",ir='[data-toggle="dropdown"]',nu=".dropdown-menu",co=".navbar-nav",lo=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",ao="top-start",vo="top-end",yo="bottom-start",po="bottom-end",wo="right-start",bo="left-start",ko={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},go={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},w=function(){function n(n,t){this._element=n;this._popper=null;this._config=this._getConfig(t);this._menu=this._getMenuElement();this._inNavbar=this._detectNavbar();this._addEventListeners()}var u=n.prototype;return u.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(tr)){var i=t(this._menu).hasClass(l);n._clearMenus();i||this.show(!0)}},u.show=function(u){var e;if(void 0===u&&(u=!1),!(this._element.disabled||t(this._element).hasClass(tr)||t(this._menu).hasClass(l))){var o={relatedTarget:this._element},h=t.Event(s.SHOW,o),f=n._getParentFromElement(this._element);if(t(f).trigger(h),!h.isDefaultPrevented()){if(!this._inNavbar&&u){if("undefined"==typeof i)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");e=this._element;"parent"===this._config.reference?e=f:r.isElement(this._config.reference)&&(e=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(e=this._config.reference[0]));"scrollParent"!==this._config.boundary&&t(f).addClass(ho);this._popper=new i(e,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(f).closest(co).length&&t(document.body).children().on("mouseover",null,t.noop);this._element.focus();this._element.setAttribute("aria-expanded",!0);t(this._menu).toggleClass(l);t(f).toggleClass(l).trigger(t.Event(s.SHOWN,o))}}},u.hide=function(){if(!this._element.disabled&&!t(this._element).hasClass(tr)&&t(this._menu).hasClass(l)){var i={relatedTarget:this._element},r=t.Event(s.HIDE,i),u=n._getParentFromElement(this._element);t(u).trigger(r);r.isDefaultPrevented()||(this._popper&&this._popper.destroy(),t(this._menu).toggleClass(l),t(u).toggleClass(l).trigger(t.Event(s.HIDDEN,i)))}},u.dispose=function(){t.removeData(this._element,ti);t(this._element).off(p);this._element=null;(this._menu=null)!==this._popper&&(this._popper.destroy(),this._popper=null)},u.update=function(){this._inNavbar=this._detectNavbar();null!==this._popper&&this._popper.scheduleUpdate()},u._addEventListeners=function(){var n=this;t(this._element).on(s.CLICK,function(t){t.preventDefault();t.stopPropagation();n.toggle()})},u._getConfig=function(n){return n=f({},this.constructor.Default,{},t(this._element).data(),{},n),r.typeCheckConfig(ot,n,this.constructor.DefaultType),n},u._getMenuElement=function(){if(!this._menu){var t=n._getParentFromElement(this._element);t&&(this._menu=t.querySelector(nu))}return this._menu},u._getPlacement=function(){var i=t(this._element.parentNode),n=yo;return i.hasClass(eo)?(n=ao,t(this._menu).hasClass(yu)&&(n=vo)):i.hasClass(oo)?n=wo:i.hasClass(so)?n=bo:t(this._menu).hasClass(yu)&&(n=po),n},u._detectNavbar=function(){return 0<t(this._element).closest(".navbar").length},u._getOffset=function(){var t=this,n={};return"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=f({},n.offsets,{},t._config.offset(n.offsets,t._element)||{}),n}:n.offset=this._config.offset,n},u._getPopperConfig=function(){var n={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(n.modifiers.applyStyle={enabled:!1}),f({},n,{},this._config.popperConfig)},n._jQueryInterface=function(i){return this.each(function(){var r=t(this).data(ti);if(r||(r=new n(this,"object"==typeof i?i:null),t(this).data(ti,r)),"string"==typeof i){if("undefined"==typeof r[i])throw new TypeError('No method named "'+i+'"');r[i]()}})},n._clearMenus=function(i){var c,h;if(!i||3!==i.which&&("keyup"!==i.type||9===i.which))for(var u=[].slice.call(document.querySelectorAll(ir)),r=0,a=u.length;r<a;r++){var f=n._getParentFromElement(u[r]),e=t(u[r]).data(ti),o={relatedTarget:u[r]};(i&&"click"===i.type&&(o.clickEvent=i),e)&&(c=e._menu,!t(f).hasClass(l)||i&&("click"===i.type&&/input|textarea/i.test(i.target.tagName)||"keyup"===i.type&&9===i.which)&&t.contains(f,i.target)||(h=t.Event(s.HIDE,o),t(f).trigger(h),h.isDefaultPrevented()||("ontouchstart"in document.documentElement&&t(document.body).children().off("mouseover",null,t.noop),u[r].setAttribute("aria-expanded","false"),e._popper&&e._popper.destroy(),t(c).removeClass(l),t(f).removeClass(l).trigger(t.Event(s.HIDDEN,o)))))}},n._getParentFromElement=function(n){var t,i=r.getSelectorFromElement(n);return i&&(t=document.querySelector(i)),t||n.parentNode},n._dataApiKeydownHandler=function(i){var f,e,u,r,o;(/input|textarea/i.test(i.target.tagName)?32===i.which||27!==i.which&&(40!==i.which&&38!==i.which||t(i.target).closest(nu).length):!fo.test(i.which))||(i.preventDefault(),i.stopPropagation(),this.disabled||t(this).hasClass(tr))||(f=n._getParentFromElement(this),e=t(f).hasClass(l),(e||27!==i.which)&&(e&&(!e||27!==i.which&&32!==i.which)?(u=[].slice.call(f.querySelectorAll(lo)).filter(function(n){return t(n).is(":visible")}),0!==u.length&&(r=u.indexOf(i.target),38===i.which&&0<r&&r--,40===i.which&&r<u.length-1&&r++,r<0&&(r=0),u[r].focus())):(27===i.which&&(o=f.querySelector(ir),t(o).trigger("focus")),t(this).trigger("click"))))},c(n,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return ko}},{key:"DefaultType",get:function(){return go}}]),n}();t(document).on(s.KEYDOWN_DATA_API,ir,w._dataApiKeydownHandler).on(s.KEYDOWN_DATA_API,nu,w._dataApiKeydownHandler).on(s.CLICK_DATA_API+" "+s.KEYUP_DATA_API,w._clearMenus).on(s.CLICK_DATA_API,ir,function(n){n.preventDefault();n.stopPropagation();w._jQueryInterface.call(t(this),"toggle")}).on(s.CLICK_DATA_API,".dropdown form",function(n){n.stopPropagation()});t.fn[ot]=w._jQueryInterface;t.fn[ot].Constructor=w;t.fn[ot].noConflict=function(){return t.fn[ot]=uo,w._jQueryInterface};var st="modal",ii="bs.modal",h="."+ii,ns=t.fn[st],tu={backdrop:!0,keyboard:!0,focus:!0,show:!0},ts={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},u={HIDE:"hide"+h,HIDE_PREVENTED:"hidePrevented"+h,HIDDEN:"hidden"+h,SHOW:"show"+h,SHOWN:"shown"+h,FOCUSIN:"focusin"+h,RESIZE:"resize"+h,CLICK_DISMISS:"click.dismiss"+h,KEYDOWN_DISMISS:"keydown.dismiss"+h,MOUSEUP_DISMISS:"mouseup.dismiss"+h,MOUSEDOWN_DISMISS:"mousedown.dismiss"+h,CLICK_DATA_API:"click"+h+".data-api"},is="modal-dialog-scrollable",rs="modal-scrollbar-measure",us="modal-backdrop",pu="modal-open",ht="fade",rr="show",wu="modal-static",fs=".modal-dialog",es=".modal-body",os='[data-dismiss="modal"]',bu=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",ku=".sticky-top",ri=function(){function i(n,t){this._config=this._getConfig(t);this._element=n;this._dialog=n.querySelector(fs);this._backdrop=null;this._isShown=!1;this._isBodyOverflowing=!1;this._ignoreBackdropClick=!1;this._isTransitioning=!1;this._scrollbarWidth=0}var n=i.prototype;return n.toggle=function(n){return this._isShown?this.hide():this.show(n)},n.show=function(n){var i=this,r;this._isShown||this._isTransitioning||(t(this._element).hasClass(ht)&&(this._isTransitioning=!0),r=t.Event(u.SHOW,{relatedTarget:n}),t(this._element).trigger(r),this._isShown||r.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),t(this._element).on(u.CLICK_DISMISS,os,function(n){return i.hide(n)}),t(this._dialog).on(u.MOUSEDOWN_DISMISS,function(){t(i._element).one(u.MOUSEUP_DISMISS,function(n){t(n.target).is(i._element)&&(i._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return i._showElement(n)})))},n.hide=function(n){var o=this,i,f,e;(n&&n.preventDefault(),this._isShown&&!this._isTransitioning)&&(i=t.Event(u.HIDE),(t(this._element).trigger(i),this._isShown&&!i.isDefaultPrevented())&&(this._isShown=!1,f=t(this._element).hasClass(ht),(f&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),t(document).off(u.FOCUSIN),t(this._element).removeClass(rr),t(this._element).off(u.CLICK_DISMISS),t(this._dialog).off(u.MOUSEDOWN_DISMISS),f)?(e=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,function(n){return o._hideModal(n)}).emulateTransitionEnd(e)):this._hideModal()))},n.dispose=function(){[window,this._element,this._dialog].forEach(function(n){return t(n).off(h)});t(document).off(u.FOCUSIN);t.removeData(this._element,ii);this._config=null;this._element=null;this._dialog=null;this._backdrop=null;this._isShown=null;this._isBodyOverflowing=null;this._ignoreBackdropClick=null;this._isTransitioning=null;this._scrollbarWidth=null},n.handleUpdate=function(){this._adjustDialog()},n._getConfig=function(n){return n=f({},tu,{},n),r.typeCheckConfig(st,n,ts),n},n._triggerBackdropTransition=function(){var f=this,n,i;if("static"===this._config.backdrop){if(n=t.Event(u.HIDE_PREVENTED),t(this._element).trigger(n),n.defaultPrevented)return;this._element.classList.add(wu);i=r.getTransitionDurationFromElement(this._element);t(this._element).one(r.TRANSITION_END,function(){f._element.classList.remove(wu)}).emulateTransitionEnd(i);this._element.focus()}else this.hide()},n._showElement=function(n){function o(){i._config.focus&&i._element.focus();i._isTransitioning=!1;t(i._element).trigger(s)}var i=this,f=t(this._element).hasClass(ht),e=this._dialog?this._dialog.querySelector(es):null,s,h;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element);this._element.style.display="block";this._element.removeAttribute("aria-hidden");this._element.setAttribute("aria-modal",!0);t(this._dialog).hasClass(is)&&e?e.scrollTop=0:this._element.scrollTop=0;f&&r.reflow(this._element);t(this._element).addClass(rr);this._config.focus&&this._enforceFocus();s=t.Event(u.SHOWN,{relatedTarget:n});f?(h=r.getTransitionDurationFromElement(this._dialog),t(this._dialog).one(r.TRANSITION_END,o).emulateTransitionEnd(h)):o()},n._enforceFocus=function(){var n=this;t(document).off(u.FOCUSIN).on(u.FOCUSIN,function(i){document!==i.target&&n._element!==i.target&&0===t(n._element).has(i.target).length&&n._element.focus()})},n._setEscapeEvent=function(){var n=this;this._isShown&&this._config.keyboard?t(this._element).on(u.KEYDOWN_DISMISS,function(t){27===t.which&&n._triggerBackdropTransition()}):this._isShown||t(this._element).off(u.KEYDOWN_DISMISS)},n._setResizeEvent=function(){var n=this;this._isShown?t(window).on(u.RESIZE,function(t){return n.handleUpdate(t)}):t(window).off(u.RESIZE)},n._hideModal=function(){var n=this;this._element.style.display="none";this._element.setAttribute("aria-hidden",!0);this._element.removeAttribute("aria-modal");this._isTransitioning=!1;this._showBackdrop(function(){t(document.body).removeClass(pu);n._resetAdjustments();n._resetScrollbar();t(n._element).trigger(u.HIDDEN)})},n._removeBackdrop=function(){this._backdrop&&(t(this._backdrop).remove(),this._backdrop=null)},n._showBackdrop=function(n){var i=this,f=t(this._element).hasClass(ht)?ht:"",o,e,s;if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=us,f&&this._backdrop.classList.add(f),t(this._backdrop).appendTo(document.body),t(this._element).on(u.CLICK_DISMISS,function(n){i._ignoreBackdropClick?i._ignoreBackdropClick=!1:n.target===n.currentTarget&&i._triggerBackdropTransition()}),f&&r.reflow(this._backdrop),t(this._backdrop).addClass(rr),!n)return;if(!f)return void n();o=r.getTransitionDurationFromElement(this._backdrop);t(this._backdrop).one(r.TRANSITION_END,n).emulateTransitionEnd(o)}else!this._isShown&&this._backdrop?(t(this._backdrop).removeClass(rr),e=function(){i._removeBackdrop();n&&n()},t(this._element).hasClass(ht)?(s=r.getTransitionDurationFromElement(this._backdrop),t(this._backdrop).one(r.TRANSITION_END,e).emulateTransitionEnd(s)):e()):n&&n()},n._adjustDialog=function(){var n=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&n&&(this._element.style.paddingLeft=this._scrollbarWidth+"px");this._isBodyOverflowing&&!n&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="";this._element.style.paddingRight=""},n._checkScrollbar=function(){var n=document.body.getBoundingClientRect();this._isBodyOverflowing=n.left+n.right<window.innerWidth;this._scrollbarWidth=this._getScrollbarWidth()},n._setScrollbar=function(){var n=this,i,r,u,f;this._isBodyOverflowing&&(i=[].slice.call(document.querySelectorAll(bu)),r=[].slice.call(document.querySelectorAll(ku)),t(i).each(function(i,r){var u=r.style.paddingRight,f=t(r).css("padding-right");t(r).data("padding-right",u).css("padding-right",parseFloat(f)+n._scrollbarWidth+"px")}),t(r).each(function(i,r){var u=r.style.marginRight,f=t(r).css("margin-right");t(r).data("margin-right",u).css("margin-right",parseFloat(f)-n._scrollbarWidth+"px")}),u=document.body.style.paddingRight,f=t(document.body).css("padding-right"),t(document.body).data("padding-right",u).css("padding-right",parseFloat(f)+this._scrollbarWidth+"px"));t(document.body).addClass(pu)},n._resetScrollbar=function(){var r=[].slice.call(document.querySelectorAll(bu)),n,i;t(r).each(function(n,i){var r=t(i).data("padding-right");t(i).removeData("padding-right");i.style.paddingRight=r||""});n=[].slice.call(document.querySelectorAll(""+ku));t(n).each(function(n,i){var r=t(i).data("margin-right");"undefined"!=typeof r&&t(i).css("margin-right",r).removeData("margin-right")});i=t(document.body).data("padding-right");t(document.body).removeData("padding-right");document.body.style.paddingRight=i||""},n._getScrollbarWidth=function(){var n=document.createElement("div"),t;return n.className=rs,document.body.appendChild(n),t=n.getBoundingClientRect().width-n.clientWidth,document.body.removeChild(n),t},i._jQueryInterface=function(n,r){return this.each(function(){var u=t(this).data(ii),e=f({},tu,{},t(this).data(),{},"object"==typeof n&&n?n:{});if(u||(u=new i(this,e),t(this).data(ii,u)),"string"==typeof n){if("undefined"==typeof u[n])throw new TypeError('No method named "'+n+'"');u[n](r)}else e.show&&u.show(r)})},c(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return tu}}]),i}();t(document).on(u.CLICK_DATA_API,'[data-toggle="modal"]',function(n){var i,e=this,o=r.getSelectorFromElement(this),s,h;o&&(i=document.querySelector(o));s=t(i).data(ii)?"toggle":f({},t(i).data(),{},t(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||n.preventDefault();h=t(i).one(u.SHOW,function(n){n.isDefaultPrevented()||h.one(u.HIDDEN,function(){t(e).is(":visible")&&e.focus()})});ri._jQueryInterface.call(t(i),s,this)});t.fn[st]=ri._jQueryInterface;t.fn[st].Constructor=ri;t.fn[st].noConflict=function(){return t.fn[st]=ns,ri._jQueryInterface};var ss=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],hs=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,cs=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;var g="tooltip",ur="bs.tooltip",a="."+ur,ls=t.fn[g],gu="bs-tooltip",as=new RegExp("(^|\\s)"+gu+"\\S+","g"),vs=["sanitize","whiteList","sanitizeFn"],ys={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},ps={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},ws={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"><\/div><div class="tooltip-inner"><\/div><\/div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},ui="show",iu="out",bs={HIDE:"hide"+a,HIDDEN:"hidden"+a,SHOW:"show"+a,SHOWN:"shown"+a,INSERTED:"inserted"+a,CLICK:"click"+a,FOCUSIN:"focusin"+a,FOCUSOUT:"focusout"+a,MOUSEENTER:"mouseenter"+a,MOUSELEAVE:"mouseleave"+a},fi="fade",ei="show",ks=".tooltip-inner",ds=".arrow",oi="hover",ru="focus",gs="click",nh="manual",nt=function(){function u(n,t){if("undefined"==typeof i)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0;this._timeout=0;this._hoverState="";this._activeTrigger={};this._popper=null;this.element=n;this.config=this._getConfig(t);this.tip=null;this._setListeners()}var n=u.prototype;return n.enable=function(){this._isEnabled=!0},n.disable=function(){this._isEnabled=!1},n.toggleEnabled=function(){this._isEnabled=!this._isEnabled},n.toggle=function(n){if(this._isEnabled)if(n){var r=this.constructor.DATA_KEY,i=t(n.currentTarget).data(r);i||(i=new this.constructor(n.currentTarget,this._getDelegateConfig()),t(n.currentTarget).data(r,i));i._activeTrigger.click=!i._activeTrigger.click;i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(ei))return void this._leave(null,this);this._enter(null,this)}},n.dispose=function(){clearTimeout(this._timeout);t.removeData(this.element,this.constructor.DATA_KEY);t(this.element).off(this.constructor.EVENT_KEY);t(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler);this.tip&&t(this.tip).remove();this._isEnabled=null;this._timeout=null;this._hoverState=null;this._activeTrigger=null;this._popper&&this._popper.destroy();this._popper=null;this.element=null;this.config=null;this.tip=null},n.show=function(){var n=this,f,e,c,u,o,l,s,a,h,v;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");if(f=t.Event(this.constructor.Event.SHOW),this.isWithContent()&&this._isEnabled){if(t(this.element).trigger(f),e=r.findShadowRoot(this.element),c=t.contains(null!==e?e:this.element.ownerDocument.documentElement,this.element),f.isDefaultPrevented()||!c)return;u=this.getTipElement();o=r.getUID(this.constructor.NAME);u.setAttribute("id",o);this.element.setAttribute("aria-describedby",o);this.setContent();this.config.animation&&t(u).addClass(fi);l="function"==typeof this.config.placement?this.config.placement.call(this,u,this.element):this.config.placement;s=this._getAttachment(l);this.addAttachmentClass(s);a=this._getContainer();t(u).data(this.constructor.DATA_KEY,this);t.contains(this.element.ownerDocument.documentElement,this.tip)||t(u).appendTo(a);t(this.element).trigger(this.constructor.Event.INSERTED);this._popper=new i(this.element,u,this._getPopperConfig(s));t(u).addClass(ei);"ontouchstart"in document.documentElement&&t(document.body).children().on("mouseover",null,t.noop);h=function(){n.config.animation&&n._fixTransition();var i=n._hoverState;n._hoverState=null;t(n.element).trigger(n.constructor.Event.SHOWN);i===iu&&n._leave(null,n)};t(this.tip).hasClass(fi)?(v=r.getTransitionDurationFromElement(this.tip),t(this.tip).one(r.TRANSITION_END,h).emulateTransitionEnd(v)):h()}},n.hide=function(n){function f(){i._hoverState!==ui&&u.parentNode&&u.parentNode.removeChild(u);i._cleanTipClass();i.element.removeAttribute("aria-describedby");t(i.element).trigger(i.constructor.Event.HIDDEN);null!==i._popper&&i._popper.destroy();n&&n()}var i=this,u=this.getTipElement(),e=t.Event(this.constructor.Event.HIDE),o;(t(this.element).trigger(e),e.isDefaultPrevented())||((t(u).removeClass(ei),"ontouchstart"in document.documentElement&&t(document.body).children().off("mouseover",null,t.noop),this._activeTrigger[gs]=!1,this._activeTrigger[ru]=!1,this._activeTrigger[oi]=!1,t(this.tip).hasClass(fi))?(o=r.getTransitionDurationFromElement(u),t(u).one(r.TRANSITION_END,f).emulateTransitionEnd(o)):f(),this._hoverState="")},n.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},n.isWithContent=function(){return Boolean(this.getTitle())},n.addAttachmentClass=function(n){t(this.getTipElement()).addClass(gu+"-"+n)},n.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},n.setContent=function(){var n=this.getTipElement();this.setElementContent(t(n.querySelectorAll(ks)),this.getTitle());t(n).removeClass(fi+" "+ei)},n.setElementContent=function(n,i){"object"!=typeof i||!i.nodeType&&!i.jquery?this.config.html?(this.config.sanitize&&(i=du(i,this.config.whiteList,this.config.sanitizeFn)),n.html(i)):n.text(i):this.config.html?t(i).parent().is(n)||n.empty().append(i):n.text(t(i).text())},n.getTitle=function(){var n=this.element.getAttribute("data-original-title");return n||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},n._getPopperConfig=function(n){var t=this;return f({},{placement:n,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:ds},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(n){n.originalPlacement!==n.placement&&t._handlePopperPlacementChange(n)},onUpdate:function(n){return t._handlePopperPlacementChange(n)}},{},this.config.popperConfig)},n._getOffset=function(){var t=this,n={};return"function"==typeof this.config.offset?n.fn=function(n){return n.offsets=f({},n.offsets,{},t.config.offset(n.offsets,t.element)||{}),n}:n.offset=this.config.offset,n},n._getContainer=function(){return!1===this.config.container?document.body:r.isElement(this.config.container)?t(this.config.container):t(document).find(this.config.container)},n._getAttachment=function(n){return ps[n.toUpperCase()]},n._setListeners=function(){var n=this;this.config.trigger.split(" ").forEach(function(i){if("click"===i)t(n.element).on(n.constructor.Event.CLICK,n.config.selector,function(t){return n.toggle(t)});else if(i!==nh){var r=i===oi?n.constructor.Event.MOUSEENTER:n.constructor.Event.FOCUSIN,u=i===oi?n.constructor.Event.MOUSELEAVE:n.constructor.Event.FOCUSOUT;t(n.element).on(r,n.config.selector,function(t){return n._enter(t)}).on(u,n.config.selector,function(t){return n._leave(t)})}});this._hideModalHandler=function(){n.element&&n.hide()};t(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler);this.config.selector?this.config=f({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},n._fixTitle=function(){var n=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!=n)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},n._enter=function(n,i){var r=this.constructor.DATA_KEY;(i=i||t(n.currentTarget).data(r))||(i=new this.constructor(n.currentTarget,this._getDelegateConfig()),t(n.currentTarget).data(r,i));n&&(i._activeTrigger["focusin"===n.type?ru:oi]=!0);t(i.getTipElement()).hasClass(ei)||i._hoverState===ui?i._hoverState=ui:(clearTimeout(i._timeout),i._hoverState=ui,i.config.delay&&i.config.delay.show?i._timeout=setTimeout(function(){i._hoverState===ui&&i.show()},i.config.delay.show):i.show())},n._leave=function(n,i){var r=this.constructor.DATA_KEY;(i=i||t(n.currentTarget).data(r))||(i=new this.constructor(n.currentTarget,this._getDelegateConfig()),t(n.currentTarget).data(r,i));n&&(i._activeTrigger["focusout"===n.type?ru:oi]=!1);i._isWithActiveTrigger()||(clearTimeout(i._timeout),i._hoverState=iu,i.config.delay&&i.config.delay.hide?i._timeout=setTimeout(function(){i._hoverState===iu&&i.hide()},i.config.delay.hide):i.hide())},n._isWithActiveTrigger=function(){for(var n in this._activeTrigger)if(this._activeTrigger[n])return!0;return!1},n._getConfig=function(n){var i=t(this.element).data();return Object.keys(i).forEach(function(n){-1!==vs.indexOf(n)&&delete i[n]}),"number"==typeof(n=f({},this.constructor.Default,{},i,{},"object"==typeof n&&n?n:{})).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),r.typeCheckConfig(g,n,this.constructor.DefaultType),n.sanitize&&(n.template=du(n.template,n.whiteList,n.sanitizeFn)),n},n._getDelegateConfig=function(){var t={},n;if(this.config)for(n in this.config)this.constructor.Default[n]!==this.config[n]&&(t[n]=this.config[n]);return t},n._cleanTipClass=function(){var i=t(this.getTipElement()),n=i.attr("class").match(as);null!==n&&n.length&&i.removeClass(n.join(""))},n._handlePopperPlacementChange=function(n){var t=n.instance;this.tip=t.popper;this._cleanTipClass();this.addAttachmentClass(this._getAttachment(n.placement))},n._fixTransition=function(){var n=this.getTipElement(),i=this.config.animation;null===n.getAttribute("x-placement")&&(t(n).removeClass(fi),this.config.animation=!1,this.hide(),this.show(),this.config.animation=i)},u._jQueryInterface=function(n){return this.each(function(){var i=t(this).data(ur),r="object"==typeof n&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new u(this,r),t(this).data(ur,i)),"string"==typeof n)){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}})},c(u,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return ws}},{key:"NAME",get:function(){return g}},{key:"DATA_KEY",get:function(){return ur}},{key:"Event",get:function(){return bs}},{key:"EVENT_KEY",get:function(){return a}},{key:"DefaultType",get:function(){return ys}}]),u}();t.fn[g]=nt._jQueryInterface;t.fn[g].Constructor=nt;t.fn[g].noConflict=function(){return t.fn[g]=ls,nt._jQueryInterface};var ct="popover",fr="bs.popover",v="."+fr,th=t.fn[ct],nf="bs-popover",ih=new RegExp("(^|\\s)"+nf+"\\S+","g"),rh=f({},nt.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"><\/div><h3 class="popover-header"><\/h3><div class="popover-body"><\/div><\/div>'}),uh=f({},nt.DefaultType,{content:"(string|element|function)"}),fh="fade",eh="show",oh=".popover-header",sh=".popover-body",hh={HIDE:"hide"+v,HIDDEN:"hidden"+v,SHOW:"show"+v,SHOWN:"shown"+v,INSERTED:"inserted"+v,CLICK:"click"+v,FOCUSIN:"focusin"+v,FOCUSOUT:"focusout"+v,MOUSEENTER:"mouseenter"+v,MOUSELEAVE:"mouseleave"+v},er=function(n){function i(){return n.apply(this,arguments)||this}!function(n,t){n.prototype=Object.create(t.prototype);(n.prototype.constructor=n).__proto__=t}(i,n);var r=i.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(n){t(this.getTipElement()).addClass(nf+"-"+n)},r.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},r.setContent=function(){var i=t(this.getTipElement()),n;this.setElementContent(i.find(oh),this.getTitle());n=this._getContent();"function"==typeof n&&(n=n.call(this.element));this.setElementContent(i.find(sh),n);i.removeClass(fh+" "+eh)},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var i=t(this.getTipElement()),n=i.attr("class").match(ih);null!==n&&0<n.length&&i.removeClass(n.join(""))},i._jQueryInterface=function(n){return this.each(function(){var r=t(this).data(fr),u="object"==typeof n?n:null;if((r||!/dispose|hide/.test(n))&&(r||(r=new i(this,u),t(this).data(fr,r)),"string"==typeof n)){if("undefined"==typeof r[n])throw new TypeError('No method named "'+n+'"');r[n]()}})},c(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return rh}},{key:"NAME",get:function(){return ct}},{key:"DATA_KEY",get:function(){return fr}},{key:"Event",get:function(){return hh}},{key:"EVENT_KEY",get:function(){return v}},{key:"DefaultType",get:function(){return uh}}]),i}(nt);t.fn[ct]=er._jQueryInterface;t.fn[ct].Constructor=er;t.fn[ct].noConflict=function(){return t.fn[ct]=th,er._jQueryInterface};var tt="scrollspy",or="bs.scrollspy",sr="."+or,ch=t.fn[tt],tf={offset:10,method:"auto",target:""},lh={offset:"number",method:"string",target:"(string|element)"},uu={ACTIVATE:"activate"+sr,SCROLL:"scroll"+sr,LOAD_DATA_API:"load"+sr+".data-api"},ah="dropdown-item",it="active",vh='[data-spy="scroll"]',rf=".nav, .list-group",fu=".nav-link",yh=".nav-item",uf=".list-group-item",ph=".dropdown",wh=".dropdown-item",bh=".dropdown-toggle",kh="offset",ff="position",si=function(){function i(n,i){var r=this;this._element=n;this._scrollElement="BODY"===n.tagName?window:n;this._config=this._getConfig(i);this._selector=this._config.target+" "+fu+","+this._config.target+" "+uf+","+this._config.target+" "+wh;this._offsets=[];this._targets=[];this._activeTarget=null;this._scrollHeight=0;t(this._scrollElement).on(uu.SCROLL,function(n){return r._process(n)});this.refresh();this._process()}var n=i.prototype;return n.refresh=function(){var n=this,u=this._scrollElement===this._scrollElement.window?kh:ff,i="auto"===this._config.method?u:this._config.method,f=i===ff?this._getScrollTop():0;this._offsets=[];this._targets=[];this._scrollHeight=this._getScrollHeight();[].slice.call(document.querySelectorAll(this._selector)).map(function(n){var u,e=r.getSelectorFromElement(n),o;return(e&&(u=document.querySelector(e)),u)&&(o=u.getBoundingClientRect(),o.width||o.height)?[t(u)[i]().top+f,e]:null}).filter(function(n){return n}).sort(function(n,t){return n[0]-t[0]}).forEach(function(t){n._offsets.push(t[0]);n._targets.push(t[1])})},n.dispose=function(){t.removeData(this._element,or);t(this._scrollElement).off(sr);this._element=null;this._scrollElement=null;this._config=null;this._selector=null;this._offsets=null;this._targets=null;this._activeTarget=null;this._scrollHeight=null},n._getConfig=function(n){if("string"!=typeof(n=f({},tf,{},"object"==typeof n&&n?n:{})).target){var i=t(n.target).attr("id");i||(i=r.getUID(tt),t(n.target).attr("id",i));n.target="#"+i}return r.typeCheckConfig(tt,n,lh),n},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,r=this._getScrollHeight(),u=this._config.offset+r-this._getOffsetHeight(),i,n;if(this._scrollHeight!==r&&this.refresh(),u<=t)i=this._targets[this._targets.length-1],this._activeTarget!==i&&this._activate(i);else{if(this._activeTarget&&t<this._offsets[0]&&0<this._offsets[0])return this._activeTarget=null,void this._clear();for(n=this._offsets.length;n--;)this._activeTarget!==this._targets[n]&&t>=this._offsets[n]&&("undefined"==typeof this._offsets[n+1]||t<this._offsets[n+1])&&this._activate(this._targets[n])}},n._activate=function(n){this._activeTarget=n;this._clear();var r=this._selector.split(",").map(function(t){return t+'[data-target="'+n+'"],'+t+'[href="'+n+'"]'}),i=t([].slice.call(document.querySelectorAll(r.join(","))));i.hasClass(ah)?(i.closest(ph).find(bh).addClass(it),i.addClass(it)):(i.addClass(it),i.parents(rf).prev(fu+", "+uf).addClass(it),i.parents(rf).prev(yh).children(fu).addClass(it));t(this._scrollElement).trigger(uu.ACTIVATE,{relatedTarget:n})},n._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(n){return n.classList.contains(it)}).forEach(function(n){return n.classList.remove(it)})},i._jQueryInterface=function(n){return this.each(function(){var r=t(this).data(or);if(r||(r=new i(this,"object"==typeof n&&n),t(this).data(or,r)),"string"==typeof n){if("undefined"==typeof r[n])throw new TypeError('No method named "'+n+'"');r[n]()}})},c(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return tf}}]),i}();t(window).on(uu.LOAD_DATA_API,function(){for(var r,n=[].slice.call(document.querySelectorAll(vh)),i=n.length;i--;)r=t(n[i]),si._jQueryInterface.call(r,r.data())});t.fn[tt]=si._jQueryInterface;t.fn[tt].Constructor=si;t.fn[tt].noConflict=function(){return t.fn[tt]=ch,si._jQueryInterface};var hr="bs.tab",hi="."+hr,dh=t.fn.tab,ci={HIDE:"hide"+hi,HIDDEN:"hidden"+hi,SHOW:"show"+hi,SHOWN:"shown"+hi,CLICK_DATA_API:"click"+hi+".data-api"},gh="dropdown-menu",li="active",nc="disabled",ef="fade",of="show",tc=".dropdown",ic=".nav, .list-group",sf=".active",hf="> li > .active",rc=".dropdown-toggle",uc="> .dropdown-menu .active",ai=function(){function n(n){this._element=n}var i=n.prototype;return i.show=function(){var h=this,u,n,i,f,c,e,o,s;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(li)||t(this._element).hasClass(nc)||(i=t(this._element).closest(ic)[0],f=r.getSelectorFromElement(this._element),i&&(c="UL"===i.nodeName||"OL"===i.nodeName?hf:sf,n=(n=t.makeArray(t(i).find(c)))[n.length-1]),e=t.Event(ci.HIDE,{relatedTarget:this._element}),o=t.Event(ci.SHOW,{relatedTarget:n}),(n&&t(n).trigger(e),t(this._element).trigger(o),o.isDefaultPrevented()||e.isDefaultPrevented())||(f&&(u=document.querySelector(f)),this._activate(this._element,i),s=function(){var i=t.Event(ci.HIDDEN,{relatedTarget:h._element}),r=t.Event(ci.SHOWN,{relatedTarget:n});t(n).trigger(i);t(h._element).trigger(r)},u?this._activate(u,u.parentNode,s):s()))},i.dispose=function(){t.removeData(this._element,hr);this._element=null},i._activate=function(n,i,u){function e(){return s._transitionComplete(n,f,u)}var s=this,f=(!i||"UL"!==i.nodeName&&"OL"!==i.nodeName?t(i).children(sf):t(i).find(hf))[0],h=u&&f&&t(f).hasClass(ef),o;f&&h?(o=r.getTransitionDurationFromElement(f),t(f).removeClass(of).one(r.TRANSITION_END,e).emulateTransitionEnd(o)):e()},i._transitionComplete=function(n,i,u){var f,e,o;i&&(t(i).removeClass(li),f=t(i.parentNode).find(uc)[0],f&&t(f).removeClass(li),"tab"===i.getAttribute("role")&&i.setAttribute("aria-selected",!1));(t(n).addClass(li),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!0),r.reflow(n),n.classList.contains(ef)&&n.classList.add(of),n.parentNode&&t(n.parentNode).hasClass(gh))&&(e=t(n).closest(tc)[0],e&&(o=[].slice.call(e.querySelectorAll(rc)),t(o).addClass(li)),n.setAttribute("aria-expanded",!0));u&&u()},n._jQueryInterface=function(i){return this.each(function(){var u=t(this),r=u.data(hr);if(r||(r=new n(this),u.data(hr,r)),"string"==typeof i){if("undefined"==typeof r[i])throw new TypeError('No method named "'+i+'"');r[i]()}})},c(n,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),n}();t(document).on(ci.CLICK_DATA_API,'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',function(n){n.preventDefault();ai._jQueryInterface.call(t(this),"show")});t.fn.tab=ai._jQueryInterface;t.fn.tab.Constructor=ai;t.fn.tab.noConflict=function(){return t.fn.tab=dh,ai._jQueryInterface};var lt="toast",cr="bs.toast",vi="."+cr,fc=t.fn[lt],at={CLICK_DISMISS:"click.dismiss"+vi,HIDE:"hide"+vi,HIDDEN:"hidden"+vi,SHOW:"show"+vi,SHOWN:"shown"+vi},ec="fade",cf="hide",yi="show",lf="showing",oc={animation:"boolean",autohide:"boolean",delay:"number"},af={animation:!0,autohide:!0,delay:500},sc='[data-dismiss="toast"]',lr=function(){function i(n,t){this._element=n;this._config=this._getConfig(t);this._timeout=null;this._setListeners()}var n=i.prototype;return n.show=function(){var n=this,u=t.Event(at.SHOW),i,f;(t(this._element).trigger(u),u.isDefaultPrevented())||(this._config.animation&&this._element.classList.add(ec),i=function(){n._element.classList.remove(lf);n._element.classList.add(yi);t(n._element).trigger(at.SHOWN);n._config.autohide&&(n._timeout=setTimeout(function(){n.hide()},n._config.delay))},(this._element.classList.remove(cf),r.reflow(this._element),this._element.classList.add(lf),this._config.animation)?(f=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,i).emulateTransitionEnd(f)):i())},n.hide=function(){if(this._element.classList.contains(yi)){var n=t.Event(at.HIDE);t(this._element).trigger(n);n.isDefaultPrevented()||this._close()}},n.dispose=function(){clearTimeout(this._timeout);this._timeout=null;this._element.classList.contains(yi)&&this._element.classList.remove(yi);t(this._element).off(at.CLICK_DISMISS);t.removeData(this._element,cr);this._element=null;this._config=null},n._getConfig=function(n){return n=f({},af,{},t(this._element).data(),{},"object"==typeof n&&n?n:{}),r.typeCheckConfig(lt,n,this.constructor.DefaultType),n},n._setListeners=function(){var n=this;t(this._element).on(at.CLICK_DISMISS,sc,function(){return n.hide()})},n._close=function(){function n(){i._element.classList.add(cf);t(i._element).trigger(at.HIDDEN)}var i=this,u;(this._element.classList.remove(yi),this._config.animation)?(u=r.getTransitionDurationFromElement(this._element),t(this._element).one(r.TRANSITION_END,n).emulateTransitionEnd(u)):n()},i._jQueryInterface=function(n){return this.each(function(){var u=t(this),r=u.data(cr);if(r||(r=new i(this,"object"==typeof n&&n),u.data(cr,r)),"string"==typeof n){if("undefined"==typeof r[n])throw new TypeError('No method named "'+n+'"');r[n](this)}})},c(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"DefaultType",get:function(){return oc}},{key:"Default",get:function(){return af}}]),i}();t.fn[lt]=lr._jQueryInterface;t.fn[lt].Constructor=lr;t.fn[lt].noConflict=function(){return t.fn[lt]=fc,lr._jQueryInterface};n.Alert=rt;n.Button=wt;n.Carousel=ft;n.Collapse=ni;n.Dropdown=w;n.Modal=ri;n.Popover=er;n.Scrollspy=si;n.Tab=ai;n.Toast=lr;n.Tooltip=nt;n.Util=r;Object.defineProperty(n,"__esModule",{value:!0})});DC={},function(n){n.fn.dateChooserInitialize=function(t){function f(t){this.defaultDateOptions={selectedDate:null,selectedDateString:null};var r=n.extend({},this.defaultDateOptions,t),i=null,u=null,f=!0;return r.selectedDate!=null?(i=r.selectedDate,u=i):Date.parse(r.selectedDateString)!=null?(i=Date.parse(r.selectedDateString),u=i):r.unselectedDate!=null?(i=r.unselectedDate,f=!1):(i=Date.today(),f=!1),{monthDate:i,isSelected:f,selectedDate:u}}function e(n){for(var r=Array(),e=n.monthDate.clone(),o=n.isSelected,i=e.set({day:1,hour:0,minute:0,second:0,millisecond:0}),u=i.clone().set({day:i.getDaysInMonth()}),s=i.getDay(),h=Date.getDayNumberFromName("Saturday")-u.getDay(),f,t=0;t<s;t++)r.push(new DateChooserCalendarItem({date:null,isEmpty:!0}));for(t=i.getDate();t<=u.getDate();t++)f=i.clone().set({day:t}),r.push(new DateChooserCalendarItem({date:f,isSelected:o}));for(t=0;t<h;t++)r.push(new DateChooserCalendarItem({date:null,isEmpty:!0}));return r}this.defaultOptions={selectedDate:null,selectedDateString:null,unselectedDate:null};var u=n.extend({},this.defaultOptions,t),i=f(u),r=i.monthDate;return this.each(function(){var l=n(this).is(".calendar-container")?n(this):n(this).find(".calendar-container"),y,t,a,p,w,v,f,c,s,k,o,h,d;if($textbox=getTextBox({container:l}),y=Date.parse($textbox.val()),t=getCalendarDisableOptions($textbox),monthDateSet(l,r),a=l.find("ul.calendar"),a.length>0){for(p=e(i),w="",v=0;v<p.length;v++){var u=p[v],g=u.isEmpty?" class='empty'":"",nt=u.date==null?"":u.date.toString("d"),b=!1;if(u.date!=null&&(y!=null?b=u.date.equals(y):i.selectedDate!=null&&(b=u.date.equals(i.selectedDate))),f=u.date==null?null:u.date.clearTime(),c=f==null||t.disableWeekends&&f.isWeekend()||t.disableHolidays&&f.isAEPObservedHoliday()||t.minDate!=null&&f<t.minDate||t.maxDate!=null&&f>t.maxDate,!c&&t.disableOtherDates.length>0)for(o=0;o<t.disableOtherDates.length;o++)if(s=Date.parse(t.disableOtherDates[o]),s!=null&&(s.getFullYear()==9999&&(s=s.set({year:f.getFullYear()})),s!=null&&s.equals(f))){c=!0;break}if(k=!1,!c&&t.highlightedDates.length>0)for(o=0;o<t.highlightedDates.length;o++)if(h=t.highlightedDates[o],h!=null&&(h.getFullYear()==9999&&(h=h.set({year:f.getFullYear()})),h!=null&&h.equals(f))){k=!0;break}var tt=u.date==null?" class='button disabled '":" class='button"+(b?" selected":"")+(c?" disabled":"")+(k?" highlighted":"")+"' data-date='"+u.date.toString("M/d/yyyy")+"'",it="<a"+tt+">"+nt+"<\/a>",rt="<li"+g+">"+it+"<\/li>";w+=rt}a.html(w);a.find(".button").click(function(t){var i=n(this),r=i.attr("data-date");Date.parse(r)!=null&&(calendarButtonClick(i,t),i.is(".disabled")||calendarClose(getCalendarContainer({calendarButton:i})),$textbox.change())})}d=l.find(".calendar-controls .text-center");d.length>0&&d.html(r.toString("MMMM yyyy"))})}}(jQuery);$(document).ready(function(){$("html").click(function(){$(".calendar-container").hide()});$(".calendar-controls .text-left .button").click(function(){var n=getCalendarContainer({controlButton:$(this)}),t=monthDateGet(n);calendarGoTo({container:n,date:t.clone().addMonths(-1),setValue:!1})});$(".calendar-controls .text-right .button").click(function(){var n=getCalendarContainer({controlButton:$(this)}),t=monthDateGet(n);calendarGoTo({container:n,date:t.clone().addMonths(1),setValue:!1})});$(".calendar-container, .calendar-link, .date-chooser .input-group input").click(function(n){n.stopPropagation()});$(".date-chooser .input-group input").click(function(n){calendarOpen(getCalendarContainer({textbox:$(this)}),n)});$(".date-chooser .input-group input").change(function(){var n=$(this),i=getCalendarContainer({textbox:n}),t;n.validate();i.dateChooserInitialize({selectedDateString:$(this).val()});t=getValidator({textbox:$(this)});t.is(":visible")&&$(".calendar-container").hide()});$(".date-chooser .input-group input").keyup(function(){if(Date.parse($(this).val())!=null){var n=getCalendarContainer({textbox:$(this)});n.dateChooserInitialize({selectedDateString:$(this).val()})}});$(".date-chooser .calendar-link").click(function(n){calendarToggle(getCalendarContainer({link:$(this)}),n)})});$(document).ready(function(){try{$('.radio input[type="radio"]').each(function(n,t){var i=t.name,r=t.name.lastIndexOf("$")+1,u=t.name.substring(r);$(this).data("aspnetname",i);t.name=u})}catch(n){}if(navigator.browserInfo=function(){var i=navigator.userAgent,t,n=i.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[],r;return/trident/i.test(n[1])?(t=/\brv[ :]+(\d+)/g.exec(i)||[],r=t[1]||"",{browser:"Internet Explorer",version:r,full:"Internet Explorer "+r}):(n[1]==="Chrome"&&(t=i.match(/\b(OPR|Edge)\/(\d+)/),t!==null),n=n[2]?[n[1],n[2]]:[navigator.appName,navigator.appVersion,"-?"],(t=i.match(/version\/(\d+)/i))!==null&&n.splice(1,1,t[1]),{browser:n[0],version:n[1],full:n.join(" ")})}(),adjustLoginBoxheight(),convertAccordionsToTabs(),window.location.hash!==""&&scrollToAccordion(),responsiveStackedTables(),APP.getQueryString().grid!==undefined&&$("html").addClass("grid-overlay"),$(window).width()>767&&$(".img-modal-toggle").each(function(){$(this).attr("data-toggle","modal")}),isIE)$(".modal").on("show.bs.modal",function(){$(this).find(".ai-btn-close").css("background-image",'url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20class%3D%22ai-btn-close%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20class%3D%22ai-btn-close%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.6%22%20transform%3D%22translate%281%201%29%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.308%2012.4L27.692%2027.6%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.308%2012.4L27.692%2027.6%22%20transform%3D%22matrix%28-1%200%200%201%2040%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")');$(this).find(".modal-body").css("flex","0 0 auto")});console.log("ready")});$(window).resize(function(){convertAccordionsToTabs();responsiveStackedTables();adjustLoginBoxheight()});$(window).on("hashchange",function(){scrollToAccordion()});$(window).on("load",function(){adjustLoginBoxheight();console.log("loaded")});$("a[data-video-id], div[data-video-id]").click(function(){var n=$(this).attr("data-video-id");$.get("/video/videoData",{id:n},function(n){$("#videoIframe").attr("src","https://www.youtube.com/embed/"+n.video.YouTubeID+"?rel=0");$("#modalVideoTitle").html(n.video.Title);$("#videoDescription").html(n.video.Description);$("#ModalVideo").modal("show")})});$("#ModalVideo").on("hidden.bs.modal",function(){$("#videoIframe").attr("src","")});$("#mobileNav").on("show.bs.collapse",function(){$(".btn-global-login").addClass("collapsed");$(".btn-global-login").attr("aria-expanded","false");$("#globalLoginMenu").removeClass("show")});$("#globalLoginMenu").on("shown.bs.collapse",function(){var t=$("#globalLoginMenu input[id*='TbUserID']"),n;t!==null&&t.length>0?t.focus():(n=$("input[validationgroup='GlobalLogin'][id*='TbSecurityCode']"),n!==null&&n.length>0&&n.focus())});$(document).on("click",".alert-box.dismiss",function(n){$(n.currentTarget).fadeOut()});$(document).ready(function(){function n(){t()}function t(){}var i={$inputWithMoveableLabel:$(".moveable-label input"),$selectWithMoveableLabel:$(".moveable-label select")};n()});$(document).ready(function(){function r(){u()}function u(){n.$openSearch.click(f);n.$closeSearch.click(e);n.$pageOverlay.click(o);n.$navOverlay.click(s);n.$globalLoginBtns.click(h)}function f(){n.$navWrapper.hasClass(t.searchOpened)===!1&&c()}function e(){i()}function o(){i()}function s(){i()}function h(){n.$globalLoginForm.is(":visible")||APP.globalLoginFormToggle(!0)}function c(){n.$searchContainer.attr("aria-hidden","false");n.$navWrapper.addClass(t.searchOpened);n.$pageOverlay.addClass(t.showOverlay);n.$navOverlay.addClass(t.showOverlay);n.$body.addClass(t.noScroll);n.$searchInput.focus()}function i(){n.$searchContainer.attr("aria-hidden","true");n.$navWrapper.removeClass(t.searchOpened);n.$pageOverlay.removeClass(t.showOverlay);n.$navOverlay.removeClass(t.showOverlay);n.$body.removeClass(t.noScroll)}$(".dropdown-menu").on("click",function(n){n.stopPropagation()});var n={$body:$("body"),$navWrapper:$(".aep-navbar"),$openSearch:$(".open-search"),$closeSearch:$(".close-search"),$searchContainer:$(".search-container"),$pageOverlay:$("#pageOverlay"),$navOverlay:$(".nav-overlay"),$searchInput:$(".js-site-search-input"),$globalLoginBtns:$("a[data-btn='login'], button[data-btn='login']"),$globalLoginForm:$("#globalLoginMenu"),$mobileNavBtn:$(".navbar-toggler")},t={searchOpened:"search-opened",showOverlay:"show-overlay",noScroll:"no-scroll"};$("#loginOverlay").click(function(){APP.globalLoginFormToggle(!1);$("#loginOverlay").removeClass("login-visible")});$('.aep-navbar-nav .nav-item a[data-toggle="dropdown"], #navbarSupportedContent .open-search, .navbar-toggler').on("click",function(){APP.globalLoginFormToggle(!1)});r()});objectFitImages=function(){"use strict";function l(n,t){return"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='"+n+"' height='"+t+"'%3E%3C/svg%3E"}function a(n){if(n.srcset&&!k&&window.picturefill){var t=window.picturefill._;n[t.ns]&&n[t.ns].evaled||t.fillImg(n,{reselect:!0});n[t.ns].curSrc||(n[t.ns].supported=!1,t.fillImg(n,{reselect:!0}));n.currentSrc=n[t.ns].curSrc||n.src}}function v(n){for(var t,r=getComputedStyle(n).fontFamily,i={};null!==(t=w.exec(r));)i[t[1]]=t[2];return i}function o(n,t,i){var f=l(t||1,i||0);u.call(n,"src")!==f&&r.call(n,"src",f)}function f(n,t){n.naturalWidth?t(n):setTimeout(f,100,n,t)}function s(t){var e=v(t),i=t[n];if(e["object-fit"]=e["object-fit"]||"fill",!i.img){if("fill"===e["object-fit"])return;if(!i.skipTest&&h&&!e["object-position"])return}if(!i.img){i.img=new Image(t.width,t.height);i.img.srcset=u.call(t,"data-ofi-srcset")||t.srcset;i.img.src=u.call(t,"data-ofi-src")||t.src;r.call(t,"data-ofi-src",t.src);t.srcset&&r.call(t,"data-ofi-srcset",t.srcset);o(t,t.naturalWidth||t.width,t.naturalHeight||t.height);t.srcset&&(t.srcset="");try{y(t)}catch(t){window.console&&console.warn("https://bit.ly/ofi-old-browser")}}a(i.img);t.style.backgroundImage='url("'+(i.img.currentSrc||i.img.src).replace(/"/g,'\\"')+'")';t.style.backgroundPosition=e["object-position"]||"center";t.style.backgroundRepeat="no-repeat";t.style.backgroundOrigin="content-box";/scale-down/.test(e["object-fit"])?f(i.img,function(){t.style.backgroundSize=i.img.naturalWidth>t.width||i.img.naturalHeight>t.height?"contain":"auto"}):t.style.backgroundSize=e["object-fit"].replace("none","auto").replace("fill","100% 100%");f(i.img,function(n){o(t,n.naturalWidth,n.naturalHeight)})}function y(t){var i={get:function(i){return t[n].img[i?i:"src"]},set:function(i,u){return t[n].img[u?u:"src"]=i,r.call(t,"data-ofi-"+u,i),s(t),i}};Object.defineProperty(t,"src",i);Object.defineProperty(t,"currentSrc",{get:function(){return i.get("currentSrc")}});Object.defineProperty(t,"srcset",{get:function(){return i.get("srcset")},set:function(n){return i.set(n,"srcset")}})}function p(){function t(t,i){return t[n]&&t[n].img&&("src"===i||"srcset"===i)?t[n].img:t}e||(HTMLImageElement.prototype.getAttribute=function(n){return u.call(t(this,n),n)},HTMLImageElement.prototype.setAttribute=function(n,i){return r.call(t(this,n),n,String(i))})}function i(t,r){var f=!c&&!t,u;if(r=r||{},t=t||"img",e&&!r.skipTest||!b)return!1;for("img"===t?t=document.getElementsByTagName("img"):"string"==typeof t?t=document.querySelectorAll(t):("length"in t)||(t=[t]),u=0;u<t.length;u++)t[u][n]=t[u][n]||{skipTest:r.skipTest},s(t[u]);f&&(document.body.addEventListener("load",function(n){"IMG"===n.target.tagName&&i(n.target,{skipTest:r.skipTest})},!0),c=!0,t="img");r.watchMQ&&window.addEventListener("resize",i.bind(null,t,{skipTest:r.skipTest}))}var n="bfred-it:object-fit-images",w=/(object-fit|object-position)\s*:\s*([-.\w\s%]+)/g,t="undefined"==typeof Image?{style:{"object-position":1}}:new Image,h="object-fit"in t.style,e="object-position"in t.style,b="background-size"in t.style,k="string"==typeof t.currentSrc,u=t.getAttribute,r=t.setAttribute,c=!1;return i.supportsObjectFit=h,i.supportsObjectPosition=e,p(),i}()