var App,MQ;Component=window.Component||{};$(function(){App.Ready()});App=function(){return{Ready:function(){ProjectFunctions.Init();MQ.LtIe11()&&window.sessionStorage.getItem("DismissedOldBrowserMessage")!=="true"&&$("[data-js-old-browser-message]").show()}}}();ProjectFunctions.SmoothAnchors.init();MQ=function(){var n=$("html").first(),t=window.navigator.userAgent;return{minDesktop:"1024px",maxTablet:"1023px",minTablet:"768px",maxMobile:"767px",HasCssProperty:function(n,t){var i=document.createElement("div");return i.style[n]=t,i.style[n]===t},HasPlaceholders:function(){return n.hasClass("placeholder")},LtIe10:function(){return n.hasClass("lt-ie10")},LtIe11:function(){return n.hasClass("lt-ie10")||MQ.IE()===10},HasFlexbox:function(){return n.hasClass("flexbox")},HasTransitions:function(){return n.hasClass("csstransitions")},HasTouchScreen:function(){return n.hasClass("touchevents")},HasAnimations:function(){return n.hasClass("cssanimations")},IsDesktop:function(){return!Utils.MaxWidth(MQ.maxTablet)},IsTablet:function(){return Utils.MinWidth(MQ.minTablet)&&Utils.MaxWidth(MQ.maxTablet)},IsMobile:function(){return Utils.MaxWidth(MQ.maxMobile)},IE:function(){function n(){var n=t,i=n.indexOf("MSIE "),f=n.indexOf("Trident/"),r=n.indexOf("Edge/"),u;return i>0?parseInt(n.substring(i+5,n.indexOf(".",i)),10):f>0?(u=n.indexOf("rv:"),parseInt(n.substring(u+3,n.indexOf(".",u)),10)):r>0?parseInt(n.substring(r+5,n.indexOf(".",r)),10):!1}return n()}}}()