').insertAfter(a(this)).on("click",b),f.trig=
ger(d=3Da.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.togg=
leClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.proto=
type.keydown=3Dfunction(b){if(/(38|40|27)/.test(b.keyCode)){var =
d=3Da(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, =
:disabled")){var =
f=3Dc(d),g=3Df.hasClass("open");if(!g||g&&27=3D=3Db.keyCode)return =
27=3D=3Db.which&&f.find(e).focus(),d.click();var h=3Da("[role=3Dmenu] =
li:not(.divider):visible a",f);if(h.length){var =
i=3Dh.index(h.filter(":focus"));38=3D=3Db.keyCode&&i>0&&i--,40=3D=3Db.key=
Code&&i
').appendTo(document.body),this.$element.on("click.dismiss.modal",a.pro=
xy(function(a){a.target=3D=3D=3Da.currentTarget&&("static"=3D=3Dthis.opti=
ons.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call=
(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass(=
"in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateT=
ransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.r=
emoveClass("in"),a.support.transition&&this.$element.hasClass("fade")?thi=
s.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()=
):b&&b()};var c=3Da.fn.modal;a.fn.modal=3Dfunction(c,d){return =
this.each(function(){var =
e=3Da(this),f=3De.data("bs.modal"),g=3Da.extend({},b.DEFAULTS,e.data(),"o=
bject"=3D=3Dtypeof c&&c);f||e.data("bs.modal",f=3Dnew =
b(this,g)),"string"=3D=3Dtypeof =
c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=3Db,a.fn.modal.noCo=
nflict=3Dfunction(){return =
a.fn.modal=3Dc,this},a(document).on("click.bs.modal.data-api",'[data-togg=
le=3D"modal"]',function(b){var =
c=3Da(this),d=3Dc.attr("href"),e=3Da(c.attr("data-target")||d&&d.replace(=
/.*(?=3D#[^\s]+$)/,"")),f=3De.data("modal")?"toggle":a.extend({remote:!/#=
/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("=
hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.=
modal",".modal",function(){a(document.body).addClass("modal-open")}).on("=
hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-=
open")})}(jQuery),+function(a){"use strict";var =
b=3Dfunction(a,b){this.type=3Dthis.options=3Dthis.enabled=3Dthis.timeout=3D=
this.hoverState=3Dthis.$element=3Dnull,this.init("tooltip",a,b)};b.DEFAUL=
TS=3D{animation:!0,placement:"top",selector:!1,template:'
',trigger:"hover =
focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=3Dfunction=
(b,c,d){this.enabled=3D!0,this.type=3Db,this.$element=3Da(c),this.options=
=3Dthis.getOptions(d);for(var e=3Dthis.options.trigger.split(" =
"),f=3De.length;f--;){var =
g=3De[f];if("click"=3D=3Dg)this.$element.on("click."+this.type,this.optio=
ns.selector,a.proxy(this.toggle,this));else if("manual"!=3Dg){var =
h=3D"hover"=3D=3Dg?"mouseenter":"focus",i=3D"hover"=3D=3Dg?"mouseleave":"=
blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this=
.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.pr=
oxy(this.leave,this))}}this.options.selector?this._options=3Da.extend({},=
this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype=
.getDefaults=3Dfunction(){return =
b.DEFAULTS},b.prototype.getOptions=3Dfunction(b){return =
b=3Da.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"numb=
er"=3D=3Dtypeof =
b.delay&&(b.delay=3D{show:b.delay,hide:b.delay}),b},b.prototype.getDelega=
teOptions=3Dfunction(){var b=3D{},c=3Dthis.getDefaults();return =
this._options&&a.each(this._options,function(a,d){c[a]!=3Dd&&(b[a]=3Dd)})=
,b},b.prototype.enter=3Dfunction(b){var c=3Db instanceof =
this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions(=
)).data("bs."+this.type);return =
clearTimeout(c.timeout),c.hoverState=3D"in",c.options.delay&&c.options.de=
lay.show?(c.timeout=3DsetTimeout(function(){"in"=3D=3Dc.hoverState&&c.sho=
w()},c.options.delay.show),void =
0):c.show()},b.prototype.leave=3Dfunction(b){var c=3Db instanceof =
this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions(=
)).data("bs."+this.type);return =
clearTimeout(c.timeout),c.hoverState=3D"out",c.options.delay&&c.options.d=
elay.hide?(c.timeout=3DsetTimeout(function(){"out"=3D=3Dc.hoverState&&c.h=
ide()},c.options.delay.hide),void =
0):c.hide()},b.prototype.show=3Dfunction(){var =
b=3Da.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(=
this.$element.trigger(b),b.isDefaultPrevented())return;var =
c=3Dthis.tip();this.setContent(),this.options.animation&&c.addClass("fade=
");var d=3D"function"=3D=3Dtypeof =
this.options.placement?this.options.placement.call(this,c[0],this.$elemen=
t[0]):this.options.placement,e=3D/\s?auto?\s?/i,f=3De.test(d);f&&(d=3Dd.r=
eplace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addCl=
ass(d),this.options.container?c.appendTo(this.options.container):c.insert=
After(this.$element);var =
g=3Dthis.getPosition(),h=3Dc[0].offsetWidth,i=3Dc[0].offsetHeight;if(f){v=
ar =
j=3Dthis.$element.parent(),k=3Dd,l=3Ddocument.documentElement.scrollTop||=
document.body.scrollTop,m=3D"body"=3D=3Dthis.options.container?window.inn=
erWidth:j.outerWidth(),n=3D"body"=3D=3Dthis.options.container?window.inne=
rHeight:j.outerHeight(),o=3D"body"=3D=3Dthis.options.container?0:j.offset=
().left;d=3D"bottom"=3D=3Dd&&g.top+g.height+i-l>n?"top":"top"=3D=3Dd&&g.t=
op-l-i<0?"bottom":"right"=3D=3Dd&&g.right+h>m?"left":"left"=3D=3Dd&&g.lef=
t-h
'}),b.prototype=3Da.extend({},a.fn.=
tooltip.Constructor.prototype),b.prototype.constructor=3Db,b.prototype.ge=
tDefaults=3Dfunction(){return =
b.DEFAULTS},b.prototype.setContent=3Dfunction(){var =
a=3Dthis.tip(),b=3Dthis.getTitle(),c=3Dthis.getContent();a.find(".popover=
-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[t=
his.options.html?"html":"text"](c),a.removeClass("fade top bottom left =
right =
in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.=
prototype.hasContent=3Dfunction(){return =
this.getTitle()||this.getContent()},b.prototype.getContent=3Dfunction(){v=
ar a=3Dthis.$element,b=3Dthis.options;return =
a.attr("data-content")||("function"=3D=3Dtypeof =
b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=3Dfunction()=
{return =
this.$arrow=3Dthis.$arrow||this.tip().find(".arrow")},b.prototype.tip=3Df=
unction(){return =
this.$tip||(this.$tip=3Da(this.options.template)),this.$tip};var =
c=3Da.fn.popover;a.fn.popover=3Dfunction(c){return =
this.each(function(){var =
d=3Da(this),e=3Dd.data("bs.popover"),f=3D"object"=3D=3Dtypeof =
c&&c;e||d.data("bs.popover",e=3Dnew b(this,f)),"string"=3D=3Dtypeof =
c&&e[c]()})},a.fn.popover.Constructor=3Db,a.fn.popover.noConflict=3Dfunct=
ion(){return a.fn.popover=3Dc,this}}(jQuery),+function(a){"use =
strict";function b(c,d){var =
e,f=3Da.proxy(this.process,this);this.$element=3Da(c).is("body")?a(window=
):a(c),this.$body=3Da("body"),this.$scrollElement=3Dthis.$element.on("scr=
oll.bs.scroll-spy.data-api",f),this.options=3Da.extend({},b.DEFAULTS,d),t=
his.selector=3D(this.options.target||(e=3Da(c).attr("href"))&&e.replace(/=
.*(?=3D#[^\s]+$)/,"")||"")+" .nav li > =
a",this.offsets=3Da([]),this.targets=3Da([]),this.activeTarget=3Dnull,thi=
s.refresh(),this.process()}b.DEFAULTS=3D{offset:10},b.prototype.refresh=3D=
function(){var =
b=3Dthis.$element[0]=3D=3Dwindow?"offset":"position";this.offsets=3Da([])=
,this.targets=3Da([]);{var =
c=3Dthis;this.$body.find(this.selector).map(function(){var =
d=3Da(this),e=3Dd.data("target")||d.attr("href"),f=3D/^#\w/.test(e)&&a(e)=
;return =
f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrol=
lElement.scrollTop()),e]]||null}).sort(function(a,b){return =
a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1=
])})}},b.prototype.process=3Dfunction(){var =
a,b=3Dthis.$scrollElement.scrollTop()+this.options.offset,c=3Dthis.$scrol=
lElement[0].scrollHeight||this.$body[0].scrollHeight,d=3Dc-this.$scrollEl=
ement.height(),e=3Dthis.offsets,f=3Dthis.targets,g=3Dthis.activeTarget;if=
(b>=3Dd)return =
g!=3D(a=3Df.last()[0])&&this.activate(a);for(a=3De.length;a--;)g!=3Df[a]&=
&b>=3De[a]&&(!e[a+1]||b<=3De[a+1])&&this.activate(f[a])},b.prototype.acti=
vate=3Dfunction(b){this.activeTarget=3Db,a(this.selector).parents(".activ=
e").removeClass("active");var =
c=3Dthis.selector+'[data-target=3D"'+b+'"],'+this.selector+'[href=3D"'+b+=
'"]',d=3Da(c).parents("li").addClass("active");d.parent(".dropdown-menu")=
.length&&(d=3Dd.closest("li.dropdown").addClass("active")),d.trigger("act=
ivate.bs.scrollspy")};var =
c=3Da.fn.scrollspy;a.fn.scrollspy=3Dfunction(c){return =
this.each(function(){var =
d=3Da(this),e=3Dd.data("bs.scrollspy"),f=3D"object"=3D=3Dtypeof =
c&&c;e||d.data("bs.scrollspy",e=3Dnew b(this,f)),"string"=3D=3Dtypeof =
c&&e[c]()})},a.fn.scrollspy.Constructor=3Db,a.fn.scrollspy.noConflict=3Df=
unction(){return =
a.fn.scrollspy=3Dc,this},a(window).on("load",function(){a('[data-spy=3D"s=
croll"]').each(function(){var =
b=3Da(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use =
strict";var =
b=3Dfunction(b){this.element=3Da(b)};b.prototype.show=3Dfunction(){var =
b=3Dthis.element,c=3Db.closest("ul:not(.dropdown-menu)"),d=3Db.data("targ=
et");if(d||(d=3Db.attr("href"),d=3Dd&&d.replace(/.*(?=3D#[^\s]*$)/,"")),!=
b.parent("li").hasClass("active")){var e=3Dc.find(".active:last =
a")[0],f=3Da.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.is=
DefaultPrevented()){var =
g=3Da(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),funct=
ion(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.a=
ctivate=3Dfunction(b,c,d){function e(){f.removeClass("active").find("> =
.dropdown-menu > =
.active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,=
b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.clo=
sest("li.dropdown").addClass("active"),d&&d()}var f=3Dc.find("> =
.active"),g=3Dd&&a.support.transition&&f.hasClass("fade");g?f.one(a.suppo=
rt.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};v=
ar c=3Da.fn.tab;a.fn.tab=3Dfunction(c){return this.each(function(){var =
d=3Da(this),e=3Dd.data("bs.tab");e||d.data("bs.tab",e=3Dnew =
b(this)),"string"=3D=3Dtypeof =
c&&e[c]()})},a.fn.tab.Constructor=3Db,a.fn.tab.noConflict=3Dfunction(){re=
turn =
a.fn.tab=3Dc,this},a(document).on("click.bs.tab.data-api",'[data-toggle=3D=
"tab"], =
[data-toggle=3D"pill"]',function(b){b.preventDefault(),a(this).tab("show"=
)})}(jQuery),+function(a){"use strict";var =
b=3Dfunction(c,d){this.options=3Da.extend({},b.DEFAULTS,d),this.$window=3D=
a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this))=
.on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,thi=
s)),this.$element=3Da(c),this.affixed=3Dthis.unpin=3Dnull,this.checkPosit=
ion()};b.RESET=3D"affix affix-top =
affix-bottom",b.DEFAULTS=3D{offset:0},b.prototype.checkPositionWithEventL=
oop=3Dfunction(){setTimeout(a.proxy(this.checkPosition,this),1)},b.protot=
ype.checkPosition=3Dfunction(){if(this.$element.is(":visible")){var =
c=3Da(document).height(),d=3Dthis.$window.scrollTop(),e=3Dthis.$element.o=
ffset(),f=3Dthis.options.offset,g=3Df.top,h=3Df.bottom;"object"!=3Dtypeof=
f&&(h=3Dg=3Df),"function"=3D=3Dtypeof =
g&&(g=3Df.top()),"function"=3D=3Dtypeof h&&(h=3Df.bottom());var =
i=3Dnull!=3Dthis.unpin&&d+this.unpin<=3De.top?!1:null!=3Dh&&e.top+this.$e=
lement.height()>=3Dc-h?"bottom":null!=3Dg&&g>=3Dd?"top":!1;this.affixed!=3D=
=3Di&&(this.unpin&&this.$element.css("top",""),this.affixed=3Di,this.unpi=
n=3D"bottom"=3D=3Di?e.top-d:null,this.$element.removeClass(b.RESET).addCl=
ass("affix"+(i?"-"+i:"")),"bottom"=3D=3Di&&this.$element.offset({top:docu=
ment.body.offsetHeight-h-this.$element.height()}))}};var =
c=3Da.fn.affix;a.fn.affix=3Dfunction(c){return this.each(function(){var =
d=3Da(this),e=3Dd.data("bs.affix"),f=3D"object"=3D=3Dtypeof =
c&&c;e||d.data("bs.affix",e=3Dnew b(this,f)),"string"=3D=3Dtypeof =
c&&e[c]()})},a.fn.affix.Constructor=3Db,a.fn.affix.noConflict=3Dfunction(=
){return =
a.fn.affix=3Dc,this},a(window).on("load",function(){a('[data-spy=3D"affix=
"]').each(function(){var =
b=3Da(this),c=3Db.data();c.offset=3Dc.offset||{},c.offsetBottom&&(c.offse=
t.bottom=3Dc.offsetBottom),c.offsetTop&&(c.offset.top=3Dc.offsetTop),b.af=
fix(c)})})}(jQuery),!function(a,b){"use strict";var =
c,d=3Da.document,e=3Dd.documentElement,f=3Da.Modernizr,g=3Dfunction(a){re=
turn a.charAt(0).toUpperCase()+a.slice(1)},h=3D"Moz Webkit O Ms".split(" =
"),i=3Dfunction(a){var b,c=3De.style;if("string"=3D=3Dtypeof c[a])return =
a;a=3Dg(a);for(var =
d=3D0,f=3Dh.length;f>d;d++)if(b=3Dh[d]+a,"string"=3D=3Dtypeof =
c[b])return =
b},j=3Di("transform"),k=3Di("transitionProperty"),l=3D{csstransforms:func=
tion(){return!!j},csstransforms3d:function(){var =
a=3D!!i("perspective");if(a&&"webkitPerspective"in e.style){var =
c=3Db("").a=
ppendTo("head"),d=3Db('