/* Minification failed. Returning unminified contents.
(1,1): run-time error CSS1019: Unexpected token, found '$'
(1,2): run-time error CSS1019: Unexpected token, found '('
(1,11): run-time error CSS1031: Expected selector, found ')'
(1,11): run-time error CSS1025: Expected comma or open brace, found ')'
(1,1759): run-time error CSS1019: Unexpected token, found ')'
 */
$(document).ready(function(){console.log("Front end loading"),$(window).width()<770?$(".navigation-container").addClass("mobile"):($(".navigation-container").removeClass("mobile"),$("body, html").removeClass("mobileMenu")),$(window).on("resize",function(){$(window).width()<870?$(".navigation-container").addClass("mobile"):($(".navigation-container").removeClass("mobile"),$("body").removeClass("mobileMenu"),$("html").removeClass("mobileMenu"))}),$(".js-navigation").on("click",function(){$(this).closest(".navigation-container").toggleClass("active"),$("body").toggleClass("mobileMenu"),$("html").toggleClass("mobileMenu")}),$(".js-navigation-open").on("click",function(){$(this).closest(".navigation-container").addClass("active"),$("body").addClass("mobileMenu"),$("html").addClass("mobileMenu")}),$(".js-navigation").on("click",function(){$(this).closest(".navigation-container").removeClass("active"),$("body").removeClass("mobileMenu"),$("html").removeClass("mobileMenu")}),$(".mobile-anchor").on("click",function(){$(".navigation-container").removeClass("active"),$("body").removeClass("mobileMenu"),$("html").removeClass("mobileMenu")}),$(document).on("click",'a[href^="#"]',function(o){o.preventDefault(),$("html, body").animate({scrollTop:$($.attr(this,"href")).offset().top},500)}),$(".js-Btn-loader-demo").on("click",function(){var o,n;$("#form0").valid()&&(o=$(this).width(),n=$(this).height(),$(this).width(o).height(n),$(this).addClass("loading"),$(this).empty())}),$(".js-btn-sent").on("click",function(){$(this).prop("disabled",!0)}),$(".navigation-container.mobile .navigation").on("click",function(){$(this).closest(".navigation-container").toggleClass("active"),$("body").toggleClass("mobileMenu"),$("html").toggleClass("mobileMenu")})});
