From 13c37e32f322892ffde00b0b9f221247c178365e Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Thu, 18 Jul 2024 17:09:08 +0200 Subject: [PATCH] [BUGFIX] Support additional checkboxes in email4link lightbox Before this commit values of additional checkboxes (e.g. registration for newsletter) were sent every time an email4link popup was submitted even if the checkbox was not checked. Related: https://projekte.in2code.de/issues/65254 --- Resources/Private/Build/JavaScript/Frontend/Lux.js | 14 ++++++-------- Resources/Public/JavaScript/Lux/Lux.min.js | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Private/Build/JavaScript/Frontend/Lux.js b/Resources/Private/Build/JavaScript/Frontend/Lux.js index c1c5373c..83eac06a 100644 --- a/Resources/Private/Build/JavaScript/Frontend/Lux.js +++ b/Resources/Private/Build/JavaScript/Frontend/Lux.js @@ -968,15 +968,13 @@ function LuxMain() { var target = link.getAttribute('target'); var sendEmail = link.getAttribute('data-lux-email4link-sendemail') || 'false'; - var formArguments = {}; var form = that.lightboxInstance.element().querySelector('[data-lux-email4link="form"]'); - for (var i = 0; i < form.elements.length; i++) { - var field = form.elements[i]; - var name = field.getAttribute('name'); - if (name !== null && name.indexOf('email4link[') !== -1) { - var value = field.value; - var nameParts = name.split('['); - name = nameParts[1].substring(0, nameParts[1].length - 1); + var formData = new FormData(form); + var formArguments = {}; + + for (var [key, value] of formData.entries()) { + if (key.startsWith('email4link[')) { + var name = key.split('[')[1].split(']')[0]; formArguments[name] = value; } } diff --git a/Resources/Public/JavaScript/Lux/Lux.min.js b/Resources/Public/JavaScript/Lux/Lux.min.js index 8ec3d9af..0a345562 100644 --- a/Resources/Public/JavaScript/Lux/Lux.min.js +++ b/Resources/Public/JavaScript/Lux/Lux.min.js @@ -1 +1 @@ -!function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var i={exports:{}};i.exports=function e(i,n,a){function o(l,u){if(!n[l]){if(!i[l]){if(!u&&t)return t(l);if(r)return r(l,!0);var s=new Error("Cannot find module '"+l+"'");throw s.code="MODULE_NOT_FOUND",s}var c=n[l]={exports:{}};i[l][0].call(c.exports,(function(e){return o(i[l][1][e]||e)}),c,c.exports,e,i,n,a)}return n[l].exports}for(var r=t,l=0;l1&&void 0!==arguments[1]&&arguments[1],i=document.createElement("div");return i.innerHTML=e.trim(),!0===t?i.children:i.firstChild},a=function(e,t){var i=e.children;return 1===i.length&&i[0].tagName===t},o=function(e){return null!=(e=e||document.querySelector(".basicLightbox"))&&!0===e.ownerDocument.body.contains(e)};i.visible=o,i.create=function(e,t){var i=function(e,t){var i=n('\n\t\t
\n\t\t\t\n\t\t
\n\t')),o=i.querySelector(".basicLightbox__placeholder");e.forEach((function(e){return o.appendChild(e)}));var r=a(o,"IMG"),l=a(o,"VIDEO"),u=a(o,"IFRAME");return!0===r&&i.classList.add("basicLightbox--img"),!0===l&&i.classList.add("basicLightbox--video"),!0===u&&i.classList.add("basicLightbox--iframe"),i}(e=function(e){var t="string"==typeof e,i=e instanceof HTMLElement==1;if(!1===t&&!1===i)throw new Error("Content must be a DOM element/node or string");return!0===t?Array.from(n(e,!0)):"TEMPLATE"===e.tagName?[e.content.cloneNode(!0)]:Array.from(e.children)}(e),t=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(null==(e=Object.assign({},e)).closable&&(e.closable=!0),null==e.className&&(e.className=""),null==e.onShow&&(e.onShow=function(){}),null==e.onClose&&(e.onClose=function(){}),"boolean"!=typeof e.closable)throw new Error("Property `closable` must be a boolean");if("string"!=typeof e.className)throw new Error("Property `className` must be a string");if("function"!=typeof e.onShow)throw new Error("Property `onShow` must be a function");if("function"!=typeof e.onClose)throw new Error("Property `onClose` must be a function");return e}(t)),r=function(e){return!1!==t.onClose(l)&&function(e,t){return e.classList.remove("basicLightbox--visible"),setTimeout((function(){return!1===o(e)||e.parentElement.removeChild(e),t()}),410),!0}(i,(function(){if("function"==typeof e)return e(l)}))};!0===t.closable&&i.addEventListener("click",(function(e){e.target===i&&r()}));var l={element:function(){return i},visible:function(){return o(i)},show:function(e){return!1!==t.onShow(l)&&function(e,t){return document.body.appendChild(e),setTimeout((function(){requestAnimationFrame((function(){return e.classList.add("basicLightbox--visible"),t()}))}),10),!0}(i,(function(){if("function"==typeof e)return e(l)}))},close:r};return l}},{}]},{},[1])(1);var n={exports:{}};!function(t,i){!function(e,n){var a="function",o="undefined",r="object",l="string",u="major",s="model",c="name",d="type",f="vendor",g="version",h="architecture",m="console",p="mobile",b="tablet",w="smarttv",v="wearable",x="embedded",y="Amazon",A="Apple",T="ASUS",S="BlackBerry",k="Browser",C="Chrome",E="Firefox",O="Google",_="Huawei",B="LG",L="Microsoft",I="Motorola",M="Opera",D="Samsung",P="Sharp",N="Sony",R="Xiaomi",F="Zebra",U="Facebook",G="Chromium OS",H="Mac OS",V=function(e){for(var t={},i=0;i0?2===u.length?typeof u[1]==a?this[u[0]]=u[1].call(this,c):this[u[0]]=u[1]:3===u.length?typeof u[1]!==a||u[1].exec&&u[1].test?this[u[0]]=c?c.replace(u[1],u[2]):n:this[u[0]]=c?u[1].call(this,c,u[2]):n:4===u.length&&(this[u[0]]=c?u[3].call(this,c.replace(u[1],u[2])):n):this[u]=c||n;d+=2}},X=function(e,t){for(var i in t)if(typeof t[i]===r&&t[i].length>0){for(var a=0;a2&&(e[s]="iPad",e[d]=b),e},this.getEngine=function(){var e={};return e[c]=n,e[g]=n,z.call(e,w,x.engine),e},this.getOS=function(){var e={};return e[c]=n,e[g]=n,z.call(e,w,x.os),y&&!e[c]&&v&&"Unknown"!=v.platform&&(e[c]=v.platform.replace(/chrome os/i,G).replace(/macos/i,H)),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return w},this.setUA=function(e){return w=typeof e===l&&e.length>500?j(e,500):e,this},this.setUA(w),this};J.VERSION="0.7.37",J.BROWSER=V([c,g,u]),J.CPU=V([h]),J.DEVICE=V([s,f,d,m,p,w,b,v,x]),J.ENGINE=J.OS=V([c,g]),t.exports&&(i=t.exports=J),i.UAParser=J;var Y=typeof e!==o&&(e.jQuery||e.Zepto);if(Y&&!Y.ua){var $=new J;Y.ua=$.getResult(),Y.ua.get=function(){return $.getUA()},Y.ua.set=function(e){$.setUA(e);var t=$.getResult();for(var i in t)Y.ua[i]=t[i]}}}("object"==typeof window?window:e)}(n,n.exports);var a=n.exports,o={exports:{}};!function(t){var i,n;i=e,n=function(){void 0===Array.isArray&&(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var e=function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var i=[0,0,0,0];return i[3]+=e[3]+t[3],i[2]+=i[3]>>>16,i[3]&=65535,i[2]+=e[2]+t[2],i[1]+=i[2]>>>16,i[2]&=65535,i[1]+=e[1]+t[1],i[0]+=i[1]>>>16,i[1]&=65535,i[0]+=e[0]+t[0],i[0]&=65535,[i[0]<<16|i[1],i[2]<<16|i[3]]},t=function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var i=[0,0,0,0];return i[3]+=e[3]*t[3],i[2]+=i[3]>>>16,i[3]&=65535,i[2]+=e[2]*t[3],i[1]+=i[2]>>>16,i[2]&=65535,i[2]+=e[3]*t[2],i[1]+=i[2]>>>16,i[2]&=65535,i[1]+=e[1]*t[3],i[0]+=i[1]>>>16,i[1]&=65535,i[1]+=e[2]*t[2],i[0]+=i[1]>>>16,i[1]&=65535,i[1]+=e[3]*t[1],i[0]+=i[1]>>>16,i[1]&=65535,i[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],i[0]&=65535,[i[0]<<16|i[1],i[2]<<16|i[3]]},i=function(e,t){return 32==(t%=64)?[e[1],e[0]]:t<32?[e[0]<>>32-t,e[1]<>>32-t]:(t-=32,[e[1]<>>32-t,e[0]<>>32-t])},n=function(e,t){return 0==(t%=64)?e:t<32?[e[0]<>>32-t,e[1]<>>1]),e=t(e,[4283543511,3981806797]),e=a(e,[0,e[0]>>>1]),e=t(e,[3301882366,444984403]),e=a(e,[0,e[0]>>>1])},r=function(r,l){l=l||0;for(var u=(r=r||"").length%16,s=r.length-u,c=[0,l],d=[0,l],f=[0,0],g=[0,0],h=[2277735313,289559509],m=[1291169091,658871167],p=0;p>>0).toString(16)).slice(-8)+("00000000"+(c[1]>>>0).toString(16)).slice(-8)+("00000000"+(d[0]>>>0).toString(16)).slice(-8)+("00000000"+(d[1]>>>0).toString(16)).slice(-8)},l={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",userDefinedFonts:[],extendedJsFonts:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},extraComponents:[],excludes:{enumerateDevices:!0,pixelRatio:!0,doNotTrack:!0,fontsFlash:!0,adBlock:!0},NOT_AVAILABLE:"not available",ERROR:"error",EXCLUDED:"excluded"},u=function(e,t){if(Array.prototype.forEach&&e.forEach===Array.prototype.forEach)e.forEach(t);else if(e.length===+e.length)for(var i=0,n=e.length;it.name?1:e.name=0?"Windows Phone":t.indexOf("windows")>=0||t.indexOf("win16")>=0||t.indexOf("win32")>=0||t.indexOf("win64")>=0||t.indexOf("win95")>=0||t.indexOf("win98")>=0||t.indexOf("winnt")>=0||t.indexOf("wow64")>=0?"Windows":t.indexOf("android")>=0?"Android":t.indexOf("linux")>=0||t.indexOf("cros")>=0||t.indexOf("x11")>=0?"Linux":t.indexOf("iphone")>=0||t.indexOf("ipad")>=0||t.indexOf("ipod")>=0||t.indexOf("crios")>=0||t.indexOf("fxios")>=0?"iOS":t.indexOf("macintosh")>=0||t.indexOf("mac_powerpc)")>=0?"Mac":"Other",("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0)&&"Windows"!==e&&"Windows Phone"!==e&&"Android"!==e&&"iOS"!==e&&"Other"!==e&&-1===t.indexOf("cros"))return!0;if(void 0!==i){if((i=i.toLowerCase()).indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e)return!0;if(i.indexOf("linux")>=0&&"Linux"!==e&&"Android"!==e)return!0;if(i.indexOf("mac")>=0&&"Mac"!==e&&"iOS"!==e)return!0;if((-1===i.indexOf("win")&&-1===i.indexOf("linux")&&-1===i.indexOf("mac"))!=("Other"===e))return!0}return n.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||(n.indexOf("linux")>=0||n.indexOf("android")>=0||n.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||(n.indexOf("mac")>=0||n.indexOf("ipad")>=0||n.indexOf("ipod")>=0||n.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||!(n.indexOf("arm")>=0&&"Windows Phone"===e)&&!(n.indexOf("pike")>=0&&t.indexOf("opera mini")>=0)&&((n.indexOf("win")<0&&n.indexOf("linux")<0&&n.indexOf("mac")<0&&n.indexOf("iphone")<0&&n.indexOf("ipad")<0&&n.indexOf("ipod")<0)!=("Other"===e)||void 0===navigator.plugins&&"Windows"!==e&&"Windows Phone"!==e)},L=function(){var e,t=navigator.userAgent.toLowerCase(),i=navigator.productSub;if(t.indexOf("edge/")>=0||t.indexOf("iemobile/")>=0)return!1;if(t.indexOf("opera mini")>=0)return!1;if(("Chrome"==(e=t.indexOf("firefox/")>=0?"Firefox":t.indexOf("opera/")>=0||t.indexOf(" opr/")>=0?"Opera":t.indexOf("chrome/")>=0?"Chrome":t.indexOf("safari/")>=0?t.indexOf("android 1.")>=0||t.indexOf("android 2.")>=0||t.indexOf("android 3.")>=0||t.indexOf("android 4.")>=0?"AOSP":"Safari":t.indexOf("trident/")>=0?"Internet Explorer":"Other")||"Safari"===e||"Opera"===e)&&"20030107"!==i)return!0;var n,a=eval.toString().length;if(37===a&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===a&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===a&&"Chrome"!==e&&"AOSP"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(e){try{e.toSource(),n=!0}catch(e){n=!1}}return n&&"Firefox"!==e&&"Other"!==e},I=function(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))},M=function(){if(!I()||!window.WebGLRenderingContext)return!1;var e=U();if(e){try{G(e)}catch(e){}return!0}return!1},D=function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))},P=function(){return("msWriteProfilerMark"in window)+("msLaunchUri"in navigator)+("msSaveBlob"in navigator)>=2},N=function(){return void 0!==window.swfobject},R=function(){return window.swfobject.hasFlashPlayerVersion("9.0.0")},F=function(e,t){var i="___fp_swf_loaded";window[i]=function(t){e(t)};var n=t.fonts.swfContainerId;!function(e){var t=document.createElement("div");t.setAttribute("id",e.fonts.swfContainerId),document.body.appendChild(t)}();var a={onReady:i};window.swfobject.embedSWF(t.fonts.swfPath,n,"1","1","9.0.0",!1,a,{allowScriptAccess:"always",menu:"false"},{})},U=function(){var e=document.createElement("canvas"),t=null;try{t=e.getContext("webgl")||e.getContext("experimental-webgl")}catch(e){}return t||(t=null),t},G=function(e){var t=e.getExtension("WEBGL_lose_context");null!=t&&t.loseContext()},H=[{key:"userAgent",getData:function(e){e(navigator.userAgent)}},{key:"webdriver",getData:function(e,t){e(null==navigator.webdriver?t.NOT_AVAILABLE:navigator.webdriver)}},{key:"language",getData:function(e,t){e(navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||t.NOT_AVAILABLE)}},{key:"colorDepth",getData:function(e,t){e(window.screen.colorDepth||t.NOT_AVAILABLE)}},{key:"deviceMemory",getData:function(e,t){e(navigator.deviceMemory||t.NOT_AVAILABLE)}},{key:"pixelRatio",getData:function(e,t){e(window.devicePixelRatio||t.NOT_AVAILABLE)}},{key:"hardwareConcurrency",getData:function(e,t){e(v(t))}},{key:"screenResolution",getData:function(e,t){e(d(t))}},{key:"availableScreenResolution",getData:function(e,t){e(f(t))}},{key:"timezoneOffset",getData:function(e){e((new Date).getTimezoneOffset())}},{key:"timezone",getData:function(e,t){window.Intl&&window.Intl.DateTimeFormat?e((new window.Intl.DateTimeFormat).resolvedOptions().timeZone||t.NOT_AVAILABLE):e(t.NOT_AVAILABLE)}},{key:"sessionStorage",getData:function(e,t){e(p(t))}},{key:"localStorage",getData:function(e,t){e(b(t))}},{key:"indexedDb",getData:function(e,t){e(w(t))}},{key:"addBehavior",getData:function(e){e(!!window.HTMLElement.prototype.addBehavior)}},{key:"openDatabase",getData:function(e){e(!!window.openDatabase)}},{key:"cpuClass",getData:function(e,t){e(x(t))}},{key:"platform",getData:function(e,t){e(y(t))}},{key:"doNotTrack",getData:function(e,t){e(A(t))}},{key:"plugins",getData:function(e,t){D()?t.plugins.excludeIE?e(t.EXCLUDED):e(h(t)):e(g(t))}},{key:"canvas",getData:function(e,t){I()?e(S(t)):e(t.NOT_AVAILABLE)}},{key:"webgl",getData:function(e,t){M()?e(k()):e(t.NOT_AVAILABLE)}},{key:"webglVendorAndRenderer",getData:function(e){M()?e(C()):e()}},{key:"adBlock",getData:function(e){e(E())}},{key:"hasLiedLanguages",getData:function(e){e(O())}},{key:"hasLiedResolution",getData:function(e){e(_())}},{key:"hasLiedOs",getData:function(e){e(B())}},{key:"hasLiedBrowser",getData:function(e){e(L())}},{key:"touchSupport",getData:function(e){e(T())}},{key:"fonts",getData:function(e,t){var i=["monospace","sans-serif","serif"],n=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"];t.fonts.extendedJsFonts&&(n=n.concat(["Abadi MT Condensed Light","Academy Engraved LET","ADOBE CASLON PRO","Adobe Garamond","ADOBE GARAMOND PRO","Agency FB","Aharoni","Albertus Extra Bold","Albertus Medium","Algerian","Amazone BT","American Typewriter","American Typewriter Condensed","AmerType Md BT","Andalus","Angsana New","AngsanaUPC","Antique Olive","Aparajita","Apple Chancery","Apple Color Emoji","Apple SD Gothic Neo","Arabic Typesetting","ARCHER","ARNO PRO","Arrus BT","Aurora Cn BT","AvantGarde Bk BT","AvantGarde Md BT","AVENIR","Ayuthaya","Bandy","Bangla Sangam MN","Bank Gothic","BankGothic Md BT","Baskerville","Baskerville Old Face","Batang","BatangChe","Bauer Bodoni","Bauhaus 93","Bazooka","Bell MT","Bembo","Benguiat Bk BT","Berlin Sans FB","Berlin Sans FB Demi","Bernard MT Condensed","BernhardFashion BT","BernhardMod BT","Big Caslon","BinnerD","Blackadder ITC","BlairMdITC TT","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bodoni MT","Bodoni MT Black","Bodoni MT Condensed","Bodoni MT Poster Compressed","Bookshelf Symbol 7","Boulder","Bradley Hand","Bradley Hand ITC","Bremen Bd BT","Britannic Bold","Broadway","Browallia New","BrowalliaUPC","Brush Script MT","Californian FB","Calisto MT","Calligrapher","Candara","CaslonOpnface BT","Castellar","Centaur","Cezanne","CG Omega","CG Times","Chalkboard","Chalkboard SE","Chalkduster","Charlesworth","Charter Bd BT","Charter BT","Chaucer","ChelthmITC Bk BT","Chiller","Clarendon","Clarendon Condensed","CloisterBlack BT","Cochin","Colonna MT","Constantia","Cooper Black","Copperplate","Copperplate Gothic","Copperplate Gothic Bold","Copperplate Gothic Light","CopperplGoth Bd BT","Corbel","Cordia New","CordiaUPC","Cornerstone","Coronet","Cuckoo","Curlz MT","DaunPenh","Dauphin","David","DB LCD Temp","DELICIOUS","Denmark","DFKai-SB","Didot","DilleniaUPC","DIN","DokChampa","Dotum","DotumChe","Ebrima","Edwardian Script ITC","Elephant","English 111 Vivace BT","Engravers MT","EngraversGothic BT","Eras Bold ITC","Eras Demi ITC","Eras Light ITC","Eras Medium ITC","EucrosiaUPC","Euphemia","Euphemia UCAS","EUROSTILE","Exotc350 Bd BT","FangSong","Felix Titling","Fixedsys","FONTIN","Footlight MT Light","Forte","FrankRuehl","Fransiscan","Freefrm721 Blk BT","FreesiaUPC","Freestyle Script","French Script MT","FrnkGothITC Bk BT","Fruitger","FRUTIGER","Futura","Futura Bk BT","Futura Lt BT","Futura Md BT","Futura ZBlk BT","FuturaBlack BT","Gabriola","Galliard BT","Gautami","Geeza Pro","Geometr231 BT","Geometr231 Hv BT","Geometr231 Lt BT","GeoSlab 703 Lt BT","GeoSlab 703 XBd BT","Gigi","Gill Sans","Gill Sans MT","Gill Sans MT Condensed","Gill Sans MT Ext Condensed Bold","Gill Sans Ultra Bold","Gill Sans Ultra Bold Condensed","Gisha","Gloucester MT Extra Condensed","GOTHAM","GOTHAM BOLD","Goudy Old Style","Goudy Stout","GoudyHandtooled BT","GoudyOLSt BT","Gujarati Sangam MN","Gulim","GulimChe","Gungsuh","GungsuhChe","Gurmukhi MN","Haettenschweiler","Harlow Solid Italic","Harrington","Heather","Heiti SC","Heiti TC","HELV","Herald","High Tower Text","Hiragino Kaku Gothic ProN","Hiragino Mincho ProN","Hoefler Text","Humanst 521 Cn BT","Humanst521 BT","Humanst521 Lt BT","Imprint MT Shadow","Incised901 Bd BT","Incised901 BT","Incised901 Lt BT","INCONSOLATA","Informal Roman","Informal011 BT","INTERSTATE","IrisUPC","Iskoola Pota","JasmineUPC","Jazz LET","Jenson","Jester","Jokerman","Juice ITC","Kabel Bk BT","Kabel Ult BT","Kailasa","KaiTi","Kalinga","Kannada Sangam MN","Kartika","Kaufmann Bd BT","Kaufmann BT","Khmer UI","KodchiangUPC","Kokila","Korinna BT","Kristen ITC","Krungthep","Kunstler Script","Lao UI","Latha","Leelawadee","Letter Gothic","Levenim MT","LilyUPC","Lithograph","Lithograph Light","Long Island","Lydian BT","Magneto","Maiandra GD","Malayalam Sangam MN","Malgun Gothic","Mangal","Marigold","Marion","Marker Felt","Market","Marlett","Matisse ITC","Matura MT Script Capitals","Meiryo","Meiryo UI","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Uighur","Microsoft YaHei","Microsoft Yi Baiti","MingLiU","MingLiU_HKSCS","MingLiU_HKSCS-ExtB","MingLiU-ExtB","Minion","Minion Pro","Miriam","Miriam Fixed","Mistral","Modern","Modern No. 20","Mona Lisa Solid ITC TT","Mongolian Baiti","MONO","MoolBoran","Mrs Eaves","MS LineDraw","MS Mincho","MS PMincho","MS Reference Specialty","MS UI Gothic","MT Extra","MUSEO","MV Boli","Nadeem","Narkisim","NEVIS","News Gothic","News GothicMT","NewsGoth BT","Niagara Engraved","Niagara Solid","Noteworthy","NSimSun","Nyala","OCR A Extended","Old Century","Old English Text MT","Onyx","Onyx BT","OPTIMA","Oriya Sangam MN","OSAKA","OzHandicraft BT","Palace Script MT","Papyrus","Parchment","Party LET","Pegasus","Perpetua","Perpetua Titling MT","PetitaBold","Pickwick","Plantagenet Cherokee","Playbill","PMingLiU","PMingLiU-ExtB","Poor Richard","Poster","PosterBodoni BT","PRINCETOWN LET","Pristina","PTBarnum BT","Pythagoras","Raavi","Rage Italic","Ravie","Ribbon131 Bd BT","Rockwell","Rockwell Condensed","Rockwell Extra Bold","Rod","Roman","Sakkal Majalla","Santa Fe LET","Savoye LET","Sceptre","Script","Script MT Bold","SCRIPTINA","Serifa","Serifa BT","Serifa Th BT","ShelleyVolante BT","Sherwood","Shonar Bangla","Showcard Gothic","Shruti","Signboard","SILKSCREEN","SimHei","Simplified Arabic","Simplified Arabic Fixed","SimSun","SimSun-ExtB","Sinhala Sangam MN","Sketch Rockwell","Skia","Small Fonts","Snap ITC","Snell Roundhand","Socket","Souvenir Lt BT","Staccato222 BT","Steamer","Stencil","Storybook","Styllo","Subway","Swis721 BlkEx BT","Swiss911 XCm BT","Sylfaen","Synchro LET","System","Tamil Sangam MN","Technical","Teletype","Telugu Sangam MN","Tempus Sans ITC","Terminal","Thonburi","Traditional Arabic","Trajan","TRAJAN PRO","Tristan","Tubular","Tunga","Tw Cen MT","Tw Cen MT Condensed","Tw Cen MT Condensed Extra Bold","TypoUpright BT","Unicorn","Univers","Univers CE 55 Medium","Univers Condensed","Utsaah","Vagabond","Vani","Vijaya","Viner Hand ITC","VisualUI","Vivaldi","Vladimir Script","Vrinda","Westminster","WHITNEY","Wide Latin","ZapfEllipt BT","ZapfHumnst BT","ZapfHumnst Dm BT","Zapfino","Zurich BlkEx BT","Zurich Ex BT","ZWAdobeF"])),n=(n=n.concat(t.fonts.userDefinedFonts)).filter((function(e,t){return n.indexOf(e)===t}));var a=document.getElementsByTagName("body")[0],o=document.createElement("div"),r=document.createElement("div"),l={},u={},s=function(){var e=document.createElement("span");return e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="72px",e.style.fontStyle="normal",e.style.fontWeight="normal",e.style.letterSpacing="normal",e.style.lineBreak="auto",e.style.lineHeight="normal",e.style.textTransform="none",e.style.textAlign="left",e.style.textDecoration="none",e.style.textShadow="none",e.style.whiteSpace="normal",e.style.wordBreak="normal",e.style.wordSpacing="normal",e.innerHTML="mmmmmmmmmmlli",e},c=function(e,t){var i=s();return i.style.fontFamily="'"+e+"',"+t,i},d=function(e){for(var t=!1,n=0;n=e.components.length)t(i.data);else{var r=e.components[n];if(e.excludes[r.key])a(!1);else{if(!o&&r.pauseBefore)return n-=1,void setTimeout((function(){a(!0)}),1);try{r.getData((function(e){i.addPreprocessedComponent(r.key,e),a(!1)}),e)}catch(e){i.addPreprocessedComponent(r.key,String(e)),a(!1)}}}};a(!1)},V.getPromise=function(e){return new Promise((function(t,i){V.get(e,t)}))},V.getV18=function(e,t){return null==t&&(t=e,e={}),V.get(e,(function(i){for(var n=[],a=0;a',e.lightboxInstance=i.exports.create(o,{className:"basicLightbox--iframe"}),c(t.configuration.delay,"lightboxOpen",t)},this.lightboxOpenAfterDelay=function(){e.lightboxInstance.show(),l()};var l=function(){for(var t=document.querySelectorAll('[data-lux-action-lightbox="close"]'),i=0;i=o&&(a=!0,setTimeout((function(){try{e[i+"AfterDelay"](n)}catch(e){console.log(e)}}),parseInt(t.time)))}},this.mouseLeaveDelayFunction=function(t,i,n){var a=!1;window.addEventListener("mouseout",(function(o){!1===a&&(o.pageY<0||o.pageY>window.innerHeight||o.pageX<0||o.pageX>window.innerWidth)&&(a=!0,setTimeout((function(){try{e[i+"AfterDelay"](n)}catch(e){console.log(e)}}),parseInt(t.time)))}),!1)},this.inactiveTabDelayFunction=function(t,i,n){var a,o,r=!1;void 0!==document.hidden?(a="hidden",o="visibilitychange"):void 0!==document.msHidden?(a="msHidden",o="msvisibilitychange"):void 0!==document.webkitHidden&&(a="webkitHidden",o="webkitvisibilitychange"),void 0===document.addEventListener||void 0===a?console.log("This function requires a modern browser such as Google Chrome or Firefox withPage Visibility API"):document.addEventListener(o,(function(){!1===r&&document[a]&&setTimeout((function(){try{r=!0,e[i+"AfterDelay"](n)}catch(e){console.log(e)}}),parseInt(t.time))}),!1)},this.getIdentification=function(){return a};var d=function(){!1===n&&(a.setIdentificator(X()),f(),n=!0)},f=function t(){a.isIdentificatorSet()?(m(),e.addFieldListeners(),e.addFormListeners(),b(),w(),v(),x()):++o<200?setTimeout(t,100):console.log("Fingerprint could not be calculated within 20s")},g=function(){for(var t=document.querySelectorAll('[data-lux-trackingoptout="checkbox"]'),i=0;i0&&(e["tx_lux_fe[arguments][newsUid]"]=U()),V(e,H(),"generalWorkflowActionCallback",null)}};this.addFieldListeners=function(){document.querySelectorAll('form:not([data-lux-form-identification]):not([data-lux-form-initialized]) input:not([data-lux-disable]):not([type="hidden"]):not([type="submit"]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) textarea:not([data-lux-disable]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) select:not([data-lux-disable]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) radio:not([data-lux-disable]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) check:not([data-lux-disable])').forEach((function(e){"password"!==e.type&&_(e)&&(e.addEventListener("change",(function(e){k(e.target)})),e.form.setAttribute("data-lux-form-initialized",1))}))},this.addFormListeners=function(){document.querySelectorAll("form[data-lux-form-identification]:not([data-lux-form-initialized])").forEach((function(e){e.addEventListener("submit",(function(e){C(e.target),A(e,"formListening","preventDefault"!==e.target.getAttribute("data-lux-form-identification"))})),e.setAttribute("data-lux-form-initialized",1)}))};var p=function(){for(var e=document.querySelectorAll("[data-lux-email4link-title]"),t=0;t()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)},Q=function(e){var t=e.replace(/^.*[\\\/]/,"");return ee(te(t).toLowerCase(),["pdf","txt","doc","docx","xls","xlsx","ppt","pptx","jpg","png","zip"])&&(e=t),e},ee=function(e,t){for(var i=t.length,n=0;ne.length)&&(t=e.length);for(var i=0,n=new Array(t);i1&&void 0!==arguments[1]&&arguments[1],i=document.createElement("div");return i.innerHTML=e.trim(),!0===t?i.children:i.firstChild},a=function(e,t){var i=e.children;return 1===i.length&&i[0].tagName===t},o=function(e){return null!=(e=e||document.querySelector(".basicLightbox"))&&!0===e.ownerDocument.body.contains(e)};i.visible=o,i.create=function(e,t){var i=function(e,t){var i=n('\n\t\t
\n\t\t\t\n\t\t
\n\t')),o=i.querySelector(".basicLightbox__placeholder");e.forEach((function(e){return o.appendChild(e)}));var r=a(o,"IMG"),l=a(o,"VIDEO"),u=a(o,"IFRAME");return!0===r&&i.classList.add("basicLightbox--img"),!0===l&&i.classList.add("basicLightbox--video"),!0===u&&i.classList.add("basicLightbox--iframe"),i}(e=function(e){var t="string"==typeof e,i=e instanceof HTMLElement==1;if(!1===t&&!1===i)throw new Error("Content must be a DOM element/node or string");return!0===t?Array.from(n(e,!0)):"TEMPLATE"===e.tagName?[e.content.cloneNode(!0)]:Array.from(e.children)}(e),t=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(null==(e=Object.assign({},e)).closable&&(e.closable=!0),null==e.className&&(e.className=""),null==e.onShow&&(e.onShow=function(){}),null==e.onClose&&(e.onClose=function(){}),"boolean"!=typeof e.closable)throw new Error("Property `closable` must be a boolean");if("string"!=typeof e.className)throw new Error("Property `className` must be a string");if("function"!=typeof e.onShow)throw new Error("Property `onShow` must be a function");if("function"!=typeof e.onClose)throw new Error("Property `onClose` must be a function");return e}(t)),r=function(e){return!1!==t.onClose(l)&&function(e,t){return e.classList.remove("basicLightbox--visible"),setTimeout((function(){return!1===o(e)||e.parentElement.removeChild(e),t()}),410),!0}(i,(function(){if("function"==typeof e)return e(l)}))};!0===t.closable&&i.addEventListener("click",(function(e){e.target===i&&r()}));var l={element:function(){return i},visible:function(){return o(i)},show:function(e){return!1!==t.onShow(l)&&function(e,t){return document.body.appendChild(e),setTimeout((function(){requestAnimationFrame((function(){return e.classList.add("basicLightbox--visible"),t()}))}),10),!0}(i,(function(){if("function"==typeof e)return e(l)}))},close:r};return l}},{}]},{},[1])(1);var r={exports:{}};!function(e,t){!function(i,n){var a="function",o="undefined",r="object",l="string",u="major",s="model",c="name",d="type",f="vendor",g="version",h="architecture",m="console",p="mobile",b="tablet",w="smarttv",v="wearable",x="embedded",y="Amazon",A="Apple",T="ASUS",S="BlackBerry",k="Browser",C="Chrome",E="Firefox",O="Google",_="Huawei",B="LG",L="Microsoft",I="Motorola",M="Opera",D="Samsung",P="Sharp",N="Sony",R="Xiaomi",F="Zebra",U="Facebook",G="Chromium OS",H="Mac OS",V=function(e){for(var t={},i=0;i0?2===u.length?typeof u[1]==a?this[u[0]]=u[1].call(this,c):this[u[0]]=u[1]:3===u.length?typeof u[1]!==a||u[1].exec&&u[1].test?this[u[0]]=c?c.replace(u[1],u[2]):n:this[u[0]]=c?u[1].call(this,c,u[2]):n:4===u.length&&(this[u[0]]=c?u[3].call(this,c.replace(u[1],u[2])):n):this[u]=c||n;d+=2}},X=function(e,t){for(var i in t)if(typeof t[i]===r&&t[i].length>0){for(var a=0;a2&&(e[s]="iPad",e[d]=b),e},this.getEngine=function(){var e={};return e[c]=n,e[g]=n,z.call(e,w,x.engine),e},this.getOS=function(){var e={};return e[c]=n,e[g]=n,z.call(e,w,x.os),y&&!e[c]&&v&&"Unknown"!=v.platform&&(e[c]=v.platform.replace(/chrome os/i,G).replace(/macos/i,H)),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return w},this.setUA=function(e){return w=typeof e===l&&e.length>500?W(e,500):e,this},this.setUA(w),this};J.VERSION="0.7.37",J.BROWSER=V([c,g,u]),J.CPU=V([h]),J.DEVICE=V([s,f,d,m,p,w,b,v,x]),J.ENGINE=J.OS=V([c,g]),e.exports&&(t=e.exports=J),t.UAParser=J;var Y=typeof i!==o&&(i.jQuery||i.Zepto);if(Y&&!Y.ua){var $=new J;Y.ua=$.getResult(),Y.ua.get=function(){return $.getUA()},Y.ua.set=function(e){$.setUA(e);var t=$.getResult();for(var i in t)Y.ua[i]=t[i]}}}("object"==typeof window?window:n)}(r,r.exports);var l=r.exports,u={exports:{}};!function(e){var t,i;t=n,i=function(){void 0===Array.isArray&&(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var e=function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var i=[0,0,0,0];return i[3]+=e[3]+t[3],i[2]+=i[3]>>>16,i[3]&=65535,i[2]+=e[2]+t[2],i[1]+=i[2]>>>16,i[2]&=65535,i[1]+=e[1]+t[1],i[0]+=i[1]>>>16,i[1]&=65535,i[0]+=e[0]+t[0],i[0]&=65535,[i[0]<<16|i[1],i[2]<<16|i[3]]},t=function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var i=[0,0,0,0];return i[3]+=e[3]*t[3],i[2]+=i[3]>>>16,i[3]&=65535,i[2]+=e[2]*t[3],i[1]+=i[2]>>>16,i[2]&=65535,i[2]+=e[3]*t[2],i[1]+=i[2]>>>16,i[2]&=65535,i[1]+=e[1]*t[3],i[0]+=i[1]>>>16,i[1]&=65535,i[1]+=e[2]*t[2],i[0]+=i[1]>>>16,i[1]&=65535,i[1]+=e[3]*t[1],i[0]+=i[1]>>>16,i[1]&=65535,i[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],i[0]&=65535,[i[0]<<16|i[1],i[2]<<16|i[3]]},i=function(e,t){return 32==(t%=64)?[e[1],e[0]]:t<32?[e[0]<>>32-t,e[1]<>>32-t]:(t-=32,[e[1]<>>32-t,e[0]<>>32-t])},n=function(e,t){return 0==(t%=64)?e:t<32?[e[0]<>>32-t,e[1]<>>1]),e=t(e,[4283543511,3981806797]),e=a(e,[0,e[0]>>>1]),e=t(e,[3301882366,444984403]),e=a(e,[0,e[0]>>>1])},r=function(r,l){l=l||0;for(var u=(r=r||"").length%16,s=r.length-u,c=[0,l],d=[0,l],f=[0,0],g=[0,0],h=[2277735313,289559509],m=[1291169091,658871167],p=0;p>>0).toString(16)).slice(-8)+("00000000"+(c[1]>>>0).toString(16)).slice(-8)+("00000000"+(d[0]>>>0).toString(16)).slice(-8)+("00000000"+(d[1]>>>0).toString(16)).slice(-8)},l={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",userDefinedFonts:[],extendedJsFonts:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},extraComponents:[],excludes:{enumerateDevices:!0,pixelRatio:!0,doNotTrack:!0,fontsFlash:!0,adBlock:!0},NOT_AVAILABLE:"not available",ERROR:"error",EXCLUDED:"excluded"},u=function(e,t){if(Array.prototype.forEach&&e.forEach===Array.prototype.forEach)e.forEach(t);else if(e.length===+e.length)for(var i=0,n=e.length;it.name?1:e.name=0?"Windows Phone":t.indexOf("windows")>=0||t.indexOf("win16")>=0||t.indexOf("win32")>=0||t.indexOf("win64")>=0||t.indexOf("win95")>=0||t.indexOf("win98")>=0||t.indexOf("winnt")>=0||t.indexOf("wow64")>=0?"Windows":t.indexOf("android")>=0?"Android":t.indexOf("linux")>=0||t.indexOf("cros")>=0||t.indexOf("x11")>=0?"Linux":t.indexOf("iphone")>=0||t.indexOf("ipad")>=0||t.indexOf("ipod")>=0||t.indexOf("crios")>=0||t.indexOf("fxios")>=0?"iOS":t.indexOf("macintosh")>=0||t.indexOf("mac_powerpc)")>=0?"Mac":"Other",("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0)&&"Windows"!==e&&"Windows Phone"!==e&&"Android"!==e&&"iOS"!==e&&"Other"!==e&&-1===t.indexOf("cros"))return!0;if(void 0!==i){if((i=i.toLowerCase()).indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e)return!0;if(i.indexOf("linux")>=0&&"Linux"!==e&&"Android"!==e)return!0;if(i.indexOf("mac")>=0&&"Mac"!==e&&"iOS"!==e)return!0;if((-1===i.indexOf("win")&&-1===i.indexOf("linux")&&-1===i.indexOf("mac"))!=("Other"===e))return!0}return n.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||(n.indexOf("linux")>=0||n.indexOf("android")>=0||n.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||(n.indexOf("mac")>=0||n.indexOf("ipad")>=0||n.indexOf("ipod")>=0||n.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||!(n.indexOf("arm")>=0&&"Windows Phone"===e)&&!(n.indexOf("pike")>=0&&t.indexOf("opera mini")>=0)&&((n.indexOf("win")<0&&n.indexOf("linux")<0&&n.indexOf("mac")<0&&n.indexOf("iphone")<0&&n.indexOf("ipad")<0&&n.indexOf("ipod")<0)!=("Other"===e)||void 0===navigator.plugins&&"Windows"!==e&&"Windows Phone"!==e)},L=function(){var e,t=navigator.userAgent.toLowerCase(),i=navigator.productSub;if(t.indexOf("edge/")>=0||t.indexOf("iemobile/")>=0)return!1;if(t.indexOf("opera mini")>=0)return!1;if(("Chrome"==(e=t.indexOf("firefox/")>=0?"Firefox":t.indexOf("opera/")>=0||t.indexOf(" opr/")>=0?"Opera":t.indexOf("chrome/")>=0?"Chrome":t.indexOf("safari/")>=0?t.indexOf("android 1.")>=0||t.indexOf("android 2.")>=0||t.indexOf("android 3.")>=0||t.indexOf("android 4.")>=0?"AOSP":"Safari":t.indexOf("trident/")>=0?"Internet Explorer":"Other")||"Safari"===e||"Opera"===e)&&"20030107"!==i)return!0;var n,a=eval.toString().length;if(37===a&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===a&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===a&&"Chrome"!==e&&"AOSP"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(e){try{e.toSource(),n=!0}catch(e){n=!1}}return n&&"Firefox"!==e&&"Other"!==e},I=function(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))},M=function(){if(!I()||!window.WebGLRenderingContext)return!1;var e=U();if(e){try{G(e)}catch(e){}return!0}return!1},D=function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))},P=function(){return("msWriteProfilerMark"in window)+("msLaunchUri"in navigator)+("msSaveBlob"in navigator)>=2},N=function(){return void 0!==window.swfobject},R=function(){return window.swfobject.hasFlashPlayerVersion("9.0.0")},F=function(e,t){var i="___fp_swf_loaded";window[i]=function(t){e(t)};var n=t.fonts.swfContainerId;!function(e){var t=document.createElement("div");t.setAttribute("id",e.fonts.swfContainerId),document.body.appendChild(t)}();var a={onReady:i};window.swfobject.embedSWF(t.fonts.swfPath,n,"1","1","9.0.0",!1,a,{allowScriptAccess:"always",menu:"false"},{})},U=function(){var e=document.createElement("canvas"),t=null;try{t=e.getContext("webgl")||e.getContext("experimental-webgl")}catch(e){}return t||(t=null),t},G=function(e){var t=e.getExtension("WEBGL_lose_context");null!=t&&t.loseContext()},H=[{key:"userAgent",getData:function(e){e(navigator.userAgent)}},{key:"webdriver",getData:function(e,t){e(null==navigator.webdriver?t.NOT_AVAILABLE:navigator.webdriver)}},{key:"language",getData:function(e,t){e(navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||t.NOT_AVAILABLE)}},{key:"colorDepth",getData:function(e,t){e(window.screen.colorDepth||t.NOT_AVAILABLE)}},{key:"deviceMemory",getData:function(e,t){e(navigator.deviceMemory||t.NOT_AVAILABLE)}},{key:"pixelRatio",getData:function(e,t){e(window.devicePixelRatio||t.NOT_AVAILABLE)}},{key:"hardwareConcurrency",getData:function(e,t){e(v(t))}},{key:"screenResolution",getData:function(e,t){e(d(t))}},{key:"availableScreenResolution",getData:function(e,t){e(f(t))}},{key:"timezoneOffset",getData:function(e){e((new Date).getTimezoneOffset())}},{key:"timezone",getData:function(e,t){window.Intl&&window.Intl.DateTimeFormat?e((new window.Intl.DateTimeFormat).resolvedOptions().timeZone||t.NOT_AVAILABLE):e(t.NOT_AVAILABLE)}},{key:"sessionStorage",getData:function(e,t){e(p(t))}},{key:"localStorage",getData:function(e,t){e(b(t))}},{key:"indexedDb",getData:function(e,t){e(w(t))}},{key:"addBehavior",getData:function(e){e(!!window.HTMLElement.prototype.addBehavior)}},{key:"openDatabase",getData:function(e){e(!!window.openDatabase)}},{key:"cpuClass",getData:function(e,t){e(x(t))}},{key:"platform",getData:function(e,t){e(y(t))}},{key:"doNotTrack",getData:function(e,t){e(A(t))}},{key:"plugins",getData:function(e,t){D()?t.plugins.excludeIE?e(t.EXCLUDED):e(h(t)):e(g(t))}},{key:"canvas",getData:function(e,t){I()?e(S(t)):e(t.NOT_AVAILABLE)}},{key:"webgl",getData:function(e,t){M()?e(k()):e(t.NOT_AVAILABLE)}},{key:"webglVendorAndRenderer",getData:function(e){M()?e(C()):e()}},{key:"adBlock",getData:function(e){e(E())}},{key:"hasLiedLanguages",getData:function(e){e(O())}},{key:"hasLiedResolution",getData:function(e){e(_())}},{key:"hasLiedOs",getData:function(e){e(B())}},{key:"hasLiedBrowser",getData:function(e){e(L())}},{key:"touchSupport",getData:function(e){e(T())}},{key:"fonts",getData:function(e,t){var i=["monospace","sans-serif","serif"],n=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"];t.fonts.extendedJsFonts&&(n=n.concat(["Abadi MT Condensed Light","Academy Engraved LET","ADOBE CASLON PRO","Adobe Garamond","ADOBE GARAMOND PRO","Agency FB","Aharoni","Albertus Extra Bold","Albertus Medium","Algerian","Amazone BT","American Typewriter","American Typewriter Condensed","AmerType Md BT","Andalus","Angsana New","AngsanaUPC","Antique Olive","Aparajita","Apple Chancery","Apple Color Emoji","Apple SD Gothic Neo","Arabic Typesetting","ARCHER","ARNO PRO","Arrus BT","Aurora Cn BT","AvantGarde Bk BT","AvantGarde Md BT","AVENIR","Ayuthaya","Bandy","Bangla Sangam MN","Bank Gothic","BankGothic Md BT","Baskerville","Baskerville Old Face","Batang","BatangChe","Bauer Bodoni","Bauhaus 93","Bazooka","Bell MT","Bembo","Benguiat Bk BT","Berlin Sans FB","Berlin Sans FB Demi","Bernard MT Condensed","BernhardFashion BT","BernhardMod BT","Big Caslon","BinnerD","Blackadder ITC","BlairMdITC TT","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bodoni MT","Bodoni MT Black","Bodoni MT Condensed","Bodoni MT Poster Compressed","Bookshelf Symbol 7","Boulder","Bradley Hand","Bradley Hand ITC","Bremen Bd BT","Britannic Bold","Broadway","Browallia New","BrowalliaUPC","Brush Script MT","Californian FB","Calisto MT","Calligrapher","Candara","CaslonOpnface BT","Castellar","Centaur","Cezanne","CG Omega","CG Times","Chalkboard","Chalkboard SE","Chalkduster","Charlesworth","Charter Bd BT","Charter BT","Chaucer","ChelthmITC Bk BT","Chiller","Clarendon","Clarendon Condensed","CloisterBlack BT","Cochin","Colonna MT","Constantia","Cooper Black","Copperplate","Copperplate Gothic","Copperplate Gothic Bold","Copperplate Gothic Light","CopperplGoth Bd BT","Corbel","Cordia New","CordiaUPC","Cornerstone","Coronet","Cuckoo","Curlz MT","DaunPenh","Dauphin","David","DB LCD Temp","DELICIOUS","Denmark","DFKai-SB","Didot","DilleniaUPC","DIN","DokChampa","Dotum","DotumChe","Ebrima","Edwardian Script ITC","Elephant","English 111 Vivace BT","Engravers MT","EngraversGothic BT","Eras Bold ITC","Eras Demi ITC","Eras Light ITC","Eras Medium ITC","EucrosiaUPC","Euphemia","Euphemia UCAS","EUROSTILE","Exotc350 Bd BT","FangSong","Felix Titling","Fixedsys","FONTIN","Footlight MT Light","Forte","FrankRuehl","Fransiscan","Freefrm721 Blk BT","FreesiaUPC","Freestyle Script","French Script MT","FrnkGothITC Bk BT","Fruitger","FRUTIGER","Futura","Futura Bk BT","Futura Lt BT","Futura Md BT","Futura ZBlk BT","FuturaBlack BT","Gabriola","Galliard BT","Gautami","Geeza Pro","Geometr231 BT","Geometr231 Hv BT","Geometr231 Lt BT","GeoSlab 703 Lt BT","GeoSlab 703 XBd BT","Gigi","Gill Sans","Gill Sans MT","Gill Sans MT Condensed","Gill Sans MT Ext Condensed Bold","Gill Sans Ultra Bold","Gill Sans Ultra Bold Condensed","Gisha","Gloucester MT Extra Condensed","GOTHAM","GOTHAM BOLD","Goudy Old Style","Goudy Stout","GoudyHandtooled BT","GoudyOLSt BT","Gujarati Sangam MN","Gulim","GulimChe","Gungsuh","GungsuhChe","Gurmukhi MN","Haettenschweiler","Harlow Solid Italic","Harrington","Heather","Heiti SC","Heiti TC","HELV","Herald","High Tower Text","Hiragino Kaku Gothic ProN","Hiragino Mincho ProN","Hoefler Text","Humanst 521 Cn BT","Humanst521 BT","Humanst521 Lt BT","Imprint MT Shadow","Incised901 Bd BT","Incised901 BT","Incised901 Lt BT","INCONSOLATA","Informal Roman","Informal011 BT","INTERSTATE","IrisUPC","Iskoola Pota","JasmineUPC","Jazz LET","Jenson","Jester","Jokerman","Juice ITC","Kabel Bk BT","Kabel Ult BT","Kailasa","KaiTi","Kalinga","Kannada Sangam MN","Kartika","Kaufmann Bd BT","Kaufmann BT","Khmer UI","KodchiangUPC","Kokila","Korinna BT","Kristen ITC","Krungthep","Kunstler Script","Lao UI","Latha","Leelawadee","Letter Gothic","Levenim MT","LilyUPC","Lithograph","Lithograph Light","Long Island","Lydian BT","Magneto","Maiandra GD","Malayalam Sangam MN","Malgun Gothic","Mangal","Marigold","Marion","Marker Felt","Market","Marlett","Matisse ITC","Matura MT Script Capitals","Meiryo","Meiryo UI","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Uighur","Microsoft YaHei","Microsoft Yi Baiti","MingLiU","MingLiU_HKSCS","MingLiU_HKSCS-ExtB","MingLiU-ExtB","Minion","Minion Pro","Miriam","Miriam Fixed","Mistral","Modern","Modern No. 20","Mona Lisa Solid ITC TT","Mongolian Baiti","MONO","MoolBoran","Mrs Eaves","MS LineDraw","MS Mincho","MS PMincho","MS Reference Specialty","MS UI Gothic","MT Extra","MUSEO","MV Boli","Nadeem","Narkisim","NEVIS","News Gothic","News GothicMT","NewsGoth BT","Niagara Engraved","Niagara Solid","Noteworthy","NSimSun","Nyala","OCR A Extended","Old Century","Old English Text MT","Onyx","Onyx BT","OPTIMA","Oriya Sangam MN","OSAKA","OzHandicraft BT","Palace Script MT","Papyrus","Parchment","Party LET","Pegasus","Perpetua","Perpetua Titling MT","PetitaBold","Pickwick","Plantagenet Cherokee","Playbill","PMingLiU","PMingLiU-ExtB","Poor Richard","Poster","PosterBodoni BT","PRINCETOWN LET","Pristina","PTBarnum BT","Pythagoras","Raavi","Rage Italic","Ravie","Ribbon131 Bd BT","Rockwell","Rockwell Condensed","Rockwell Extra Bold","Rod","Roman","Sakkal Majalla","Santa Fe LET","Savoye LET","Sceptre","Script","Script MT Bold","SCRIPTINA","Serifa","Serifa BT","Serifa Th BT","ShelleyVolante BT","Sherwood","Shonar Bangla","Showcard Gothic","Shruti","Signboard","SILKSCREEN","SimHei","Simplified Arabic","Simplified Arabic Fixed","SimSun","SimSun-ExtB","Sinhala Sangam MN","Sketch Rockwell","Skia","Small Fonts","Snap ITC","Snell Roundhand","Socket","Souvenir Lt BT","Staccato222 BT","Steamer","Stencil","Storybook","Styllo","Subway","Swis721 BlkEx BT","Swiss911 XCm BT","Sylfaen","Synchro LET","System","Tamil Sangam MN","Technical","Teletype","Telugu Sangam MN","Tempus Sans ITC","Terminal","Thonburi","Traditional Arabic","Trajan","TRAJAN PRO","Tristan","Tubular","Tunga","Tw Cen MT","Tw Cen MT Condensed","Tw Cen MT Condensed Extra Bold","TypoUpright BT","Unicorn","Univers","Univers CE 55 Medium","Univers Condensed","Utsaah","Vagabond","Vani","Vijaya","Viner Hand ITC","VisualUI","Vivaldi","Vladimir Script","Vrinda","Westminster","WHITNEY","Wide Latin","ZapfEllipt BT","ZapfHumnst BT","ZapfHumnst Dm BT","Zapfino","Zurich BlkEx BT","Zurich Ex BT","ZWAdobeF"])),n=(n=n.concat(t.fonts.userDefinedFonts)).filter((function(e,t){return n.indexOf(e)===t}));var a=document.getElementsByTagName("body")[0],o=document.createElement("div"),r=document.createElement("div"),l={},u={},s=function(){var e=document.createElement("span");return e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="72px",e.style.fontStyle="normal",e.style.fontWeight="normal",e.style.letterSpacing="normal",e.style.lineBreak="auto",e.style.lineHeight="normal",e.style.textTransform="none",e.style.textAlign="left",e.style.textDecoration="none",e.style.textShadow="none",e.style.whiteSpace="normal",e.style.wordBreak="normal",e.style.wordSpacing="normal",e.innerHTML="mmmmmmmmmmlli",e},c=function(e,t){var i=s();return i.style.fontFamily="'"+e+"',"+t,i},d=function(e){for(var t=!1,n=0;n=e.components.length)t(i.data);else{var r=e.components[n];if(e.excludes[r.key])a(!1);else{if(!o&&r.pauseBefore)return n-=1,void setTimeout((function(){a(!0)}),1);try{r.getData((function(e){i.addPreprocessedComponent(r.key,e),a(!1)}),e)}catch(e){i.addPreprocessedComponent(r.key,String(e)),a(!1)}}}};a(!1)},V.getPromise=function(e){return new Promise((function(t,i){V.get(e,t)}))},V.getV18=function(e,t){return null==t&&(t=e,e={}),V.get(e,(function(i){for(var n=[],a=0;a',i.lightboxInstance=o.exports.create(a,{className:"basicLightbox--iframe"}),f(e.configuration.delay,"lightboxOpen",e)},this.lightboxOpenAfterDelay=function(){i.lightboxInstance.show(),s()};var s=function(){for(var e=document.querySelectorAll('[data-lux-action-lightbox="close"]'),t=0;t=o&&(a=!0,setTimeout((function(){try{i[t+"AfterDelay"](n)}catch(e){console.log(e)}}),parseInt(e.time)))}},this.mouseLeaveDelayFunction=function(e,t,n){var a=!1;window.addEventListener("mouseout",(function(o){!1===a&&(o.pageY<0||o.pageY>window.innerHeight||o.pageX<0||o.pageX>window.innerWidth)&&(a=!0,setTimeout((function(){try{i[t+"AfterDelay"](n)}catch(e){console.log(e)}}),parseInt(e.time)))}),!1)},this.inactiveTabDelayFunction=function(e,t,n){var a,o,r=!1;void 0!==document.hidden?(a="hidden",o="visibilitychange"):void 0!==document.msHidden?(a="msHidden",o="msvisibilitychange"):void 0!==document.webkitHidden&&(a="webkitHidden",o="webkitvisibilitychange"),void 0===document.addEventListener||void 0===a?console.log("This function requires a modern browser such as Google Chrome or Firefox withPage Visibility API"):document.addEventListener(o,(function(){!1===r&&document[a]&&setTimeout((function(){try{r=!0,i[t+"AfterDelay"](n)}catch(e){console.log(e)}}),parseInt(e.time))}),!1)},this.getIdentification=function(){return r};var g=function(){!1===a&&(r.setIdentificator(Z()),h(),a=!0)},h=function e(){r.isIdentificatorSet()?(b(),i.addFieldListeners(),i.addFormListeners(),v(),x(),y(),A()):++l<200?setTimeout(e,100):console.log("Fingerprint could not be calculated within 20s")},m=function(){for(var e=document.querySelectorAll('[data-lux-trackingoptout="checkbox"]'),t=0;t0&&(e["tx_lux_fe[arguments][newsUid]"]=H()),j(e,q(),"generalWorkflowActionCallback",null)}};this.addFieldListeners=function(){document.querySelectorAll('form:not([data-lux-form-identification]):not([data-lux-form-initialized]) input:not([data-lux-disable]):not([type="hidden"]):not([type="submit"]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) textarea:not([data-lux-disable]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) select:not([data-lux-disable]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) radio:not([data-lux-disable]), form:not([data-lux-form-identification]):not([data-lux-form-initialized]) check:not([data-lux-disable])').forEach((function(e){"password"!==e.type&&L(e)&&(e.addEventListener("change",(function(e){E(e.target)})),e.form.setAttribute("data-lux-form-initialized",1))}))},this.addFormListeners=function(){document.querySelectorAll("form[data-lux-form-identification]:not([data-lux-form-initialized])").forEach((function(e){e.addEventListener("submit",(function(e){O(e.target),S(e,"formListening","preventDefault"!==e.target.getAttribute("data-lux-form-identification"))})),e.setAttribute("data-lux-form-initialized",1)}))};var w=function(){for(var e=document.querySelectorAll("[data-lux-email4link-title]"),t=0;t=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return l=e.done,e},e:function(e){u=!0,r=e},f:function(){try{l||null==n.return||n.return()}finally{if(u)throw r}}}}(new FormData(d).entries());try{for(g.s();!(l=g.n()).done;){var h=e(l.value,2),m=h[0],p=h[1];if(m.startsWith("email4link["))f[m.split("[")[1].split("]")[0]]=p}}catch(e){g.e(e)}finally{g.f()}ee(f.email)?(J(),j({"tx_lux_fe[dispatchAction]":"email4LinkRequest","tx_lux_fe[identificator]":r.getIdentificator(),"tx_lux_fe[arguments][sendEmail]":"true"===c,"tx_lux_fe[arguments][href]":u,"tx_lux_fe[arguments][pageUid]":U(),"tx_lux_fe[arguments][values]":encodeURIComponent(JSON.stringify(f))},q(),"email4LinkLightboxSubmitCallback",{sendEmail:"true"===c,href:u,target:s})):Q(i.lightboxInstance.element().querySelector('[data-lux-email4link="errorEmailAddress"]'))};this.email4LinkLightboxSubmitCallback=function(e,t){Y(),!0===e.error?Q(i.lightboxInstance.element().querySelector('[data-lux-email4link="errorEmailAddress"]')):!0===t.sendEmail?($(i.lightboxInstance.element().querySelector('[data-lux-email4link="form"]')),Q(i.lightboxInstance.element().querySelector('[data-lux-email4link="successMessageSendEmail"]')),setTimeout((function(){i.lightboxInstance.close()}),2e3)):setTimeout((function(){var e=null;i.lightboxInstance.close(),""!==t.target&&null!==t.target&&(e=window.open(t.href,t.target)),null===e&&(window.location=t.href)}),500)};var E=function(e){var t=I(e,P()),i=e.value;j({"tx_lux_fe[dispatchAction]":"fieldListeningRequest","tx_lux_fe[identificator]":r.getIdentificator(),"tx_lux_fe[arguments][key]":t,"tx_lux_fe[arguments][value]":i,"tx_lux_fe[arguments][pageUid]":U()},q(),"generalWorkflowActionCallback",null)},O=function(e){for(var t={},i=0;i()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)},te=function(e){var t=e.replace(/^.*[\\\/]/,"");return ie(ne(t).toLowerCase(),["pdf","txt","doc","docx","xls","xlsx","ppt","pptx","jpg","png","zip"])&&(e=t),e},ie=function(e,t){for(var i=t.length,n=0;n