var Footer;(function(n){var t=function(){function n(n,t){var i=this,r;this.jqueryElement=n;this.parm=t;this.onValidCaptcha=function(){i.jqueryElement.find("[data-selector='submit-form-loader']").show();Components.Marketo.NewsletterSubscribeFormHelper.submitNewsletterSubscribeForm(i.email(),"NewsletterSubscribe",i.parm.subscribedTo,function(){i.jqueryElement.find("[data-selector='submit-form-loader']").hide();i.formSubmitted(!0)})};this.onFallbackRendering=function(){jQuery("#"+i.recaptchaId).show()};Components.ReCaptcha.loadGRecaptcha();this.recaptchaId="footer-newslettersubscribe-recaptcha-v2";r="."+this.parm.ajaxMenuItemClass;jQuery(n).find(r).each(function(t,r){jQuery.ajax({type:"GET",url:jQuery(r).attr("data-ajax-url")}).fail(function(){jQuery("[data-selector='loader']").hide()}).done(function(t){jQuery(r).html(t);jQuery(r).removeClass("ajaxmenuitem");r.children[0].classList.contains("newslettersubscribe-component")&&(i.email=ko.observable(""),i.formSubmitTriggered=ko.observable(!1),i.formSubmitted=ko.observable(!1),i.showIsRequired=ko.observable(!1),i.showIsWrongFormat=ko.observable(!1),ko.applyBindings(i,n[0]))})});jQuery(this.jqueryElement).on("keyup","[data-selector='subscribe-email-box']",function(n){return i.onSubscribeEmailBoxKeypress(n)})}return n.prototype.handleSubscribe=function(){if(!this.formSubmitTriggered()&&Components.EmailValidationHelper.validateEmailAndUpdateObservableTextValidation(this.email(),this.showIsRequired,this.showIsWrongFormat)){this.formSubmitTriggered(!0);var n=jQuery(".recaptcha").val().toString();Components.ReCaptchaHelper.validateCaptchaWithFallback(this.recaptchaId,this.onValidCaptcha,n,this.email(),this.onFallbackRendering)}},n.prototype.onSubscribeEmailBoxKeypress=function(n){n.keyCode===13&&this.handleSubscribe()},n}();n.Footer=t})(Footer||(Footer={}))