var qsProxy = {};
function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=(this.frame.contentWindow)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="100vh";if(!('nojump'in this.frame.contentWindow.document.get)){window.parent.scrollTo(0,0);}}else if(!this.frame.dataset.parentScrolled){this.frame.dataset.parentScrolled=true;var container=window.parent.document&&window.parent.document.querySelector('.jt-content');if(container&&!('nojump'in window.parent.document.get)){container.scrollTo(0,0);}}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||[];var i220754522882054=new FrameBuilder("220754522882054",false,"","<html lang=\"en\"><head><title>MRC<\/title><link rel=\"canonical\" href=\"https:\/\/form.jotform.com\/220754522882054\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http:\/\/www.jotform.com\/form\/220754522882054\" title=\"oEmbed Form\"\/><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=http:\/\/www.jotform.com\/form\/&#x27;220754522882054\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"MRC\"\/><meta property=\"og:url\" content=\"http:\/\/www.jotform.com\/form\/220754522882054\"\/><meta property=\"og:description\" content=\"Please click the link to complete this form.\"\/><meta property=\"og:image\" content=\"https:\/\/www.jotform.com\/resources\/assets\/icon\/jotform-icon-dark-400x400.png?v=1\"\/><meta name=\"slack-app-id\" content=\"AHNMASS8M\"\/><meta data-name=\"preventCloning\" content=\"1\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?1ca1ce5a\" as=\"style\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/220754522882054.css?themeID=59660a76cf3bfe1147278031\" as=\"style\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?1ca1ce5a\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/220754522882054.css?themeID=59660a76cf3bfe1147278031\"\/><style>\n        body { overflow: hidden; }\n        body ul,\n        body ol { list-style: none; }\n        body { opacity: 0; }\n      <\/style><link rel=\"shortcut icon\" href=\"https:\/\/cdn.jotfor.ms\/assets\/img\/favicons\/favicon-2021.svg\"\/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\/><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\"\/><script src=\"https:\/\/browser.sentry-cdn.com\/5.12.1\/bundle.min.js\" integrity=\"sha384-y+an4eARFKvjzOivf\/Z7JtMJhaN6b+lLQ5oFbBbUwZNNVir39cYtkjW1r6Xjbxg3\" crossOrigin=\"anonymous\"><\/script><script>window.FORM_MODE = \"cardform\";<\/script><\/head><body class=\"jfCardForm notLoaded cf-minimal formMode\"><div class=\"js-pressEnterHint isHidden\" style=\"color:white;position:absolute;z-index:1;bottom:29.5%;left:37.2%;display:none\">You can always press Enter\u23ce to continue<\/div><div id=\"jfQuestion-proxy\" class=\"forFullScreen\"><\/div><div>\n        <script src=\"https:\/\/cdn01.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn02.jotfor.ms\/static\/jotform.forms.js?3.3.31882\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.js\"><\/script>\n<script src=\"https:\/\/cdn03.jotfor.ms\/\/js\/pen\/toMarkdown.js?v=3.3.31882\"><\/script>\n<script src=\"https:\/\/cdn01.jotfor.ms\/\/js\/pen\/showdown.js?v=3.3.31882\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/vendor\/postMessage.js?3.3.31882\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/WidgetsServer.js?v=1647536191018\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = true;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = true;\n\tJotForm.newPaymentUI = true;\n\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   if (window.CardForm) { window.CardForm.jsForm = true; } \n\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\n      JotForm.alterTexts(undefined);\n\t\n        setTimeout(function(){\n            var _cFieldFrame = document.getElementById(\"customFieldFrame_10\");\n            if (_cFieldFrame) {\n            _cFieldFrame.onload = function(){ if (typeof widgetFrameLoaded !== 'undefined') { widgetFrameLoaded(10, {\"formID\":220754522882054}) } };\n            _cFieldFrame.src = \"\/\/widgets.jotform.io\/pickers\/?pickerType=countries&qid=10&ref=\" + encodeURIComponent(window.location.protocol + \"\/\/\" + window.location.host);\n            _cFieldFrame.addClassName(\"custom-field-frame-rendered\");\n            }\n        }, 0);\n        \n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,null,null,{\"description\":\"\",\"name\":\"letsStart\",\"qid\":\"3\",\"text\":\"Let's start with your name.\",\"type\":\"control_fullname\"},{\"description\":\"\\nWe love GDPR, and GDPR loves us.\",\"name\":\"whatEmail\",\"qid\":\"4\",\"subLabel\":\"example@example.com\",\"text\":\"What email address can we reach you at? This is only to get in touch, not to send spam.\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"5\",\"subLabel\":\"\",\"text\":\"What is your LinkedIn profile?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"youOther\",\"qid\":\"6\",\"subLabel\":\"\",\"text\":\"You other social network profiles?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"weWelcome\",\"qid\":\"7\",\"text\":\"We welcome you as a:\",\"type\":\"control_checkbox\"},null,null,{\"description\":\"\",\"name\":\"typeA\",\"qid\":\"10\",\"text\":\"Country\",\"type\":\"control_widget\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,null,{\"description\":\"\",\"name\":\"letsStart\",\"qid\":\"3\",\"text\":\"Let's start with your name.\",\"type\":\"control_fullname\"},{\"description\":\"\\nWe love GDPR, and GDPR loves us.\",\"name\":\"whatEmail\",\"qid\":\"4\",\"subLabel\":\"example@example.com\",\"text\":\"What email address can we reach you at? This is only to get in touch, not to send spam.\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"5\",\"subLabel\":\"\",\"text\":\"What is your LinkedIn profile?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"youOther\",\"qid\":\"6\",\"subLabel\":\"\",\"text\":\"You other social network profiles?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"weWelcome\",\"qid\":\"7\",\"text\":\"We welcome you as a:\",\"type\":\"control_checkbox\"},null,null,{\"description\":\"\",\"name\":\"typeA\",\"qid\":\"10\",\"text\":\"Country\",\"type\":\"control_widget\"}]);}, 20); \n<\/script>\n\n      <\/div><div class=\"jfForm-wrapper\"><div class=\"jfForm-backgroundContainer\"><\/div><div class=\"jfForm-backgroundUnderlay\"><\/div><div class=\"jfForm-backgroundOverlay\"><\/div><div class=\"jfForm-background\"><div class=\"jfForm-background-mask\"><\/div><\/div><div class=\"jfWelcome-wrapper\" role=\"banner\"><div class=\"jfWelcome\"><div id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:0\">MRC<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\"><\/div><div class=\"jfWelcome-sectionInfo\"><span class=\"jfWelcome-sectionInfo-questionCount\"><\/span><span class=\"jfWelcome-sectionInfo-text\"><\/span><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-previous\" style=\"display:none\"><\/button><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-start\" style=\"display:none\"><\/button><\/div><\/div><\/div><form role=\"main\" class=\"jotform-form\" id=\"220754522882054\" name=\"form_220754522882054\" action=\"https:\/\/submit.jotform.com\/submit\/220754522882054\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"220754522882054\"\/><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_fullname\" id=\"id_3\" data-compound-hint=\"\"><div id=\"cid_3\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_fullname\"><div class=\"jfCard-index\"><div>1<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_3\" class=\"jfQuestion-label isCenterAlign\" id=\"label_3\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Let's start with your name.<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_3_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_3\"><div class=\"jfField\" data-type=\"first\"><input type=\"text\" id=\"first_3\" name=\"q3_letsStart[first]\" class=\"form-textbox validate[required] forFullname jfInput-input hasSublabel\" autoComplete=\"given-name\" size=\"10\" value=\"\" data-component=\"first\" required=\"\" aria-required=\"true\" aria-describedby=\"first_3_description\" aria-labelledby=\"label_3 sublabel_3_first\"\/><label class=\"jfField-sublabel \" for=\"first_3\" id=\"sublabel_3_first\">First Name<\/label><\/div><div class=\"jfField\" data-type=\"last\"><input type=\"text\" id=\"last_3\" name=\"q3_letsStart[last]\" class=\"form-textbox validate[required] forFullname jfInput-input hasSublabel\" autoComplete=\"family-name\" size=\"15\" value=\"\" data-component=\"last\" required=\"\" aria-required=\"true\" aria-describedby=\"last_3_description\" aria-labelledby=\"label_3 sublabel_3_last\"\/><label class=\"jfField-sublabel \" for=\"last_3\" id=\"sublabel_3_last\">Last Name<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:none\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_email\" id=\"id_4\"><div id=\"cid_4\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_email\"><div class=\"jfCard-index\"><div>2<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_4\" class=\"jfQuestion-label isCenterAlign\" id=\"label_4\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What email address can we reach you at? This is only to get in touch, not to send spam.<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_4_description\"><span>\nWe love GDPR, and GDPR loves us.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields questionMode\"><div class=\"jfField\" data-type=\"email\"><input type=\"email\" id=\"input_4\" name=\"q4_whatEmail\" class=\"form-textbox validate[required, Email] forEmail jfInput-input hasSublabel\" autoComplete=\"email\" size=\"310\" value=\"\" data-component=\"email\" required=\"\" aria-required=\"true\" aria-describedby=\"input_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_4\" id=\"sublabel_input_4\">example@example.com<\/label><div class=\"jfCardTooltip js-tooltipContainer\"><div class=\"js-tooltipMessageContainer-info\"><\/div><div class=\"js-tooltipMessageContainer-error\"><\/div><div class=\"jfCardTooltip-close js-tooltipCloseButton\"><span class=\"iconSvg  icon_error \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path class=\"fail-outer\" d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path class=\"fail-inner\" d=\"M227.6,98.4a14.75,14.75,0,0,0-20.86,0L163,142.14,119.26,98.4A14.75,14.75,0,1,0,98.4,119.26L142.14,163,98.4,206.74a14.75,14.75,0,1,0,20.86,20.86L163,183.86l43.74,43.74a14.75,14.75,0,1,0,20.86-20.86L183.86,163l43.74-43.74A14.75,14.75,0,0,0,227.6,98.4Z\"><\/path><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfEmailVerify-loading\"><span class=\"loadingDot\"><\/span><span class=\"loadingDot isD2\"><\/span><span class=\"loadingDot isD3\"><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_5\"><div id=\"cid_5\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>3<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_5\" class=\"jfQuestion-label isCenterAlign\" id=\"label_5\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your LinkedIn profile?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_5_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_5\" name=\"q5_whatIs\" data-type=\"input-textbox\" class=\"form-textbox validate[required] jfInput-input\" size=\"310\" value=\"\" placeholder=\"https:\/\/\" data-component=\"textbox\" required=\"\" aria-required=\"true\" aria-describedby=\"input_5_description\" aria-labelledby=\"label_5\"\/><label class=\"jfField-sublabel \" for=\"input_5\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_6\"><div id=\"cid_6\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>4<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_6\" class=\"jfQuestion-label isCenterAlign\" id=\"label_6\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">You other social network profiles?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_6_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_6\" name=\"q6_youOther\" placeholder=\"Type here...\" class=\"mdInput form-textarea\"><\/textarea><div id=\"input_6_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"Type here...\"><\/div><div class=\"jfTextarea-infoSpan isHidden\"><span class=\"jfTextarea-limitSpan\"><\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_6_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_6_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_6_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_6_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_6_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_6\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_6_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_6_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_6\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_6_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_7\"><div id=\"cid_7\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>5<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_7\" class=\"jfQuestion-label isCenterAlign\" id=\"label_7\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">We welcome you as a:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_7_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_7\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_7_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q7_weWelcome[]\" value=\"Contributor\" id=\"input_7_0\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Contributor<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_7_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q7_weWelcome[]\" value=\"Supporter\" id=\"input_7_1\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Supporter<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_7_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q7_weWelcome[]\" value=\"Patron\" id=\"input_7_2\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Patron<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_7\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox validate[required]\" name=\"q7_weWelcome[other]\" id=\"other_7\" value=\"other\" aria-label=\"Other\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><span class=\"jfCheckbox-labelText jfCheckbox-otherInputText\"><input type=\"text\" class=\"jfCheckbox-input jfCheckbox-otherInputField form-checkbox-other-input form-textbox\" name=\"q7_weWelcome[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_7\" aria-label=\"Other\" tabindex=\"-1\"\/><\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line jf-required\" data-type=\"control_widget\" id=\"id_10\"><div id=\"cid_10\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_widget\"><div class=\"jfCard-index\"><div>6<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"52934d4e3be147110a000027\"><label for=\"input_10\" class=\"jfQuestion-label isCenterAlign\" id=\"label_10\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Country<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_10_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField jfWidget form-input\" dataType=\"textbox\" data-widget-id=\"52934d4e3be147110a000027\"><div class=\"jfWidget-frame\" style=\"text-align:left\" data-component=\"widget-field\"><iframe frameBorder=\"0\" scrolling=\"yes\" allowTransparency=\"true\" allow=\"geolocation; microphone; camera; autoplay; encrypted-media; fullscreen\" data-type=\"iframe\" class=\"custom-field-frame\" id=\"customFieldFrame_10\" title=\"Country Picker\" src=\"\" style=\"border:none;width:365px;height:50px\" data-width=\"365\" data-height=\"50\"><\/iframe><div class=\"widget-inputs-wrapper\"><input type=\"hidden\" id=\"input_10\" class=\"form-hidden form-widget widget-required \" name=\"q10_typeA\" value=\"\"\/><input type=\"hidden\" id=\"widget_settings_10\" class=\"form-hidden form-widget-settings\" value=\"%5B%7B%22name%22%3A%22country%22%2C%22value%22%3A%22United%20States%22%7D%2C%7B%22name%22%3A%22submit%22%2C%22value%22%3A%22Whole%20country%20name%22%7D%5D\" data-version=\"2\"\/><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:block\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li style=\"display:none\">Should be Empty:<input type=\"text\" name=\"website\" value=\"\" aria-hidden=\"true\"\/><\/li><\/ul><\/form><\/div><div class=\"jStaticItems\"><\/div><input type=\"hidden\" aria-hidden=\"true\" id=\"simple_spc\" name=\"simple_spc\" value=\"220754522882054-220754522882054\"\/><div class=\"jfProgress progress-animate\" id=\"cardProgress\" aria-hidden=\"true\" role=\"navigation\" aria-label=\"Progress Bar\"><span class=\"jfProgressLine\"><span class=\"jfProgressLine-inner jsFeedbackProgressLine\" style=\"width:100%\"><\/span><\/span><span class=\"jfProgress-itemWrapperLine \"><\/span><span id=\"jsSubmitError\" class=\"jfProgress-formError\"><\/span><div class=\"jfProgress-itemWrapper \" role=\"list\"><div class=\"jfProgress-itemCell\" role=\"listitem\"><div class=\"jfProgress-item\" data-index=\"0\" role=\"link\" tabindex=\"0\"><div class=\"jfProgress-itemCircle\"><span class=\"jfProgress-itemPulse\"><\/span><\/div><span class=\"jfProgress-itemLabel\">Question Label<\/span><span class=\"jfProgress-statusIcon\"><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/span><\/div><\/div><\/div><div class=\"jfProgress-info\"><span class=\"jfProgress-infoContent\" id=\"cardProgressToggle\" role=\"button\" aria-label=\"See all\"><span class=\"jfProgress-infoContentText\"><span class=\"cardProgress-currentIndex\" id=\"cardProgress-currentIndex\">1 <\/span><span class=\"cardProgress-questionCount cardProgress-middleText\">of<\/span><span class=\"cardProgress-questionCount\" id=\"cardProgress-questionCount\"> 6<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><span class=\"cardProgress-goBack-text\">Go Back<\/span><\/span><\/span><\/span><\/div><div class=\"jfProgress-mobileNavigation jsMobileNavigation\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forPrev forMobileNav u-left jsMobilePrev noTranslate\" data-component=\"button\" aria-label=\"Previous\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button type=\"button\" class=\"jfInput-button forNext forMobileNav u-right jsMobileNext noTranslate\" data-component=\"button\" aria-label=\"Next\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forSubmit forMobileNav form-submit-button u-center jsMobileSubmit\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><button class=\"jfInput-button u-left forBackToForm\" style=\"display:none\" aria-label=\"Back To Form\"><\/button><\/div><\/div><div class=\"js-overlayWrapper jfOverlay\" aria-hidden=\"true\"><div class=\"jfOverlay-modalWrapper js-overlay-modalWrapper\"><span class=\"jfOverlay-close\"><span class=\"iconSvg  close \"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 209.37 209.37\"><path d=\"M104.1,94.23c-5.83-6-11.26-11.65-16.79-17.2C75.06,64.72,62.72,52.5,50.5,40.17c-1.61-1.63-2.65-1.87-4.22,0a53.62,53.62,0,0,1-5.62,5.61c-1.83,1.58-1.87,2.65-.07,4.42C50.95,60.34,61.17,70.65,71.45,80.91,79,88.46,86.6,96,94.5,103.84L38.58,160l9.18,9.74,56.09-56.38,56.38,56.56,10.38-10.36-56.16-55.81c10-10,19.95-20,29.87-29.88,8-8,16-15.91,23.94-23.94,0.66-.66,1.31-2.42,1-2.78-2.8-3.08-5.82-6-9.24-9.36Z\"><\/path><\/svg><\/span><\/span><img class=\"js-overlayImage jfOverlayImage\" alt=\"close\" loading=\"lazy\"\/><\/div><\/div><script src=\"https:\/\/cdn.jotfor.ms\/cardforms\/layout.min.js?1ca1ce5a\"><\/script><script defer=\"\" src=\"https:\/\/www.jotform.com\/ownerView.php?id=220754522882054\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"form\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":false,\"ownerView\":false,\"ownerPercentage\":46,\"isProduction\":true,\"isFormProgressVisible\":true,\"apiURL\":\"https:\/\/api.jotform.com\",\"reviewBeforeSubmit\":null,\"questions\":[{\"qid\":\"input_3\",\"id\":\"3\",\"type\":\"control_fullname\"},{\"qid\":\"input_4\",\"id\":\"4\",\"type\":\"control_email\"},{\"qid\":\"input_5\",\"id\":\"5\",\"type\":\"control_textbox\"},{\"qid\":\"input_6\",\"id\":\"6\",\"type\":\"control_textarea\"},{\"qid\":\"input_7\",\"id\":\"7\",\"type\":\"control_checkbox\"},{\"qid\":\"input_10\",\"id\":\"10\",\"type\":\"control_widget\",\"widgetType\":\"field\"}],\"allQuestions\":[{\"id\":\"3\",\"type\":\"control_fullname\",\"isHidden\":false,\"fields\":null},{\"id\":\"4\",\"type\":\"control_email\",\"isHidden\":false,\"fields\":null},{\"id\":\"5\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"6\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"7\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"10\",\"type\":\"control_widget\",\"isHidden\":false,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"MRC\"},\"showAsHeading\":false,\"isFormTitleVisible\":false},\"formID\":220754522882054,\"fullscreenMode\":false});<\/script><\/body><\/html>\n","MRC",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="220754522882054"){return;}
var iframe=document.getElementById("220754522882054");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}}
iframe.style.height=height
break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;}
var src=args[1];if(args.length>3){src=args[1]+':'+args[2];}
var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}};if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();