/* Request ID: e80fc8d7f41f5c8f6ec6cdb2ebfd6db3 (09/19/2024 1:20am) (rczbDYMwDIXhVRgA4l26AMrFECM7Se2kVTs9tDPwcF5+6XyQqyCMjX9bEr4cv6NnF6tAG4EprrkLw0plV0yEpRv0jIIGO9fgGSwqtauGWrt19c0dNk9wH3zdsCSvSxzWq9zNH8+B+nFC5S+bxnmiTb3gA42+qE58OwE=) */ /* Resource ID: b65119b1afac49b3eae0211624c (bootstrap.js, minified by uglifyjs) (09/19/2024 1:20am) (A:44697, G:26773, K:26773) */ if(typeof jQuery==="undefined"){throw new Error("Bootstrap requires jQuery")}+function(o){"use strict";function t(){var t=document.createElement("bootstrap");var e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e){if(t.style[i]!==undefined){return{end:e[i]}}}}o.fn.emulateTransitionEnd=function(t){var e=false,i=this;o(this).one(o.support.transition.end,function(){e=true});var n=function(){if(!e)o(i).trigger(o.support.transition.end)};setTimeout(n,t);return this};o(function(){o.support.transition=t()})}(jQuery);+function(s){"use strict";var e='[data-dismiss="alert"]';var n=function(t){s(t).on("click",e,this.close)};n.prototype.close=function(t){var e=s(this);var i=e.attr("data-target");if(!i){i=e.attr("href");i=i&&i.replace(/.*(?=#[^\s]*$)/,"")}var n=s(i);if(t)t.preventDefault();if(!n.length){n=e.hasClass("alert")?e:e.parent()}n.trigger(t=s.Event("close.bs.alert"));if(t.isDefaultPrevented())return;n.removeClass("in");function o(){n.trigger("closed.bs.alert").remove()}s.support.transition&&n.hasClass("fade")?n.one(s.support.transition.end,o).emulateTransitionEnd(150):o()};var t=s.fn.alert;s.fn.alert=function(i){return this.each(function(){var t=s(this);var e=t.data("bs.alert");if(!e)t.data("bs.alert",e=new n(this));if(typeof i=="string")e[i].call(t)})};s.fn.alert.Constructor=n;s.fn.alert.noConflict=function(){s.fn.alert=t;return this};s(document).on("click.bs.alert.data-api",e,n.prototype.close)}(jQuery);+function(o){"use strict";var s=function(t,e){this.$element=o(t);this.options=o.extend({},s.DEFAULTS,e)};s.DEFAULTS={loadingText:"loading..."};s.prototype.setState=function(t){var e="disabled";var i=this.$element;var n=i.is("input")?"val":"html";var o=i.data();t=t+"Text";if(!o.resetText)i.data("resetText",i[n]());i[n](o[t]||this.options[t]);setTimeout(function(){t=="loadingText"?i.addClass(e).attr(e,e):i.removeClass(e).removeAttr(e)},0)};s.prototype.toggle=function(){var t=this.$element.closest('[data-toggle="buttons"]');if(t.length){var e=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");if(e.prop("type")==="radio")t.find(".active").removeClass("active")}this.$element.toggleClass("active")};var t=o.fn.button;o.fn.button=function(n){return this.each(function(){var t=o(this);var e=t.data("bs.button");var i=typeof n=="object"&&n;if(!e)t.data("bs.button",e=new s(this,i));if(n=="toggle")e.toggle();else if(n)e.setState(n)})};o.fn.button.Constructor=s;o.fn.button.noConflict=function(){o.fn.button=t;return this};o(document).on("click.bs.button.data-api","[data-toggle^=button]",function(t){var e=o(t.target);if(!e.hasClass("btn"))e=e.closest(".btn");e.button("toggle");t.preventDefault()})}(jQuery);+function(h){"use strict";var s=function(t,e){this.$element=h(t);this.$indicators=this.$element.find(".carousel-indicators");this.options=e;this.paused=this.sliding=this.interval=this.$active=this.$items=null;this.options.pause=="hover"&&this.$element.on("mouseenter",h.proxy(this.pause,this)).on("mouseleave",h.proxy(this.cycle,this))};s.DEFAULTS={interval:5e3,pause:"hover",wrap:true};s.prototype.cycle=function(t){t||(this.paused=false);this.interval&&clearInterval(this.interval);this.options.interval&&!this.paused&&(this.interval=setInterval(h.proxy(this.next,this),this.options.interval));return this};s.prototype.getActiveIndex=function(){this.$active=this.$element.find(".item.active");this.$items=this.$active.parent().children();return this.$items.index(this.$active)};s.prototype.to=function(t){var e=this;var i=this.getActiveIndex();if(t>this.$items.length-1||t<0)return;if(this.sliding)return this.$element.one("slid",function(){e.to(t)});if(i==t)return this.pause().cycle();return this.slide(t>i?"next":"prev",h(this.$items[t]))};s.prototype.pause=function(t){t||(this.paused=true);if(this.$element.find(".next, .prev").length&&h.support.transition.end){this.$element.trigger(h.support.transition.end);this.cycle(true)}this.interval=clearInterval(this.interval);return this};s.prototype.next=function(){if(this.sliding)return;return this.slide("next")};s.prototype.prev=function(){if(this.sliding)return;return this.slide("prev")};s.prototype.slide=function(t,e){var i=this.$element.find(".item.active");var n=e||i[t]();var o=this.interval;var s=t=="next"?"left":"right";var a=t=="next"?"first":"last";var r=this;if(!n.length){if(!this.options.wrap)return;n=this.$element.find(".item")[a]()}this.sliding=true;o&&this.pause();var l=h.Event("slide.bs.carousel",{relatedTarget:n[0],direction:s});if(n.hasClass("active"))return;if(this.$indicators.length){this.$indicators.find(".active").removeClass("active");this.$element.one("slid",function(){var t=h(r.$indicators.children()[r.getActiveIndex()]);t&&t.addClass("active")})}if(h.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(l);if(l.isDefaultPrevented())return;n.addClass(t);n[0].offsetWidth;i.addClass(s);n.addClass(s);i.one(h.support.transition.end,function(){n.removeClass([t,s].join(" ")).addClass("active");i.removeClass(["active",s].join(" "));r.sliding=false;setTimeout(function(){r.$element.trigger("slid")},0)}).emulateTransitionEnd(600)}else{this.$element.trigger(l);if(l.isDefaultPrevented())return;i.removeClass("active");n.addClass("active");this.sliding=false;this.$element.trigger("slid")}o&&this.cycle();return this};var t=h.fn.carousel;h.fn.carousel=function(o){return this.each(function(){var t=h(this);var e=t.data("bs.carousel");var i=h.extend({},s.DEFAULTS,t.data(),typeof o=="object"&&o);var n=typeof o=="string"?o:i.slide;if(!e)t.data("bs.carousel",e=new s(this,i));if(typeof o=="number")e.to(o);else if(n)e[n]();else if(i.interval)e.pause().cycle()})};h.fn.carousel.Constructor=s;h.fn.carousel.noConflict=function(){h.fn.carousel=t;return this};h(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(t){var e=h(this),i;var n=h(e.attr("data-target")||(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,""));var o=h.extend({},n.data(),e.data());var s=e.attr("data-slide-to");if(s)o.interval=false;n.carousel(o);if(s=e.attr("data-slide-to")){n.data("bs.carousel").to(s)}t.preventDefault()});h(window).on("load",function(){h('[data-ride="carousel"]').each(function(){var t=h(this);t.carousel(t.data())})})}(jQuery);+function(h){"use strict";var o=function(t,e){this.$element=h(t);this.options=h.extend({},o.DEFAULTS,e);this.transitioning=null;if(this.options.parent)this.$parent=h(this.options.parent);if(this.options.toggle)this.toggle()};o.DEFAULTS={toggle:true};o.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"};o.prototype.show=function(){if(this.transitioning||this.$element.hasClass("in"))return;var t=h.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var e=this.$parent&&this.$parent.find("> .panel > .in");if(e&&e.length){var i=e.data("bs.collapse");if(i&&i.transitioning)return;e.collapse("hide");i||e.data("bs.collapse",null)}var n=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[n](0);this.transitioning=1;var o=function(){this.$element.removeClass("collapsing").addClass("in")[n]("auto");this.transitioning=0;this.$element.trigger("shown.bs.collapse")};if(!h.support.transition)return o.call(this);var s=h.camelCase(["scroll",n].join("-"));this.$element.one(h.support.transition.end,h.proxy(o,this)).emulateTransitionEnd(350)[n](this.$element[0][s])};o.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("in"))return;var t=h.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var e=this.dimension();this.$element[e](this.$element[e]())[0].offsetHeight;this.$element.addClass("collapsing").removeClass("collapse").removeClass("in");this.transitioning=1;var i=function(){this.transitioning=0;this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};if(!h.support.transition)return i.call(this);this.$element[e](0).one(h.support.transition.end,h.proxy(i,this)).emulateTransitionEnd(350)};o.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var t=h.fn.collapse;h.fn.collapse=function(n){return this.each(function(){var t=h(this);var e=t.data("bs.collapse");var i=h.extend({},o.DEFAULTS,t.data(),typeof n=="object"&&n);if(!e)t.data("bs.collapse",e=new o(this,i));if(typeof n=="string")e[n]()})};h.fn.collapse.Constructor=o;h.fn.collapse.noConflict=function(){h.fn.collapse=t;return this};h(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(t){var e=h(this),i;var n=e.attr("data-target")||t.preventDefault()||(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");var o=h(n);var s=o.data("bs.collapse");var a=s?"toggle":e.data();var r=e.attr("data-parent");var l=r&&h(r);if(!s||!s.transitioning){if(l)l.find('[data-toggle=collapse][data-parent="'+r+'"]').not(e).addClass("collapsed");e[o.hasClass("in")?"addClass":"removeClass"]("collapsed")}o.collapse(a)})}(jQuery);+function(a){"use strict";var t=".dropdown-backdrop";var r="[data-toggle=dropdown]";var n=function(t){var e=a(t).on("click.bs.dropdown",this.toggle)};n.prototype.toggle=function(t){var e=a(this);if(e.is(".disabled, :disabled"))return;var i=l(e);var n=i.hasClass("open");o();if(!n){if("ontouchstart"in document.documentElement&&!i.closest(".navbar-nav").length){a('