var global=window;!function(){"use strict";function t(){return e}var e={};!function(t,i){"undefined"!=typeof e?t(global,e):t(i,i)}(function(t,e){function i(e){this._navigator=e?e:t.navigator?t.navigator:window?window.navigator:void 0,this.browser=this._getBrowser(),this.flash=this._getFlash(),this.os=this._getOS(),this.device=this._getDevice(),this.locales=this._getLocales(),this.locale=this.locales?this.locales[0]:void 0}i.prototype.constructor=i,i.prototype._getBrowser=function(){var t,e="undefined"!=typeof this._navigator?this._navigator.userAgent.toLowerCase():"",i=function(t){var i=e.match(t);return i&&i.length>1&&i[1]||""},n=/CrOS/.test(e),o=i(/edge\/(\d+(\.\d+)?)/i),s=i(/version\/(\d+(\.\d+)?)/i),r=!1;return/opera|opr/i.test(e)?t={name:"Opera",opera:!0,version:s||i(/(?:opera|opr)[\s\/](\d+(\.\d+)?)/i)}:/yabrowser/i.test(e)?t={name:"Yandex Browser",yandexbrowser:!0,version:s||i(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/windows phone/i.test(e)?(r=!0,t={name:"Windows Phone IE",ie:!0},o?(t.msedge=!0,t.version=o):(t.msie=!0,t.version=i(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(e)?(t={name:"Internet Explorer",msie:!0,ie:!0,version:i(/(?:msie |rv:)(\d+(\.\d+)?)/i)},/trident/i.test(e)&&("7.0"===t.version&&"4.0"===i(/(?:trident\/)(\d+(\.\d+)?)/i)&&(t.version="8.0"),"7.0"===t.version&&"5.0"===i(/(?:trident\/)(\d+(\.\d+)?)/i)&&(t.version="9.0"))):t=/silk/i.test(e)?{name:"Amazon Silk",silk:!0,version:i(/silk\/(\d+(\.\d+)?)/i)}:n?{name:"Chrome",chrome:!0,version:i(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/chrome.+? edge/i.test(e)?{name:"Microsoft Edge",ie:!0,msedge:!0,version:o}:/chrome|crios|crmo/i.test(e)?{name:"Chrome",chrome:!0,version:i(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(e)?{name:"SeaMonkey",seamonkey:!0,version:i(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel/i.test(e)?{name:"Firefox",firefox:!0,version:i(/(?:firefox|iceweasel)[ \/](\d+(\.\d+)?)/i)}:/phantom/i.test(e)?{name:"PhantomJS",phantom:!0,version:i(/phantomjs\/(\d+(\.\d+)?)/i)}:/safari/i.test(e)?{name:"Safari",safari:!0,version:s}:{other:!0},r||t.msie||t.msedge||!/(apple)?webkit/i.test(e)?!t.opera&&/gecko\//i.test(e)&&(t.name=t.name||"Gecko",t.gecko=!0,t.version=t.version||i(/gecko\/(\d+(\.\d+)?)/i)):(t.name=t.name||"Webkit",t.webkit=!0,!t.version&&s&&(t.version=s)),t.name||(t.name="Other"),t},i.prototype._getFlash=function(){var e="undefined",i="object",n="Shockwave Flash",o="ShockwaveFlash.ShockwaveFlash",s="application/x-shockwave-flash",r=null;if(typeof this._navigator.plugins!==e&&typeof this._navigator.plugins[n]===i){var a=this._navigator.plugins[n].description;if(a&&(typeof this._navigator.mimeTypes===e||!this._navigator.mimeTypes[s]||this._navigator.mimeTypes[s].enabledPlugin)){var h=!1;a=a.replace(/^.*\s+(\S+\s+\S+$)/,"$1"),r=[parseInt(a.replace(/^(.*)\..*$/,"$1"),10),parseInt(a.replace(/^.*\.(.*)\s.*$/,"$1"),10),/[a-zA-Z]/.test(a)?parseInt(a.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0]}}else if(typeof t.ActiveXObject!==e)try{var l=new t.ActiveXObject(o);l&&(a=l.GetVariable("$version"),a&&(h=!0,a=a.split(" ")[1].split(","),r=[parseInt(a[0],10),parseInt(a[1],10),parseInt(a[2],10)]))}catch(t){}return r},i.prototype._getOS=function(){var t="undefined"!=typeof this._navigator?this._navigator.userAgent.toLowerCase():"",e=function(e){var i=t.match(e);return i&&i.length>1&&i[1]||""},i={name:"Other",other:!0},n=e(/(ipod|iphone|ipad)/i).toLowerCase(),o=/like android/i.test(t),s=!o&&/android/i.test(t),r=e(/version\/(\d+(\.\d+)?)/i);return n?i={name:"iOS",version:e(/os\s(\d+_*\d*_*\d*)/).split("_").join("."),ios:!0}:s?i={name:"Android",version:e(/android\s(\d+\.*\d*\.*\d*)/),android:!0}:/mac os/.test(t)?i={name:"Mac OS",mac:!0}:/windows/i.test(t)?i={name:"Windows",windows:!0}:/playbook|blackberry|\bbb\d+/i.test(t)||/rim\stablet/i.test(t)?i={name:"Blackberry",blackberry:!0,version:r||e(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:/(web|hpw)os/i.test(t)?(i={name:"WebOS",webos:!0,version:r||e(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(t)&&(i.touchpad=!0)):/bada/i.test(t)?i={name:"Bada",bada:!0,version:e(/dolfin\/(\d+(\.\d+)?)/i)}:/tizen/i.test(t)?i={name:"Tizen",tizen:!0,version:e(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||r}:/sailfish/i.test(t)?i={name:"Sailfish",sailfish:!0,version:e(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel/i.test(t)&&/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(t)&&(i={name:"Firefox OS",firefoxos:!0}),i},i.prototype._getDevice=function(){var t="undefined"!=typeof this._navigator?this._navigator.userAgent.toLowerCase():"",e={},i=/like android/i.test(t),n=!i&&/android/i.test(t),o=/cros/.test(t);return e.name=t.match(/ipad/)?"ipad":t.match(/ipod/)?"ipod":t.match(/iphone/)?"iphone":n?"android":t.match(/windows phone/)?"wphone":t.match(/mobile/)?"mobile":t.match(/mac|win|linux/)||o?"desktop":"other",e[e.name]=!0,e},i.prototype._getLocales=function(){if("undefined"!=typeof this._navigator){if(this._navigator.languages&&this._navigator.languages.length>0){for(var t,e=[],i=0;i10&&t.push("html")}else t.push("html");else{var i=this.userAgentInfo.os.ios,n=this.userAgentInfo.os.android&&(parseInt(this.userAgentInfo.os.version.split(".")[0],10)>4||4===parseInt(this.userAgentInfo.os.version.split(".")[0],10)&&parseInt(this.userAgentInfo.os.version.split(".")[1],10)>=1);(i||n)&&t.push("mobile")}return t.push("basic"),t},i.prototype.mainVersion=function(){var t=this.getSupportedVersions();if(this.priorities){for(var e=0;e0)return t[0];return null},i.prototype.isRenderable=function(){return null!==this.mainVersion()},e.PublicationDetector=i},this),function(t,i){"undefined"!=typeof e?t(global,e):t(i,i)}(function(t,e){function i(t,e){var i=this;o(t,"click",function(t){var n=!0;e&&(n=n&&e(t)),n&&(t.preventDefault(),i.render.call(i,t.currentTarget))})}var n=function(e,i,n){var o=100,n=n||!1,s=t.innerWidth-o,r=t.innerHeight-o,a=s/r,h=e/i,l=a>h?e*r/i:s,d=a>h?r:i*s/e;return n&&(l>e||d>i)?(l=e,d=i,s+=o,r+=o,o=0):(l=Math.round(l),d=Math.round(d)),{width:l,height:d,paddingTop:(r+o-d)/2,paddingLeft:(s+o-l)/2}},o=function(t,e,i){window.addEventListener?t.addEventListener(e,i):t.attachEvent("on"+e,i)},s=function(t,e,i){window.removeEventListener?t.removeEventListener(e,i):t.detachEvent("on"+e,i)};i.prototype.render=function(t){this.blackout=document.createElement("div"),this.lightbox=document.createElement("div"),this.closeButton=document.createElement("img"),this.lightbox.style.position="relative",this.lightbox.style.display="block",this.lightbox.style.margin="50px auto",this.lightbox.style.minWidth="200px",this.lightbox.style.minHeight="150px",this.lightbox.style.maxWidth="90%",this.lightbox.style.backgroundColor="#fff",this.lightbox.style.padding="10px",this.lightbox.style.borderRadius="5px",this.closeButton.style.width="30px;",this.closeButton.style.height="30px",this.closeButton.style.top="-15px",this.closeButton.style.right="-15px",this.closeButton.style.position="absolute",this.closeButton.style.cursor="pointer",this.closeButton.setAttribute("src",this._getCloseIcon()),this.blackout.style.width="100%",this.blackout.style.height="100%",this.blackout.style.backgroundColor="rgba(0, 0, 0, 0.7)",this.blackout.style.position="fixed",this.blackout.style.top="0px",this.blackout.style.left="0px",this.blackout.style.zIndex="12147483646",this.lightbox.appendChild(this.closeButton),this.blackout.appendChild(this.lightbox);var e=this;if(t.getAttribute("data-img")){var i=document.createElement("img");this.sizing(100,100,!0),i.onload=function(){e.width=i.width,e.height=i.height,e.sizing(i.width,i.height,!0),i.style.width="100%",i.style.height="100%",e.lightbox.appendChild(i)},i.src=t.getAttribute("data-img"),o(window,"resize",function(){e.sizing.call(e,e.width,e.height,!0)})}else if(t.getAttribute("href")){var n=document.createElement("iframe");n.src=t.getAttribute("href"),n.width="100%",n.height="100%",n.setAttribute("type","text/html"),n.setAttribute("scrolling","no"),n.setAttribute("frameborder","0"),n.setAttribute("allowfullscreen","allowfullscreen"),this.width=t.getAttribute("data-width")||600,this.height=t.getAttribute("data-height")||400,this.sizing(),this.lightbox.appendChild(n),o(window,"resize",function(){e.sizing.call(e)})}this.bindClose(),document.body.appendChild(this.blackout)},i.prototype._getCloseIcon=function(){return"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAQAAACROWYpAAAEAUlEQVR42oWVbWwUZRDH/+3e9l5h2yu9tsddX+hRWnupR2uFQK8hMWnrGcRCCKGKcJQ0aKgmJh4mJFWspmArYgiQGtvqN0MipOIXPyARRSIagYgJIRIhsaZRIIF723vrOHu7163cGWf2w+7M/O55ZuZ55vCIFKEYxRsM7WJLicc4Zj1uaylpKWkXNxgUO3t1yQMFiDCtWrLX8UHdqGeo4cgTE2s63EH3W65gRYUNJvYKKCqMGmCssHU7PvR+Hfj7cPISaZK6cv+jcxs317rs/ANGGPLxYjaa60q31kx2hj/PYXOZ2xnS5MFnq+pXO8skmMEpPLqqxWV/wTPzbOY2UXJ+ItkdQ1jVjuj7yfg8W6+e295eI5XBoq6uo+al9h7PqT5KEH2Vro2omK5N0Z/SROx7vqmOcbOOCzBCaq1/rzd9h2g6KYRRQIXwuwkFP9nndENiQmCcHxG2Zc6XO+9/qayqo/l6IkkU/h6PoQo2porBj2mpvav5kyBRNOPSNtwWXb+QsyMyIFuybyXh2RTRN2+6VsIOEwQFtlqcWzt//5ToWFIN90aJ5WBCeV8RneViTWieQZno7nm0oho2GMC8JK0I9MauEq3VVquNxEjFVyooy1hC9ZRHlLqVdqEepSgB8+WV3k39RA8zenbPxFT8YRY9ndIrcY3Ltn9oSROWwQSINkdLx55XiG6mdVjBZcZ0NKdfMHzysPVxVMLMsKXauy4YIvo1/e/O3p1X4bcTi+1nGD5+FG1wwsownI51/iGie+nF6FwWTWu5654f4kSvj5ifxHINFtfUDyT/Iso1SorMablu1HLfJ+eOygNuVutL4gJcLXa07Lx1gehVLWRtTM9VLd2plOrp5o+5X7Ad7bltO0Rf47YjH7M5ZQnn+rlPFhYuxsFEbk8XokRnz2IztIJxq9BsDLhCs1f0fhbWXZxv+M/y/ehFs9oqARLqDX77wJ4JYtkV/y90fSyV4UqfQRD+3CHh44lq+IS+yjdOZMfAcMHVd8RlRi9eRgib4NOOJ8Mm2OFBl7Cz7J1jMwp+Q94W17LXynSJC8XozxjBi+iCR70Y2pVEFbzoEQalQ3tn/rhJLHLmWmJSnpR/lLk5LPdmx8/jEAbRA69+JbVhADdWIyAMWkYwdfS7327QIrlza/qyOI0RRgMcpQ+D3BhCGWrgQw9vK2Qex5R0+qlvD1w/cD1wcfkMpjCOEHt64OMofQzpA5CNbnjhx3PYjdcwbBg1jGHMMFo8zF+72epnrxvaAMwbvZA4mwb4OOxpbEE/drD2Ywt/+dnawF599Ob9XxhhRRmH1KIRXg5vY/XxWyNbqthj1XPNw1mVHYgcYoYFVk0tMLNFVFbMxvyPFBXQAvIP9TCL+Lre4wwAAAAASUVORK5CYII="},i.prototype.sizing=function(t,e,i){t=t||this.width,e=e||this.height,i=i||!1;var o=n(t,e,i);this.lightbox.style.width=o.width+"px",this.lightbox.style.height=o.height+"px",this.lightbox.style.top=o.paddingTop+"px",this.lightbox.style.left=o.paddingLeft+"px",this.lightbox.style.margin="0"},i.prototype.bindClose=function(){var t=this,e=function(e){27===e.keyCode&&(e.stopPropagation(),t.blackout.parentNode.removeChild(t.blackout))},i=function(i){i.stopPropagation(),t.blackout.parentNode.removeChild(t.blackout),s(document,"keyup",e)};o(this.closeButton,"click",i),o(this.blackout,"click",i),o(document,"keyup",e)},e.FBLightbox=i},this),function(i,n){if("undefined"!=typeof e){var o=t("../ua-detector").UserAgentDetector,s=t("../publication-detector").PublicationDetector,r=t("./lightbox").FBLightbox;i(global,e,o,s,r)}else i(n,n,n.UserAgentDetector,n.PublicationDetector,n.FBLightbox)}(function(t,e,i,n,o){function s(){this.THUMBNAIL_URL="https://pages.cld.bz/Thumbnail.aspx?url=",this.API_URL="",this.elementsArray=[],this.userAgentDetector=new i,this.publicationDetector=new n(this.userAgentDetector,["html"]),this.parseAllEmbeds()}var PRODUCT_CODE="fbc";return"undefined"!=typeof t[PRODUCT_CODE+"Embed"]?void t[PRODUCT_CODE+"Embed"].parseAllEmbeds():(s.prototype.parseAllEmbeds=function(){for(var t=this._getElementsByClass(PRODUCT_CODE+"-embed"),e=0;e0?c.src=this._getPublicationThumbLink(n):c.src=this._getSelfhostPublicationThumbLink(n),p.appendChild(c);var u=t.document.createElement("div");u.style.width="50px",u.style.height="50px",u.style.position="absolute",u.style.top="50%",u.style.left="50%",u.style.margin="-25px 0px 0px -25px",u.style.backgroundImage="url('"+this._getPublicationThumbIcon()+"')",u.style.backgroundPosition="center 0px";var g=function(){u.style.backgroundPosition="center 50px"};this._addEvent(c,"mouseenter",g),this._addEvent(u,"mouseenter",g);var m=function(){u.style.backgroundPosition="center 0px"};this._addEvent(c,"mouseleave",m),this._addEvent(u,"mouseleave",m),p.appendChild(u);var y=e.getAttribute("data-"+PRODUCT_CODE+"-width"),b=e.getAttribute("data-"+PRODUCT_CODE+"-height");y||(y=this._getEmbedDefaultWidth()+"px"),b||(b=this._getEmbedDefaultHeight()+"px"),e.style.width||(e.style.width=y),e.style.height||(e.style.height=b),new o(d,function(){var t=.8*i._getWindowWidth()>i._getPayloadMinWidth()&&.8*i._getWindowHeight()>i._getPayloadMinHeight(),n="no"!==e.getAttribute("data-"+PRODUCT_CODE+"-lightbox");return t&&i.userAgentDetector.device.desktop===!0&&n});var f=t.document.createElement("div");e.appendChild(f),this._resizeEmbed(e,f,d,n),this._addEvent(t,"resize",function(){i._resizeEmbed(e,f,d,n)}),this._doResize=function(){i._resizeEmbed(e,f,d,n)};var v=e.getAttribute("data-"+PRODUCT_CODE+"-analytics");this.API_URL.length>0&&"no"!==v&&this._sendAnalytics(this.API_URL,n)},s.prototype._getPublicationThumbLink=function(t){return this.THUMBNAIL_URL+encodeURIComponent(t)},s.prototype._getSelfhostPublicationThumbLink=function(t){var e=t.split("#")[0].split("?")[0].split("index.html")[0];return e+"/files/assets/cover300.jpg"},s.prototype._sendAnalytics=function(e,i){this._ajax(e,function(t,e){200!==e.status&&console.log(e)},'{"RecordOnly":true,"Url":"'+i+'","EmbedDomain":"'+t.location.hostname+'","EmbedMethod":""}')},s.prototype._ajax=function(t,e,i){var n;try{n=new window.ActiveXObject("Msxml2.XMLHTTP")}catch(t){try{n=new window.ActiveXObject("Microsoft.XMLHTTP")}catch(t){n=!1}}n||"undefined"==typeof XMLHttpRequest||(n=new XMLHttpRequest);try{n.open(i?"POST":"GET",t,1),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.setRequestHeader("Content-type","application/json"),n.onreadystatechange=function(){n.readyState>3&&e&&e(n.responseText,n)},n.send(i)}catch(t){window.console&&console.error(t)}},s.prototype._runPayload=function(e,i){if(window.NOVIEW===!0&&(i+="?noview=true"),this._shouldShowPayload()&&!e.hasChildNodes()){var n=t.document.createElement("iframe");n.style.width="100%",n.style.height="100%",n.setAttribute("type","text/html"),n.setAttribute("scrolling","no"),n.setAttribute("frameborder","0"),n.setAttribute("allowfullscreen","allowfullscreen"),n.setAttribute("src",i),e.appendChild(n)}},s.prototype._removePayload=function(t){for(var e=t.firstChild;e;)t.removeChild(e),e=t.firstChild},s.prototype._resizeEmbed=function(t,e,i,n){var o=this,s=this._getBoundingClientRect(t);return 0===s.width||0===s.height?void setTimeout(function(){o._resizeEmbed(t,e,i,n)},10):(s.width>=this._getPayloadMinWidth()&&s.height>=this._getPayloadMinHeight()&&this._shouldShowPayload()?(this._runPayload(e,n),e.style.display="inline",i.style.display="none"):(this._removePayload(e),e.style.display="none",i.style.display="block"),e.style.width=i.style.width=s.width+"px",void(e.style.height=i.style.height=s.height+"px"))},s.prototype._getPayloadMinWidth=function(){return 400},s.prototype._getPayloadMinHeight=function(){return 200},s.prototype._getEmbedDefaultWidth=function(){return 250},s.prototype._getEmbedDefaultHeight=function(){return 150},s.prototype._shouldShowPayload=function(){return this.publicationDetector.isRenderable()},s.prototype._getPublicationThumbIcon=function(){return"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABkCAYAAADE6GNbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRUFBRTJERDBGMjA2ODExODIyQUQ4OTVFODQyMkE1QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRTEzQkM2QTg3QUIxMUU1OUE1NkQzMTBBNzlBOEFDQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRTEzQkM2OTg3QUIxMUU1OUE1NkQzMTBBNzlBOEFDQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEIyNzM2NzAxNzIwNjgxMTgyMkFEODQ2QkQ4Q0QwREMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEVBQUUyREQwRjIwNjgxMTgyMkFEODk1RTg0MjJBNUMiLz4gPC9yZGY6RGVzY3Jp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"},s.prototype._getWindowWidth=function(){return t.innerWidth||t.document.documentElement.clientWidth||t.document.body.clientWidth},s.prototype._getWindowHeight=function(){return t.innerHeight||t.document.documentElement.clientHeight||t.document.body.clientHeight},s.prototype._getBoundingClientRect=function(t){var e=t.getBoundingClientRect();return{width:e.width||e.right-e.left,height:e.height||e.bottom-e.top,left:e.left,right:e.right,top:e.top,bottom:e.bottom}},s.prototype._getElementsByClass=function(e,i){if("undefined"==typeof i&&(i=t.document),"function"==typeof i.getElementsByClassName)return i.getElementsByClassName(e);var n=[],o=i.getElementsByTagName("*");for(var s in o)if(Object.prototype.hasOwnProperty.call(o,s)&&"object"==typeof o[s]){var r=Object.prototype.hasOwnProperty.call(o[s],"className")?o[s].className:o[s].getAttribute("className"),a=null===r?[]:r.split(" ");this._indexOf(a,e)!==-1&&n.push(o[s])}return n},s.prototype._indexOf=function(t,e){if(null===t)return-1;for(var i=t.length,n=0;n