-1}module.exports=listCacheHas;\n}, {\"2977\":2977}];\nwindow.modules[\"2930\"] = [function(require,module,exports){var assocIndexOf=require(2977);function listCacheSet(s,e){var t=this.__data__,a=assocIndexOf(t,s);return a<0?(++this.size,t.push([s,e])):t[a][1]=e,this}module.exports=listCacheSet;\n}, {\"2977\":2977}];\nwindow.modules[\"2931\"] = [function(require,module,exports){var assocIndexOf=require(2977),arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete(e){var r=this.__data__,a=assocIndexOf(r,e);return!(a<0)&&(a==r.length-1?r.pop():splice.call(r,a,1),--this.size,!0)}module.exports=listCacheDelete;\n}, {\"2977\":2977}];\nwindow.modules[\"2933\"] = [function(require,module,exports){var getNative=require(2916),root=require(2915),Map=getNative(root,\"Map\");module.exports=Map;\n}, {\"2915\":2915,\"2916\":2916}];\nwindow.modules[\"2934\"] = [function(require,module,exports){var mapCacheClear=require(2939),mapCacheDelete=require(2938),mapCacheGet=require(2935),mapCacheHas=require(2937),mapCacheSet=require(2936);function MapCache(e){var a=-1,p=null==e?0:e.length;for(this.clear();++a-1&&e%1==0&&e0&&r(u)?e>1?baseFlatten(u,e-1,r,t,l):arrayPush(l,u):t||(l[l.length]=u)}return l}module.exports=baseFlatten;\n}, {\"2966\":2966,\"3006\":3006}];\nwindow.modules[\"3006\"] = [function(require,module,exports){var Symbol=require(2951),isArguments=require(2960),isArray=require(446),spreadableSymbol=Symbol?Symbol.isConcatSpreadable:void 0;function isFlattenable(e){return isArray(e)||isArguments(e)||!!(spreadableSymbol&&e&&e[spreadableSymbol])}module.exports=isFlattenable;\n}, {\"446\":446,\"2951\":2951,\"2960\":2960}];\nwindow.modules[\"3007\"] = [function(require,module,exports){var createBaseFor=require(3008),baseFor=createBaseFor();module.exports=baseFor;\n}, {\"3008\":3008}];\nwindow.modules[\"3008\"] = [function(require,module,exports){function createBaseFor(e){return function(r,t,a){for(var n=-1,o=Object(r),c=a(r),u=c.length;u--;){var f=c[e?u:++n];if(!1===t(o[f],f,o))break}return r}}module.exports=createBaseFor;\n}, {}];\nwindow.modules[\"3009\"] = [function(require,module,exports){var castPath=require(3010),toKey=require(3011);function baseGet(e,t){for(var a=0,r=(t=castPath(t,e)).length;null!=e&&an))return!1;var f=u.get(e),o=u.get(r);if(f&&o)return f==r&&o==e;var _=-1,s=!0,R=a&COMPARE_UNORDERED_FLAG?new SetCache:void 0;for(u.set(e,r),u.set(r,e);++_-1&&e%1==0&&e<=MAX_SAFE_INTEGER}module.exports=isLength;\n}, {}];\nwindow.modules[\"3038\"] = [function(require,module,exports){var baseMatches=require(3040),baseMatchesProperty=require(3039),identity=require(104),isArray=require(446),property=require(3041);function baseIteratee(e){return\"function\"==typeof e?e:null==e?identity:\"object\"==typeof e?isArray(e)?baseMatchesProperty(e[0],e[1]):baseMatches(e):property(e)}module.exports=baseIteratee;\n}, {\"104\":104,\"446\":446,\"3039\":3039,\"3040\":3040,\"3041\":3041}];\nwindow.modules[\"3039\"] = [function(require,module,exports){var baseIsEqual=require(3023),get=require(1),hasIn=require(3052),isKey=require(3051),isStrictComparable=require(3053),matchesStrictComparable=require(3049),toKey=require(3011),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseMatchesProperty(e,r){return isKey(e)&&isStrictComparable(r)?matchesStrictComparable(toKey(e),r):function(a){var t=get(a,e);return void 0===t&&t===r?hasIn(a,e):baseIsEqual(r,t,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG)}}module.exports=baseMatchesProperty;\n}, {\"1\":1,\"3011\":3011,\"3023\":3023,\"3049\":3049,\"3051\":3051,\"3052\":3052,\"3053\":3053}];\nwindow.modules[\"3040\"] = [function(require,module,exports){var baseIsMatch=require(3029),getMatchData=require(3050),matchesStrictComparable=require(3049);function baseMatches(a){var t=getMatchData(a);return 1==t.length&&t[0][2]?matchesStrictComparable(t[0][0],t[0][1]):function(e){return e===a||baseIsMatch(e,a,t)}}module.exports=baseMatches;\n}, {\"3029\":3029,\"3049\":3049,\"3050\":3050}];\nwindow.modules[\"3041\"] = [function(require,module,exports){var baseProperty=require(2970),basePropertyDeep=require(3067),isKey=require(3051),toKey=require(3011);function property(e){return isKey(e)?baseProperty(toKey(e)):basePropertyDeep(e)}module.exports=property;\n}, {\"2970\":2970,\"3011\":3011,\"3051\":3051,\"3067\":3067}];\nwindow.modules[\"3042\"] = [function(require,module,exports){var isPrototype=require(3043),nativeKeys=require(3044),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseKeys(e){if(!isPrototype(e))return nativeKeys(e);var r=[];for(var t in Object(e))hasOwnProperty.call(e,t)&&\"constructor\"!=t&&r.push(t);return r}module.exports=baseKeys;\n}, {\"3043\":3043,\"3044\":3044}];\nwindow.modules[\"3043\"] = [function(require,module,exports){var objectProto=Object.prototype;function isPrototype(o){var t=o&&o.constructor;return o===(\"function\"==typeof t&&t.prototype||objectProto)}module.exports=isPrototype;\n}, {}];\nwindow.modules[\"3044\"] = [function(require,module,exports){var overArg=require(3128),nativeKeys=overArg(Object.keys,Object);module.exports=nativeKeys;\n}, {\"3128\":3128}];\nwindow.modules[\"3045\"] = [function(require,module,exports){var isObject=require(445),isPrototype=require(3043),nativeKeysIn=require(3046),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseKeysIn(e){if(!isObject(e))return nativeKeysIn(e);var r=isPrototype(e),t=[];for(var o in e)(\"constructor\"!=o||!r&&hasOwnProperty.call(e,o))&&t.push(o);return t}module.exports=baseKeysIn;\n}, {\"445\":445,\"3043\":3043,\"3046\":3046}];\nwindow.modules[\"3046\"] = [function(require,module,exports){function nativeKeysIn(n){var e=[];if(null!=n)for(var r in Object(n))e.push(r);return e}module.exports=nativeKeysIn;\n}, {}];\nwindow.modules[\"3048\"] = [function(require,module,exports){var isFunction=require(3031),isLength=require(3037);function isArrayLike(i){return null!=i&&isLength(i.length)&&!isFunction(i)}module.exports=isArrayLike;\n}, {\"3031\":3031,\"3037\":3037}];\nwindow.modules[\"3049\"] = [function(require,module,exports){function matchesStrictComparable(t,e){return function(r){return null!=r&&(r[t]===e&&(void 0!==e||t in Object(r)))}}module.exports=matchesStrictComparable;\n}, {}];\nwindow.modules[\"3050\"] = [function(require,module,exports){var isStrictComparable=require(3053),keys=require(2982);function getMatchData(r){for(var e=keys(r),t=e.length;t--;){var a=e[t],i=r[a];e[t]=[a,i,isStrictComparable(i)]}return e}module.exports=getMatchData;\n}, {\"2982\":2982,\"3053\":3053}];\nwindow.modules[\"3051\"] = [function(require,module,exports){var isArray=require(446),isSymbol=require(3003),reIsDeepProp=/\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,reIsPlainProp=/^\\w*$/;function isKey(r,e){if(isArray(r))return!1;var s=typeof r;return!(\"number\"!=s&&\"symbol\"!=s&&\"boolean\"!=s&&null!=r&&!isSymbol(r))||(reIsPlainProp.test(r)||!reIsDeepProp.test(r)||null!=e&&r in Object(e))}module.exports=isKey;\n}, {\"446\":446,\"3003\":3003}];\nwindow.modules[\"3052\"] = [function(require,module,exports){var baseHasIn=require(3017),hasPath=require(3130);function hasIn(a,s){return null!=a&&hasPath(a,s,baseHasIn)}module.exports=hasIn;\n}, {\"3017\":3017,\"3130\":3130}];\nwindow.modules[\"3053\"] = [function(require,module,exports){var isObject=require(445);function isStrictComparable(e){return e==e&&!isObject(e)}module.exports=isStrictComparable;\n}, {\"445\":445}];\nwindow.modules[\"3054\"] = [function(require,module,exports){var Stack=require(2945),assignMergeValue=require(2973),baseFor=require(3007),baseMergeDeep=require(3056),isObject=require(445),keysIn=require(2984),safeGet=require(3055);function baseMerge(e,r,s,a,i){e!==r&&baseFor(r,function(u,b){if(i||(i=new Stack),isObject(u))baseMergeDeep(e,r,b,s,baseMerge,a,i);else{var g=a?a(safeGet(e,b),u,b+\"\",e,r,i):void 0;void 0===g&&(g=u),assignMergeValue(e,b,g)}},keysIn)}module.exports=baseMerge;\n}, {\"445\":445,\"2945\":2945,\"2973\":2973,\"2984\":2984,\"3007\":3007,\"3055\":3055,\"3056\":3056}];\nwindow.modules[\"3055\"] = [function(require,module,exports){function safeGet(t,o){if((\"constructor\"!==o||\"function\"!=typeof t[o])&&\"__proto__\"!=o)return t[o]}module.exports=safeGet;\n}, {}];\nwindow.modules[\"3056\"] = [function(require,module,exports){var assignMergeValue=require(2973),cloneBuffer=require(2991),cloneTypedArray=require(3057),copyArray=require(2989),initCloneObject=require(2994),isArguments=require(2960),isArray=require(446),isArrayLikeObject=require(3059),isBuffer=require(2961),isFunction=require(3031),isObject=require(445),isPlainObject=require(112),isTypedArray=require(2963),safeGet=require(3055),toPlainObject=require(3058);function baseMergeDeep(e,r,i,s,a,t,n){var u=safeGet(e,i),c=safeGet(r,i),y=n.get(c);if(y)assignMergeValue(e,i,y);else{var o=t?t(u,c,i+\"\",e,r,n):void 0,l=void 0===o;if(l){var A=isArray(c),f=!A&&isBuffer(c),b=!A&&!f&&isTypedArray(c);o=c,A||f||b?isArray(u)?o=u:isArrayLikeObject(u)?o=copyArray(u):f?(l=!1,o=cloneBuffer(c,!0)):b?(l=!1,o=cloneTypedArray(c,!0)):o=[]:isPlainObject(c)||isArguments(c)?(o=u,isArguments(u)?o=toPlainObject(u):isObject(u)&&!isFunction(u)||(o=initCloneObject(c))):l=!1}l&&(n.set(c,o),a(o,c,s,t,n),n.delete(c)),assignMergeValue(e,i,o)}}module.exports=baseMergeDeep;\n}, {\"112\":112,\"445\":445,\"446\":446,\"2960\":2960,\"2961\":2961,\"2963\":2963,\"2973\":2973,\"2989\":2989,\"2991\":2991,\"2994\":2994,\"3031\":3031,\"3055\":3055,\"3057\":3057,\"3058\":3058,\"3059\":3059}];\nwindow.modules[\"3057\"] = [function(require,module,exports){var cloneArrayBuffer=require(3091);function cloneTypedArray(r,e){var f=e?cloneArrayBuffer(r.buffer):r.buffer;return new r.constructor(f,r.byteOffset,r.length)}module.exports=cloneTypedArray;\n}, {\"3091\":3091}];\nwindow.modules[\"3058\"] = [function(require,module,exports){var copyObject=require(2981),keysIn=require(2984);function toPlainObject(e){return copyObject(e,keysIn(e))}module.exports=toPlainObject;\n}, {\"2981\":2981,\"2984\":2984}];\nwindow.modules[\"3059\"] = [function(require,module,exports){var isArrayLike=require(3048),isObjectLike=require(3022);function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}module.exports=isArrayLikeObject;\n}, {\"3022\":3022,\"3048\":3048}];\nwindow.modules[\"3061\"] = [function(require,module,exports){function baseUnary(n){return function(r){return n(r)}}module.exports=baseUnary;\n}, {}];\nwindow.modules[\"3065\"] = [function(require,module,exports){var baseGet=require(3009),baseSet=require(3066),castPath=require(3010);function basePickBy(e,a,t){for(var r=-1,s=a.length,b={};++rn?0:n+r),(a=a>n?n:a)<0&&(a+=n),n=r>a?0:a-r>>>0,r>>>=0;for(var o=Array(n);++l=a?e:baseSlice(e,c,i)}module.exports=castSlice;\n}, {\"3076\":3076}];\nwindow.modules[\"3091\"] = [function(require,module,exports){var Uint8Array=require(2952);function cloneArrayBuffer(r){var e=new r.constructor(r.byteLength);return new Uint8Array(e).set(new Uint8Array(r)),e}module.exports=cloneArrayBuffer;\n}, {\"2952\":2952}];\nwindow.modules[\"3092\"] = [function(require,module,exports){var cloneArrayBuffer=require(3091);function cloneDataView(e,r){var f=r?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(f,e.byteOffset,e.byteLength)}module.exports=cloneDataView;\n}, {\"3091\":3091}];\nwindow.modules[\"3093\"] = [function(require,module,exports){var reFlags=/\\w*$/;function cloneRegExp(e){var r=new e.constructor(e.source,reFlags.exec(e));return r.lastIndex=e.lastIndex,r}module.exports=cloneRegExp;\n}, {}];\nwindow.modules[\"3094\"] = [function(require,module,exports){var Symbol=require(2951),symbolProto=Symbol?Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function cloneSymbol(o){return symbolValueOf?Object(symbolValueOf.call(o)):{}}module.exports=cloneSymbol;\n}, {\"2951\":2951}];\nwindow.modules[\"3096\"] = [function(require,module,exports){var arrayFilter=require(2958),stubArray=require(3129),objectProto=Object.prototype,propertyIsEnumerable=objectProto.propertyIsEnumerable,nativeGetSymbols=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols?function(r){return null==r?[]:(r=Object(r),arrayFilter(nativeGetSymbols(r),function(e){return propertyIsEnumerable.call(r,e)}))}:stubArray;module.exports=getSymbols;\n}, {\"2958\":2958,\"3129\":3129}];\nwindow.modules[\"3097\"] = [function(require,module,exports){var arrayPush=require(2966),getPrototype=require(3127),getSymbols=require(3096),stubArray=require(3129),nativeGetSymbols=Object.getOwnPropertySymbols,getSymbolsIn=nativeGetSymbols?function(r){for(var e=[];r;)arrayPush(e,getSymbols(r)),r=getPrototype(r);return e}:stubArray;module.exports=getSymbolsIn;\n}, {\"2966\":2966,\"3096\":3096,\"3127\":3127,\"3129\":3129}];\nwindow.modules[\"3098\"] = [function(require,module,exports){var root=require(2915),coreJsData=root[\"__core-js_shared__\"];module.exports=coreJsData;\n}, {\"2915\":2915}];\nwindow.modules[\"3100\"] = [function(require,module,exports){var baseRest=require(3071),isIterateeCall=require(3101);function createAssigner(e){return baseRest(function(t,r){var a=-1,i=r.length,s=i>1?r[i-1]:void 0,n=i>2?r[2]:void 0;for(s=e.length>3&&\"function\"==typeof s?(i--,s):void 0,n&&isIterateeCall(r[0],r[1],n)&&(s=i<3?void 0:s,i=1),t=Object(t);++a-1?a[n?r[s]:s]:void 0}}module.exports=createFind;\n}, {\"2982\":2982,\"3038\":3038,\"3048\":3048}];\nwindow.modules[\"3110\"] = [function(require,module,exports){var flatten=require(3120),overRest=require(3073),setToString=require(3072);function flatRest(e){return setToString(overRest(e,void 0,flatten),e+\"\")}module.exports=flatRest;\n}, {\"3072\":3072,\"3073\":3073,\"3120\":3120}];\nwindow.modules[\"3115\"] = [function(require,module,exports){var toNumber=require(3147),INFINITY=1/0,MAX_INTEGER=1.7976931348623157e308;function toFinite(e){return e?(e=toNumber(e))===INFINITY||e===-INFINITY?(e<0?-1:1)*MAX_INTEGER:e==e?e:0:0===e?e:0}module.exports=toFinite;\n}, {\"3147\":3147}];\nwindow.modules[\"3116\"] = [function(require,module,exports){var isPlainObject=require(112);function customOmitClone(i){return isPlainObject(i)?void 0:i}module.exports=customOmitClone;\n}, {\"112\":112}];\nwindow.modules[\"3117\"] = [function(require,module,exports){var basePropertyOf=require(3068),deburredLetters={\"\u00c0\":\"A\",\"\u00c1\":\"A\",\"\u00c2\":\"A\",\"\u00c3\":\"A\",\"\u00c4\":\"A\",\"\u00c5\":\"A\",\"\u00e0\":\"a\",\"\u00e1\":\"a\",\"\u00e2\":\"a\",\"\u00e3\":\"a\",\"\u00e4\":\"a\",\"\u00e5\":\"a\",\"\u00c7\":\"C\",\"\u00e7\":\"c\",\"\u00d0\":\"D\",\"\u00f0\":\"d\",\"\u00c8\":\"E\",\"\u00c9\":\"E\",\"\u00ca\":\"E\",\"\u00cb\":\"E\",\"\u00e8\":\"e\",\"\u00e9\":\"e\",\"\u00ea\":\"e\",\"\u00eb\":\"e\",\"\u00cc\":\"I\",\"\u00cd\":\"I\",\"\u00ce\":\"I\",\"\u00cf\":\"I\",\"\u00ec\":\"i\",\"\u00ed\":\"i\",\"\u00ee\":\"i\",\"\u00ef\":\"i\",\"\u00d1\":\"N\",\"\u00f1\":\"n\",\"\u00d2\":\"O\",\"\u00d3\":\"O\",\"\u00d4\":\"O\",\"\u00d5\":\"O\",\"\u00d6\":\"O\",\"\u00d8\":\"O\",\"\u00f2\":\"o\",\"\u00f3\":\"o\",\"\u00f4\":\"o\",\"\u00f5\":\"o\",\"\u00f6\":\"o\",\"\u00f8\":\"o\",\"\u00d9\":\"U\",\"\u00da\":\"U\",\"\u00db\":\"U\",\"\u00dc\":\"U\",\"\u00f9\":\"u\",\"\u00fa\":\"u\",\"\u00fb\":\"u\",\"\u00fc\":\"u\",\"\u00dd\":\"Y\",\"\u00fd\":\"y\",\"\u00ff\":\"y\",\"\u00c6\":\"Ae\",\"\u00e6\":\"ae\",\"\u00de\":\"Th\",\"\u00fe\":\"th\",\"\u00df\":\"ss\",\"\u0100\":\"A\",\"\u0102\":\"A\",\"\u0104\":\"A\",\"\u0101\":\"a\",\"\u0103\":\"a\",\"\u0105\":\"a\",\"\u0106\":\"C\",\"\u0108\":\"C\",\"\u010a\":\"C\",\"\u010c\":\"C\",\"\u0107\":\"c\",\"\u0109\":\"c\",\"\u010b\":\"c\",\"\u010d\":\"c\",\"\u010e\":\"D\",\"\u0110\":\"D\",\"\u010f\":\"d\",\"\u0111\":\"d\",\"\u0112\":\"E\",\"\u0114\":\"E\",\"\u0116\":\"E\",\"\u0118\":\"E\",\"\u011a\":\"E\",\"\u0113\":\"e\",\"\u0115\":\"e\",\"\u0117\":\"e\",\"\u0119\":\"e\",\"\u011b\":\"e\",\"\u011c\":\"G\",\"\u011e\":\"G\",\"\u0120\":\"G\",\"\u0122\":\"G\",\"\u011d\":\"g\",\"\u011f\":\"g\",\"\u0121\":\"g\",\"\u0123\":\"g\",\"\u0124\":\"H\",\"\u0126\":\"H\",\"\u0125\":\"h\",\"\u0127\":\"h\",\"\u0128\":\"I\",\"\u012a\":\"I\",\"\u012c\":\"I\",\"\u012e\":\"I\",\"\u0130\":\"I\",\"\u0129\":\"i\",\"\u012b\":\"i\",\"\u012d\":\"i\",\"\u012f\":\"i\",\"\u0131\":\"i\",\"\u0134\":\"J\",\"\u0135\":\"j\",\"\u0136\":\"K\",\"\u0137\":\"k\",\"\u0138\":\"k\",\"\u0139\":\"L\",\"\u013b\":\"L\",\"\u013d\":\"L\",\"\u013f\":\"L\",\"\u0141\":\"L\",\"\u013a\":\"l\",\"\u013c\":\"l\",\"\u013e\":\"l\",\"\u0140\":\"l\",\"\u0142\":\"l\",\"\u0143\":\"N\",\"\u0145\":\"N\",\"\u0147\":\"N\",\"\u014a\":\"N\",\"\u0144\":\"n\",\"\u0146\":\"n\",\"\u0148\":\"n\",\"\u014b\":\"n\",\"\u014c\":\"O\",\"\u014e\":\"O\",\"\u0150\":\"O\",\"\u014d\":\"o\",\"\u014f\":\"o\",\"\u0151\":\"o\",\"\u0154\":\"R\",\"\u0156\":\"R\",\"\u0158\":\"R\",\"\u0155\":\"r\",\"\u0157\":\"r\",\"\u0159\":\"r\",\"\u015a\":\"S\",\"\u015c\":\"S\",\"\u015e\":\"S\",\"\u0160\":\"S\",\"\u015b\":\"s\",\"\u015d\":\"s\",\"\u015f\":\"s\",\"\u0161\":\"s\",\"\u0162\":\"T\",\"\u0164\":\"T\",\"\u0166\":\"T\",\"\u0163\":\"t\",\"\u0165\":\"t\",\"\u0167\":\"t\",\"\u0168\":\"U\",\"\u016a\":\"U\",\"\u016c\":\"U\",\"\u016e\":\"U\",\"\u0170\":\"U\",\"\u0172\":\"U\",\"\u0169\":\"u\",\"\u016b\":\"u\",\"\u016d\":\"u\",\"\u016f\":\"u\",\"\u0171\":\"u\",\"\u0173\":\"u\",\"\u0174\":\"W\",\"\u0175\":\"w\",\"\u0176\":\"Y\",\"\u0177\":\"y\",\"\u0178\":\"Y\",\"\u0179\":\"Z\",\"\u017b\":\"Z\",\"\u017d\":\"Z\",\"\u017a\":\"z\",\"\u017c\":\"z\",\"\u017e\":\"z\",\"\u0132\":\"IJ\",\"\u0133\":\"ij\",\"\u0152\":\"Oe\",\"\u0153\":\"oe\",\"\u0149\":\"'n\",\"\u017f\":\"s\"},deburrLetter=basePropertyOf(deburredLetters);module.exports=deburrLetter;\n}, {\"3068\":3068}];\nwindow.modules[\"3118\"] = [function(require,module,exports){function mapToArray(r){var a=-1,o=Array(r.size);return r.forEach(function(r,n){o[++a]=[n,r]}),o}module.exports=mapToArray;\n}, {}];\nwindow.modules[\"3119\"] = [function(require,module,exports){function setToArray(r){var o=-1,e=Array(r.size);return r.forEach(function(r){e[++o]=r}),e}module.exports=setToArray;\n}, {}];\nwindow.modules[\"3120\"] = [function(require,module,exports){var baseFlatten=require(3005);function flatten(e){return(null==e?0:e.length)?baseFlatten(e,1):[]}module.exports=flatten;\n}, {\"3005\":3005}];\nwindow.modules[\"3121\"] = [function(require,module,exports){(function (global){(function (){\nvar freeGlobal=\"object\"==typeof global&&global&&global.Object===Object&&global;module.exports=freeGlobal;\n\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\nwindow.modules[\"3124\"] = [function(require,module,exports){var isKeyable=require(3125);function getMapData(a,e){var t=a.__data__;return isKeyable(e)?t[\"string\"==typeof e?\"string\":\"hash\"]:t.map}module.exports=getMapData;\n}, {\"3125\":3125}];\nwindow.modules[\"3125\"] = [function(require,module,exports){function isKeyable(e){var o=typeof e;return\"string\"==o||\"number\"==o||\"symbol\"==o||\"boolean\"==o?\"__proto__\"!==e:null===e}module.exports=isKeyable;\n}, {}];\nwindow.modules[\"3126\"] = [function(require,module,exports){function getValue(e,u){return null==e?void 0:e[u]}module.exports=getValue;\n}, {}];\nwindow.modules[\"3127\"] = [function(require,module,exports){var overArg=require(3128),getPrototype=overArg(Object.getPrototypeOf,Object);module.exports=getPrototype;\n}, {\"3128\":3128}];\nwindow.modules[\"3128\"] = [function(require,module,exports){function overArg(r,e){return function(n){return r(e(n))}}module.exports=overArg;\n}, {}];\nwindow.modules[\"3129\"] = [function(require,module,exports){function stubArray(){return[]}module.exports=stubArray;\n}, {}];\nwindow.modules[\"3130\"] = [function(require,module,exports){var castPath=require(3010),isArguments=require(2960),isArray=require(446),isIndex=require(2962),isLength=require(3037),toKey=require(3011);function hasPath(e,r,t){for(var s=-1,i=(r=castPath(r,e)).length,a=!1;++s0){if(++r>=HOT_COUNT)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}module.exports=shortOut;\n}, {}];\nwindow.modules[\"3140\"] = [function(require,module,exports){var rsAstralRange=\"\\\\ud800-\\\\udfff\",rsComboMarksRange=\"\\\\u0300-\\\\u036f\",reComboHalfMarksRange=\"\\\\ufe20-\\\\ufe2f\",rsComboSymbolsRange=\"\\\\u20d0-\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsVarRange=\"\\\\ufe0e\\\\ufe0f\",rsAstral=\"[\"+rsAstralRange+\"]\",rsCombo=\"[\"+rsComboRange+\"]\",rsFitz=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",rsModifier=\"(?:\"+rsCombo+\"|\"+rsFitz+\")\",rsNonAstral=\"[^\"+rsAstralRange+\"]\",rsRegional=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",rsSurrPair=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",rsZWJ=\"\\\\u200d\",reOptMod=rsModifier+\"?\",rsOptVar=\"[\"+rsVarRange+\"]?\",rsOptJoin=\"(?:\"+rsZWJ+\"(?:\"+[rsNonAstral,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsOptVar+reOptMod+\")*\",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsSymbol=\"(?:\"+[rsNonAstral+rsCombo+\"?\",rsCombo,rsRegional,rsSurrPair,rsAstral].join(\"|\")+\")\",reUnicode=RegExp(rsFitz+\"(?=\"+rsFitz+\")|\"+rsSymbol+rsSeq,\"g\");function unicodeToArray(r){return r.match(reUnicode)||[]}module.exports=unicodeToArray;\n}, {}];\nwindow.modules[\"3141\"] = [function(require,module,exports){var rsAstralRange=\"\\\\ud800-\\\\udfff\",rsComboMarksRange=\"\\\\u0300-\\\\u036f\",reComboHalfMarksRange=\"\\\\ufe20-\\\\ufe2f\",rsComboSymbolsRange=\"\\\\u20d0-\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsDingbatRange=\"\\\\u2700-\\\\u27bf\",rsLowerRange=\"a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff\",rsMathOpRange=\"\\\\xac\\\\xb1\\\\xd7\\\\xf7\",rsNonCharRange=\"\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\xbf\",rsPunctuationRange=\"\\\\u2000-\\\\u206f\",rsSpaceRange=\" \\\\t\\\\x0b\\\\f\\\\xa0\\\\ufeff\\\\n\\\\r\\\\u2028\\\\u2029\\\\u1680\\\\u180e\\\\u2000\\\\u2001\\\\u2002\\\\u2003\\\\u2004\\\\u2005\\\\u2006\\\\u2007\\\\u2008\\\\u2009\\\\u200a\\\\u202f\\\\u205f\\\\u3000\",rsUpperRange=\"A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde\",rsVarRange=\"\\\\ufe0e\\\\ufe0f\",rsBreakRange=rsMathOpRange+rsNonCharRange+rsPunctuationRange+rsSpaceRange,rsApos=\"['\u2019]\",rsBreak=\"[\"+rsBreakRange+\"]\",rsCombo=\"[\"+rsComboRange+\"]\",rsDigits=\"\\\\d+\",rsDingbat=\"[\"+rsDingbatRange+\"]\",rsLower=\"[\"+rsLowerRange+\"]\",rsMisc=\"[^\"+rsAstralRange+rsBreakRange+rsDigits+rsDingbatRange+rsLowerRange+rsUpperRange+\"]\",rsFitz=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",rsModifier=\"(?:\"+rsCombo+\"|\"+rsFitz+\")\",rsNonAstral=\"[^\"+rsAstralRange+\"]\",rsRegional=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",rsSurrPair=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",rsUpper=\"[\"+rsUpperRange+\"]\",rsZWJ=\"\\\\u200d\",rsMiscLower=\"(?:\"+rsLower+\"|\"+rsMisc+\")\",rsMiscUpper=\"(?:\"+rsUpper+\"|\"+rsMisc+\")\",rsOptContrLower=\"(?:\"+rsApos+\"(?:d|ll|m|re|s|t|ve))?\",rsOptContrUpper=\"(?:\"+rsApos+\"(?:D|LL|M|RE|S|T|VE))?\",reOptMod=rsModifier+\"?\",rsOptVar=\"[\"+rsVarRange+\"]?\",rsOptJoin=\"(?:\"+rsZWJ+\"(?:\"+[rsNonAstral,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsOptVar+reOptMod+\")*\",rsOrdLower=\"\\\\d*(?:1st|2nd|3rd|(?![123])\\\\dth)(?=\\\\b|[A-Z_])\",rsOrdUpper=\"\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\dTH)(?=\\\\b|[a-z_])\",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsEmoji=\"(?:\"+[rsDingbat,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsSeq,reUnicodeWord=RegExp([rsUpper+\"?\"+rsLower+\"+\"+rsOptContrLower+\"(?=\"+[rsBreak,rsUpper,\"$\"].join(\"|\")+\")\",rsMiscUpper+\"+\"+rsOptContrUpper+\"(?=\"+[rsBreak,rsUpper+rsMiscLower,\"$\"].join(\"|\")+\")\",rsUpper+\"?\"+rsMiscLower+\"+\"+rsOptContrLower,rsUpper+\"+\"+rsOptContrUpper,rsOrdUpper,rsOrdLower,rsDigits,rsEmoji].join(\"|\"),\"g\");function unicodeWords(r){return r.match(reUnicodeWord)||[]}module.exports=unicodeWords;\n}, {}];\nwindow.modules[\"3144\"] = [function(require,module,exports){var toString=require(3087),upperFirst=require(3145);function capitalize(r){return upperFirst(toString(r).toLowerCase())}module.exports=capitalize;\n}, {\"3087\":3087,\"3145\":3145}];\nwindow.modules[\"3145\"] = [function(require,module,exports){var createCaseFirst=require(3102),upperFirst=createCaseFirst(\"toUpperCase\");module.exports=upperFirst;\n}, {\"3102\":3102}];\nwindow.modules[\"3147\"] = [function(require,module,exports){var baseTrim=require(3079),isObject=require(445),isSymbol=require(3003),NAN=NaN,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;function toNumber(e){if(\"number\"==typeof e)return e;if(isSymbol(e))return NAN;if(isObject(e)){var r=\"function\"==typeof e.valueOf?e.valueOf():e;e=isObject(r)?r+\"\":r}if(\"string\"!=typeof e)return 0===e?e:+e;e=baseTrim(e);var t=reIsBinary.test(e);return t||reIsOctal.test(e)?freeParseInt(e.slice(2),t?2:8):reIsBadHex.test(e)?NAN:+e}module.exports=toNumber;\n}, {\"445\":445,\"3003\":3003,\"3079\":3079}];\nwindow.modules[\"3148\"] = [function(require,module,exports){var root=require(2915),now=function(){return root.Date.now()};module.exports=now;\n}, {\"2915\":2915}];\nwindow.modules[\"3150\"] = [function(require,module,exports){var baseRest=require(3071),eq=require(2975),isIterateeCall=require(3101),keysIn=require(2984),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,defaults=baseRest(function(e,r){e=Object(e);var t=-1,o=r.length,a=o>2?r[2]:void 0;for(a&&isIterateeCall(r[0],r[1],a)&&(o=1);++t-1?u:0,r.charCodeAt(b+1)){case 100:case 102:if(o>=c)break;if(null==e[o])break;u=c)break;if(null==e[o])break;u=c)break;if(void 0===e[o])break;u\",u=b+2,b++;break}s+=a(e[o]),u=b+2,b++;break;case 115:if(o>=c)break;u]*>/i,t=function(e,t){var f,v,d,m,x;void 0===e&&(e=\"\"),void 0===t&&(t=\"1\");var h=0;if(\"0\"===(t=\"number\"==typeof t?t.toString():t.replace(/\\s/g,\"\")))return e;if(\"1\"===t)f=1,v=1,d=1,m=1;else if(\"2\"===t)f=1,v=1,d=2,m=1;else if(\"3\"===t)f=1,v=1,d=3,m=1;else if(\"-1\"===t)x=1;else for(var b=0;b['\"]$/.test(e)&&(n=1,e+=\" \");for(var p=o(e),c=\"\",g=0,l=\"\",s=0;s?@[\\\\]^_`{|}~]\";return e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(new RegExp(\"^'(?=\"+r+\"\\\\B)\"),\"’\")).replace(new RegExp('^\"(?='+r+\"\\\\B)\"),\"”\")).replace(/\"'(?=\\w)/,\"“‘\")).replace(/'\"(?=\\w)/,\"‘“\")).replace(/'(?=\\d\\d)/,\"’\")).replace(new RegExp(\"(\\\\s| |--|&[mn]dash;|–|—|ȁ[34])'(?=\\\\w)\",\"g\"),\"$1‘\")).replace(new RegExp(\"([^\\\\ \\\\t\\\\r\\\\n\\\\[\\\\{\\\\(\\\\-])'\",\"g\"),\"$1’\")).replace(new RegExp(\"([\\\\ \\\\t\\\\r\\\\n\\\\[\\\\{\\\\(\\\\-]?)'(?=\\\\s|s\\\\b)\",\"g\"),\"$1’\")).replace(/'/g,\"‘\")).replace(new RegExp('(\\\\s| |--|&[mn]dash;|–|—|ȁ[34])\"(?=\\\\w)',\"g\"),\"$1“\")).replace(new RegExp('([^\\\\ \\\\t\\\\r\\\\n\\\\[\\\\{\\\\(\\\\-])\"',\"g\"),\"$1”\")).replace(new RegExp('([\\\\ \\\\t\\\\r\\\\n\\\\[\\\\{\\\\(\\\\-]?)\"(?=\\\\s)',\"g\"),\"$1”\")).replace(/\"/g,\"“\")},n=function(e){return e=(e=e.replace(/``/g,\"“\")).replace(/''/g,\"”\")},p=function(e){return e=(e=e.replace(/`/g,\"‘\")).replace(/'/g,\"’\")},c=function(e){return e=e.replace(/--/g,\"—\")},g=function(e){return e=(e=e.replace(/---/g,\"—\")).replace(/--/g,\"–\")},l=function(e){return e=(e=e.replace(/---/g,\"–\")).replace(/--/g,\"—\")},s=function(e){return e=(e=e.replace(/\\.\\.\\./g,\"…\")).replace(/\\. \\. \\./g,\"…\")},i=function(e){return e=(e=(e=(e=(e=(e=(e=e.replace(/–/g,\"-\")).replace(/—/g,\"--\")).replace(/‘/g,\"'\")).replace(/’/g,\"'\")).replace(/“/g,'\"')).replace(/”/g,'\"')).replace(/…/g,\"...\")},u=function(e){return e=(e=(e=(e=(e=(e=e.replace(/\\\\\\\\/g,\"\\")).replace(/\\\\\"/g,\""\")).replace(/\\\\'/g,\"'\")).replace(/\\\\\\./g,\".\")).replace(/\\\\-/g,\"-\")).replace(/\\\\`/g,\"`\")},o=function(e){for(var r=0,t=e.length,a=[],n=/|<\\?.*?\\?>|<[^>]*>/g,p=null;p=n.exec(e);){if(r\":\"akbar-men\",\"\u2211\":\"majmou\",\"\u00a4\":\"omla\"},az:{},ca:{\"\u2206\":\"delta\",\"\u221e\":\"infinit\",\"\u2665\":\"amor\",\"&\":\"i\",\"|\":\"o\",\"<\":\"menys que\",\">\":\"mes que\",\"\u2211\":\"suma dels\",\"\u00a4\":\"moneda\"},cs:{\"\u2206\":\"delta\",\"\u221e\":\"nekonecno\",\"\u2665\":\"laska\",\"&\":\"a\",\"|\":\"nebo\",\"<\":\"mensi nez\",\">\":\"vetsi nez\",\"\u2211\":\"soucet\",\"\u00a4\":\"mena\"},de:{\"\u2206\":\"delta\",\"\u221e\":\"unendlich\",\"\u2665\":\"Liebe\",\"&\":\"und\",\"|\":\"oder\",\"<\":\"kleiner als\",\">\":\"groesser als\",\"\u2211\":\"Summe von\",\"\u00a4\":\"Waehrung\"},dv:{\"\u2206\":\"delta\",\"\u221e\":\"kolunulaa\",\"\u2665\":\"loabi\",\"&\":\"aai\",\"|\":\"noonee\",\"<\":\"ah vure kuda\",\">\":\"ah vure bodu\",\"\u2211\":\"jumula\",\"\u00a4\":\"faisaa\"},en:{\"\u2206\":\"delta\",\"\u221e\":\"infinity\",\"\u2665\":\"love\",\"&\":\"and\",\"|\":\"or\",\"<\":\"less than\",\">\":\"greater than\",\"\u2211\":\"sum\",\"\u00a4\":\"currency\"},es:{\"\u2206\":\"delta\",\"\u221e\":\"infinito\",\"\u2665\":\"amor\",\"&\":\"y\",\"|\":\"u\",\"<\":\"menos que\",\">\":\"mas que\",\"\u2211\":\"suma de los\",\"\u00a4\":\"moneda\"},fa:{\"\u2206\":\"delta\",\"\u221e\":\"bi-nahayat\",\"\u2665\":\"eshgh\",\"&\":\"va\",\"|\":\"ya\",\"<\":\"kamtar-az\",\">\":\"bishtar-az\",\"\u2211\":\"majmooe\",\"\u00a4\":\"vahed\"},fi:{\"\u2206\":\"delta\",\"\u221e\":\"aarettomyys\",\"\u2665\":\"rakkaus\",\"&\":\"ja\",\"|\":\"tai\",\"<\":\"pienempi kuin\",\">\":\"suurempi kuin\",\"\u2211\":\"summa\",\"\u00a4\":\"valuutta\"},fr:{\"\u2206\":\"delta\",\"\u221e\":\"infiniment\",\"\u2665\":\"Amour\",\"&\":\"et\",\"|\":\"ou\",\"<\":\"moins que\",\">\":\"superieure a\",\"\u2211\":\"somme des\",\"\u00a4\":\"monnaie\"},ge:{\"\u2206\":\"delta\",\"\u221e\":\"usasruloba\",\"\u2665\":\"siqvaruli\",\"&\":\"da\",\"|\":\"an\",\"<\":\"naklebi\",\">\":\"meti\",\"\u2211\":\"jami\",\"\u00a4\":\"valuta\"},gr:{},hu:{\"\u2206\":\"delta\",\"\u221e\":\"vegtelen\",\"\u2665\":\"szerelem\",\"&\":\"es\",\"|\":\"vagy\",\"<\":\"kisebb mint\",\">\":\"nagyobb mint\",\"\u2211\":\"szumma\",\"\u00a4\":\"penznem\"},it:{\"\u2206\":\"delta\",\"\u221e\":\"infinito\",\"\u2665\":\"amore\",\"&\":\"e\",\"|\":\"o\",\"<\":\"minore di\",\">\":\"maggiore di\",\"\u2211\":\"somma\",\"\u00a4\":\"moneta\"},lt:{\"\u2206\":\"delta\",\"\u221e\":\"begalybe\",\"\u2665\":\"meile\",\"&\":\"ir\",\"|\":\"ar\",\"<\":\"maziau nei\",\">\":\"daugiau nei\",\"\u2211\":\"suma\",\"\u00a4\":\"valiuta\"},lv:{\"\u2206\":\"delta\",\"\u221e\":\"bezgaliba\",\"\u2665\":\"milestiba\",\"&\":\"un\",\"|\":\"vai\",\"<\":\"mazak neka\",\">\":\"lielaks neka\",\"\u2211\":\"summa\",\"\u00a4\":\"valuta\"},my:{\"\u2206\":\"kwahkhyaet\",\"\u221e\":\"asaonasme\",\"\u2665\":\"akhyait\",\"&\":\"nhin\",\"|\":\"tho\",\"<\":\"ngethaw\",\">\":\"kyithaw\",\"\u2211\":\"paungld\",\"\u00a4\":\"ngwekye\"},mk:{},nl:{\"\u2206\":\"delta\",\"\u221e\":\"oneindig\",\"\u2665\":\"liefde\",\"&\":\"en\",\"|\":\"of\",\"<\":\"kleiner dan\",\">\":\"groter dan\",\"\u2211\":\"som\",\"\u00a4\":\"valuta\"},pl:{\"\u2206\":\"delta\",\"\u221e\":\"nieskonczonosc\",\"\u2665\":\"milosc\",\"&\":\"i\",\"|\":\"lub\",\"<\":\"mniejsze niz\",\">\":\"wieksze niz\",\"\u2211\":\"suma\",\"\u00a4\":\"waluta\"},pt:{\"\u2206\":\"delta\",\"\u221e\":\"infinito\",\"\u2665\":\"amor\",\"&\":\"e\",\"|\":\"ou\",\"<\":\"menor que\",\">\":\"maior que\",\"\u2211\":\"soma\",\"\u00a4\":\"moeda\"},ro:{\"\u2206\":\"delta\",\"\u221e\":\"infinit\",\"\u2665\":\"dragoste\",\"&\":\"si\",\"|\":\"sau\",\"<\":\"mai mic ca\",\">\":\"mai mare ca\",\"\u2211\":\"suma\",\"\u00a4\":\"valuta\"},ru:{\"\u2206\":\"delta\",\"\u221e\":\"beskonechno\",\"\u2665\":\"lubov\",\"&\":\"i\",\"|\":\"ili\",\"<\":\"menshe\",\">\":\"bolshe\",\"\u2211\":\"summa\",\"\u00a4\":\"valjuta\"},sk:{\"\u2206\":\"delta\",\"\u221e\":\"nekonecno\",\"\u2665\":\"laska\",\"&\":\"a\",\"|\":\"alebo\",\"<\":\"menej ako\",\">\":\"viac ako\",\"\u2211\":\"sucet\",\"\u00a4\":\"mena\"},sr:{},tr:{\"\u2206\":\"delta\",\"\u221e\":\"sonsuzluk\",\"\u2665\":\"ask\",\"&\":\"ve\",\"|\":\"veya\",\"<\":\"kucuktur\",\">\":\"buyuktur\",\"\u2211\":\"toplam\",\"\u00a4\":\"para birimi\"},uk:{\"\u2206\":\"delta\",\"\u221e\":\"bezkinechnist\",\"\u2665\":\"lubov\",\"&\":\"i\",\"|\":\"abo\",\"<\":\"menshe\",\">\":\"bilshe\",\"\u2211\":\"suma\",\"\u00a4\":\"valjuta\"},vn:{\"\u2206\":\"delta\",\"\u221e\":\"vo cuc\",\"\u2665\":\"yeu\",\"&\":\"va\",\"|\":\"hoac\",\"<\":\"nho hon\",\">\":\"lon hon\",\"\u2211\":\"tong\",\"\u00a4\":\"tien te\"}},u=[\";\",\"?\",\":\",\"@\",\"&\",\"=\",\"+\",\"$\",\",\",\"/\"].join(\"\"),s=[\";\",\"?\",\":\",\"@\",\"&\",\"=\",\"+\",\"$\",\",\"].join(\"\"),l=[\".\",\"!\",\"~\",\"*\",\"'\",\"(\",\")\"].join(\"\"),r=function(a,r){var m,d,g,k,y,f,p,z,b,A,v,E,O,j,S=\"-\",w=\"\",U=\"\",C=!0,N={},R=\"\";if(\"string\"!=typeof a)return\"\";if(\"string\"==typeof r&&(S=r),p=o.en,z=i.en,\"object\"==typeof r)for(v in m=r.maintainCase||!1,N=r.custom&&\"object\"==typeof r.custom?r.custom:N,g=+r.truncate>1&&r.truncate||!1,k=r.uric||!1,y=r.uricNoSlash||!1,f=r.mark||!1,C=!1!==r.symbols&&!1!==r.lang,S=r.separator||S,k&&(R+=u),y&&(R+=s),f&&(R+=l),p=r.lang&&o[r.lang]&&C?o[r.lang]:C?o.en:{},z=r.lang&&i[r.lang]?i[r.lang]:!1===r.lang||!0===r.lang?{}:i.en,r.titleCase&&\"number\"==typeof r.titleCase.length&&Array.prototype.toString.call(r.titleCase)?(r.titleCase.forEach(function(a){N[a+\"\"]=a+\"\"}),d=!0):d=!!r.titleCase,r.custom&&\"number\"==typeof r.custom.length&&Array.prototype.toString.call(r.custom)&&r.custom.forEach(function(a){N[a+\"\"]=a+\"\"}),Object.keys(N).forEach(function(e){var n;n=e.length>1?new RegExp(\"\\\\b\"+h(e)+\"\\\\b\",\"gi\"):new RegExp(h(e),\"gi\"),a=a.replace(n,N[e])}),N)R+=v;for(R=h(R+=S),O=!1,j=!1,A=0,E=(a=a.replace(/(^\\s+|\\s+$)/g,\"\")).length;A=0?(U+=v,v=\"\"):!0===j?(v=t[U]+e[v],U=\"\"):v=O&&e[v].match(/[A-Za-z0-9]/)?\" \"+e[v]:e[v],O=!1,j=!1):v in t?(U+=v,v=\"\",A===E-1&&(v=t[U]),j=!0):!p[v]||k&&-1!==u.indexOf(v)||y&&-1!==s.indexOf(v)?(!0===j?(v=t[U]+v,U=\"\",j=!1):O&&(/[A-Za-z0-9]/.test(v)||w.substr(-1).match(/A-Za-z0-9]/))&&(v=\" \"+v),O=!1):(v=O||w.substr(-1).match(/[A-Za-z0-9]/)?S+p[v]:p[v],v+=void 0!==a[A+1]&&a[A+1].match(/[A-Za-z0-9]/)?S:\"\",O=!0),w+=v.replace(new RegExp(\"[^\\\\w\\\\s\"+R+\"_-]\",\"g\"),S);return d&&(w=w.replace(/(\\w)(\\S*)/g,function(a,e,n){var t=e.toUpperCase()+(null!==n?n:\"\");return Object.keys(N).indexOf(t.toLowerCase())<0?t:t.toLowerCase()})),w=w.replace(/\\s+/g,S).replace(new RegExp(\"\\\\\"+S+\"+\",\"g\"),S).replace(new RegExp(\"(^\\\\\"+S+\"+|\\\\\"+S+\"+$)\",\"g\"),\"\"),g&&w.length>g&&(b=w.charAt(g)===S,w=w.slice(0,g),b||(w=w.slice(0,w.lastIndexOf(S)))),m||d||(w=w.toLowerCase()),w},m=function(a){return function(e){return r(e,a)}},h=function(a){return a.replace(/[-\\\\^$*+?.()|[\\]{}\\/]/g,\"\\\\$&\")},c=function(a,e){for(var n in e)if(e[n]===a)return!0};if(\"undefined\"!=typeof module&&module.exports)module.exports=r,module.exports.createSlug=m;else if(\"undefined\"!=typeof define&&define.amd)define([],function(){return r});else try{if(a.getSlug||a.createSlug)throw\"speakingurl: globals exists /(getSlug|createSlug)/\";a.getSlug=r,a.createSlug=m}catch(a){}}(this);\n}, {}];\nwindow.modules[\"3260\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(27)),_classCallCheck2=_interopRequireDefault(require(9)),_createClass2=_interopRequireDefault(require(11)),AdDataType={DISPLAY:\"display_ad\",VIDEO:\"video\"},AdFuelDataAllowlist=[\"adUnitPath\",\"parentRegistry\",\"response\",\"rktr_ad_id\",\"rktr_slot_id\"],AdData=function(){function e(){(0,_classCallCheck2.default)(this,e),this.adList={},this.registerAdActions={},this.getAdDetailsActions={};for(var t=0,i=Object.values(this.TYPE);t2&&void 0!==arguments[2]&&arguments[2],n=r||this.el;return Array.from(n.querySelectorAll(e)).reduce(function(e,r){return _objectSpread((0,_defineProperty2.default)({},t(unpackDataset(r.dataset)),r),e)},{})}},{key:\"startSSE\",value:function(e,t){this.sseUri=t||this.el.dataset.uri,this.sseName=e,this.connectSSE()}},{key:\"connectSSE\",value:function(){console.log(\"\".concat(this.sseName,\" SSE Connecting...\")),this.sseClient=new EventSource(this.sseUri),this.registerSSEListeners()}},{key:\"registerSSEListeners\",value:function(){var e=this;this.sseClient.addEventListener(\"publish\",function(){var t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function t(r){return _regenerator.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,e.onSSEPublish(r);case 3:t.next=8;break;case 5:t.prev=5,t.t0=t.catch(0),console.log(\"\".concat(e.sseName,\" onSSEPublish ERROR\"),t.t0);case 8:case\"end\":return t.stop()}},t,null,[[0,5]])}));return function(e){return t.apply(this,arguments)}}()),this.sseClient.addEventListener(\"error\",function(t){e.onSSEError(t)}),this.sseClient.addEventListener(\"open\",function(t){e.onSSEOpen(t)})}},{key:\"onSSEOpen\",value:function(){console.log(\"\".concat(this.sseName,\" SSE Open\"))}},{key:\"onSSEReconnecting\",value:function(){var e=this;setTimeout(function(){console.log(\"\".concat(e.sseName,\" SSE Reconnecting...\")),e.connectSSE()},1e3)}},{key:\"onSSEPublish\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:console.log(\"\".concat(this.sseName,\" SSE Publish\"));case 1:case\"end\":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:\"onSSEError\",value:function(e){console.log(\"\".concat(this.sseName,\" An error occurred while attempting to connect.\"),e),this.sseClient.close(),this.onSSEReconnecting()}},{key:\"sseFetchUpdates\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=window.location.pathname+window.location.search,e.abrupt(\"return\",fetch(t).then(function(e){return e.text()}).then(function(e){return e}).catch(function(e){return console.log(e)}));case 2:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}()}]),e}(),addEventListener=function(e,t,r,n){return e.addEventListener(t,function(e){var t=e.currentTarget;r.call(n,unpackDataset(t.dataset),t,e)})},unpackDataset=function(e){return Object.keys(e).reduce(function(t,r){return r.startsWith(SERIALIZED_DATA_PREFIX)?_objectSpread(_objectSpread({},t),{},(0,_defineProperty2.default)({},r.slice(PREFIX_LENGTH),function(){try{return JSON.parse(e[r])}catch(e){}}())):_objectSpread(_objectSpread({},t),{},(0,_defineProperty2.default)({},r,e[r]))},{})};module.exports=ClientModel;\n}, {\"9\":9,\"10\":10,\"11\":11,\"21\":21,\"22\":22,\"23\":23,\"3264\":3264}];\nwindow.modules[\"3264\"] = [function(require,module,exports){\"use strict\";var CACHE_SIZE=1,ANY_ACTION=\"_any\",EMPTY=Symbol(\"empty\"),dispatcher=function(){var n={},t={};function i(i,o){if(!i)throw new Error(\"Invalid action format\");n[i]=n[i]||{},n[i][o]=n[i][o]||[],t[i]=t[i]||{},t[i][o]=t[i][o]||new Array(CACHE_SIZE)}return{dispatch:function(o){var r=o.ns,c=o.action,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:EMPTY;i(r,c),n[r][c].concat(n[r][ANY_ACTION]||[]).forEach(function(n){setTimeout(function(){n(e,{ns:r,action:c})})}),t[r][c].shift(),t[r][c].push(e)},subscribe:function(o,r){var c=o.ns,e=o.action,a=void 0===e?ANY_ACTION:e,u=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];i(c,a),n[c][a].push(r),u&&t[c][a].filter(function(n){return void 0!==n}).forEach(function(n){setTimeout(function(){r(n)})})},reset:function(){t={},n={}}}}();dispatcher.CACHE_SIZE=CACHE_SIZE,module.exports=dispatcher;\n}, {}];\nwindow.modules[\"3270\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(21));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r|(]*>|]*>|]+>)+/i,full=new RegExp(htmlTags.map(t=>`<${t}\\\\b[^>]*>`).join(\"|\"),\"i\");module.exports=(t=>basic.test(t)||full.test(t));\n}, {\"3456\":3456}];\nwindow.modules[\"3323\"] = [function(require,module,exports){\"use strict\";exports.byteLength=byteLength,exports.toByteArray=toByteArray,exports.fromByteArray=fromByteArray;for(var lookup=[],revLookup=[],Arr=\"undefined\"!=typeof Uint8Array?Uint8Array:Array,code=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",i=0,len=code.length;i0)throw new Error(\"Invalid string. Length must be a multiple of 4\");var e=o.indexOf(\"=\");return-1===e&&(e=r),[e,e===r?0:4-e%4]}function byteLength(o){var r=getLens(o),e=r[0],t=r[1];return 3*(e+t)/4-t}function _byteLength(o,r,e){return 3*(r+e)/4-e}function toByteArray(o){var r,e,t=getLens(o),n=t[0],u=t[1],p=new Arr(_byteLength(o,n,u)),a=0,h=u>0?n-4:n;for(e=0;e>16&255,p[a++]=r>>8&255,p[a++]=255&r;return 2===u&&(r=revLookup[o.charCodeAt(e)]<<2|revLookup[o.charCodeAt(e+1)]>>4,p[a++]=255&r),1===u&&(r=revLookup[o.charCodeAt(e)]<<10|revLookup[o.charCodeAt(e+1)]<<4|revLookup[o.charCodeAt(e+2)]>>2,p[a++]=r>>8&255,p[a++]=255&r),p}function tripletToBase64(o){return lookup[o>>18&63]+lookup[o>>12&63]+lookup[o>>6&63]+lookup[63&o]}function encodeChunk(o,r,e){for(var t,n=[],u=r;up?p:u+16383));return 1===t?(r=o[e-1],n.push(lookup[r>>2]+lookup[r<<4&63]+\"==\")):2===t&&(r=(o[e-2]<<8)+o[e-1],n.push(lookup[r>>10]+lookup[r>>4&63]+lookup[r<<2&63]+\"=\")),n.join(\"\")}revLookup[\"-\".charCodeAt(0)]=62,revLookup[\"_\".charCodeAt(0)]=63;\n}, {}];\nwindow.modules[\"3385\"] = [function(require,module,exports){exports.read=function(a,o,t,r,h){var M,p,w=8*h-r-1,f=(1<>1,i=-7,N=t?h-1:0,n=t?-1:1,s=a[o+N];for(N+=n,M=s&(1<<-i)-1,s>>=-i,i+=w;i>0;M=256*M+a[o+N],N+=n,i-=8);for(p=M&(1<<-i)-1,M>>=-i,i+=r;i>0;p=256*p+a[o+N],N+=n,i-=8);if(0===M)M=1-e;else{if(M===f)return p?NaN:1/0*(s?-1:1);p+=Math.pow(2,r),M-=e}return(s?-1:1)*p*Math.pow(2,M-r)},exports.write=function(a,o,t,r,h,M){var p,w,f,e=8*M-h-1,i=(1<>1,n=23===h?Math.pow(2,-24)-Math.pow(2,-77):0,s=r?0:M-1,u=r?1:-1,l=o<0||0===o&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(w=isNaN(o)?1:0,p=i):(p=Math.floor(Math.log(o)/Math.LN2),o*(f=Math.pow(2,-p))<1&&(p--,f*=2),(o+=p+N>=1?n/f:n*Math.pow(2,1-N))*f>=2&&(p++,f/=2),p+N>=i?(w=0,p=i):p+N>=1?(w=(o*f-1)*Math.pow(2,h),p+=N):(w=o*Math.pow(2,N-1)*Math.pow(2,h),p=0));h>=8;a[t+s]=255&w,s+=u,w/=256,h-=8);for(p=p<0;a[t+s]=255&p,s+=u,p/=256,e-=8);a[t+s-u]|=128*l};\n}, {}];\nwindow.modules[\"3455\"] = [function(require,module,exports){module.exports=[\n\t\"a\",\n\t\"abbr\",\n\t\"address\",\n\t\"area\",\n\t\"article\",\n\t\"aside\",\n\t\"audio\",\n\t\"b\",\n\t\"base\",\n\t\"bdi\",\n\t\"bdo\",\n\t\"blockquote\",\n\t\"body\",\n\t\"br\",\n\t\"button\",\n\t\"canvas\",\n\t\"caption\",\n\t\"cite\",\n\t\"code\",\n\t\"col\",\n\t\"colgroup\",\n\t\"data\",\n\t\"datalist\",\n\t\"dd\",\n\t\"del\",\n\t\"details\",\n\t\"dfn\",\n\t\"dialog\",\n\t\"div\",\n\t\"dl\",\n\t\"dt\",\n\t\"em\",\n\t\"embed\",\n\t\"fieldset\",\n\t\"figcaption\",\n\t\"figure\",\n\t\"footer\",\n\t\"form\",\n\t\"h1\",\n\t\"h2\",\n\t\"h3\",\n\t\"h4\",\n\t\"h5\",\n\t\"h6\",\n\t\"head\",\n\t\"header\",\n\t\"hgroup\",\n\t\"hr\",\n\t\"html\",\n\t\"i\",\n\t\"iframe\",\n\t\"img\",\n\t\"input\",\n\t\"ins\",\n\t\"kbd\",\n\t\"label\",\n\t\"legend\",\n\t\"li\",\n\t\"link\",\n\t\"main\",\n\t\"map\",\n\t\"mark\",\n\t\"math\",\n\t\"menu\",\n\t\"menuitem\",\n\t\"meta\",\n\t\"meter\",\n\t\"nav\",\n\t\"noscript\",\n\t\"object\",\n\t\"ol\",\n\t\"optgroup\",\n\t\"option\",\n\t\"output\",\n\t\"p\",\n\t\"param\",\n\t\"picture\",\n\t\"pre\",\n\t\"progress\",\n\t\"q\",\n\t\"rb\",\n\t\"rp\",\n\t\"rt\",\n\t\"rtc\",\n\t\"ruby\",\n\t\"s\",\n\t\"samp\",\n\t\"script\",\n\t\"section\",\n\t\"select\",\n\t\"slot\",\n\t\"small\",\n\t\"source\",\n\t\"span\",\n\t\"strong\",\n\t\"style\",\n\t\"sub\",\n\t\"summary\",\n\t\"sup\",\n\t\"svg\",\n\t\"table\",\n\t\"tbody\",\n\t\"td\",\n\t\"template\",\n\t\"textarea\",\n\t\"tfoot\",\n\t\"th\",\n\t\"thead\",\n\t\"time\",\n\t\"title\",\n\t\"tr\",\n\t\"track\",\n\t\"u\",\n\t\"ul\",\n\t\"var\",\n\t\"video\",\n\t\"wbr\"\n]\n}, {}];\nwindow.modules[\"3456\"] = [function(require,module,exports){\"use strict\";module.exports=require(3455);\n}, {\"3455\":3455}];\nwindow.modules[\"alerts.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(27)),_classCallCheck2=_interopRequireDefault(require(9)),_createClass2=_interopRequireDefault(require(11)),_get=require(1),rest=require(29),STORAGE_KEY=\"CLOSED_ALERTS\",_require=require(15),dispatch=_require.dispatch,_require2=require(28),STICKY_HEADER=_require2.STICKY_HEADER,Alerts=function(){function e(t){var r=this;(0,_classCallCheck2.default)(this,e),_get(window,\"kiln.locals\",!0)&&(this.banner=t,this.check(),setInterval(function(){return r.check()},3e4))}return(0,_createClass2.default)(e,[{key:\"check\",value:function(){var e=this,t=this.storageGet();rest.get(\"/public/api/alerts\").then(function(r){r.alerts.filter(function(e){return!t.includes(e.hash)}).forEach(function(t){e.add(t)}),e.banner.childNodes.length?e.showBanner():e.hideBanner(),dispatch(STICKY_HEADER.RECALCULATE)})}},{key:\"alertExists\",value:function(e){return!!this.banner.querySelector(\"#\".concat(this.instance(e)))}},{key:\"instance\",value:function(e){return e.uri.split(\"/\").pop().split(\"@\").shift()}},{key:\"add\",value:function(e){this.alertExists(e)?e.hash!==this.banner.firstChild.getAttribute(\"data-alert-hash\")&&this.banner.replaceChild(this.create(e),this.banner.firstChild):this.banner.appendChild(this.create(e))}},{key:\"create\",value:function(e){var t=this,r=function(e,t,r){var i=document.createElement(\"div\");return i.className=e,\"string\"==typeof t&&(i.innerHTML=t),\"object\"===(0,_typeof2.default)(t)&&i.appendChild(t),r&&(i.id=r),i},i=r(\"alerts__close\",\"\",this.instance(e)),n=r(\"alerts__container\",i);e.title&&n.appendChild(r(\"alerts__title\",e.title)),n.appendChild(r(\"alerts__content\",e.content));var a=r(\"alerts__item\",n);return a.setAttribute(\"data-alert-hash\",e.hash),i.addEventListener(\"click\",function(r){var i=r.target;return t.close(i.id,e.hash)}),a}},{key:\"showBanner\",value:function(){this.banner.classList.add(\"alerts--visible\")}},{key:\"hideBanner\",value:function(){this.banner.classList.remove(\"alerts--visible\")}},{key:\"close\",value:function(e,t){for(var r=this.banner.querySelector(\"#\".concat(e));\"alerts__item\"!==r.className;)r=r.parentNode;r.parentNode.removeChild(r),this.storageSet(t),dispatch(STICKY_HEADER.RECALCULATE)}},{key:\"storageGet\",value:function(){var e=window.sessionStorage.getItem(STORAGE_KEY);return e?e.split(\",\").filter(function(e){return null!=e&&\"\"!=e}):[]}},{key:\"storageSet\",value:function(e){var t=this.storageGet().join(\",\");window.sessionStorage.setItem(STORAGE_KEY,t.concat(\",\",encodeURIComponent(e)))}}]),e}();module.exports=function(e){return new Alerts(e)};\n}, {\"1\":1,\"9\":9,\"10\":10,\"11\":11,\"15\":15,\"27\":27,\"28\":28,\"29\":29}];\nwindow.modules[\"ad-feedback.client\"] = [function(require,module,exports){\"use strict\";var _require=require(7),AdFeedback=_require.AdFeedback,_require2=require(6),ENABLE_AD_FEEDBACK_DISPLAY_ADS=_require2.ENABLE_AD_FEEDBACK_DISPLAY_ADS,ENABLE_AD_FEEDBACK_VIDEO_ADS=_require2.ENABLE_AD_FEEDBACK_VIDEO_ADS;if(ENABLE_AD_FEEDBACK_DISPLAY_ADS||ENABLE_AD_FEEDBACK_VIDEO_ADS){var adFeedback=new AdFeedback;adFeedback.initialize()}\n}, {\"6\":6,\"7\":7}];\nwindow.modules[\"ad-slot-header.client\"] = [function(require,module,exports){\"use strict\";var throttle=require(25),_require=require(16),mediumMaxWidthListener=_require.mediumMaxWidthListener;module.exports=function(e){var t,i=e.querySelector(\".ad-slot\"),r=e.querySelector(\".adSlotHeaderContainer\");if(i){var n=function(){\"mobile\"===t&&(e.style.height=\"\".concat(i.clientHeight,\"px\"),r.style.height=\"\".concat(i.clientHeight,\"px\"))};document.addEventListener(\"GPTRenderComplete\",function(e){var r=e.detail;r&&r.divId===(t&&i&&i.dataset[\"\".concat(t,\"SlotId\")])&&n()}),function(){var e=document.createElement(\"iframe\");e.className=\"resizeListenerIframe\",e.src=\"about:blank\",e.tabIndex=-1,e.frameBorder=0,e.setAttribute(\"aria-hidden\",!0),i.appendChild(e);try{e.contentDocument.defaultView.addEventListener(\"resize\",throttle(n,100))}catch(e){n()}}(),mediumMaxWidthListener(function(e){t=e?\"mobile\":\"desktop\",n()})}};\n}, {\"16\":16,\"25\":25}];\nwindow.modules[\"header.client\"] = [function(require,module,exports){\"use strict\";var moreDropdownLink,hoverStartTime,_interopRequireDefault=require(10),_slicedToArray2=_interopRequireDefault(require(26)),_toConsumableArray2=_interopRequireDefault(require(20)),HEADER_ICON_IDS=[\"headerMenuIcon\",\"headerSearchIcon\",\"headerCloseIcon\"],MORE_DROPDOWN_LINK_ID=\"moreDropdown\",_require=require(126),calculateNavLeftMaxWidth=_require.calculateNavLeftMaxWidth,_require2=require(127),calculatePageStickyThreshold=_require2.calculatePageStickyThreshold,_get=require(1),initializeMenu=function(e){var o=e.classList;HEADER_ICON_IDS.map(function(e){return document.getElementById(e)}).filter(function(e){return e}).forEach(function(e){e.addEventListener(\"click\",function(){o.toggle(\"header--active\");var e=window.document.body;if(o.contains(\"header--active\"))e.style.top=\"-\".concat(window.scrollY,\"px\"),e.classList.toggle(\"menu-opened\");else{e.classList.toggle(\"menu-opened\");var r=e.style.top;e.style.top=\"\",window.scrollTo(0,-1*parseInt(r||\"0\"))}})})},initializeAccordion=function(e){e.querySelectorAll(\".header__nav-item-accordion\").forEach(function(e){e.addEventListener(\"click\",function(){var o;e.classList.toggle(\"header__nav-item-accordion--open\"),null===(o=e.querySelector(\".header__nav-item-dropdown\"))||void 0===o||o.classList.toggle(\"header__nav-item-dropdown--open\")})})},initializeEditionizers=function(e){var o=e.querySelectorAll(\".header__editionizer\"),r=e.querySelectorAll(\".header__editionizer-button\");(0,_toConsumableArray2.default)(r).forEach(function(e){return e.addEventListener(\"click\",function(){e.setAttribute(\"aria-expanded\",\"true\"===e.getAttribute(\"aria-expanded\")?\"false\":\"true\"),(0,_toConsumableArray2.default)(o).forEach(function(e){return e.classList.toggle(\"header__editionizer--active\")})})})},formatNavBar=function(e){if(!(e.getBoundingClientRect().width<960)){var o=function(e){return e.style.display=\"block\"},r=function(e){return e.style.display=\"none\"},t=function(){return e.querySelector(\".header__left\").getBoundingClientRect().width},n=function(e){d.querySelectorAll(\".header__nav-item:nth-child(n+\".concat(d.childElementCount-e,\")\")).forEach(r)};e.querySelector(\".header__nav\").style.visibility=\"hidden\";var i=e.querySelector(\".header__nav-more\"),a=e.querySelector(\".header__nav-more > .header__nav-item-dropdown\"),d=e.querySelector(\".header__left .header__nav-container\");d.querySelectorAll(\".header__nav-item\").forEach(o),a.querySelectorAll(\".header__nav-item-dropdown-item\").forEach(r),r(i);for(var l=calculateNavLeftMaxWidth(e),c=t(),u=!1,s=1;c>l;)u=!0,n(s),c=t(),s++;u&&(o(i),(c=t())>l&&(n(s),c=t(),s++));var m=d.querySelector(\".promotion-link\")?0:1;a.querySelectorAll(\".header__nav-item-dropdown-item:nth-child(n+\".concat(d.childElementCount-s+m,\")\")).forEach(o),e.querySelector(\".header__nav\").style.visibility=\"visible\"}},moreDropdownLinkZJSAttrs={},onMoreDropdownMouseEnter=function(){hoverStartTime=Date.now()},onMoreDropdownMouseLeave=function(){hoverStartTime&&(window.zion_analytics.track(new window.ZION_SDK.GenericHover({traits:{canonical_url:_get(window,\"CNN.contentModel.canonicalUrl\",null),component_id:moreDropdownLinkZJSAttrs.zjsComponent_id,cms_id:moreDropdownLinkZJSAttrs.zjsContainer_id,component_text:moreDropdownLinkZJSAttrs.zjsComponent_text,component_type:moreDropdownLinkZJSAttrs.zjsComponent_type,hover_time:Date.now()-hoverStartTime}})),hoverStartTime=0)},updateMoreDropdownHoverEvent=function(e){e?(moreDropdownLink.addEventListener(\"mouseenter\",onMoreDropdownMouseEnter,!0),moreDropdownLink.addEventListener(\"mouseleave\",onMoreDropdownMouseLeave,!0)):(moreDropdownLink.removeEventListener(\"mouseenter\",onMoreDropdownMouseEnter,!0),moreDropdownLink.removeEventListener(\"mouseleave\",onMoreDropdownMouseLeave,!0))},mediaQueryHoverNone=window.matchMedia(\"(any-hover: none)\"),convertDatasetToAttributeName=function(e){return\"data-\".concat(e.split(/(?=[A-Z])/).join(\"-\").toLowerCase())},updateMoreDropdownZJS=function(){var e=mediaQueryHoverNone.matches;if(updateMoreDropdownHoverEvent(!e),e)for(var o=0,r=Object.entries(moreDropdownLinkZJSAttrs);o0?t.length:\"\",o=e.closest(\"[data-\".concat(DATA_ATTRIBUTE_PREFIX,\"-collection]\"))||document.body,r=o===document.body?\"body\":o.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Collection\")],i=\"\";r===ZONE_COMPONENT_NAME&&(i=t.indexOf(o));var a=Array.from(o.querySelectorAll('[data-uri*=\"/_components/\"]')),c=a.length;return{collection_type:r,collection_type_index:i,collection_type_length:n,collection_item_index:a.indexOf(e),collection_item_length:c}}function getWordCount(e){return e.innerText?e.innerText.match(/\\w+/g).length:0}function getAggregateComponentElement(e){return e.closest(\"[data-\".concat(DATA_ATTRIBUTE_PREFIX,'-aggregate-events=\"true\"]'))}function trackZionEvent(e){window.zion_analytics&&window.zion_analytics.track(e)}function initializeOnOffEvents(){if(EnvVars.get(\"ENABLE_ZION_ANALYTICS_ON_OFF_EVENTS\")){var e=function(e){window.ZION_SDK&&e.forEach(function(e){var t=e.target,n=e.isIntersecting,o=t.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Observe\")];if(o===COMPONENT_ON_EVENT&&n||o===COMPONENT_OFF_EVENT&&!n){var r=n?window.ZION_SDK.ComponentOnScreen:window.ZION_SDK.ComponentOffScreen,i=t.dataset.uri,a=function(){return setTimeout(function(){return trackZionEvent(new r({component_type:getComponentName(i),component_id:getComponentInstance(i),traits:_objectSpread(_objectSpread(_objectSpread(_objectSpread({},getCommonEventProperties()),getCollectionProperties(t)),getOptionalOnOffProperties(t)),{},{word_count:getWordCount(t)})}))},1500)};window.requestIdleCallback?window.requestIdleCallback(a,{timeout:500}):a(),t.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Observe\")]=n?COMPONENT_OFF_EVENT:COMPONENT_ON_EVENT}})},t=Object.keys(OBSERVED_COMPONENT_THRESHOLDS).reduce(function(t,n){return _objectSpread(_objectSpread({},t),{},(0,_defineProperty2.default)({},n,new IntersectionObserver(e,{threshold:OBSERVED_COMPONENT_THRESHOLDS[n]})))},{});ZION_ON_OFF_OBSERVED_COMPONENTS.forEach(function(e){document.querySelectorAll('[data-uri*=\"/_components/'.concat(e,'/\"]')).forEach(function(n){n.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Observe\")]=COMPONENT_ON_EVENT,t[e]?t[e].observe(n):t.default.observe(n)})})}}function initializeClickEvents(){EnvVars.get(\"ENABLE_ZION_ANALYTICS_CLICK_EVENTS\")&&document.body.addEventListener(\"click\",function(e){var t=\"\",n=\"\",o=\"\",r=e.target,i=r.closest(\"a[href]\"),a=r.closest(\"[data-uri]\"),c=getAggregateComponentElement(r);i&&i.href&&(o=i.href);var _=_objectSpread(_objectSpread({},getCustomProperties(r=c||a)),c?getCustomProperties(a):{}),E=e.target!==r?getCustomProperties(e.target):{};if(r){if(n=r.dataset.uri,\"gallery\"===(t=getComponentName(n))){var s,l=e.target.classList[0];l.includes(\"next\")?s=_.carousel_item_index===_.carousel_item_length?1:_.carousel_item_index+1:l.includes(\"prev\")&&(s=1===_.carousel_item_index?_.carousel_item_length:_.carousel_item_index-1),_.carousel_item_index=s}ZION_CLICK_OBSERVED_COMPONENTS.includes(t)&&trackZionEvent(new window.ZION_SDK.GenericClick({component_id:getComponentInstance(n),component_type:getComponentName(n),traits:_objectSpread(_objectSpread(_objectSpread(_objectSpread({},getCommonEventProperties()),getCollectionProperties(r)),_objectSpread(_objectSpread({},E),_)),{},{word_count:getWordCount(r),destination_url:o})}))}})}function initializeAnalyticsEvents(){(Array.isArray(ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS)?ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS.includes(window.CNN.contentModel.templateType):ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS===window.CNN.contentModel.templateType)&&(initializeOnOffEvents(),initializeClickEvents())}window.ZION_SDK?initializeAnalyticsEvents():window.addEventListener(\"zion.loaded\",initializeAnalyticsEvents);\n}, {\"2\":2,\"5\":5,\"10\":10,\"21\":21,\"119\":119,\"3168\":3168}];\nwindow.modules[\"campaign-promo-events.legacy\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(23)),_asyncToGenerator2=_interopRequireDefault(require(22)),_require=require(119),authClient=_require.authClient,NewsletterClient=require(200),campaignPromos=document.createElement(\"campaignPromos\"),newsletterClient=new NewsletterClient(authClient),trackCampaignPromoEvent=function(e,n){var t=n.campaign_id,r=n.campaign_type,a=n.campaign_name,i=n.campaign_objective;window.zion_analytics.track(new e({component_id:\"promo_body\",component_type:\"\".concat(r,\"_promo\"),traits:{campaign_id:t,campaign_type:r,campaign_name:a,campaign_objective:i}}))};campaignPromos.addEventListener(\"close\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.ComponentOffScreen,n)}),campaignPromos.addEventListener(\"impression\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.ComponentOnScreen,n)}),campaignPromos.addEventListener(\"submission\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.GenericSubmit,n)}),campaignPromos.addEventListener(\"activation\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.ComponentLoaded,n)}),campaignPromos.getSubscribedNewsletters=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,newsletterClient.retrieveSubscriptions({useCache:!0});case 2:return n=e.sent,e.abrupt(\"return\",n.filter(function(e){return e.subscribed}).map(function(e){return e.newsletterName}));case 4:case\"end\":return e.stop()}},e)})),window.CNN.campaignPromos=campaignPromos,window.dispatchEvent(new CustomEvent(\"CNN.campaignPromos.loaded\"));\n}, {\"10\":10,\"22\":22,\"23\":23,\"119\":119,\"200\":200}];\nwindow.modules[\"chartbeat-setup.legacy\"] = [function(require,module,exports){\"use strict\";var registerChartbeatVideoStrategy=require(342).default,_get=require(1);!function(){function e(){window.WM.UserConsent.addScript({src:\"//static.chartbeat.com/js/chartbeat_video.js\",async:!0},[\"data-store\",\"content-person\",\"measure-content\"])}var t=(window.CNN||{}).contentModel||{},n=(window.CNN||{}).omniture||{};registerChartbeatVideoStrategy();var o,i,a,r=window._sf_async_config=window._sf_async_config||{};r.uid=37612,r.domain=(a=\"cnn.com\",-1!=window.location.hostname.indexOf(\"edition\")&&(a=\"edition.\".concat(a)),\"prod\"!=(null===(o=window.CNN)||void 0===o?void 0:null===(i=o.contentModel)||void 0===i?void 0:i.environment)&&(a=\"dev.\".concat(a)),a),r.sections=t.vertical,r.authors=n.cap_author,r.title=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\";return\"homepage\"===_get(window,\"CNN.contentModel.section\",\"\")?e.replace(\" Desktop\",\"\").replace(\" Mobile\",\"\"):e}(n.headline),r.flickerControl=!1,r.articleBlockSelector=\"div.card,div.container__item\",r.autoDetect=!1,r.path=function(){var e,t,n=window.location.hostname,o=null===(e=(t=document.querySelector(\"[rel=canonical]\")).getAttribute)||void 0===e?void 0:e.call(t,\"href\");try{return n+new URL(o).pathname}catch(e){return n+document.location.pathname}}(),window.WM.UserConsent?e():window.addEventListener(\"user-consent.loaded\",e)}();\n}, {\"1\":1,\"342\":342}];\nwindow.modules[\"scroll-metrics.legacy\"] = [function(require,module,exports){\"use strict\";var throttle=require(25),_require=require(109),trackMetrics=_require.trackMetrics,METRICS=[{value:25,type:\"article-twentyfive\",data:{interaction:\"content: 25% article viewed\"}},{value:50,type:\"article-fifty\",data:{interaction:\"content: 50% article viewed\"}},{value:75,type:\"article-seventyfive\",data:{interaction:\"content: 75% article viewed\"}},{value:100,type:\"article-complete\",data:{interaction:\"article complete\"}}],TRACK_PERCENTAGES=METRICS.map(function(t){return t.value});function manageMetrics(){var t=[].concat(METRICS),e=function(e){return t.find(function(t){return t.value===e})};return{get:e,track:function(n){var r=e(n),i=r.type,c=r.data;trackMetrics({type:i,data:c}),function(e){t=t.filter(function(t){return t.value!==e})}(n)}}}function getWindowHeight(){return window.innerHeight||(document.documentElement||document.body).clientHeight}function getScrollTop(){return document.documentElement.scrollTop||document.body.scrollTop}function trackPercentageSeen(t){var e=t.offsetTop,n=t.offsetHeight,r=(e+n-(getScrollTop()+getWindowHeight()))/n;return 100-Math.floor(100*r)}window.addEventListener(\"load\",function(){var t=document.querySelector(\".layout__main\"),e=manageMetrics(),n=e.get,r=e.track;t&&(getWindowHeight()>t.getBoundingClientRect().bottom?TRACK_PERCENTAGES.forEach(r):window.addEventListener(\"scroll\",throttle(function(){var e=trackPercentageSeen(t);TRACK_PERCENTAGES.forEach(function(t){if(e>=t){if(!n(t))return;r(t)}})},250)))});\n}, {\"25\":25,\"109\":109}];\nwindow.modules[\"zeta.legacy\"] = [function(require,module,exports){\"use strict\";var clientHashKey=window.zeta.client_hash_key,partnerHashKey=window.zeta.partner_hash_key,tagShortName=window.zeta.tag_short_name,siteId=window.zeta.site_id,resourceId=window.CNN.contentModel.sourceId,resourceType=window.CNN.contentModel.pageType,section=window.CNN.contentModel.section,cacheBuster=Date.now(),src=\"https://live.rezync.com/sync?\"+\"c=\".concat(clientHashKey)+\"&p=\".concat(partnerHashKey)+\"&k=\".concat(tagShortName)+\"&zmpID=\".concat(siteId)+\"&custom1=\".concat(resourceId)+\"&custom2=\".concat(resourceType)+\"&custom3=\".concat(section)+\"&cache_buster=\".concat(cacheBuster),async=!0,ucStates=[\"vendor\",\"data-store\",\"ads-contextual\",\"ads-person-prof\",\"ads-person\",\"content-person-prof\",\"content-person\",\"measure-ads\",\"measure-content\",\"measure-market\",\"product-develop\"];function init(){window.WM.UserConsent.addScript({src:src,async:async},ucStates)}window.WM.UserConsent?init():window.addEventListener(\"user-consent.loaded\",init);\n}, {}];\nrequire=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o typeof key === 'string' && key.match(/\\.legacy$/))\n .forEach((key) => window.require(key));\n}\n\nfunction tryToMount(fn, el, name) {\n try {\n fn(el); // init the controller\n } catch (e) {\n const elementTag = el.outerHTML.slice(0, el.outerHTML.indexOf(el.innerHTML));\n\n console.error(`Error initializing controller for \"${name}\" on \"${elementTag}\"`, e);\n }\n}\n\n/**\n * mount client.js component controllers\n */\nfunction mountComponentModules() {\n Object.keys(window.modules)\n .filter((key) => typeof key === 'string' && key.match(/\\.client$/))\n .forEach((key) => {\n let controllerFn = window.require(key);\n\n if (typeof controllerFn === 'function') {\n const name = key.replace('.client', ''),\n instancesSelector = `[data-uri*=\"_components/${name}/\"]`,\n defaultSelector = `[data-uri$=\"_components${name}\"]`,\n instances = document.querySelectorAll(instancesSelector),\n defaults = document.querySelectorAll(defaultSelector);\n\n for (let el of instances) {\n tryToMount(controllerFn, el, name);\n }\n\n for (let el of defaults) {\n tryToMount(controllerFn, el, name);\n }\n }\n });\n}\n\n// Make sure that a `window.process.env.NODE_ENV` is available in the client for any dependencies,\n// services, or components that could require it\n// note: the `production` value is swapped for the actual environment variable in /lib/cmd/compile/scripts.js\nwindow.process = window.process || {};\nwindow.process.env = window.process.env || {};\nif (!window.process.env.NODE_ENV) {\n window.process.env.NODE_ENV = 'production';\n}\n\n// note: legacy controllers that require legacy services (e.g. dollar-slice) must\n// wait for DOMContentLoaded to initialize themselves, as the files themselves must be mounted first\nmountLegacyServices();\nmountComponentModules();\n // ]]\n ", "70797e52-de68-4d01", "", "_satellite[\"_runScript1\"](function(event, target, Promise) {\nwindow.wminst = window.wminst || {};\nwminst.Util = function() {\n return {\n loadCustomVariables: function() {\n this.tmsName = \"launch\";\n this.businessName = \"cnn\";\n this.buildVersion = 46; // Build Update Mar 27th 2023\n this.buildEnv = this.getBuildEnv();\n this.buildDate = this.getBuildDate();\n this.debugFlag = \"WMINST_DEBUG\";\n this.logPrefix = \"[WMINST]\";\n window.is_expansion = true;\n wminst.subscribersReady = false;\n wminst.hpt_set = 0;\n wminst.buffer_count = 0;\n wminst.is_podcast = 0;\n wminst.is_scrubbed = false;\n if (window.cnn_metadata) {\n window.is_expansion = false;\n }\n this.setStellarHomepageFlag();\n },\n getBuildEnv: function() {\n return {\n \"development\": \"dev\",\n \"staging\": \"qa\",\n \"production\": \"prod\"\n }[_satellite.environment.stage];\n },\n getBuildDate: function() {\n return _satellite.buildInfo.buildDate.split(\"T\")[0].replace(/-/g, \"\");\n },\n getCNNCodeVersion: function() {\n return [this.tmsName, this.businessName, this.buildEnv, this.buildVersion, this.buildDate].join(\".\");\n },\n setDebug: function(flag) {\n if (flag == true) {\n sessionStorage.setItem(this.debugFlag, true);\n } else {\n sessionStorage.removeItem(this.debugFlag);\n }\n },\n log: function() {\n var logEnabled = sessionStorage.getItem(this.debugFlag);\n if (logEnabled) {\n var args = Array.prototype.slice.call(arguments);\n args.unshift(this.logPrefix);\n console.log.apply(console, args);\n }\n },\n getTagConsentStatesV1: function(name) {\n\t\t\treturn {\n\t\t\t\t\"adobe\" \t: [\"perf-general\"],\n\t\t\t\t\"comscore\" \t: [\"perf-vendor\"],\n\t\t\t\t\"nielsen\"\t\t\t: [\"perf-vendor\"],\n\t\t\t\t\"facebook-pixel\"\t: [\"perf-vendor\", \"social-vendor\"],\n\t\t\t\t\"zion\"\t\t\t\t: [\"perf-general\", \"person-general\"],\n\t\t\t\t\"app-nexus-id\"\t\t: [\"ads-vendor\"],\n\t\t\t\t\"trackonomics\"\t\t: [\"ads-general\", \"ads-vendor\", \"behavior-general\", \"perf-general\", \"person-general\", \"social-general\", \"storage-general\"],\n\t\t\t\t\"skimlinks\"\t\t\t: [\"ads-vendor\"],\n\t\t\t\t\"quantcast\"\t\t\t: [\"ads-vendor\"],\n\t\t\t\t\"amazon\"\t\t\t: [\"ads-vendor\"],\n\t\t\t\t\"bounce-x\"\t\t\t: [\"iab\", \"behavior-vendor\", \"person-vendor\", \"storage-vendor\"],\n\t\t\t\t\"chartbeat\"\t\t\t: [\"perf-general\"],\n\t\t\t\t\"keywee\"\t\t\t: [\"ads-vendor\", \"behavior-vendor\", \"storage-vendor\", \"perf-vendor\"],\n\t\t\t\t\"krux\"\t\t\t\t: [\"ads-vendor\"],\n\t\t\t\t\"stack-sonar\"\t\t: [\"ads-general\"],\n\t\t\t\t\"optimizely\"\t\t: [\"behavior-general\", \"perf-general\", \"person-general\"],\n\t\t\t\t\"bombora\"\t\t\t: [\"iab\"]\n\t\t\t}[name];\n\t\t},\n\t\tgetTagConsentStatesV2: function(name) {\n\t\t\treturn {\n\t\t\t\t\"adobe\"\t\t\t\t: [\"data-store\", \"content-person-prof\", \"content-person\", \"measure-content\", \"measure-market\", \"product-develop\"],\n\t\t\t\t\"comscore\"\t\t\t: [\"vendor\", \"measure-content\"],\n\t\t\t\t\"nielsen\"\t\t\t: [\"vendor\", \"measure-content\", \"data-store\"],\n\t\t\t\t\"facebook-pixel\"\t: [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"vendor\"],\n\t\t\t\t\"zion\"\t\t\t\t: [\"data-store\", \"ads-person-prof\", \"ads-person\", \"content-person-prof\", \"content-person\", \"measure-content\"],\n\t\t\t\t\"app-nexus-id\"\t\t: [\"vendor\"],\n\t\t\t\t\"trackonomics\"\t\t: [\"data-store\", \"measure-ads\", \"vendor\"],\n \"hyphensocial\" : [\"data-store\", \"measure-ads\", \"vendor\"],\n\t\t\t\t\"skimlinks\"\t\t\t: [\"data-store\", \"measure-content\", \"vendor\"],\n\t\t\t\t\"quantcast\"\t\t\t: [\"iab\"],\n\t\t\t\t\"amazon\"\t\t\t: [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"vendor\"],\n\t\t\t\t\"bounce-x\"\t\t\t: [\"iab\"],\n\t\t\t\t\"chartbeat\"\t\t\t: [\"data-store\", \"measure-content\"],\n\t\t\t\t\"keywee\"\t\t\t: [\"data-store\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-market\", \"vendor\"],\n\t\t\t\t\"krux\"\t\t\t\t: [\"data-store\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-content\", \"measure-market\"],\n\t\t\t\t\"stack-sonar\"\t\t: [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\"],\n\t\t\t\t\"optimizely\"\t\t: [\"data-store\", \"content-person-prof\", \"content-person\", \"measure-ads\", \"measure-content\", \"vendor\"],\n\t\t\t\t\"bombora\"\t\t\t: [\"vendor\", \"data-store\", \"ads-person-prof\", \"measure-ads\", \"measure-content\", \"product-develop\"],\n \"outbrain-pixel\" : [\"ads-person-prof\", \"ads-person\", \"measure-ads\"],\n \"full-story\"\t\t: [\"measure-content\", \"product-develop\"],\n \"iSpot-pixel\" : [\"data-store\", \"measure-ads\", \"measure-content\", \"measure-market\", \"vendor\"]\n\t\t\t}[name];\n\t\t},\n getTagConsentStates: function(name) {\n if (window.WM && WM.UserConsent && WM.UserConsent.getVersion().indexOf(\"1\") === 0) {\n return this.getTagConsentStatesV1(name);\n }\n return this.getTagConsentStatesV2(name);\n },\n isUSRegion: function() {\n if (window.WM && WM.UserConsent) {\n return WM.UserConsent.getGeoCountry() === \"US\";\n } else {\n return _satellite.cookie.get(\"countryCode\") === \"US\";\n }\n },\n usePrismGeoCheck: function() {\n return !_satellite.cookie.get(\"countryCode\") && this.isCNNStorePage();\n },\n isTagConsented: function(name) {\n // Special handling for AppNexus ID, and Quantcast\n if (name == \"app-nexus-id\" && !this.isUSRegion()) {\n return false;\n }\n if (name == \"quantcast\" && this.isUSRegion()) {\n return false;\n } \n var states = this.getTagConsentStates(name);\n if (window.WM && WM.UserConsent) {\n if (WM.UserConsent.isReady() && WM.UserConsent.inUserConsentState(states, {id: name})) {\n return true;\n }\n } else {\n return true;\n }\n return false;\n },\n isPrismEnabled: function() {\n if (window.WM && window.WM.CDP && typeof window.WM.CDP.isIdentityEnabled === \"function\") {\n return window.WM.CDP.isIdentityEnabled();\n }\n return false;\n }, \n inIFrame: function() {\n try {\n return window.self !== window.top;\n } catch (e) {\n return true;\n }\n },\n getQueryParam: function(key, loc) {\n if (!this.params || loc) {\n var search = loc || window.location.search;\n var params = search.replace(/^\\?/, \"\"), paramObj = {};\n params = params.split(\"&\");\n for (var i = 0; i < params.length; i++) {\n var t = params[i].split(\"=\");\n paramObj[t[0]] = t[1]\n }\n if (!loc) {\n this.params = paramObj;\n } else {\n return paramObj[key] || \"\";\n }\n }\n return this.params[key] || \"\";\n },\n isSearchPage: function() {\n return window.location.pathname.indexOf(\"/search\") === 0;\n },\n isRefreshPage: function() {\n return wminst.Util.getQueryParam(\"refresh\");\n },\n isHomepage: function() {\n var dataLayer = (window.CNN || {}).contentModel || {};\n return (dataLayer.sectionName || dataLayer.section) === \"homepage\";\n },\n isTVEPage: function() {\n var dataLayer = (window.CNN || {}).contentModel || {};\n return dataLayer.pageType === \"tve\" || dataLayer.section === \"tv\";\n },\n isNGTVPage: function() {\n var dataLayer = (window.CNN || {}).omniture || {};\n return (dataLayer.friendly_name || \"\").toLowerCase() === \"ngtv\";\n },\n isStellarPage: function() {\n return this.getCNNTechStack() === \"stellar2.0\";\n },\n setStellarHomepageFlag: function() {\n if (this.isHomepage()) {\n sessionStorage.setItem(\"wminst_homepage_stellar\", this.isStellarPage());\n }\n },\n isStellarHomepage: function() {\n return sessionStorage.getItem(\"wminst_homepage_stellar\") == \"true\";\n },\n isUnderscoredPage: function() {\n return (window.CNN && CNN.omniture && CNN.omniture.section && CNN.omniture.section[0] === \"cnn-underscored\");\n }, \n isStylePage: function() {\n return (window.CNN && CNN.omniture && CNN.omniture.section && CNN.omniture.section[0] === \"style\");\n },\n isTravelPage: function() {\n return (window.CNN && CNN.omniture && CNN.omniture.section && CNN.omniture.section[0] === \"travel\");\n },\n isElectionDynamicPage: function() {\n return window.location.pathname.match(/\\/election\\//) !== null && window.location.pathname.match(/20(17|18|19)/) !== null;\n },\n isUserAccountPage: function() {\n return window.location.pathname.match('/account/(register|preferences|confirm|reset-password|log-in|payment)/?.*') !== null;\n },\n isSignupPage: function() {\n return window.location.pathname.match(/\\/signup\\/?$/) !== null;\n },\n isNewsletterHub: function() {\n return window.location.pathname.match(/^\\/newsletters(\\/.*)?$/) !== null;\n },\n isUnderscoredZionPage: function() {\n return window.location.pathname.match(/\\/(pets\\/editors-favorite-pet-products|home\\/women-owned-businesses|fashion\\/best-spring-dresses|reviews\\/best-linen-sheets|reviews\\/best-pillows)\\/?$/) !== null;\n },\n \tisPoliticsExplorer: function() {\n return (window.CNN && CNN.omniture && CNN.omniture.is_explorer);\n },\n isLiveStoryPage: function() {\n return window.location.pathname.indexOf(\"live-news\") !== -1;\n },\n isLiveStoryStellarPage: function() {\n return this.isLiveStoryPage() && this.isStellarPage();\n }, \n isLiveStoryNonStellarPage: function() {\n return this.isLiveStoryPage() && !this.isStellarPage();\n },\n isCNNPlusPage: function() {\n return window.location.hostname.indexOf(\"plus\") !== -1;\n },\n isCNNStorePage: function() {\n return window.location.hostname.indexOf(\"store\") !== -1;\n },\n isSpeedyPage: function() {\n return window.location.hostname.indexOf(\"-m.cnn.com\") !== -1;\n },\n isDynamicPage: function() {\n return this.isSearchPage() || this.isRefreshPage() || this.isElectionDynamicPage() || this.isLiveStoryNonStellarPage() || this.isSpeedyPage();\n },\n isLightweightPage: function() {\n return this.isUserAccountPage() || this.isNewsletterHub();\n },\n isFavePage: function() {\n return window.location.hostname.indexOf(\"fave.api.cnn.io\") !== -1 || window.location.hostname.indexOf(\"fave-api.cnn.com\") !== -1;\n },\n isFBIAPage: function () {\n try {\n if(window.CNN.omniture.fbia && (window.CNN.omniture.fbia === true || window.CNN.omniture.fbia === \"true\")){\n return true;\n } else {\n return false;\n }\n }catch(e){ return false;}\n },\n isLiveStoryTemplateType: function() {\n var templateType = ((window.CNN || {}).omniture || {}).template_type || {};\n return (templateType == \"live story\" || templateType == \"article_livestory\");\n },\n isEmpty: function(obj) {\n for (var key in obj) {\n if (obj.hasOwnProperty(key))\n return false;\n }\n return true;\n },\n isVideoAutoStarted: function(data) {\n return data.isAutoStart === true && (data.isAutostartSuccessful === true || data.is_autoplay_allowed === true);\n },\n getVideoMetadata: function(data) {\n if (!this.isEmpty(data.video)) {\n return data.video;\n } else {\n return data;\n }\n },\n sendImagePixel: function(url) {\n var image = new Image();\n image.src = url;\n image.style.display = \"none\";\n image.width = 1;\n image.height = 1;\n },\n loadScript: function(src, callback) {\n var e = document.createElement('script');\n e.type = 'text/javascript';\n e.async = true;\n e.src = src;\n if (callback) {\n e.addEventListener('load', callback);\n }\n var n = document.getElementsByTagName('script')[0];\n n.parentNode.insertBefore(e, n);\n },\n getCookie: function(name, flag) {\n var r = _satellite.cookie.get(name)|| \"\";\n if (flag === 'c' || flag === 1) {\n _satellite.cookie.set(name, \"-\", -1000);\n }\n return unescape(r);\n },\n removeCookie: function(name) {\n // if cookie is not removed on first attempt, try again with a different method\n _satellite.cookie.remove(name);\n if (_satellite.cookie.get(name)) {\n document.cookie = name + \"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.cnn.com;\";\n }\n },\n getCNNEvent: function() {\n var rval = wminst.Util.getCNNBrandingPartner();\n var tt = \"\"; var cctype = \"\";\n var pathName = window.location.pathname;\n var pathNameArray = pathName.split(\"/\");\n if(typeof window.CNN !== 'undefined' && typeof window.CNN.omniture !== 'undefined' && typeof window.CNN.omniture.template_type !== 'undefined'){\n tt = window.CNN.omniture.template_type;\n }\n if( typeof window.CNN !== 'undefined' && typeof window.CNN.omniture !== 'undefined' && typeof window.CNN.omniture.cap_content_type !== 'undefined'){\n cctype = window.CNN.omniture.cap_content_type;\n }\n var events = \"\";\n if(rval == \"\" || rval == \"nvs\" || rval == \"no value set\" || rval == \"no-value-set\"){\n events = \"event26\"; \n } else {\n events = \"event21,event26\";\n }\n if(tt == \"article\" || cctype == \"article\"){\n events = events + \",event39\";\n }\n if (tt !== \"error\" && pathNameArray[1] == \"video-day\") {\n events = events + \",event63\";\n }\n if (tt !== \"error\" && pathName.indexOf(\"/account/register\") > -1) {\n events = events + \",event51\";\n }\n return events;\n },\n getCNNBusinessName: function() {\n return \"cnn\";\n },\n getCNNCampaign: function(){\n if (wminst.Util.isFBIAPage()) {\n return \"fbia\";\n }\n return;\n },\n getCNNDomainName: function() {\n var hostname = window.location.hostname.toLowerCase();\n hostname = hostname.replace(\"www.\",\"\");\n return hostname;\n },\n getCNNPageURL: function() { //s.pageURL or g variable\n var rval = window.location.href.toLowerCase(), loc = \"\";\n if (wminst.Util.isFBIAPage()) {\n loc = rval;\n rval = \"\";\n if (loc.indexOf(\"ofs=fbia\") > -1) {\n loc = loc.replace(\"ofs=fbia\", \"csr=fbiacnn\"); //suppressing string which is not expected as per new requirement\n }\n var jj = (loc.indexOf(\"?\") != -1 ? \"&\" : \"?\");\n if (loc.indexOf(\"csr=fbiacnn\") > -1) {\n rval = loc + \"\";\n } else {\n rval = loc + jj + \"csr=fbiacnn\"; // added expected substring\n }\n }\n return rval;\n },\n getCNNPageType: function() {\n var rval = \"\";\n try {\n var title = document.title.toLowerCase();\n if (title.indexOf(\"page not found\") !== -1 || wminst.Util.getCNNTemplateType().includes(\"error\") || title == \"error\") {\n rval = \"errorPage\";\n }\n } catch (err) {}\n return rval;\n },\n getCNNAuthor: function() { //prop2,eVar2 - business.cnn.page.author\n var rval = \"\";\n if (window.is_expansion) {\n try {\n rval = window.cnn_d.omniture.cap_author;\n } catch (e) {}\n try {\n rval = window.CNN.omniture.cap_author.toString();\n } catch (e) {}\n } else {\n try {\n rval = window.cnn_metadata.business.cnn.page.author;\n } catch (e) {}\n if (!rval) {\n if (document.getElementsByName(\"AUTHOR\").item(0)) {\n rval = document.getElementsByName(\"AUTHOR\").item(0).content;\n } else if (document.getElementsByName(\"author\").item(0)) {\n rval = document.getElementsByName(\"author\").item(0).content;\n }\n }\n }\n if (typeof rval === \"undefined\" || rval == \"no-value-set\" || rval == \"nvs\") rval = \"\";\n return rval.toLowerCase();\n },\n getPageAttribution: function() { //prop4,eVar4 - page HPlocation\n var rval = \"\";\n var ishptCookie = false;\n var hptcookie = wminst.Util.getCookie(\"hpt\");\n var linkTrackingCookie = wminst.Util.getCookie(\"linkTracking\");\n var regex = new RegExp(\"^[A-Za-z0-9=]+$\");\n if ((typeof linkTrackingCookie == 'undefined' || linkTrackingCookie == \"\") && typeof hptcookie !== 'undefined') {\n ishptCookie = true;\n }\n var attributionCookie = linkTrackingCookie || hptcookie;\n if ((typeof attributionCookie != \"undefined\" && attributionCookie != \"\" && attributionCookie.indexOf(\"breaking:\") != -1) || !regex.test(attributionCookie)) {\n rval = attributionCookie;\n } else if (document.referrer.indexOf(\"cnn.com\") !== -1) {\n rval = wminst.Util.getQueryParam(\"linkTracking\") || wminst.Util.getQueryParam(\"hpt\");\n try {\n rval = rval.replace(/no\\-value\\-set/g, \"\");\n } catch (e) {}\n var prev_rval = rval;\n try {\n if (attributionCookie) {\n rval = attributionCookie;\n if (attributionCookie.indexOf(\"_\") === -1 && attributionCookie.indexOf(\"|\") === -1 && typeof window.CNN.Utils.b64Decode(attributionCookie) !== 'undefined') {\n rval = window.CNN.Utils.b64Decode(attributionCookie);\n }\n }\n } catch (e) {}\n if (rval) {\n wminst.hpt_set = 1;\n } else {\n rval = prev_rval;\n }\n }\n if (window.is_expansion != 0) {\n if (wminst.Util.getQueryParam(\"cnnapp\") && wminst.Util.getQueryParam(\"cnnapp\") != null) {\n rval = \"cnnapp:\" + wminst.Util.getQueryParam(\"cnnapp\");\n }\n if (wminst.Util.getQueryParam(\"eref\") && wminst.Util.getQueryParam(\"eref\") != null) {\n rval = \"eref:\" + wminst.Util.getQueryParam(\"eref\");\n }\n if (wminst.Util.getQueryParam(\"iref\") && wminst.Util.getQueryParam(\"iref\") != null) {\n rval = \"iref:\" + wminst.Util.getQueryParam(\"iref\");\n }\n if (wminst.Util.getQueryParam(\"refresh\") && wminst.Util.getQueryParam(\"refresh\") != null) {\n rval = \"auto-refresh\";\n }\n }\n if(rval !== \"\") {\n rval = rval.replace(/no-value-set/g, \"nvs\");\n rval = rval.toLowerCase(); \n }\n this.removeCookie(ishptCookie ? \"hpt\" : \"linkTracking\");\n return rval;\n },\n setPageAttribution: function() {\n if (this.isStellarHomepage()) {\n s.eVar105 = this.getPageAttribution();\n } else {\n s.prop4 = this.getPageAttribution();\n }\n },\n getPhotoGalleryName: function(){ //prop6,eVar6 - Photo Gallery name\n var rval = \"\";\n if(typeof window.CNN !== 'undefined' && typeof window.CNN.omniture !== 'undefined' && typeof window.CNN.omniture.gallery_name !== 'undefined'){\n rval = window.CNN.omniture.gallery_name;\n rval = rval.toLowerCase();\n }\n return rval;\n },\n getCNNVisitNumber: function(rollday) { //prop8,eVar8 - visit_number.$30Day \n rollday = rollday || 28; //default rolling day is 28\n var todaydate = new Date().getTime();\n if (typeof(Storage) !== \"undefined\") { //check for web storage support\n if (localStorage.startdate) { //check for start date\n if (sessionStorage.online) { //check for session variable\n var daysinceonline = Math.ceil((todaydate - sessionStorage.online) / 86400000);\n if (daysinceonline > 1) { //if session is older than 24 hours, reset session start time and count as a visit\n localStorage.visittype = \"repeat\"; //set visit type (new vs repeat)\n localStorage.visitnum = Number(localStorage.visitnum) + 1; //increment visit number\n sessionStorage.online = todaydate; //set session variable\n }\n } else { //new session\n localStorage.visittype = \"repeat\"; //set visit type (new vs repeat)\n localStorage.visitnum = Number(localStorage.visitnum) + 1; //increment visit number\n sessionStorage.online = todaydate; //set session variable\n }\n var daysincestart = Math.ceil((todaydate - localStorage.startdate) / 86400000);\n if (daysincestart > Number(rollday)) { //if days since start date is greater than rolling day, set new start date\n localStorage.startdate = todaydate;\n localStorage.visittype = \"new\";\n localStorage.visitnum = 1;\n }\n } else { //first new visit\n localStorage.startdate = todaydate; //set new start date\n localStorage.visittype = \"new\"; //set visit type (new vs repeat)\n localStorage.visitnum = 1; //set visit number\n sessionStorage.online = todaydate; //set session variable\n }\n return localStorage.visittype + \":\" + localStorage.visitnum;\n } else {\n return \"new:1\";\n }\n },\n getCNNCapMediaType: function() {\n var rval = \"nvs\";\n try{\n if (window.CNN && window.CNN.omniture && window.CNN.omniture.cap_media_type) {\n if (window.CNN.omniture.cap_media_type === \"no-value-set\"){\n rval = \"nvs\";\n } else {\n rval = window.CNN.omniture.cap_media_type;\n }\n }\n rval = rval.toLowerCase(); \n } catch(e) {}\n return rval;\n },\n getCNNPublishDate: function() {\n var rval = \"\";\n try {\n rval = window.cnn_metadata.business.cnn.page.publish_date\n } catch (e) {}\n try {\n if (window.CNN && window.CNN.omniture && window.CNN.omniture.publish_date ) {\n rval = window.CNN.omniture.publish_date;\n }\n if (rval && window.CNN && window.CNN.omniture && window.CNN.omniture.last_updated_date) {\n rval = rval + \"|\" + window.CNN.omniture.last_updated_date;\n }\n \n } catch (e) {}\n try {\n if (!rval && window.cnn_d && window.cnn_d.omniture && window.cnn_d.omniture.publish_date) {\n rval = window.cnn_d.omniture.publish_date;\n }\n \n } catch (e) {}\n return rval;\n },\n populatePublishDate: function(){\n var rval = wminst.Util.getCNNPublishDate();\n var etype = [\"content\",\"live story\",\"article_livestory\",\"gallery\"];\n var rttype = wminst.Util.getCNNTemplateType(\"long\");\n var result = false;\n if (typeof rttype !== 'undefined') {\n for(var i in etype){\n if(rttype.indexOf(etype[i]) != -1){\n result = true;\n }\n }\n }\n if (result) {\n return rval;\n } else {\n return \"\";\n }\n },\n getCNNDaysSinceLastPublish: function(d) { //prop10,eVar10 - days_since_publish\n var e = new Date();\n var p;\n var j;\n if (d == 'a') {\n try {\n d = window.cnn_metadata.business.cnn.page.publish_date;\n } catch (err) {}\n try {\n d = window.CNN.omniture.publish_date || d;\n } catch (err) {}\n j = new Date(d);\n } else if (d.toString().indexOf(\"/\") != -1) {\n p = d.split(\"/\");\n if (p[0].length != 4) {\n p[2] = \"20\" + p[2];\n j = new Date(p[2] + \"/\" + p[0] + \"/\" + p[1]);\n } else {\n j = new Date(d);\n }\n } else {\n j = new Date(d);\n }\n var ONE_DAY = 1000 * 60 * 60 * 24;\n var date1_ms = e.getTime();\n var date2_ms = j.getTime();\n var difference_ms = Math.abs(date1_ms - date2_ms)\n var days = Math.round((difference_ms / ONE_DAY))\n if (isNaN(days)) {\n return \"\";\n }\n if (window.is_expansion != 0) {\n return Math.round((difference_ms / ONE_DAY)).toString()\n } else if (window.is_expansion == 0 && typeof window.cnn_metadata.days_since_publish !== \"undefined\") {\n try {\n return window.cnn_metadata.days_since_publish;\n } catch (err) {}\n }\n },\n populateDaysSinceLastPublish: function(){\n var rval = wminst.Util.getCNNDaysSinceLastPublish(\"a\");\n var etype = [\"content:\",\"live story\",\"article_livestory\"];\n var rttype = wminst.Util.getCNNTemplateType(\"long\");\n var result = false;\n if (typeof rttype !== 'undefined') {\n for(var i in etype){\n if (rttype.indexOf(etype[i]) != -1){\n result = true;\n }\n }\n }\n if(result) {\n return rval;\n } else {\n return \"\";\n }\n },\n getCNNBrandingPartner: function() { //prop11,eVar11 - page branding content partner\n var rval = \"\";\n var bp = \"\";\n try {\n rval = (cnn_metadata.business.cnn.page.branding_partner ? cnn_metadata.business.cnn.page.branding_partner : window.cnnOmniPartner || \"\");\n } catch (e) {}\n try {\n if (typeof window.CNN.omniture.branding_content_page != 'undefined') {\n bp = window.CNN.omniture.branding_content_page;\n bp = bp.replace(\"default\", \"\");\n if (bp) {\n rval = \"p:\" + bp;\n }\n }\n } catch (e) {}\n try {\n if (window.CNN.omniture.branding_gallery || (bp && window.CNN.contentModel.analytics.pageTop.type === 'gallery')) {\n rval = \"g:\" + (window.CNN.omniture.branding_gallery ? window.CNN.omniture.branding_gallery : bp);\n }\n } catch (e) {}\n try {\n if (typeof window.CNN.omniture.template_type != 'undefined' && window.CNN.omniture.template_type == \"error\") {\n rval = \"\"; //suppressed branding partner(prop11,eVar11) value for error page\n }\n } catch (e) {}\n return rval.toLowerCase();\n },\n getCNNCapContentType: function (){ //prop13,eVar13 - cap_content_type\n var rval = \"\";\n try {\n if(window.CNN.contentModel && window.CNN.contentModel.analytics.pageTop.type === 'gallery'){\n rval = \"gallery\";\n } else {\n rval = window.CNN.omniture.cap_content_type;\n }\n rval = rval.toLowerCase();\n } catch(e) {\n rval = \"\";\n }\n return rval;\n },\n getCNNCapGenre: function (){ //prop5,eVar5 - cap genre\n var rval = \"\";\n if(window.CNN && window.CNN.omniture && typeof window.CNN.omniture.cap_genre != \"undefined\"){\n if( window.CNN.omniture.cap_genre == \"\" || window.CNN.omniture.cap_genre == \"no-value-set\")\n rval = \"nvs\";\n else\n rval = window.CNN.omniture.cap_genre.toLowerCase();\n } \n return rval;\n },\n getCNNBrandingSocial: function() { //prop14,eVar14 - Branding Social\n var rval = \"\";\n try {\n if (window.CNN && window.CNN.omniture) {\n if (window.CNN.omniture.fbia === true) {\n rval = window.CNN.omniture.branding_social;\n }\n }\n } catch(err) {}\n try {\n if (window.navigator.userAgent && window.navigator.userAgent == \"cnn-mobile-app\") {\n return window.navigator.userAgent;\n }\n } catch(err){}\n var hostName = window.location.hostname;\n if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\n var pathName = window.location.pathname;\n if (pathName.indexOf(\"/v1/amp\") != -1) {\n rval = \"google amp\"; //google amp\n }\n if (pathName.indexOf(\"/v1/fav\") != -1) {\n rval = \"embed\"; //embed\n }\n }\n rval = rval.toLowerCase();\n return rval;\n },\n getCNNTrafficPartner: function() { // eVar15 - Traffic Partner\n var rval = \"\";\n try {\n rval = _satellite.cookie.get(\"FastAB\");\n } catch(err) {}\n return rval;\n },\n getIreportgetMember: function() { //prop17,eVar17 - ireport member\n var irptMember = wminst.Util.getCNNAuthenticated(\"authid\", \"displayname\", \"member\", \"anonymous\", \"NonMember\", \"?\");\n if (window.location.host.indexOf(\"politics\") == -1 && window.is_expansion != 0) {\n return irptMember;\n } else {\n return null;\n }\n },\n getCNNPageImpression: function() { //prop18,eVar18 - page impressions\n var rval = window.cnnPSproducts || \"\";\n var hptcookie = wminst.Util.getCookie(\"hpt2\");\n if (document.referrer.indexOf(\"cnn.com\") > -1) {\n try {\n if (hptcookie) {\n rval = hptcookie;\n if (hptcookie.indexOf(\"_\") == -1) {\n rval = CNN.Utils.b64Decode(hptcookie);\n }\n }\n } catch(e) {}\n //document.cookie = \"hpt2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;\";\n } else {\n if (hptcookie) {\n document.cookie = \"hpt2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.cnn.com;\";\n }\n }\n rval = rval.replace(/no-value-set/g, \"nvs\");\n rval = rval.toLowerCase();\n return rval;\n },\n getCNNVideoOpportunity: function() { //eVar22 - video embed count\n var rval = \"0\";\n var ttype = \"\";\n try { rval = window.cnn_metadata.business.cnn.page.video_embed_count; } catch(e) {}\n try { rval = window.CNN.omniture.video_opportunity || \"0\"; } catch(e) {}\n ttype = wminst.Util.getCNNTemplateType();\n if (typeof ttype !== 'undefined' && ttype.indexOf(\"index\") > -1) {\n rval = \"\";\n }\n return rval;\n },\n getCNNPageHeadline: function() { //prop23,eVar23 - page headline\n var rval = \"nvs\", tt = \"\";\n try { \n rval = window.CNN.omniture.headline;\n tt = window.CNN.omniture.template_type;\n } catch(e) {}\n try { \n if(typeof window.cnn_d != \"undefined\" && typeof window.cnn_d.omniture != \"undefined\" && window.cnn_d.omniture.headline != \"undefined\"){\n rval = window.cnn_d.omniture.headline;\n tt = window.cnn_d.omniture.template_type;\n }\n } catch(e) {}\n try {\n if(rval == \"no-value-set\" || tt == \"specials\" || tt == \"section front\" || tt == \"index\") {return null;}\n rval = rval.toLowerCase();\n } catch(e) {rval = \"\";}\n return rval;\n },\n getCNNFullPageName: function(pathname,delimiter) {\n var s_pageName = \"\";\n var templateTypeSmall = \"\";\n if (!delimiter) delimiter = \":\";\n var ttbefore = wminst.Util.getCNNTemplateType(\"long\");\n if (ttbefore) { //default to \"other\" if template type is not defined\n ttbefore = ttbefore.replace(/adbp./,\"\");\n templateTypeSmall = wminst.Util.getADBPTranslateTemplateType(ttbefore, \"short\")\n } else {\n templateTypeSmall = \"o\";\n }\n var buc_p32 = wminst.Util.getCNNBusinessName() + delimiter + templateTypeSmall;\n var thirdLevelDomain = wminst.Util.getADBPURL(\"domain\", 3);\n var fullDomain = wminst.Util.getADBPURL(\"domain\");\n var lastTwoDomain = /(\\.\\w+\\.\\w+)$/.exec(fullDomain);\n if (lastTwoDomain) thirdLevelDomain = fullDomain.replace(lastTwoDomain[0],\"\");\n //if (!pathname) pathname = _jsmd.plugin.gADBPURL(\"path\");\n if (!pathname) {\n var p = window.location.pathname.toLowerCase();\n var a = p.split('/');\n var l = a.length;\n var r = /^index./;\n pathname = (r.test(a[(l-1)])) ? p.replace(/([^\\/]+\\.[^\\/]+$)/,\"\") : p;\n r = /([^\\/]+\\.[^\\/]+$)/;\n if (!r.test(pathname)){\n l = pathname.length;\n if(pathname.charAt(l-1) !== \"/\"){pathname = pathname+\"/\";}\n }\n }\n if (thirdLevelDomain == \"\") {\n s_pageName = buc_p32 + delimiter + pathname;\n }else{\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname;\n }\n return s_pageName;\n },\n getCNNPageNameV1: function(pname) { //pageName,eVar26 - page.name\n var rval = wminst.Util.getCNNFullPageName(pname);\n var ttype = \"\";\n try {\n if (typeof window.CNN.omniture !== 'undefined' && typeof window.CNN.omniture.template_type !== 'undefined') {\n ttype = window.CNN.omniture.template_type;\n }\n }catch(e){ttype = \"\";}\n try {\n if (ttype === \"\" && typeof window.cnn_d.omniture === 'undefined' && typeof window.cnn_d.omniture.template_type !== 'undefined') {\n ttype = window.cnn_d.omniture.template_type;\n }\n }catch(e){}\n // www-m.cnn.com = cnn.com; us-m.cnn.com = cnn.com; edition-m.cnn.com = edition.cnn.com\n var arr = rval.split(\":\");\n if (arr.length == 4) {\n arr[2] = arr[2].replace(/-m$/, \"\");\n arr[2] = arr[2].replace(\"www\", \"\");\n if (arr[2] == \"us\") {\n arr[2] = arr[2].replace(\"us\", \"\");\n }\n arr[2] = arr[2].replace(/\\.$/, \"\");\n if (arr[2] === \"\") arr.splice(2, 1);\n }\n rval = arr.join(\":\");\n if (window.is_expansion && rval.match(/cnn:o:/)) {\n var pn = {\n \"index\": \"in\",\n \"video\": \"v\",\n \"videos\": \"v\",\n \"blog\": \"b\",\n \"blogs\": \"b\",\n \"game\": \"g\",\n \"games\": \"g\",\n \"interactive\": \"it\",\n \"content\": \"c\",\n \"error\": \"err\",\n \"section\": \"sf\",\n \"section front\": \"sf\",\n \"gallery\": \"ga\",\n \"show\": \"sh\",\n \"shows\": \"sh\",\n \"special\": \"sp\",\n \"specials\": \"sp\",\n \"topic\": \"t\",\n \"profile\": \"p\",\n \"article\": \"c\"\n } [ttype];\n if (pn) {\n rval = rval.replace(\"cnn:o:\", \"cnn:\" + pn + \":\");\n }\n }\n if (rval && rval.slice(-1) != \"/\") {\n rval = rval + \"/\";\n }\n if (rval && rval.match(/h_[a-z0-9]+\\/$/)) {\n rval = rval.replace(/h_[a-z0-9]+\\/$/, \"\"); //remove last folder ID\n }\n return rval;\n },\n getCNNPageName: function(pathname) { //pageName,eVar26 - page.name\n var rval = pathname || window.location.pathname;\n rval = rval.toLowerCase();\n rval = rval.replace(/^.*\\/\\/[^\\/]+/, \"\"); //remove domain\n rval = rval.replace(\"/index.html\", \"/\"); //remove index.html\n rval = rval.replace(/h_[a-z0-9]+\\/?$/, \"\"); //remove last folder ID\n rval = rval.replace(/\\/?$/, \"/\"); //add trailing slash\n if (rval === \"/\") rval += \"homepage\";\n return rval;\n },\n getCNNBaseURL: function() { //prop26 - Base URL\n var hostname = window.location.hostname;\n var pathname = window.location.pathname;\n pathname = pathname.replace(/([^\\/]+\\.[^\\/]+$)/,\"\");\n return hostname + pathname;\n },\n getCNNSection: function(position) { //channel/eVar27, prop28/eVar28\n var rval = \"\";\n try {\n if (window.is_expansion) {\n for (var i = 0; i <= position; i++) {\n if (i > 0) {\n rval += \":\";\n }\n try {\n var s1 = window.CNN.omniture.section[i];\n if ((s1.indexOf(\":\")) && (s1.indexOf(\"electoral college map\") > -1)) {\n var c1 = s1.split(':');\n rval += c1[0];\n return rval;\n }\n } catch (e) {}\n if (typeof window.CNN != 'undefined' && typeof window.CNN.omniture != 'undefined') {\n if (i == 1 && !window.CNN.omniture.section[1]) { //add default value \"no value set\" for subsection (prop28/eVar28)\n window.CNN.omniture.section[1] = \"no value set\";\n try {\n if (this.isNGTVPage()) {\n window.CNN.omniture.section[1] = \"\";\n }\n } catch (e) {}\n }\n }\n if (window.cnn_d && window.cnn_d.omniture && window.cnn_d.omniture.section[i]) {\n try {\n rval += window.cnn_d.omniture.section[i] || \"\";\n } catch (e) {}\n } else {\n try {\n rval += window.CNN.omniture.section[i] || \"\";\n } catch (e) {}\n }\n }\n try {\n if (typeof window.CNN.omniture !== 'undefined' && window.CNN.omniture.template_type == \"list\" && position == 0 && rval == \"\") { //use first path of URL for list pages\n rval = wminst.Util.getADBPURL(\"path\", 1);\n }\n } catch (e) {}\n } else {\n window.cnn_metadata.section = (typeof window.cnn_metadata.section != \"string\" ? window.cnn_metadata.section : window.JSON.parse(window.cnn_metadata.section));\n rval = (window.cnn_metadata.section[position] ? window.cnn_metadata.section[position] : \"\");\n }\n } catch (e) {}\n return rval;\n },\n getCNNPageFranchise: function() { //prop31,eVar31 - page_franchise\n var rval = \"\";\n try { rval = cnn_metadata.business.cnn.page.broadcast_franchise || rval; } catch(e) {}\n try { rval = CNN.omniture.cap_show_name || rval; } catch(e) {}\n rval = rval.toLowerCase();\n return rval;\n },\n getCNNTemplateType: function(lookupType) { //prop32,eVar32 - page template_type\n var hostName = window.location.hostname;\n var rval = \"\";\n if (window.is_expansion) {\n if (typeof window.CNN !== 'undefined' && typeof window.CNN.omniture !== 'undefined' && typeof window.CNN.omniture.template_type !== 'undefined' && window.CNN.omniture.template_type == 'article') {\n try {\n if (typeof window.CNN.contentModel !== 'undefined' && typeof window.CNN.contentModel.analytics !== 'undefined' && typeof window.CNN.contentModel.analytics.pageTop !== 'undefined' && typeof window.CNN.contentModel.analytics.pageTop.type !== 'undefined' && window.CNN.contentModel.analytics.pageTop.type === 'gallery') {\n rval = \"content: gallery\";\n } else if (typeof window.CNN.contentModel !== 'undefined' && typeof window.CNN.contentModel.analytics !== 'undefined' && typeof window.CNN.contentModel.analytics.pageTop !== 'undefined' && typeof window.CNN.contentModel.analytics.pageTop.type !== 'undefined' && (window.CNN.contentModel.analytics.pageTop.type === 'video' || window.CNN.contentModel.analytics.pageTop.type === 'video360')) {\n if (typeof window.CNN.contentModel !== 'undefined' && window.CNN.contentModel.analytics.isArticleVideoCollection) {\n rval = \"content:video:collection\";\n } else {\n rval = \"content:video:nocollection\";\n }\n } else if (window.CNN.omniture.cap_content_type !== 'undefined' && window.CNN.omniture.cap_content_type === 'gallery') {\n rval = \"content: gallery\";\n } else {\n if (window.CNN.omniture.cap_media_type === 'Video') {\n rval = \"content:video\";\n } else {\n rval = \"content: no media\";\n }\n } \n } catch(e){}\n \n } else if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\n rval = \"content\";\n } else if (typeof window.cnn_d !== 'undefined' && typeof window.cnn_d.omniture !== 'undefined') {\n try {\n if (window.cnn_d.omniture.section[0] == \"cnn-underscored\") {\n rval = window.cnn_d.omniture.template_type;\n }\n } catch (e) {}\n } else {\n try {\n rval = window.CNN.omniture.template_type;\n } catch (e) {}\n }\n } else {\n var templateTypeCode = \"\";\n if (typeof CNN != 'undefined' && typeof CNN.omniture != 'undefined' && typeof CNN.omniture.template_type != 'undefined') {\n templateTypeCode = CNN.omniture.template_type;\n } else if (typeof cnn_metadata != 'undefined') {\n templateTypeCode = cnn_metadata.template_type;\n } else if (typeof window.cnn_d != 'undefined' && typeof window.cnn_d.omniture != 'undefined' && typeof window.cnn_d.omniture.template_type != 'undefined') {\n templateTypeCode = window.cnn_d.omniture.template_type;\n }\n rval = [\"o\", \"other\"];\n var lookup = {\n b: \"blog\",\n g: \"game\",\n it: \"interactive\",\n c: \"content\",\n \"in\": \"index\",\n err: \"error\",\n e: \"ecom\",\n s: \"signup\",\n v: \"video\",\n sf: \"section front\",\n sr: \"search results\",\n fm: \"forum\",\n o: \"other\",\n ir: \"ireport\",\n sp: \"specials\",\n pm: \"perfect market\",\n bf: \"blog front\",\n bc: \"blog category\",\n t: \"topic\",\n w: \"weather\",\n el: \"election\"\n },\n lookupRev = {\n \"blog\": \"b\",\n \"game\": \"g\",\n \"interactive\": \"it\",\n \"content\": \"c\",\n \"index\": \"in\",\n \"error\": \"err\",\n \"ecom\": \"e\",\n \"signup\": \"s\",\n \"video\": \"v\",\n \"section front\": \"sf\",\n \"search results\": \"sr\",\n \"forum\": \"fm\",\n \"other\": \"o\",\n \"ireport\": \"ir\",\n \"specials\": \"sp\",\n \"perfect market\": \"pm\",\n \"blog front\": \"bf\",\n \"blog category\": \"bc\",\n \"topic\": \"t\",\n \"weather\": \"w\",\n \"election\": \"el\"\n };\n if (lookup[templateTypeCode] != null) {\n rval = [templateTypeCode, lookup[templateTypeCode]];\n }\n if (lookupRev[templateTypeCode] != null) {\n rval = [lookupRev[templateTypeCode], templateTypeCode];\n }\n if (lookupType == \"short\") {\n rval = rval[0];\n }\n if (lookupType == \"long\") {\n rval = rval[1];\n }\n }\n if(typeof rval == \"string\") { \n\t\t\t\trval = rval.toLowerCase();\n\t\t\t}\n return rval;\n },\n getCNNContentType: function(defaultVal) { //prop33,eVar33 - content_type\n var omnitureRef = (window.cnn_d && window.cnn_d.omniture) || (window.CNN && window.CNN.omniture);\n if (typeof omnitureRef === 'undefined') {\n return defaultVal;\n }\n\n var tt = \"\",\n ct = \"\";\n if (typeof window.cnn_d != 'undefined' && typeof window.cnn_d.omniture != 'undefined' && typeof window.cnn_d.omniture.template_type != 'undefined') {\n tt = window.cnn_d.omniture.template_type;\n ct = \"adbp:\" + window.cnn_d.omniture.content_type;\n\n } else {\n if (typeof window.CNN.omniture !== \"undefined\" && typeof window.CNN.omniture.content_type !== \"undefined\" && window.CNN.omniture.content_type){\n ct = window.CNN.omniture.content_type;\n } else {\n ct = \"adbp:none\";\n }\n if (typeof ct !== 'undefined' && (ct == \"none\" || ct == \"\")) {\n ct = \"adbp:none\";\n }\n tt = window.CNN.omniture && window.CNN.omniture.template_type;\n }\n var l = {\n \"adbp:blog\": [\"blog.read\", \"adbp:blog read\"],\n \"adbp:content\": [\"article.read\", \"adbp:article read\"],\n \"adbp:game\": [\"game.play\", \"adbp:game played\"],\n \"other:ireport\": [\"other.ireport\", \"other:ireport\"],\n \"other:photo wall\": [\"content.interactive\", \"other:photo wall\"]\n } [tt];\n var m = {\n \"adbp:article read\": \"article.read\"\n } [ct];\n if (m !== null) {\n if (typeof ct !== 'undefined' && ct.indexOf(\"pivit\") !== -1) {\n return tt + \":\" + ct;\n } else {\n return ct;\n }\n }\n if (!l) {\n return defaultVal;\n }\n return l[1];\n },\n getCNNAuthenticated: function(c1, c2, truevalue, falsevalue, neutralvalue, flag) { //prop34,eVar34 - user authenticated\n var rValue = 0;\n if (wminst.Util.getCookie(c1, flag)) {\n rValue++;\n }\n if (wminst.Util.getCookie(c2, flag)) {\n rValue++;\n }\n if (rValue == 0) {\n return falsevalue;\n } else if (rValue == 1) {\n return neutralvalue;\n } else {\n return truevalue;\n }\n },\n getCNNKruxID: function() { // eVar36 - KruxID\n var rval = \"\";\n try {\n rval = localStorage.kxkuid;\n } catch (err) {}\n return rval;\n },\n getCNNPlatform: function() { //prop37,eVar37 - page platform\n var rval = \"\";\n if (navigator.userAgent.match(/iPhone/i)) {\n rval = \"smartphone\";\n } else if (navigator.userAgent.match(/iPad/i)) {\n rval = \"tablet\";\n } else if (navigator.userAgent.match(/android/i)) {\n if (navigator.userAgent.match(/mobile/i)) {\n rval = \"smartphone\";\n } else {\n rval = \"tablet\";\n }\n } else {\n rval = \"desktop\";\n }\n return rval ? rval : \"no value set\";\n },\n getCNNSearchInternalKeyword: function() { //prop39,eVar39 - search internal keyword\n var rval = \"\";\n try {\n rval = wminst.Util.getQueryParam(\"query\");\n } catch(e){}\n return rval;\n },\n getLSPostPosition: function() { //eVar45 - Post Position\n var rval = \"\";\n try {\n if (this.isLiveStoryTemplateType()) {\n var post_position = window.CNN.omniture.post_position ? window.CNN.omniture.post_position : 1;\n var total_post = window.CNN.omniture.total_post ? window.CNN.omniture.total_post : 0;\n rval = post_position + \":\" + total_post;\n } \n } catch(e) {}\n return rval;\n },\n getCNNPostID: function() { //prop43 - Post ID\n var rval = null;\n var pathName = window.location.pathname;\n if(window.CNN && window.CNN.omniture && typeof window.CNN.omniture.post_id != 'undefined' && window.CNN.omniture.post_id != \"\") {\n rval = window.CNN.omniture.post_id;\n } else {\n try{\n pathName = pathName.replace(/\\/$/, \"\");\n var path_array = pathName.split(\"/\");\n rval = path_array[path_array.length - 1];\n if(rval.match(/(^h_)[a-z0-9]+$/) === null){\n rval = null;\n }\n } catch(e) {}\n } \n try {\n if (this.isLiveStoryTemplateType()) {\n // Do Nothing\n } else {\n rval = \"\";\n } \n } catch(e) {}\n return rval;\n },\n getCNNPageVertical: function() { //eVar44 - Page Vertical\n var rval = \"\";\n try {\n if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.vertical){\n rval = CNN.contentModel.vertical;\n rval = rval.toLowerCase();\n }\n } catch(e){}\n return rval;\n },\n getCNNSourceID: function(){ //prop44 - Source ID\n var rval = \"\";\n try {\n if(typeof window.CNN != 'undefined' && typeof window.CNN.omniture != 'undefined' && window.CNN.omniture.sourceId) {\n rval = window.CNN.omniture.sourceId;\n } else if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.sourceId){\n rval = window.CNN.contentModel.sourceId;\n }\n rval = rval.toLowerCase();\n } catch(e) {}\n return rval; \n },\n getCNNTransactionID: function() { // prop46,eVar46\n var rval = \"\";\n try {\n if (typeof window.cnnad_transactionID !== 'undefined') {\n rval = window.cnnad_transactionID;\n } else if (typeof window.cnnad_getTransactionID === \"function\") {\n rval = cnnad_getTransactionID();\n } else {\n rval = Math.round((new Date()).getTime() / 1000) + \"\" + Math.floor(Math.random()*9007199254740992);\n }\n } catch (e) {}\n return rval;\n },\n getCNNGUID: function() { // prop47,eVar47\n var rval = \"\";\n try {\n if (typeof window.turner_getGuid === \"function\") {\n rval = turner_getGuid(\"ug\");\n } else {\n rval = _satellite.cookie.get(\"ug\");\n }\n } catch (e) {}\n return rval;\n },\n getAppNexusID: function() {\n var rval = \"\";\n try {\n if (this.isTagConsented(\"app-nexus-id\")) {\n rval = _satellite.cookie.get(\"zwmc\");\n }\n } catch (e) {}\n return rval\n },\n getWMID: function(name) {\n var rval = \"\";\n try {\n if (window.WM) {\n var obj = window.WM.PSM || window.WM.CDP || {};\n var fn = obj[\"get\"+name];\n if (typeof fn === \"function\") {\n rval = fn();\n }\n }\n } catch (e) {}\n return rval;\n },\n getWMUKID: function() {\n var rval = \"\";\n try {\n rval = this.getCookie('WMUKID_STABLE');\n\n if (!rval) {\n var wmukidJSON = wminst.Util.getCookie(\"WMUKID\");\n var wmukidObj = JSON.parse(wmukidJSON);\n rval = wmukidObj.id;\n }\n\n } catch (e) {}\n return rval\n },\n getCNNUID: function() {\n var rval = \"nvs\";\n try {\n var cnnuidJSON = localStorage.getItem(\"zion.cnn_uid\");\n if (cnnuidJSON) {\n cnnuidObj = JSON.parse(cnnuidJSON);\n rval = cnnuidObj.id;\n }\n } catch (e) {}\n return rval;\n },\n setIds: function() {\n try {\n if (!s.linkTrackVars.includes(\"None\") && !s.linkTrackVars.includes(\"eVar106\")) {\n s.linkTrackVars += \",eVar106,eVar195,eVar197,eVar198,eVar199\";\n }\n s.eVar106 = this.getCNNUID();\n s.eVar195 = this.getAppNexusID();\n s.eVar197 = this.getWMUKID();\n s.eVar198 = this.getWMID(\"WMHHID\");\n s.eVar199 = this.getWMID(\"WMINID\");\n } catch (e) {}\n },\n getCNNTechStack: function() { //eVar48 - Site Tech Stack\n var dataLayer = (window.CNN || {}).contentModel || {};\n return (dataLayer.techStack || \"\").toLowerCase();\n },\n getCNNCMSId: function() { //eVar49 - CMS ID\n var rval = \"\";\n try {\n if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.cmsId){\n rval = CNN.contentModel.cmsId;\n }\n } catch(e){}\n return rval;\n },\n getCNNPreviousPageName: function(){ //prop49,eVar49 - Previous PageName\n var rval = \"\";\n try {\n if(this.isTagConsented('adobe')) {\n var pName = window.document.referrer;\n var prevP = s.getPreviousValue(wminst.Util.getCNNPageName(),\"cnprevpage_pn\");\n if (prevP && typeof pName != \"undefined\" && pName != \"\" && pName.indexOf(\".cnn.com\") != -1) {\n return prevP;\n }\n }\n } catch(e) {return rval;}\n return rval;\n },\n getCNNPostTitle: function() { //prop50 - Post Title\n var rval = \"\";\n try{\n if(window.CNN && window.CNN.omniture && window.CNN.omniture.post_title) {\n rval = window.CNN.omniture.post_title;\n } else { \n rval = document.title;\n }\n } catch(e) { rval = document.title; }\n rval = rval.toLowerCase();\n try {\n var dom_obj = $x(\"//script[@type='application/ld+json']\");\n var post_obj = JSON.parse(rval[rval.length - 1]).innerHTML;\n if(post_obj && post_obj.headline){\n rval = post_obj.headline;\n } \n } catch(e) {}\n try {\n if (this.isLiveStoryTemplateType()) {\n // Do Nothing\n } else {\n rval = \"\";\n } \n } catch(e) {}\n if(rval !== \"\") {\n rval = rval.replace(/\\([0-9]+\\)/, \"\").trim();\n }\n return rval;\n },\n getCNNBreakingNewsHP: function(ptt, chnl) {\n var rval = \"\";\n var tt = \"\";\n try {\n if (ptt.indexOf(\":\") != -1) {\n if (ptt.indexOf(\"adbp\") != -1) {\n ptt = ptt.split(\":\");\n tt = ptt[1];\n } else {\n ptt = ptt.split(\":\");\n tt = ptt[0];\n }\n } else {\n tt = ptt;\n }\n var abr = {\n \"index\": \"in\",\n \"video\": \"v\",\n \"videos\": \"v\",\n \"blog\": \"b\",\n \"blogs\": \"b\",\n \"game\": \"g\",\n \"games\": \"g\",\n \"interactive\": \"it\",\n \"content\": \"c\",\n \"error\": \"err\",\n \"section\": \"sf\",\n \"section front\": \"sf\",\n \"gallery\": \"ga\",\n \"show\": \"sh\",\n \"shows\": \"sh\",\n \"special\": \"sp\",\n \"specials\": \"sp\",\n \"topic\": \"t\",\n \"profile\": \"p\",\n \"article\": \"c\"\n } [tt];\n if (chnl && (chnl == \"homepage\" || chnl == \"cnn homepage\")) {\n chnl = \"index\";\n }\n if (tt) {\n rval = \"breaking:\" + chnl + \":\" + abr + \":\";\n }\n return rval;\n } catch (e) {}\n },\n getCNNOrientation: function() { //prop56,eVar56 - page orientation\n var rval = \"no value set\";\n try {\n var x = 0;\n if (self.innerHeight) {\n x = self.innerWidth;\n } else if (document.documentElement && document.documentElement.clientHeight) {\n x = document.documentElement.clientWidth;\n } else if (document.body) {\n x = document.body.clientWidth;\n }\n var y = 0;\n if (self.innerHeight) {\n y = self.innerHeight;\n } else if (document.documentElement && document.documentElement.clientHeight) {\n y = document.documentElement.clientHeight;\n } else if (document.body) {\n y = document.body.clientHeight;\n }\n rval = (y > x) ? \"portrait\" : \"landscape\";\n } catch (e) {}\n return rval;\n },\n getCNNMVPD: function() { //prop57,eVar57 - MVPD\n try {\n var mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\n if (typeof mvpd_store !== \"undefined\" && mvpd_store !== \"nvs\" && mvpd_store !== \"\") {\n if (mvpd_store !== null && typeof CNN.omniture.mvpd === \"string\") {\n document.cookie = \"CNNmvpd=\" + CNN.omniture.mvpd + \"; domain= .cnn.com ;\";\n mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\n return mvpd_store;\n } else if (typeof mvpd_store === \"string\" && mvpd_store != \"\") {\n if (typeof CNN.omniture.mvpd === \"string\") {\n document.cookie = \"CNNmvpd=\" + CNN.omniture.mvpd + \"; domain= .cnn.com ;\";\n mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\n return mvpd_store;\n } else {\n \n return mvpd_store;\n }\n } else if (mvpd_store === null && typeof CNN.omniture.mvpd === \"string\") {\n document.cookie = \"CNNmvpd=\" + CNN.omniture.mvpd + \"; domain= .cnn.com ;\";\n mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\n return mvpd_store;\n } else {\n return \"no mvpd set\";\n }\n } else {\n return \"no mvpd set\";\n }\n } catch (err) {return \"no mvpd set\";}\n },\n getCNNAdobeID: function() { //prop59,eVar59 - Adobe Harsh ID\n try {\n var adobe_hash_id_store = _satellite.cookie.get(\"adobe_hash_id\");\n if (typeof adobe_hash_id_store !== \"undefined\" && adobe_hash_id_store !== \"nvs\" && adobe_hash_id_store !== \"\") {\n if (adobe_hash_id_store !== null && typeof CNN.omniture.adobe_hash_id === \"string\") {\n document.cookie = \"adobe_hash_id=\" + CNN.omniture.adobe_hash_id + \"; domain= .cnn.com;\";\n adobe_hash_id_store = _satellite.cookie.get(\"adobe_hash_id\");\n return adobe_hash_id_store;\n } else {\n return \"no mvpd set\";\n }\n } else {\n return \"no mvpd set\";\n }\n } catch (err) {}\n },\n getCNNPlayerState: function(video) { //eVar67 player State\n var screenState = video.screen_state || \"nvs\";\n var screenPosition = video.screen_position || \"nvs\";\n var audioState = video.audio_state || \"nvs\";\n var playerState = \"\";\n try {\n if (screenState == \"nvs\" && CNN && CNN.omniture && CNN.omniture.screen_state) {\n screenState = CNN.omniture.screen_state;\n }\n if (audioState == \"nvs\") {\n if (video.muted === true) {\n audioState = \"muted\";\n } else if (video.muted === false) {\n audioState = \"audio on\";\n }\n }\n playerState = screenState + \"|\" + audioState + \"|\" + screenPosition;\n playerState = playerState.toLowerCase();\n } catch (e) {}\n return playerState;\n },\n getCNNVisitorID: function(id) { //eVar73 - page visitorId\n var rval = \"\";\n try {\n rval = _satellite.cookie.get(id);\n rval = rval.replace(/\\[(.+?)\\]/g, \"\");\n rval = rval.split(\"|\")[1];\n rval = rval.toLowerCase();\n } catch (err) {}\n return rval;\n },\n getCNNHierachy: function() { // hier1 - Hierachy\n var rval = \"\";\n /* try {\n var bUnit = wminst.Util.getSiteSpecificSettings(1);\n var channel = wminst.Util.getCNNSection(0);\n var domain = wminst.Util.getADBPURL(\"domain\");\n var section2 = wminst.Util.getCNNSection(1);\n rval = \"news|cnn|\" + bUnit + \"|\" + domain + \"|\" + channel + \"|\" + section2; \n } catch(e){} */\n return rval;\n },\n getCNNUserAuthState: function() { //prop75,eVar75 - User Authentication State\n try {\n var user_auth_state_store = localStorage.getItem(\"user_auth_state\");\n if (user_auth_state_store !== null && typeof window.CNN.omniture.user_auth_state === \"string\") {\n localStorage.setItem(\"user_auth_state\",window.CNN.omniture.user_auth_state);\n user_auth_state_store = localStorage.getItem(\"user_auth_state\");\n return user_auth_state_store;\n } else if (typeof user_auth_state_store === \"string\") {\n if (typeof window.CNN.omniture.user_auth_state === \"string\") {\n \n localStorage.setItem(\"user_auth_state\",window.CNN.omniture.user_auth_state);\n user_auth_state_store = localStorage.getItem(\"user_auth_state\");\n return user_auth_state_store;\n } else {\n \n return user_auth_state_store;\n }\n } else if (user_auth_state_store === null && typeof window.CNN.omniture.user_auth_state === \"string\") {\n localStorage.setItem(\"user_auth_state\",window.CNN.omniture.user_auth_state);\n user_auth_state_store = localStorage.getItem(\"user_auth_state\");\n return user_auth_state_store;\n } else {\n return \"nvs\";\n }\n } catch (err) {return \"\";}\n },\n getCNNUIEngagement: function() { //prop64 - UI Engagement\n var rval = (this.isNGTVPage() || this.isTVEPage()) ? \"ngtv\" : \"cnn news\";\n try { \n if(typeof window.cnn_metadata.friendly_name != 'undefined') {\n rval = window.cnn_metadata.friendly_name;\n }\n } catch(e) {}\n return rval;\n },\n getCNNTopicAvailability: function() {\n var topic_pattern = new RegExp(/^[0-9a-z,]+$/);\n try {\n var rval = wminst.Util.getCNNTopic();\n if(rval == \"\"){\n return \"no topics\";\n } else if(topic_pattern.test(rval)) {\n return \"topics available\";\n } else { \n return \"api request failure\";\n }\n } catch(e) {}\n },\n getCNNTopic: function() {\n var rval = \"\";\n var cap_array = [];\n try {\n if(CNN && CNN.cep_topics && CNN.cep_topics.cep_brsf && CNN.cep_topics.cep_iabt && CNN.cep_topics.cep_sent && CNN.cep_topics.cep_tags) {\n cap_array = cap_array.concat(CNN.cep_topics.cep_brsf, CNN.cep_topics.cep_iabt, CNN.cep_topics.cep_sent, CNN.cep_topics.cep_tags);\n rval = cap_array.toString();\n } else {\n rval = window.CNN.omniture.cap_topic;\n }\n if(typeof rval == \"undefined\" || rval === \"no-value-set\" || rval == \"\" ) {rval = \"\";}\n } catch(e) {}\n return rval.toLowerCase();\n },\n getCEPTopisForVideo: function(data) {\n var rval = \"\";\n try {\n if(typeof data.cepTopics == \"object\") {\n rval = Object.keys(data.cepTopics).toString();\n }\n rval = rval.toLowerCase();\n } catch (e) {}\n return rval;\n },\n \tgetCNNSiteSectionLevel3: function(val) { //prop51 - Site section level 3 for politics\n\t\t\tvar rval = \"\";\n\t\t\ttry {\n\t\t\t\trval = wminst.Util.getCNNSection(1);\n\t\t\t\tif(typeof val != 'undefined') {\n\t\t\t\t\trval += \":\" + val;\n\t\t\t\t} else if(CNN && CNN.omniture && CNN.omniture.section && typeof CNN.omniture.section[2] != 'undefined') {\n\t\t\t\t\trval += \":\" + CNN.omniture.section[2];\n\t\t\t\t}\n\t\t\t} catch (e) {}\n\t\t\treturn rval;\n\t\t},\n getCNNInteractiveState: function(data) { //eVar50 - Interactive State for politics\n var rval = \"\";\n if(typeof data == 'undefined' && window.location.hash === \"#my_election\") {\n rval = \"election center:my election:panel open\";\n return rval;\n }\n if (typeof data == \"object\" && (typeof data.tab != 'undefined' || typeof data.map_state != 'undefined' || typeof data.map_level != 'undefined')) {\n var tab = data.tab || \"nvs\";\n var map_state = data.map_state || \"nvs\";\n if(!wminst.Util.isPoliticsExplorer()) {\n if (typeof data.action != 'undefined') {\n var map_level = data.map_level || \"nvs\";\n var race_type = data.race_type || \"nvs\";\n var overlay_type = data.overlay_type || \"nvs\";\n var show_by = data.show_by || \"nvs\";\n rval = \"ec:\" + race_type + \":\" + map_level + \":\" + overlay_type + \":\" + show_by;\n }\n else\n rval = \"election center:\" + tab + \":\" + map_state;\n } else {\n var year = data.year || \"nvs\";\n var comparison_layer = data.comparison_layer || \"nvs\";\n var e_val = data.election || \"nvs\";\n rval = tab + \":\" + year + \":\" + e_val + \":\" + comparison_layer + \":\" + map_state;\n }\n rval = rval.toLowerCase();\n }\n return rval\n },\n getSiteSpecificSettings: function(type, section) {\n var hostName = window.location.hostname;\n var port = window.location.port;\n var setting;\n var sites = {\n \"cnn\": [\"cnn-adbp-domestic\", \"cnn domestic\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00001\", \"8587204\"],\n \"cnndev\": [\"cnn-adbp-domestic-dev\", \"cnn domestic\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00001\", \"8587204\"],\n \"cnnintl\": [\"cnn-adbp-intl\", \"cnn international\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00002\", \"8587278\"],\n \"cnnintldev\": [\"cnn-adbp-intl-dev\", \"cnn international\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00002\", \"8587278\"],\n \"ireport\": [\"cnnireport-adbp\", \"cnn ireport\", \"cnnireport\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-702210\", \"c01\", \"00001\", \"3002212\"],\n \"ireportdev\": [\"cnnireport-adbp-dev\", \"cnn ireport\", \"cnnireport\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-702210\", \"c01\", \"00001\", \"3002212\"]\n }\n\n var c4 = {\n val1: [\"cnn homepage\", \"8587211\", \"8587278\"],\n val2: [\"crime\", \"8587220\"],\n val3: [\"us\", \"8587228\"],\n val4: [\"world\", \"8587235\"],\n val5: [\"entertainment\", \"8587242\"],\n val6: [\"politics\", \"8587248\"],\n val7: [\"health\", \"8587254\"],\n val8: [\"tech\", \"8587261\"],\n val9: [\"living\", \"8587266\"],\n val10: [\"opinion\", \"8587272\"],\n val11: [\"watch cnn\", \"8587204\"]\n }\n\n if (section && section != \"\") {\n var x = 0;\n for (x in c4) {\n if (c4[x][0] == section) {\n setting = c4[x][1];\n if (section == \"cnn homepage\") {\n if (hostName.indexOf(\"edition.cnn.com\") != -1) {\n setting = c4[x][2];\n } else if (hostName.indexOf(\"jcmsdev8.cnn.com\") != -1 || hostName.indexOf(\"jcmsref.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.cnn.com\") != -1 || hostName.indexOf(\"ref.cnn.com\") != -1 || hostName.indexOf(\"preview.cnn.com\") != -1) {\n if (port.indexOf(\"94\") != -1 || hostName.indexOf(\"edition\") != -1) {\n setting = c4[x][2];\n }\n }\n }\n break;\n }\n }\n } else {\n if (hostName.indexOf(\"ireportqa.cnn.com\") != -1) {\n setting = sites.ireportdev[type];\n } else if (hostName.indexOf(\"jcmsdev8.cnn.com\") != -1 || hostName.indexOf(\"jcmsref.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.cnn.com\") != -1 || hostName.indexOf(\"ref.cnn.com\") != -1 || hostName.indexOf(\"preview.cnn.com\") != -1 || hostName.indexOf(\"dev.cnn.com\") != -1 || hostName.indexOf(\"stage.cnngo.com\") != -1 || hostName.indexOf(\"travel.cnngo.com\") != -1 || hostName.indexOf(\"edition.stage.next.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.turner.com\") != -1 || hostName.indexOf(\"dev.cnnv2.com\") != -1 || hostName.indexOf(\"ref.cnnv2.com\") != -1 || hostName.match(/^(dev|qa|stage).(www|us|edition)-m.cnn.com/) || hostName.indexOf(\"edition.enable.next.cnn.com\") != -1 || hostName.indexOf(\"terra.next.cnn.com\") != -1 || hostName.indexOf(\"politics.next.cnn.com\") !== -1 || hostName.indexOf(\"edition.politics.next.cnn.com\") !== -1) {\n if (port.indexOf(\"94\") != -1 || hostName.indexOf(\"edition\") != -1 || hostName.indexOf(\"cnnespanol\") != -1 || hostName.indexOf(\"stage.cnngo.com\") != -1 || hostName.indexOf(\"travel.cnngo.com\") != -1) {\n setting = sites.cnnintldev[type];\n } else {\n setting = sites.cnndev[type];\n }\n } else if (hostName.indexOf(\"qai.cnn.com\") != -1) {\n setting = sites.cnndev[type];\n } else if (hostName.indexOf(\"cnn.staging.perfectmarket.com\") != -1 || hostName.indexOf(\"cnn.staging2.perfectmarket.com\") != -1 || hostName.indexOf(\"beta-cronkite.cnnlabs.com\") != -1 || hostName.indexOf(\"dev-audioplayer-cnn.s3.amazonaws.com\") != -1) {\n setting = sites.cnndev[type];\n } else if (hostName.indexOf(\"darwin-dev.hope.ui\") != -1 || hostName.indexOf(\"dev-facts-first.cnnlabs.com\")!= -1) {\n setting = sites.cnndev[type];\n } else if (hostName.indexOf(\"int-facts-first.cnnlabs.com\") != -1) {\n setting = sites.cnnintldev[type];\n } else if (hostName.indexOf(\"ireport.cnn.com\") != -1) {\n setting = sites.ireport[type];\n } else if (hostName.indexOf(\"edition.cnn.com\") != -1 || hostName.indexOf(\"cnnespanol.cnn.com\") != -1 || hostName.indexOf(\"backstory.blogs.cnn.com\") != -1 || hostName.indexOf(\"inthefield.blogs.cnn.com\") != -1 || hostName.indexOf(\"securityfiles.blogs.cnn.com\") != -1 || hostName.indexOf(\"thecnnfreedomproject.blogs.cnn.com\") != -1 || hostName.indexOf(\"ukelection.blogs.cnn.com\") != -1 || hostName.indexOf(\"amanpour.blogs.cnn.com\") != -1 || hostName.indexOf(\"screeningroom.blogs.cnn.com\") != -1 || hostName.indexOf(\"internationaldesk.blogs.cnn.com\") != -1 || hostName.indexOf(\"newsstream.blogs.cnn.com\") != -1 || hostName.indexOf(\"prism.blogs.cnn.com\") != -1 || hostName.indexOf(\"thebrief.blogs.cnn.com\") != -1 || hostName.indexOf(\"insidethemiddleeast.blogs.cnn.com\") != -1 || hostName.indexOf(\"connecttheworld.blogs.cnn.com\") != -1 || hostName.indexOf(\"business.blogs.cnn.com\") != -1 || hostName.indexOf(\"questmeansbusiness.blogs.cnn.com\") != -1 || hostName.indexOf(\"goalmouth.blogs.cnn.com\") != -1 || hostName.indexOf(\"olympics.blogs.cnn.com\") != -1 || hostName.indexOf(\"worldsport.blogs.cnn.com\") != -1 || hostName.indexOf(\"bodareal.blogs.cnn.com\") != -1 || hostName.indexOf(\"travel.cnn.com\") != -1 || hostName.indexOf(\"footballclub.cnn.com\") != -1 || hostName.indexOf(\"edition.cnnv2.com\") != -1 || hostName.indexOf(\"edition-m.cnn.com\") != -1) {\n setting = sites.cnnintl[type];\n } else if (hostName.indexOf(\"cnn.com\") != -1 || hostName.indexOf(\"cnnv2.com\") != -1) {\n setting = sites.cnn[type];\n } else if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\n setting = sites.cnn[type];\n } else if (hostName.indexOf(\"style.staging.cnn.io\") != -1) {\n setting = sites.cnndev[type];\n } else {\n //default, if any case failed\n setting = sites.cnn[type];\n }\n }\n try {\n if (window.CNNIntlVideo) {\n setting = sites.cnnintl[type];\n }\n } catch (e) {}\n return setting;\n },\n getJObj: function(objectRef, attribute) {\n objectRef = (typeof objectRef == \"string\" ? window[objectRef] : objectRef);\n var rval = (objectRef != null && attribute != null && attribute.indexOf(\".\") == -1 && attribute.indexOf(\"[\") == -1 ? objectRef[attribute] : objectRef);\n if (rval === objectRef && (typeof attribute !== 'undefined' || attribute != null)) {\n var attribs = attribute.split(\".\"),\n len = attribs.length,\n reArray = /([^\\[]+)\\[(\\d+)\\]/,\n t, t2;\n rval = objectRef;\n for (var i = 0; i < len; i++) {\n t = attribs[i];\n if ((t2 = reArray.exec(t)) != null) {\n rval = rval[t2[1]][parseInt(t2[2])];\n } else rval = rval[t];\n }\n }\n return rval;\n },\n getADBPContentType: function(defaultVal) {\n var tt = wminst.Util.getCNNTemplateType(\"long\") || \"\";\n var ct = wminst.Util.getCNNContentType() | \"\";\n var rObj = {};\n var l = {\n \"adbp:blog\": [\"event38\", \"adbp:blog read\"],\n \"adbp:content\": [\"event39\", \"adbp:article read\"]\n } [tt];\n var m = {\n \"adbp:article read\": \"event39\"\n } [ct];\n if (m != null) {\n rObj.events = m;\n rObj.content_type = ct;\n return rObj;\n }\n if (!l) {\n rObj.events = \"\";\n rObj.ct = defaultVal;\n return rObj;\n }\n rObj.events = l[0];\n rObj.ct = l[1];\n return rObj;\n },\n getADBPURL: function(type, lvl) {\n var hostname = window.location.hostname.toLowerCase();\n var pathname = window.location.pathname.toLowerCase();\n var path_array = \"\";\n pathname = pathname.replace(/([^\\/]+\\.[^\\/]+$)/, \"\");\n\n var rval;\n switch (type) {\n case \"domain\":\n hostname = hostname.replace(\"www.\", \"\");\n if (lvl == parseFloat(lvl)) {\n var domain_array = hostname.split(\".\");\n var currentPointer = domain_array.length - lvl;\n var currentDomainLevel = (currentPointer >= 0 ? domain_array[currentPointer] : \"\");\n rval = currentDomainLevel;\n } else {\n rval = hostname;\n }\n break;\n case \"path\":\n var pathname2 = pathname.substring(1);\n path_array = pathname2.split(\"/\");\n if (lvl == parseFloat(lvl) && lvl >= 1) {\n var currentPathname = (path_array.length >= lvl ? path_array[lvl - 1] : \"\");\n rval = currentPathname;\n } else {\n rval = pathname;\n }\n break;\n case \"hier\":\n hostname = hostname.replace(\"www.\", \"\");\n path_array = pathname.substring(1).split(\"/\");\n var h1 = hostname + \"/\" + path_array[0];\n var h2 = h1;\n if (path_array[1]) h2 = h2 + \"/\" + path_array[1];\n rval = [h1, h2];\n break;\n default:\n rval = hostname + pathname;\n }\n return rval;\n },\n getADBPPageName: function(pathname, delimiter) {\n var s_pageName = \"\",\n templateTypeSmall = \"\";\n if (!delimiter) delimiter = \":\";\n var ttbefore = wminst.Util.getCNNTemplateType(\"long\");\n if (ttbefore) { //default to \"other\" if template type is not defined\n ttbefore = ttbefore.replace(/adbp./, \"\");\n templateTypeSmall = wminst.Util.getADBPTranslateTemplateType(ttbefore, \"short\");\n } else {\n templateTypeSmall = \"o\";\n }\n var buc_p32 = wminst.Util.getCNNBusinessName() + delimiter + templateTypeSmall;\n var thirdLevelDomain = wminst.Util.getADBPURL(\"domain\", 3);\n var fullDomain = wminst.Util.getADBPURL(\"domain\");\n var lastTwoDomain = /(\\.\\w+\\.\\w+)$/.exec(fullDomain);\n if (lastTwoDomain) thirdLevelDomain = fullDomain.replace(lastTwoDomain[0], \"\");\n if (!pathname) {\n var p = window.location.pathname.toLowerCase();\n var a = p.split('/');\n var l = a.length;\n var r = /^index./;\n pathname = (r.test(a[(l - 1)])) ? p.replace(/([^\\/]+\\.[^\\/]+$)/, \"\") : p;\n r = /([^\\/]+\\.[^\\/]+$)/;\n if (!r.test(pathname)) {\n l = pathname.length;\n if (pathname.charAt(l - 1) !== \"/\") {\n pathname = pathname + \"/\";\n }\n }\n }\n var pageNameLen, r_len;\n if (thirdLevelDomain == \"\") {\n pageNameLen = buc_p32.length + 1 + pathname.length;\n if (pageNameLen <= 100) {\n s_pageName = buc_p32 + delimiter + pathname;\n } else {\n r_len = pageNameLen - 100;\n s_pageName = buc_p32 + delimiter + pathname.substring(r_len);\n }\n } else {\n pageNameLen = buc_p32.length + 1 + thirdLevelDomain.length + 1 + pathname.length;\n if (pageNameLen <= 100) {\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname;\n } else {\n if (thirdLevelDomain.length <= 5) {\n r_len = pageNameLen - 100;\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname.substring(r_len);\n } else {\n thirdLevelDomain = thirdLevelDomain.substring(0, 5);\n pageNameLen = buc_p32.length + 1 + thirdLevelDomain.length + 1 + pathname.length;\n if (pageNameLen <= 100) {\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname;\n } else {\n r_len = pageNameLen - 100;\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname.substring(r_len);\n }\n }\n }\n }\n return s_pageName;\n },\n getCNNVideoSequence : function()\n {\n return \"1\"; \n },\n getCNNVertical : function()\n {\n var rval = \"\";\n try {\n if (window.CNN.contentModel.vertical && window.CNN.contentModel.vertical !== \"\") {\n rval = window.CNN.contentModel.vertical;\n }\n } catch(e){}\n return rval; \n },\n getADBPTranslateTemplateType: function(templateTypeCode, lookupType) {\n var adbpprefix = \"adbp:\",\n rval = [\"o\", \"other\"];\n var lookup = {\n b: \"blog\",\n g: \"game\",\n it: \"interactive\",\n c: \"content\",\n \"in\": \"index\",\n err: \"error\",\n e: \"ecom\",\n s: \"signup\",\n v: \"video\",\n sf: \"section front\",\n o: \"other\"\n },\n lookupRev = {\n \"blog\": \"b\",\n \"game\": \"g\",\n \"interactive\": \"it\",\n \"content\": \"c\",\n \"index\": \"in\",\n \"error\": \"err\",\n \"ecom\": \"e\",\n \"signup\": \"s\",\n \"video\": \"v\",\n \"section front\": \"sf\",\n \"other\": \"o\"\n };\n if (lookup[templateTypeCode] != null) {\n rval = [templateTypeCode, lookup[templateTypeCode]];\n }\n if (lookupRev[templateTypeCode] != null) {\n rval = [lookupRev[templateTypeCode], templateTypeCode];\n }\n rval[1] = adbpprefix + rval[1];\n if (lookupType == \"short\") {\n rval = rval[0];\n }\n if (lookupType == \"long\") {\n rval = rval[1];\n }\n return rval;\n },\n gCNNUserAuthState: function() {\n var userAuthObj = { \n user_login_status:\"\",\n user_account_status: \"\",\n user_registered_status: \"\"};\n try {\n var userLoginState = _satellite.cookie.get(\"_cnn_at\") || _satellite.cookie.get(\"_cnn_at_edition\");// ===> User Logged In\n if (userLoginState && userLoginState !== \"\") {\n userAuthObj.user_login_status = \"logged in\";\n userAuthObj.user_registered_status = \"registered\";\n var userAuthState = window.CNN.Utils.b64Decode(userLoginState);\n if(userAuthState && userAuthState.indexOf(\"cnn.authn\") > -1) { \n userAuthObj.user_account_status = \"account verified\";\n } else { \n userAuthObj.user_account_status = \"account not verified\";\n }\n } else {\n userAuthObj.user_registered_status = \"anonymous\";\n userAuthObj.user_login_status = \"not logged in\";\n userAuthObj.user_account_status = \"account not verified\";\n }\n \n \n } catch(e){}\n return userAuthObj;\n },\n getUserRegisteredStatus: function(){ //prop51,eVar51\n var rval = \"\";\n try {\n rval = wminst.Util.gCNNUserAuthState();\n return rval.user_registered_status;\n }catch(e){}\n return rval;\n },\n getUserAccountStatus: function(){ //prop74,eVar74\n var rval = \"\";\n try {\n rval = wminst.Util.gCNNUserAuthState();\n return rval.user_account_status;\n }catch(e){}\n return rval;\n },\n getUserLoginStatus: function(){ //eVar89\n var rval = \"\";\n try {\n rval = wminst.Util.gCNNUserAuthState();\n return rval.user_login_status;\n }catch(e){}\n return rval;\n },\n getCNNSavedRaces: function() {\n\t\t var rval = \"\";\n\t\t\tif(typeof CNN != 'undefined' && typeof CNN.saved_races == \"number\") {\n\t\t\t\trval = \"election center:save races:\" + CNN.saved_races;\n\t\t\t} else {\n\t\t\t\tif(wminst.Util.getCNNCapContentType()) {\n\t\t\t\t\trval = \"D=c13\";\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn rval;\n\t\t},\n getCNNExploreIndentify: function(data) { //eVar79 for Politics Explorer\n\t\t\tvar rval = \"cnn login not required\";\n\t\t\tif((data.interaction_type == \"year race\" && data.racePremiumContent) || (data.interaction_type == \"add layer\" && data.overlayPremiumContent)) {\n\t\t\t\trval = \"cnn login required\";\n\t\t\t}\n\t\t\treturn rval;\n\t\t}\n }\n}();\nwminst.Util.loadCustomVariables();\n\n});", "_satellite[\"_runScript1\"](function(event, target, Promise) {\nwindow.wminst = window.wminst || {};\nwminst.Util = function() {\n return {\n loadCustomVariables: function() {\n this.tmsName = \"launch\";\n this.businessName = \"cnn\";\n this.buildVersion = 77; // Build Update Oct 1, 2024\n this.buildEnv = this.getBuildEnv();\n this.buildDate = this.getBuildDate();\n this.debugFlag = \"WMINST_DEBUG\";\n this.logPrefix = \"[WMINST]\";\n window.is_expansion = true;\n wminst.subscribersReady = false;\n wminst.hpt_set = 0;\n wminst.buffer_count = 0;\n wminst.is_podcast = 0;\n wminst.is_scrubbed = false;\n if (window.cnn_metadata) {\n window.is_expansion = false;\n }\n },\n getBuildEnv: function() {\n return {\n \"development\": \"dev\",\n \"staging\": \"qa\",\n \"production\": \"prod\"\n }[_satellite.environment.stage];\n },\n getBuildDate: function() {\n return _satellite.buildInfo.buildDate.split(\"T\")[0].replace(/-/g, \"\");\n },\n getCodeVersion: function() {\n return [this.tmsName, this.businessName, this.buildEnv, this.buildVersion, this.buildDate].join(\".\");\n },\n setDebug: function(flag) {\n if (flag == true) {\n sessionStorage.setItem(this.debugFlag, true);\n } else {\n sessionStorage.removeItem(this.debugFlag);\n }\n },\n log: function() {\n var logEnabled = sessionStorage.getItem(this.debugFlag);\n if (logEnabled) {\n var args = Array.prototype.slice.call(arguments);\n args.unshift(this.logPrefix);\n console.log.apply(console, args);\n }\n },\n wait: function(ms) {\n const start = Date.now();\n let now = start;\n while (now - start < ms) {\n now = Date.now();\n }\n },\n getTagConsentStatesV1: function(name) {\n return {\n \"adobe\" : [\"perf-general\"],\n \"comscore\" : [\"perf-vendor\"],\n \"nielsen\" : [\"perf-vendor\"],\n \"facebook-pixel\" : [\"perf-vendor\", \"social-vendor\"],\n \"zion\" : [\"perf-general\", \"person-general\"],\n \"app-nexus-id\" : [\"ads-vendor\"],\n \"trackonomics\" : [\"ads-general\", \"ads-vendor\", \"behavior-general\", \"perf-general\", \"person-general\", \"social-general\", \"storage-general\"],\n \"skimlinks\" : [\"ads-vendor\"],\n \"quantcast\" : [\"ads-vendor\"],\n \"amazon\" : [\"ads-vendor\"],\n \"wunderkind\" : [\"iab\", \"behavior-vendor\", \"person-vendor\", \"storage-vendor\"],\n \"chartbeat\" : [\"perf-general\"],\n \"keywee\" : [\"ads-vendor\", \"behavior-vendor\", \"storage-vendor\", \"perf-vendor\"],\n \"krux\" : [\"ads-vendor\"],\n \"stack-sonar\" : [\"ads-general\"],\n \"optimizely\" : [\"behavior-general\", \"perf-general\", \"person-general\"],\n \"bombora\" : [\"iab\"]\n }[name];\n },\n getTagConsentStatesV2: function(name) {\n return {\n \"adobe\" : [\"data-store\", \"content-person-prof\", \"content-person\", \"measure-content\", \"measure-market\", \"product-develop\"],\n \"comscore\" : [\"vendor\", \"measure-content\"],\n \"nielsen\" : [\"vendor\", \"measure-content\", \"data-store\"],\n \"facebook-pixel\" : [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"vendor\"],\n \"zion\" : [\"data-store\", \"ads-person-prof\", \"ads-person\", \"content-person-prof\", \"content-person\", \"measure-content\"],\n \"app-nexus-id\" : [\"vendor\"],\n \"trackonomics\" : [\"data-store\", \"measure-ads\", \"vendor\"],\n \"hyphensocial\" : [\"data-store\", \"measure-ads\", \"vendor\"],\n \"skimlinks\" : [\"data-store\", \"measure-content\", \"vendor\"],\n \"amazon\" : [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"vendor\"],\n \"quantcast\" : [\"iab\", \"data-share\", \"data-sell\", \"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"measure-content\", \"measure-market\", \"product-develop\"],\n \"wunderkind\" : [\"iab\", \"data-share\", \"data-sell\", \"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-market\", \"product-develop\"],\n \"chartbeat\" : [\"data-store\", \"measure-content\"],\n \"keywee\" : [\"data-store\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-market\", \"vendor\"],\n \"krux\" : [\"data-store\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-content\", \"measure-market\"],\n \"stack-sonar\" : [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\"],\n \"optimizely\" : [\"data-store\", \"content-person-prof\", \"content-person\", \"measure-ads\", \"measure-content\", \"vendor\"],\n \"bombora\" : [\"vendor\", \"data-store\", \"ads-person-prof\", \"measure-ads\", \"measure-content\", \"product-develop\"],\n \"outbrain-pixel\" : [\"ads-person-prof\", \"ads-person\", \"measure-ads\"],\n \"full-story\" : [\"measure-content\", \"product-develop\"],\n \"iSpot-pixel\" : [\"data-store\", \"measure-ads\", \"measure-content\", \"measure-market\", \"vendor\"]\n }[name];\n },\n getTagConsentStates: function(name) {\n if (window.WM && WM.UserConsent && WM.UserConsent.getVersion().indexOf(\"1\") === 0) {\n return this.getTagConsentStatesV1(name);\n }\n return this.getTagConsentStatesV2(name);\n },\n getCountryCode: function() {\n return this.getCookie(\"countryCode\") || window.WM?.UserConsent?.getGeoCountry();\n },\n isUSRegion: function() {\n return this.getCountryCode() === \"US\";\n },\n isEMEARegion: function() {\n const EMEA_COUNTRIES = [\"AF\",\"AX\",\"AL\",\"DZ\",\"AD\",\"AO\",\"AM\",\"AT\",\"AZ\",\"BH\",\"BE\",\"BJ\",\"BA\",\"BW\",\"BV\",\"BG\",\"BF\",\"BI\",\"CM\",\"CV\",\"CF\",\"TD\",\"KM\",\"CD\",\"CG\",\"CI\",\"HR\",\"CY\",\"CZ\",\"DK\",\"DJ\",\"EG\",\"GQ\",\"ER\",\"EE\",\"ET\",\"FK\",\"FO\",\"FI\",\"FR\",\"GA\",\"GM\",\"GE\",\"DE\",\"GH\",\"GI\",\"GR\",\"GL\",\"GG\",\"GN\",\"GW\",\"VA\",\"HU\",\"IS\",\"IQ\",\"IE\",\"IM\",\"IL\",\"IT\",\"JE\",\"JO\",\"KZ\",\"KE\",\"KW\",\"LV\",\"LB\",\"LS\",\"LR\",\"LY\",\"LI\",\"LT\",\"LU\",\"MK\",\"MG\",\"MW\",\"ML\",\"MT\",\"MR\",\"MU\",\"YT\",\"MD\",\"MC\",\"ME\",\"MA\",\"MZ\",\"NA\",\"NL\",\"NE\",\"NG\",\"NO\",\"OM\",\"PS\",\"PL\",\"PT\",\"QA\",\"RE\",\"RO\",\"RW\",\"SH\",\"SM\",\"ST\",\"SA\",\"SN\",\"RS\",\"SC\",\"SL\",\"SK\",\"SI\",\"SO\",\"ZA\",\"GS\",\"SS\",\"ES\",\"SD\",\"SJ\",\"SZ\",\"SE\",\"CH\",\"SY\",\"TZ\",\"TG\",\"TN\",\"TR\",\"UG\",\"UA\",\"AE\",\"GB\",\"EH\",\"YE\",\"ZM\",\"ZW\"];\n return EMEA_COUNTRIES.includes(this.getCountryCode());\n },\n usePrismGeoCheck: function() {\n return !this.getCookie(\"countryCode\") && this.isCNNStorePage();\n },\n isTagConsented: function(name) {\n // Special handling for AppNexus ID, and Quantcast\n if (name == \"app-nexus-id\" && !this.isUSRegion()) {\n return false;\n }\n if (name == \"quantcast\" && this.isUSRegion()) {\n return false;\n } \n var states = this.getTagConsentStates(name);\n if (window.WM && WM.UserConsent) {\n if (WM.UserConsent.isReady() && WM.UserConsent.inUserConsentState(states, {id: name})) {\n return true;\n }\n } else {\n return true;\n }\n return false;\n },\n isPrismEnabled: function() {\n if (window.WM && window.WM.CDP && typeof window.WM.CDP.isIdentityEnabled === \"function\") {\n return window.WM.CDP.isIdentityEnabled();\n }\n return false;\n }, \n inIFrame: function() {\n try {\n return window.self !== window.top;\n } catch (e) {\n return true;\n }\n },\n isPrismAllowed: function() {\n return !this.inIFrame() && (this.isUSRegion() || this.usePrismGeoCheck());\n },\n getQueryParam: function(key, loc) {\n if (!this.params || loc) {\n var search = loc || window.location.search;\n var params = search.replace(/^\\?/, \"\"), paramObj = {};\n params = params.split(\"&\");\n for (var i = 0; i < params.length; i++) {\n var t = params[i].split(\"=\");\n paramObj[t[0]] = t[1]\n }\n if (!loc) {\n this.params = paramObj;\n } else {\n return paramObj[key] || \"\";\n }\n }\n return this.params[key] || \"\";\n },\n getDataLayerV0: function() {\n return (((window.cnn_metadata || {}).business || {}).cnn || {}).page || {};\n },\n getDataLayerV1: function() {\n return (window.CNN || {}).omniture || {};\n },\n getDataLayerV2: function() {\n return (window.CNN || {}).contentModel || {};\n },\n getDataLayerV3: function() {\n return window.CNN?.metadata?.content || {};\n },\n getSectionValue: function(i) {\n return (this.getDataLayerV1().section || {})[i];\n },\n getDL2PageTop: function(i) {\n return (this.getDataLayerV2().analytics || {}).pageTop || {};\n },\n getDL2Prop: function(key) {\n return this.getDataLayerV2()[key] || \"\";\n },\n commentsEnabled: function() {\n var flag = this.getDataLayerV2().commentsEnabled;\n return flag === \"true\" || flag === true;\n },\n adsSuppressed: function() {\n return window.CNN?.ads?.showAds === false;\n },\n getPartnerName: function() {\n var dataLayer = this.getDataLayerV3();\n return (dataLayer.partner?.name || \"\").toLowerCase();\n },\n isSearchPage: function() {\n return window.location.pathname.indexOf(\"/search\") === 0;\n },\n isRefreshPage: function() {\n return wminst.Util.getQueryParam(\"refresh\");\n },\n isHomepage: function() {\n var dataLayer = this.getDataLayerV2();\n return (dataLayer.sectionName || dataLayer.section) === \"homepage\";\n },\n isTVEPage: function() {\n var dataLayer = this.getDataLayerV2();\n return dataLayer.pageType === \"tve\" || dataLayer.section === \"tv\";\n },\n isNGTVPage: function() {\n var dataLayer = this.getDataLayerV1();\n return (dataLayer.friendly_name || \"\").toLowerCase() === \"ngtv\";\n },\n isStellarPage: function() {\n return this.getCNNTechStack() === \"stellar2.0\";\n },\n isUnderscoredPage: function() {\n return this.getSectionValue(0) === \"cnn-underscored\";\n },\n isStylePage: function() {\n return this.getSectionValue(0) === \"style\";\n },\n isTravelPage: function() {\n return this.getSectionValue(0) === \"travel\";\n },\n isFactsFirstPage: function() {\n return this.getSectionValue(1) === \"facts first\";\n },\n isOnboardingPage: function() {\n return this.getSectionValue(1) === \"onboarding\";\n },\n isSponsoredArticlePage: function() {\n return this.getCNNTemplateType() === \"article_sponsor\";\n },\n isElectionDynamicPage: function() {\n return window.location.pathname.match(/\\/election\\//) !== null && window.location.pathname.match(/20(17|18|19)/) !== null;\n },\n isSignupPage: function() {\n return window.location.pathname.match(/\\/signup\\/?$/) !== null;\n },\n isUserAccountPage: function() {\n return (this.getDataLayerV2().pageType || \"\") === \"user-management\";\n },\n isNewsletterHub: function() {\n return (this.getDataLayerV2().section || \"\").includes(\"newsletter\");\n },\n isUnderscoredZionPage: function() {\n return window.location.pathname.match(/\\/(pets\\/editors-favorite-pet-products|home\\/women-owned-businesses|fashion\\/best-spring-dresses|reviews\\/best-linen-sheets|reviews\\/best-pillows)\\/?$/) !== null;\n },\n isLiveStoryPage: function() {\n return window.location.pathname.indexOf(\"live-news\") !== -1;\n },\n isLiveStoryStellarPage: function() {\n return this.isLiveStoryPage() && this.isStellarPage();\n }, \n isLiveStoryNonStellarPage: function() {\n return this.isLiveStoryPage() && !this.isStellarPage();\n },\n isGamesPage: function() {\n return window.location.pathname.includes(\"games\");\n },\n isCNNPlusPage: function() {\n return window.location.hostname.indexOf(\"plus\") !== -1;\n },\n isCNNStorePage: function() {\n return window.location.hostname.indexOf(\"store\") !== -1;\n },\n isCNNIntlPage: function() {\n return window.location.hostname.indexOf(\"edition\") !== -1;\n },\n isSpeedyPage: function() {\n return window.location.hostname.indexOf(\"-m.cnn.com\") !== -1;\n },\n isDynamicPage: function() {\n return this.isSearchPage() || this.isRefreshPage() || this.isElectionDynamicPage() || this.isLiveStoryNonStellarPage() || this.isSpeedyPage() || this.isOnboardingPage();\n },\n isLightweightPage: function() {\n return this.isUserAccountPage() || this.isNewsletterHub();\n },\n isFavePage: function() {\n var hostName = window.location.hostname; \n return hostName.indexOf(\"fave.api.cnn.io\") !== -1 || hostName.indexOf(\"fave-api.cnn.com\") !== -1;\n },\n isPoliticsExplorer: function() {\n var dataLayer = this.getDataLayerV1();\n return dataLayer.is_explorer === true || dataLayer.is_explorer === \"true\";\n },\n isFBIAPage: function () {\n var dataLayer = this.getDataLayerV1();\n return dataLayer.fbia === true || dataLayer.fbia === \"true\";\n },\n isLiveStoryTemplateType: function() {\n var dataLayer = this.getDataLayerV1();\n return dataLayer.template_type == \"live story\" || dataLayer.template_type === \"article_livestory\";\n },\n isEmpty: function(obj) {\n for (var key in obj) {\n if (obj.hasOwnProperty(key))\n return false;\n }\n return true;\n },\n reverse: function(obj) {\n const ret = {};\n Object.keys(obj).forEach(key => {\n ret[obj[key]] = key;\n });\n return ret;\n },\n isHexString: function(str) {\n const regexExp = /^[A-Fa-f0-9]+$/;\n return regexExp.test(str);\n },\n sendImagePixel: function(url) {\n var image = new Image();\n image.src = url;\n image.style.display = \"none\";\n image.width = 1;\n image.height = 1;\n },\n loadScript: function(src, callback) {\n var e = document.createElement('script');\n e.type = 'text/javascript';\n e.async = true;\n e.src = src;\n if (callback) {\n e.addEventListener('load', callback);\n }\n var n = document.getElementsByTagName('script')[0];\n n.parentNode.insertBefore(e, n);\n },\n getCookie: function(name, flag) {\n var r = _satellite.cookie.get(name)|| \"\";\n if (flag === 'c' || flag === 1) {\n _satellite.cookie.set(name, \"-\", -1000);\n }\n return unescape(r);\n },\n setCookie: function(name, value) {\n _satellite.cookie.set(name, value, { domain: \".cnn.com\" });\n },\n removeCookie: function(name) {\n // if cookie is not removed on first attempt, try again with a different method\n _satellite.cookie.remove(name);\n if (_satellite.cookie.get(name)) {\n document.cookie = name + \"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.cnn.com;\";\n }\n },\n appendHost: function(key) {\n const domain = window.location.hostname.replace('www.', '');\n const subdomain = domain.substr(0, domain.indexOf('.'));\n let host = '';\n if (!['cnn', 'us', 'edition', 'arabic', 'cnnespanol'].includes(subdomain)) {\n host = \"_\" + (subdomain || domain);\n }\n return key + host;\n },\n base64Decode: function(str) {\n var rval;\n try {\n rval = window.atob(str);\n } catch (e) {}\n return rval;\n },\n getBusinessUnit: function() {\n return this.getSiteSpecificSettings(1);\n },\n addBrandingEvent: function() {\n var bcp = this.getCNNBrandingPartner();\n if (![\"\", \"nvs\", \"no value set\", \"no-value-set\"].includes(bcp)) {\n s.events = \"event21,\" + s.events;\n }\n },\n addArticleEvent: function() {\n var tt = this.getDataLayerV1().template_type || \"\";\n var cctype = this.getDataLayerV1().cap_content_type || \"\";\n if (tt == \"article\" || cctype == \"article\"){\n s.events += \",event39\";\n }\n },\n addCommentsEvent: function() {\n if (this.commentsEnabled()) {\n s.events += \",event118\";\n }\n },\n setPageEvents: function() {\n s.events = \"event26\";\n this.addBrandingEvent();\n this.addArticleEvent();\n var tt = this.getDataLayerV1().template_type || \"\";\n if (tt !== \"error\") {\n var pathName = window.location.pathname;\n if (pathName.includes(\"/account/register\")) {\n s.events += \",event51\";\n }\n if (pathName.split(\"/\")[1] == \"video-day\") {\n s.events += \",event63\";\n }\n }\n this.addCommentsEvent();\n s.linkTrackEvents = s.events;\n },\n getCNNBusinessName: function() {\n return \"cnn\";\n },\n getCNNCampaign: function(){\n if (wminst.Util.isFBIAPage()) {\n return \"fbia\";\n }\n return;\n },\n getCNNDomainName: function() {\n var hostname = window.location.hostname.toLowerCase();\n hostname = hostname.replace(\"www.\",\"\");\n return hostname;\n },\n getCNNPageURL: function() { //s.pageURL or g variable\n var rval = window.location.href.toLowerCase(), loc = \"\";\n if (wminst.Util.isFBIAPage()) {\n loc = rval;\n rval = \"\";\n if (loc.indexOf(\"ofs=fbia\") > -1) {\n loc = loc.replace(\"ofs=fbia\", \"csr=fbiacnn\"); //suppressing string which is not expected as per new requirement\n }\n var jj = (loc.indexOf(\"?\") != -1 ? \"&\" : \"?\");\n if (loc.indexOf(\"csr=fbiacnn\") > -1) {\n rval = loc + \"\";\n } else {\n rval = loc + jj + \"csr=fbiacnn\"; // added expected substring\n }\n }\n return rval;\n },\n getCNNPageType: function() {\n var rval = \"\";\n try {\n var title = document.title.toLowerCase();\n if (title.indexOf(\"page not found\") !== -1 || wminst.Util.getCNNTemplateType().includes(\"error\") || title == \"error\") {\n rval = \"errorPage\";\n }\n } catch (err) {}\n return rval;\n },\n getCNNAuthor: function() { //prop2,eVar2 - business.cnn.page.author\n var rval = \"\";\n if (window.is_expansion) {\n try {\n rval = window.cnn_d.omniture.cap_author;\n } catch (e) {}\n try {\n rval = window.CNN.omniture.cap_author.toString();\n } catch (e) {}\n } else {\n try {\n rval = window.cnn_metadata.business.cnn.page.author;\n } catch (e) {}\n if (!rval) {\n if (document.getElementsByName(\"AUTHOR\").item(0)) {\n rval = document.getElementsByName(\"AUTHOR\").item(0).content;\n } else if (document.getElementsByName(\"author\").item(0)) {\n rval = document.getElementsByName(\"author\").item(0).content;\n }\n }\n }\n if (typeof rval === \"undefined\" || rval == \"no-value-set\" || rval == \"nvs\") rval = \"\";\n return rval.toLowerCase();\n },\n getPageAttribution: function() { //prop4,eVar4 - page HPlocation\n var rval = \"\";\n var ishptCookie = false;\n var hptcookie = wminst.Util.getCookie(\"hpt\");\n var linkTrackingCookie = wminst.Util.getCookie(\"linkTracking\");\n this.log(\"getPageAttribution hptcookie =\", hptcookie, \"linkTrackingCookie =\", linkTrackingCookie);\n var regex = new RegExp(\"^[A-Za-z0-9=]+$\");\n if ((typeof linkTrackingCookie == 'undefined' || linkTrackingCookie == \"\") && typeof hptcookie !== 'undefined') {\n ishptCookie = true;\n }\n var attributionCookie = linkTrackingCookie || hptcookie;\n if ((typeof attributionCookie != \"undefined\" && attributionCookie != \"\" && attributionCookie.indexOf(\"breaking:\") != -1) || !regex.test(attributionCookie)) {\n rval = attributionCookie;\n } else if (document.referrer.indexOf(\"cnn.com\") !== -1) {\n rval = wminst.Util.getQueryParam(\"linkTracking\") || wminst.Util.getQueryParam(\"hpt\");\n try {\n rval = rval.replace(/no\\-value\\-set/g, \"\");\n } catch (e) {}\n var prev_rval = rval;\n try {\n if (attributionCookie) {\n rval = attributionCookie;\n if (attributionCookie.indexOf(\"_\") === -1 && attributionCookie.indexOf(\"|\") === -1 && typeof this.base64Decode(attributionCookie) !== 'undefined') {\n rval = this.base64Decode(attributionCookie);\n }\n }\n } catch (e) {}\n if (rval) {\n wminst.hpt_set = 1;\n } else {\n rval = prev_rval;\n }\n }\n if (window.is_expansion != 0) {\n if (wminst.Util.getQueryParam(\"cnnapp\") && wminst.Util.getQueryParam(\"cnnapp\") != null) {\n rval = \"cnnapp:\" + wminst.Util.getQueryParam(\"cnnapp\");\n }\n if (wminst.Util.getQueryParam(\"eref\") && wminst.Util.getQueryParam(\"eref\") != null) {\n rval = \"eref:\" + wminst.Util.getQueryParam(\"eref\");\n }\n if (wminst.Util.getQueryParam(\"iref\") && wminst.Util.getQueryParam(\"iref\") != null) {\n rval = \"iref:\" + wminst.Util.getQueryParam(\"iref\");\n }\n if (wminst.Util.getQueryParam(\"refresh\") && wminst.Util.getQueryParam(\"refresh\") != null) {\n rval = \"auto-refresh\";\n }\n }\n if(rval !== \"\") {\n rval = rval.replace(/no-value-set/g, \"nvs\");\n rval = rval.toLowerCase(); \n }\n this.removeCookie(ishptCookie ? \"hpt\" : \"linkTracking\");\n return rval;\n },\n setPageAttribution: function() {\n s.eVar105 = this.getPageAttribution();\n },\n getPhotoGalleryName: function(){ //prop6,eVar6 - Photo Gallery name\n var dataLayer = this.getDataLayerV1();\n return (dataLayer.gallery_name || \"\").toLowerCase();\n },\n getCNNVisitNumber: function(rollday) { //prop8,eVar8 - visit_number.$30Day \n rollday = rollday || 28; //default rolling day is 28\n var todaydate = new Date().getTime();\n if (typeof(Storage) !== \"undefined\") { //check for web storage support\n if (localStorage.startdate) { //check for start date\n if (sessionStorage.online) { //check for session variable\n var daysinceonline = Math.ceil((todaydate - sessionStorage.online) / 86400000);\n if (daysinceonline > 1) { //if session is older than 24 hours, reset session start time and count as a visit\n localStorage.visittype = \"repeat\"; //set visit type (new vs repeat)\n localStorage.visitnum = Number(localStorage.visitnum) + 1; //increment visit number\n sessionStorage.online = todaydate; //set session variable\n }\n } else { //new session\n localStorage.visittype = \"repeat\"; //set visit type (new vs repeat)\n localStorage.visitnum = Number(localStorage.visitnum) + 1; //increment visit number\n sessionStorage.online = todaydate; //set session variable\n }\n var daysincestart = Math.ceil((todaydate - localStorage.startdate) / 86400000);\n if (daysincestart > Number(rollday)) { //if days since start date is greater than rolling day, set new start date\n localStorage.startdate = todaydate;\n localStorage.visittype = \"new\";\n localStorage.visitnum = 1;\n }\n } else { //first new visit\n localStorage.startdate = todaydate; //set new start date\n localStorage.visittype = \"new\"; //set visit type (new vs repeat)\n localStorage.visitnum = 1; //set visit number\n sessionStorage.online = todaydate; //set session variable\n }\n return localStorage.visittype + \":\" + localStorage.visitnum;\n } else {\n return \"new:1\";\n }\n },\n getCNNPublishDate: function() {\n var dataLayer = this.getDataLayerV1();\n rval = dataLayer.publish_date || \"\";\n if (dataLayer.last_updated_date) {\n rval += \"|\" + dataLayer.last_updated_date;\n }\n if (!rval) {\n rval = window.cnn_d?.omniture?.publish_date;\n }\n return rval;\n },\n populatePublishDate: function(){\n var rval = wminst.Util.getCNNPublishDate();\n var etype = [\"content\",\"live story\",\"article_livestory\",\"gallery\"];\n var rttype = wminst.Util.getCNNTemplateType(\"long\");\n var result = false;\n if (typeof rttype !== 'undefined') {\n for(var i in etype){\n if(rttype.indexOf(etype[i]) != -1){\n result = true;\n }\n }\n }\n if (result) {\n return rval;\n } else {\n return \"\";\n }\n },\n getCNNDaysSinceLastPublish: function(d) { //prop10,eVar10 - days_since_publish\n var e = new Date();\n var p;\n var j;\n if (d == 'a') {\n try {\n d = window.cnn_metadata.business.cnn.page.publish_date;\n } catch (err) {}\n try {\n d = window.CNN.omniture.publish_date || d;\n } catch (err) {}\n j = new Date(d);\n } else if (d.toString().indexOf(\"/\") != -1) {\n p = d.split(\"/\");\n if (p[0].length != 4) {\n p[2] = \"20\" + p[2];\n j = new Date(p[2] + \"/\" + p[0] + \"/\" + p[1]);\n } else {\n j = new Date(d);\n }\n } else {\n j = new Date(d);\n }\n var ONE_DAY = 1000 * 60 * 60 * 24;\n var date1_ms = e.getTime();\n var date2_ms = j.getTime();\n var difference_ms = Math.abs(date1_ms - date2_ms)\n var days = Math.round((difference_ms / ONE_DAY))\n if (isNaN(days)) {\n return \"\";\n }\n if (window.is_expansion != 0) {\n return Math.round((difference_ms / ONE_DAY)).toString()\n } else if (window.is_expansion == 0 && typeof window.cnn_metadata.days_since_publish !== \"undefined\") {\n try {\n return window.cnn_metadata.days_since_publish;\n } catch (err) {}\n }\n },\n populateDaysSinceLastPublish: function(){\n var rval = wminst.Util.getCNNDaysSinceLastPublish(\"a\");\n var etype = [\"content:\",\"live story\",\"article_livestory\"];\n var rttype = wminst.Util.getCNNTemplateType(\"long\");\n var result = false;\n if (typeof rttype !== 'undefined') {\n for(var i in etype){\n if (rttype.indexOf(etype[i]) != -1){\n result = true;\n }\n }\n }\n if(result) {\n return rval;\n } else {\n return \"\";\n }\n },\n getCNNBrandingPartner: function() { //prop11,eVar11 - page branding content partner\n var dataLayer1 = this.getDataLayerV1();\n var dataLayer2 = this.getDataLayerV2();\n var rval = (dataLayer2.branding || {}).key || dataLayer1.branding_content_page || \"\";\n return rval.toLowerCase();\n },\n getCNNCapContentType: function (){ //prop13,eVar13 - cap_content_type\n var dataLayer1 = this.getDataLayerV1();\n var dl2PageTop = this.getDL2PageTop();\n var rval = dataLayer1.cap_content_type || \"\";\n if (dl2PageTop.type === \"gallery\") {\n rval = \"gallery\";\n }\n return rval.toLowerCase();\n },\n getCNNCapGenre: function (){ //prop5,eVar5 - cap genre\n var dataLayer = this.getDataLayerV1();\n return (dataLayer.cap_genre || \"nvs\").toLowerCase().replace(\"no-value-set\", \"nvs\");\n },\n getCNNCapMediaType: function() {\n var dataLayer = this.getDataLayerV1();\n return (dataLayer.cap_media_type || \"nvs\").toLowerCase().replace(\"no-value-set\", \"nvs\");\n },\n getCNNBrandingSocial: function() { //prop14,eVar14 - Branding Social\n var rval = \"\";\n try {\n if (window.CNN && window.CNN.omniture) {\n if (window.CNN.omniture.fbia === true) {\n rval = window.CNN.omniture.branding_social;\n }\n }\n } catch(err) {}\n try {\n if (window.navigator.userAgent && window.navigator.userAgent == \"cnn-mobile-app\") {\n return window.navigator.userAgent;\n }\n } catch(err){}\n var hostName = window.location.hostname;\n if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\n var pathName = window.location.pathname;\n if (pathName.indexOf(\"/v1/amp\") != -1) {\n rval = \"google amp\"; //google amp\n }\n if (pathName.indexOf(\"/v1/fav\") != -1) {\n rval = \"embed\"; //embed\n }\n }\n rval = rval.toLowerCase();\n return rval;\n },\n getCNNTrafficPartner: function() { // eVar15 - Traffic Partner\n var rval = \"\";\n try {\n rval = _satellite.cookie.get(\"FastAB\");\n } catch(err) {}\n return rval;\n },\n getIreportgetMember: function() { //prop17,eVar17 - ireport member\n var irptMember = wminst.Util.getCNNAuthenticated(\"authid\", \"displayname\", \"member\", \"anonymous\", \"NonMember\", \"?\");\n if (window.location.host.indexOf(\"politics\") == -1 && window.is_expansion != 0) {\n return irptMember;\n } else {\n return null;\n }\n },\n getCNNPageImpression: function() { //prop18,eVar18 - page impressions\n var rval = window.cnnPSproducts || \"\";\n var hptcookie = wminst.Util.getCookie(\"hpt2\");\n if (document.referrer.indexOf(\"cnn.com\") > -1) {\n try {\n if (hptcookie) {\n rval = hptcookie;\n if (hptcookie.indexOf(\"_\") == -1) {\n rval = this.base64Decode(hptcookie);\n }\n }\n } catch(e) {}\n //document.cookie = \"hpt2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;\";\n } else {\n if (hptcookie) {\n document.cookie = \"hpt2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.cnn.com;\";\n }\n }\n rval = rval.replace(/no-value-set/g, \"nvs\");\n rval = rval.toLowerCase();\n return rval;\n },\n getCNNVideoOpportunity: function() { //eVar22 - video embed count\n var rval = \"0\";\n var ttype = \"\";\n try { rval = window.cnn_metadata.business.cnn.page.video_embed_count; } catch(e) {}\n try { rval = window.CNN.omniture.video_opportunity || \"0\"; } catch(e) {}\n ttype = wminst.Util.getCNNTemplateType();\n if (typeof ttype !== 'undefined' && ttype.indexOf(\"index\") > -1) {\n rval = \"\";\n }\n return rval;\n },\n getCNNPageHeadline: function() { //prop23,eVar23 - page headline\n var rval = \"nvs\", tt = \"\";\n try { \n rval = window.CNN.omniture.headline;\n tt = window.CNN.omniture.template_type;\n } catch(e) {}\n try { \n if(typeof window.cnn_d != \"undefined\" && typeof window.cnn_d.omniture != \"undefined\" && window.cnn_d.omniture.headline != \"undefined\"){\n rval = window.cnn_d.omniture.headline;\n tt = window.cnn_d.omniture.template_type;\n }\n } catch(e) {}\n try {\n if(rval == \"no-value-set\" || tt == \"specials\" || tt == \"section front\" || tt == \"index\") {return null;}\n rval = rval.toLowerCase();\n } catch(e) {rval = \"\";}\n return rval;\n },\n getCNNPageName: function(pathname) { //pageName,eVar26 - page.name\n var rval = pathname || window.location.pathname;\n rval = rval.toLowerCase();\n rval = rval.replace(/^.*\\/\\/[^\\/]+/, \"\"); //remove domain\n rval = rval.replace(/\\/index(.html)?(\\/)?$/, \"\"); //remove /index/ and /index.html/\n rval = rval.replace(/h_[a-z0-9]+\\/?$/, \"\"); //remove last folder ID\n rval = rval.replace(/\\/?$/, \"/\"); //add trailing slash\n if (rval === \"/\") rval += \"homepage\";\n return rval;\n },\n getCNNBaseURL: function() { //prop26 - Base URL\n var hostname = window.location.hostname;\n var pathname = window.location.pathname;\n pathname = pathname.replace(/([^\\/]+\\.[^\\/]+$)/,\"\");\n return hostname + pathname;\n },\n getCNNSection: function(position) { //channel/eVar27, prop28/eVar28\n var rval = \"\";\n try {\n if (window.is_expansion) {\n for (var i = 0; i <= position; i++) {\n if (i > 0) {\n rval += \":\";\n }\n try {\n var s1 = window.CNN.omniture.section[i];\n if ((s1.indexOf(\":\")) && (s1.indexOf(\"electoral college map\") > -1)) {\n var c1 = s1.split(':');\n rval += c1[0];\n return rval;\n }\n } catch (e) {}\n if (typeof window.CNN != 'undefined' && typeof window.CNN.omniture != 'undefined') {\n if (i == 1 && !window.CNN.omniture.section[1]) { //add default value \"no value set\" for subsection (prop28/eVar28)\n window.CNN.omniture.section[1] = \"no value set\";\n try {\n if (this.isNGTVPage()) {\n window.CNN.omniture.section[1] = \"\";\n }\n } catch (e) {}\n }\n }\n if (window.cnn_d && window.cnn_d.omniture && window.cnn_d.omniture.section[i]) {\n try {\n rval += window.cnn_d.omniture.section[i] || \"\";\n } catch (e) {}\n } else {\n try {\n rval += window.CNN.omniture.section[i] || \"\";\n } catch (e) {}\n }\n }\n try {\n if (typeof window.CNN.omniture !== 'undefined' && window.CNN.omniture.template_type == \"list\" && position == 0 && rval == \"\") { //use first path of URL for list pages\n rval = wminst.Util.getADBPURL(\"path\", 1);\n }\n } catch (e) {}\n } else {\n window.cnn_metadata.section = (typeof window.cnn_metadata.section != \"string\" ? window.cnn_metadata.section : window.JSON.parse(window.cnn_metadata.section));\n rval = (window.cnn_metadata.section[position] ? window.cnn_metadata.section[position] : \"\");\n }\n } catch (e) {}\n return rval;\n },\n getCNNPageFranchise: function() { //prop31,eVar31 - page_franchise\n var rval = \"\";\n try { rval = cnn_metadata.business.cnn.page.broadcast_franchise || rval; } catch(e) {}\n try { rval = CNN.omniture.cap_show_name || rval; } catch(e) {}\n rval = rval.toLowerCase();\n return rval;\n },\n getCNNLeadingMedia: function() { //eVar111 - leading media\n var dataLayer = this.getDataLayerV2();\n var rval = dataLayer.leadingMediaType || \"no media\";\n if (rval == \"video\") {\n rval += \"|\";\n rval += dataLayer.isVideoCollection ? \"collection\" : \"nocollection\"\n }\n return rval;\n },\n getTemplateTypeLookup: function() {\n return {\n b: \"blog\",\n g: \"game\",\n it: \"interactive\",\n c: \"content\",\n in: \"index\",\n err: \"error\",\n e: \"ecom\",\n s: \"signup\",\n v: \"video\",\n sf: \"section front\",\n sr: \"search results\",\n fm: \"forum\",\n o: \"other\",\n ir: \"ireport\",\n sp: \"specials\",\n pm: \"perfect market\",\n bf: \"blog front\",\n bc: \"blog category\",\n t: \"topic\",\n w: \"weather\",\n el: \"election\"\n };\n },\n getCNNTemplateType: function(lookupType) { //prop32,eVar32 - page template_type\n var rval = \"\";\n if (window.is_expansion) {\n var hostName = window.location.hostname;\n var dataLayer1 = this.getDataLayerV1();\n var dataLayer2 = this.getDataLayerV2();\n var dl2PageTop = this.getDL2PageTop();\n if ([\"fave.api.cnn.io\", \"fave-api.cnn.com\"].includes(hostName)) {\n rval = \"content\";\n } else if (dataLayer1.template_type == 'article') {\n try {\n if (dl2PageTop.type === 'gallery' || dataLayer1.cap_content_type === 'gallery') {\n rval = \"content: gallery\";\n } else if (dl2PageTop.type === 'video' || dl2PageTop.type === 'video360') {\n if (dataLayer2.analytics.isArticleVideoCollection) {\n rval = \"content:video:collection\";\n } else {\n rval = \"content:video:nocollection\";\n }\n } else {\n if (dataLayer1.cap_media_type === 'Video') {\n rval = \"content:video\";\n } else {\n rval = \"content: no media\";\n }\n } \n } catch (e) {}\n } else {\n rval = dataLayer1.template_type;\n }\n } else {\n var dataLayer = this.getDataLayerV1() || window.cnn_metadata || window.cnn_d?.omniture || {};\n var templateTypeCode = dataLayer.template_type;\n rval = [\"o\", \"other\"];\n var lookup = this.getTemplateTypeLookup();\n var lookupRev = this.reverse(lookup);\n if (lookup[templateTypeCode] != null) {\n rval = [templateTypeCode, lookup[templateTypeCode]];\n }\n if (lookupRev[templateTypeCode] != null) {\n rval = [lookupRev[templateTypeCode], templateTypeCode];\n }\n if (lookupType == \"short\") {\n rval = rval[0];\n }\n if (lookupType == \"long\") {\n rval = rval[1];\n }\n }\n if (typeof rval == \"string\") {\n rval = rval.toLowerCase();\n }\n return rval;\n },\n getCNNContentType: function(defaultVal) { //prop33,eVar33 - content_type\n var omnitureRef = (window.cnn_d && window.cnn_d.omniture) || (window.CNN && window.CNN.omniture);\n if (typeof omnitureRef === 'undefined') {\n return defaultVal;\n }\n\n var tt = \"\",\n ct = \"\";\n if (typeof window.cnn_d != 'undefined' && typeof window.cnn_d.omniture != 'undefined' && typeof window.cnn_d.omniture.template_type != 'undefined') {\n tt = window.cnn_d.omniture.template_type;\n ct = \"adbp:\" + window.cnn_d.omniture.content_type;\n\n } else {\n if (typeof window.CNN.omniture !== \"undefined\" && typeof window.CNN.omniture.content_type !== \"undefined\" && window.CNN.omniture.content_type){\n ct = window.CNN.omniture.content_type;\n } else {\n ct = \"adbp:none\";\n }\n if (typeof ct !== 'undefined' && (ct == \"none\" || ct == \"\")) {\n ct = \"adbp:none\";\n }\n tt = window.CNN.omniture && window.CNN.omniture.template_type;\n }\n var l = {\n \"adbp:blog\": [\"blog.read\", \"adbp:blog read\"],\n \"adbp:content\": [\"article.read\", \"adbp:article read\"],\n \"adbp:game\": [\"game.play\", \"adbp:game played\"],\n \"other:ireport\": [\"other.ireport\", \"other:ireport\"],\n \"other:photo wall\": [\"content.interactive\", \"other:photo wall\"]\n } [tt];\n var m = {\n \"adbp:article read\": \"article.read\"\n } [ct];\n if (m !== null) {\n if (typeof ct !== 'undefined' && ct.indexOf(\"pivit\") !== -1) {\n return tt + \":\" + ct;\n } else {\n return ct;\n }\n }\n if (!l) {\n return defaultVal;\n }\n return l[1];\n },\n getCNNAuthenticated: function(c1, c2, truevalue, falsevalue, neutralvalue, flag) { //prop34,eVar34 - user authenticated\n var rValue = 0;\n if (wminst.Util.getCookie(c1, flag)) {\n rValue++;\n }\n if (wminst.Util.getCookie(c2, flag)) {\n rValue++;\n }\n if (rValue == 0) {\n return falsevalue;\n } else if (rValue == 1) {\n return neutralvalue;\n } else {\n return truevalue;\n }\n },\n getCNNKruxID: function() { // eVar36 - KruxID\n var rval = \"\";\n try {\n rval = localStorage.kxkuid;\n } catch (err) {}\n return rval;\n },\n getCNNPlatform: function() { //prop37,eVar37 - page platform\n var rval = \"\";\n if (navigator.userAgent.match(/iPhone/i)) {\n rval = \"smartphone\";\n } else if (navigator.userAgent.match(/iPad/i)) {\n rval = \"tablet\";\n } else if (navigator.userAgent.match(/android/i)) {\n if (navigator.userAgent.match(/mobile/i)) {\n rval = \"smartphone\";\n } else {\n rval = \"tablet\";\n }\n } else {\n rval = \"desktop\";\n }\n return rval ? rval : \"no value set\";\n },\n getCNNSearchInternalKeyword: function() { //prop39,eVar39 - search internal keyword\n var rval = \"\";\n try {\n rval = wminst.Util.getQueryParam(\"query\");\n } catch(e){}\n return rval;\n },\n getLSPostPosition: function() { //eVar45 - Post Position\n var rval = \"\";\n try {\n if (this.isLiveStoryTemplateType()) {\n var post_position = window.CNN.omniture.post_position ? window.CNN.omniture.post_position : 1;\n var total_post = window.CNN.omniture.total_post ? window.CNN.omniture.total_post : 0;\n rval = post_position + \":\" + total_post;\n } \n } catch(e) {}\n return rval;\n },\n getCNNPostID: function() { //prop43 - Post ID\n var rval = null;\n var pathName = window.location.pathname;\n if(window.CNN && window.CNN.omniture && typeof window.CNN.omniture.post_id != 'undefined' && window.CNN.omniture.post_id != \"\") {\n rval = window.CNN.omniture.post_id;\n } else {\n try{\n pathName = pathName.replace(/\\/$/, \"\");\n var path_array = pathName.split(\"/\");\n rval = path_array[path_array.length - 1];\n if(rval.match(/(^h_)[a-z0-9]+$/) === null){\n rval = null;\n }\n } catch(e) {}\n } \n try {\n if (this.isLiveStoryTemplateType()) {\n // Do Nothing\n } else {\n rval = \"\";\n } \n } catch(e) {}\n return rval;\n },\n getCNNSourceID: function(){ //prop44 - Source ID\n var rval = \"\";\n try {\n if(typeof window.CNN != 'undefined' && typeof window.CNN.omniture != 'undefined' && window.CNN.omniture.sourceId) {\n rval = window.CNN.omniture.sourceId;\n } else if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.sourceId){\n rval = window.CNN.contentModel.sourceId;\n }\n rval = rval.toLowerCase();\n } catch(e) {}\n return rval; \n },\n getCNNTransactionID: function() { // prop46,eVar46\n var rval = \"\";\n try {\n if (typeof window.cnnad_transactionID !== 'undefined') {\n rval = window.cnnad_transactionID;\n } else if (typeof window.cnnad_getTransactionID === \"function\") {\n rval = cnnad_getTransactionID();\n } else {\n rval = Math.round((new Date()).getTime() / 1000) + \"\" + Math.floor(Math.random()*9007199254740992);\n }\n } catch (e) {}\n return rval;\n },\n getCNNGUID: function() { // prop47,eVar47\n var rval = \"\";\n try {\n if (typeof window.turner_getGuid === \"function\") {\n rval = turner_getGuid(\"ug\");\n } else {\n rval = this.getCookie(\"ug\");\n }\n } catch (e) {}\n return rval;\n },\n getAppNexusID: function() {\n var rval = \"\";\n try {\n if (this.isTagConsented(\"app-nexus-id\")) {\n rval = this.getCookie(\"zwmc\");\n }\n } catch (e) {}\n return rval\n },\n getWMID: function(name) {\n var rval = \"\";\n try {\n if (window.WM) {\n var obj = window.WM.PSM || window.WM.CDP || {};\n var fn = obj[\"get\"+name];\n if (typeof fn === \"function\") {\n rval = fn();\n }\n }\n } catch (e) {}\n return rval;\n },\n getWMUKID: function() {\n var rval = \"\";\n try {\n rval = this.getCookie('WMUKID_STABLE');\n\n if (!rval) {\n var wmukidJSON = this.getCookie(\"WMUKID\");\n var wmukidObj = JSON.parse(wmukidJSON);\n rval = wmukidObj.id;\n }\n\n } catch (e) {}\n return rval\n },\n getCNNUID: function() {\n return this.getCookie(\"_cnn_uid\");\n },\n getEdition: function() {\n var rsid = _satellite.getVar(\"RSID\");\n var hostName = window.location.hostname;\n if (rsid.includes(\"esp\")) {\n return \"espanol\";\n } else if (hostName.includes(\"edition\")) {\n return \"international\";\n } else {\n return \"domestic\";\n }\n },\n getSubsOnlyContent: function() {\n var dataLayer = this.getDataLayerV3();\n return dataLayer.subscriptionContent === true ? \"subscriber exclusive content\" : \"standard content\";\n },\n getFlagState: function(name, text) {\n var dataLayer = this.getDataLayerV3();\n if (dataLayer[name] === true) {\n return text + \" enabled\";\n } else if (dataLayer[name] === false) {\n return text + \" disabled\";\n } else {\n return \"nvs\";\n }\n },\n getPaywallState: function() {\n var val1 = this.getFlagState(\"enablePaywall\", \"paywall\");\n var val2 = this.getFlagState(\"disablePaywall\", \"override\");\n return [val1, val2].join(\":\");\n },\n getRegwallState: function() {\n var val1 = this.getFlagState(\"enableRegwall\", \"regwall\");\n var val2 = this.getFlagState(\"disableRegwall\", \"override\");\n return [val1, val2].join(\":\");\n },\n setLinkTrackVars: function(names) {\n if (s.linkTrackVars == \"None\") return;\n let nameArr = names.split(\",\");\n nameArr.forEach(name => {\n if (!s.linkTrackVars.includes(name)) {\n s.linkTrackVars += \",\" + name;\n }\n });\n },\n mapProp: function(eVarNum) {\n return {\n \"26\": \"pageName\",\n \"27\": \"channel\",\n \"29\": \"server\",\n \"41\": \"prop29\"\n } [eVarNum] || (\"prop\" + eVarNum);\n },\n setProps: function(eVarNums) {\n let eVarNumArr = eVarNums.split(\",\");\n eVarNumArr.forEach(eVarNum => {\n var eVarKey = \"eVar\" + eVarNum;\n var propKey = this.mapProp(eVarNum);\n if (s[eVarKey]) {\n s[propKey] = s[propKey] || s[eVarKey];\n s[eVarKey] = \"D=\" + propKey.replace(\"prop\", \"c\").replace(\"channel\", \"ch\");\n }\n });\n },\n setEVars: function(eVarNums) {\n let eVarNumArr = eVarNums.split(\",\");\n eVarNumArr.forEach(eVarNum => {\n var propKey = this.mapProp(eVarNum);\n var eVarKey = \"eVar\" + eVarNum;\n if (s[propKey]) {\n s[eVarKey] = s[propKey];\n s[propKey] = \"\";\n } else {\n s[eVarKey] = \"\";\n }\n });\n },\n setIds: function() {\n this.setLinkTrackVars(\"eVar106,eVar195,eVar197,eVar198,eVar199\");\n s.eVar106 = this.getCNNUID();\n s.eVar195 = this.getAppNexusID();\n s.eVar197 = this.getWMUKID();\n s.eVar198 = this.getWMID(\"WMHHID\");\n s.eVar199 = this.getWMID(\"WMINID\");\n },\n setUserAuthState: function() {\n this.setLinkTrackVars(\"eVar51,eVar74,eVar89\");\n s.eVar51 = this.getUserAuthState(\"registration\");\n s.eVar74 = this.getUserAuthState(\"verification\");\n s.eVar89 = this.getUserAuthState(\"login\");\n },\n setCommonVars: function(useProps) {\n this.setLinkTrackVars(\"pageName,eVar26,server,eVar29,channel,eVar27,prop11,eVar11,prop28,eVar28,prop32,eVar32,prop33,eVar33\");\n s.eVar26 = s.eVar26 || wminst.Util.getCNNPageName();\n s.eVar29 = wminst.Util.getADBPURL(\"domain\");\n s.eVar27 = wminst.Util.getCNNSection(0);\n s.eVar11 = wminst.Util.getCNNBrandingPartner();\n s.eVar28 = wminst.Util.getCNNSection(1);\n s.eVar32 = s.eVar32 || wminst.Util.getCNNTemplateType(\"long\");\n s.eVar33 = wminst.Util.getCNNContentType();\n this.setLinkTrackVars(\"prop30,eVar30,prop35,eVar35\");\n s.eVar30 = this.getBusinessUnit();\n s.prop35 = this.getCodeVersion();\n s.eVar35 = \"D=c35\"\n this.setLinkTrackVars(\"eVar44\");\n s.eVar44 = this.getDL2Prop(\"vertical\").toLowerCase();\n this.setUserAuthState();\n if (this.isSponsoredArticlePage()) {\n this.setLinkTrackVars(\"eVar77\");\n s.eVar77 = this.getPartnerName();\n }\n this.setLinkTrackVars(\"eVar90,eVar101\");\n s.eVar90 = this.getEdition();\n var subType = this.getSubscriberType();\n s.eVar101 = s.eVar101 || this.modSubscriberType(subType);\n this.setIds();\n this.setLinkTrackVars(\"eVar111\");\n s.eVar111 = this.getCNNLeadingMedia();\n this.setLinkTrackVars(\"eVar112,eVar113,eVar114,eVar132\");\n s.eVar112 = this.getDL2Prop(\"firstCanonicalUrl\");\n s.eVar113 = this.getDL2Prop(\"pageStellarId\");\n s.eVar114 = this.getDL2Prop(\"pageTags\").toLowerCase();\n s.eVar132 = this.getDL2Prop(\"pageType\").toLowerCase();\n this.setLinkTrackVars(\"list1\");\n s.list1 = s.list1 || this.getCNNTopic();\n if (useProps) this.setProps(\"11,26,27,28,29,30,32,33\");\n },\n setPageVars: function() {\n this.setLinkTrackVars(\"eVar48,eVar129,eVar135,eVar136,eVar137,eVar138\");\n s.eVar48 = this.getCNNTechStack();\n s.eVar122 = s.eVar123 = \"\"; // module load\n s.eVar129 = this.commentsEnabled() ? \"comments available\" : \"comments not available\";\n s.eVar135 = this.getSubsOnlyContent();\n s.eVar136 = this.getPaywallState();\n s.eVar137 = this.getRegwallState();\n s.eVar138 = this.getSubsMeterCount();\n },\n setVideoVars: function(data, useProps) {\n this.setLinkTrackVars(\"prop53,eVar53,prop57,eVar57,prop59,eVar59\");\n s.eVar53 = this.getLiveStreamName(data);\n s.eVar57 = this.getMVPD(data) || this.getCNNMVPD();\n s.eVar59 = this.getAdobeID(data) || this.getCNNAdobeID();\n this.setLinkTrackVars(\"eVar104\");\n s.eVar104 = data.videoTitleId || data.title_id || \"\";\n if (data.video_collection) {\n this.setLinkTrackVars(\"eVar116\");\n s.eVar116 = data.video_collection.toLowerCase();\n s.eVar116 += \":\" + (data.total_videos || 1);\n s.eVar116 += \":\" + (data.video_position || 1);\n }\n this.setLinkTrackVars(\"eVar117,eVar118,eVar119,eVar120\");\n s.eVar117 = data.stellarId || \"\";\n s.eVar118 = data.parentStellarId || \"\";\n s.eVar119 = (data.videoTags || []).join(\",\");\n s.eVar120 = (data.videoUrl || \"\");\n this.setLinkTrackVars(\"eVar124,eVar127,eVar130\");\n s.eVar124 = (data.branding || \"\").toLowerCase();\n s.eVar127 = (data.firstPublishSlug || \"\").toLowerCase();\n s.eVar130 = this.getPreviewType(data);\n if (useProps) this.setProps(\"53,57,59\");\n },\n getCNNTechStack: function() { //eVar48 - Site Tech Stack\n return this.getDL2Prop(\"techStack\").toLowerCase();\n },\n getCNNCMSId: function() { //eVar49 - CMS ID\n var rval = \"\";\n try {\n if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.cmsId){\n rval = CNN.contentModel.cmsId;\n }\n } catch(e){}\n return rval;\n },\n getCNNPreviousPageName: function(){ //prop49,eVar49 - Previous PageName\n var rval = \"\";\n try {\n if(this.isTagConsented('adobe')) {\n var pName = window.document.referrer;\n var prevP = s.getPreviousValue(wminst.Util.getCNNPageName(),\"cnprevpage_pn\");\n if (prevP && typeof pName != \"undefined\" && pName != \"\" && pName.indexOf(\".cnn.com\") != -1) {\n return prevP;\n }\n }\n } catch(e) {return rval;}\n return rval;\n },\n getCNNPostTitle: function() { //prop50 - Post Title\n var rval = \"\";\n try{\n if(window.CNN && window.CNN.omniture && window.CNN.omniture.post_title) {\n rval = window.CNN.omniture.post_title;\n } else { \n rval = document.title;\n }\n } catch(e) { rval = document.title; }\n rval = rval.toLowerCase();\n try {\n var dom_obj = $x(\"//script[@type='application/ld+json']\");\n var post_obj = JSON.parse(rval[rval.length - 1]).innerHTML;\n if(post_obj && post_obj.headline){\n rval = post_obj.headline;\n } \n } catch(e) {}\n try {\n if (this.isLiveStoryTemplateType()) {\n // Do Nothing\n } else {\n rval = \"\";\n } \n } catch(e) {}\n if(rval !== \"\") {\n rval = rval.replace(/\\([0-9]+\\)/, \"\").trim();\n }\n return rval;\n },\n getLiveStreamName: function(data) {\n var rval = (data.live_stream_name || data.title || \"\").toLowerCase();\n if (data.id.includes(\"cvpstream\")) {\n rval += \" \" + data.id.substr(-1);\n }\n return data.isLive ? rval : \"\";\n },\n getCNNBreakingNewsHP: function(ptt, chnl) {\n var rval = \"\";\n var tt = \"\";\n try {\n if (ptt.indexOf(\":\") != -1) {\n if (ptt.indexOf(\"adbp\") != -1) {\n ptt = ptt.split(\":\");\n tt = ptt[1];\n } else {\n ptt = ptt.split(\":\");\n tt = ptt[0];\n }\n } else {\n tt = ptt;\n }\n var abr = {\n \"index\": \"in\",\n \"video\": \"v\",\n \"videos\": \"v\",\n \"blog\": \"b\",\n \"blogs\": \"b\",\n \"game\": \"g\",\n \"games\": \"g\",\n \"interactive\": \"it\",\n \"content\": \"c\",\n \"error\": \"err\",\n \"section\": \"sf\",\n \"section front\": \"sf\",\n \"gallery\": \"ga\",\n \"show\": \"sh\",\n \"shows\": \"sh\",\n \"special\": \"sp\",\n \"specials\": \"sp\",\n \"topic\": \"t\",\n \"profile\": \"p\",\n \"article\": \"c\"\n } [tt];\n if (chnl && (chnl == \"homepage\" || chnl == \"cnn homepage\")) {\n chnl = \"index\";\n }\n if (tt) {\n rval = \"breaking:\" + chnl + \":\" + abr + \":\";\n }\n return rval;\n } catch (e) {}\n },\n getCNNOrientation: function() { //prop56,eVar56 - page orientation\n var rval = \"no value set\";\n try {\n var x = 0;\n if (self.innerHeight) {\n x = self.innerWidth;\n } else if (document.documentElement && document.documentElement.clientHeight) {\n x = document.documentElement.clientWidth;\n } else if (document.body) {\n x = document.body.clientWidth;\n }\n var y = 0;\n if (self.innerHeight) {\n y = self.innerHeight;\n } else if (document.documentElement && document.documentElement.clientHeight) {\n y = document.documentElement.clientHeight;\n } else if (document.body) {\n y = document.body.clientHeight;\n }\n rval = (y > x) ? \"portrait\" : \"landscape\";\n } catch (e) {}\n return rval;\n },\n getPreviewType: function(data) {\n return (data.previewType || \"nvs\").toLowerCase();\n },\n getMVPD: function(data) {\n return (data.mvpd || data.mvpd_value || \"\").toLowerCase();\n },\n getAdobeID: function(data) {\n return data.adobe_hash_id || data.adobeHashId || \"\";\n },\n getCookieFromDL: function(cookieName, propName) {\n var propVal = this.getDataLayerV1()[propName];\n if (propVal) {\n this.setCookie(cookieName, propVal);\n }\n return this.getCookie(cookieName) || \"no mvpd set\";\n },\n getLocalStorageFromDL: function(keyName, propName) {\n var propVal = this.getDataLayerV1()[propName];\n if (propVal) {\n localStorage.setItem(keyName, propVal);\n }\n return localStorage.getItem(keyName) || \"nvs\";\n },\n getCNNMVPD: function() {\n return this.getCookieFromDL(\"CNNmvpd\", \"mvpd\");\n },\n getCNNAdobeID: function() {\n return this.getCookieFromDL(\"adobe_hash_id\", \"adobe_hash_id\");\n },\n getCNNUserAuthState: function() {\n return this.getLocalStorageFromDL(\"user_auth_state\", \"user_auth_state\");\n },\n getCNNPlayerState: function(video) { //eVar67 player State\n var screenState = video.screen_state || \"nvs\";\n var screenPosition = video.screen_position || \"nvs\";\n var audioState = video.audio_state || \"nvs\";\n var playerState = \"\";\n try {\n if (screenState == \"nvs\" && CNN && CNN.omniture && CNN.omniture.screen_state) {\n screenState = CNN.omniture.screen_state;\n }\n if (audioState == \"nvs\") {\n if (video.muted === true) {\n audioState = \"muted\";\n } else if (video.muted === false) {\n audioState = \"audio on\";\n }\n }\n playerState = screenState + \"|\" + audioState + \"|\" + screenPosition;\n playerState = playerState.toLowerCase();\n } catch (e) {}\n return playerState;\n },\n getCNNVisitorID: function(id) { //eVar73 - page visitorId\n var rval = \"\";\n try {\n rval = _satellite.cookie.get(id);\n rval = rval.replace(/\\[(.+?)\\]/g, \"\");\n rval = rval.split(\"|\")[1];\n rval = rval.toLowerCase();\n } catch (err) {}\n return rval;\n },\n getCNNHierachy: function() { // hier1 - Hierachy\n var rval = \"\";\n /* try {\n var bUnit = this.getBusinessUnit();\n var channel = this.getCNNSection(0);\n var domain = this.getADBPURL(\"domain\");\n var section2 = this.getCNNSection(1);\n rval = \"news|cnn|\" + bUnit + \"|\" + domain + \"|\" + channel + \"|\" + section2; \n } catch(e){} */\n return rval;\n },\n getCNNUIEngagement: function() { //prop64 - UI Engagement\n var rval = (this.isNGTVPage() || this.isTVEPage()) ? \"ngtv\" : \"cnn news\";\n try { \n if(typeof window.cnn_metadata.friendly_name != 'undefined') {\n rval = window.cnn_metadata.friendly_name;\n }\n } catch(e) {}\n return rval;\n },\n getCNNTopicAvailability: function() {\n var topic_pattern = new RegExp(/^[0-9a-z,]+$/);\n try {\n var rval = wminst.Util.getCNNTopic();\n if(rval == \"\"){\n return \"no topics\";\n } else if(topic_pattern.test(rval)) {\n return \"topics available\";\n } else { \n return \"api request failure\";\n }\n } catch(e) {}\n },\n getCNNTopic: function() {\n let topicObj = (window.CNN || {}).cep_topics || {};\n let topicKeys = [\"cep_brsf\", \"cep_iabt\", \"cep_sent\", \"cep_tags\"];\n let topicVals = [];\n for (let [key, val] of Object.entries(topicObj)) {\n if (topicKeys.includes(key)) topicVals = topicVals.concat(val);\n }\n let topicStr = (window.cna_omniture || {}).topic || \"\";\n return (topicVals.toString() || topicStr).toLowerCase();\n },\n getCEPTopisForVideo: function(data) {\n let topicObj = (data || {}).cepTopics || {};\n let topicKeys = Object.keys(topicObj);\n return topicKeys.toString().toLowerCase();\n },\n getCNNSiteSectionLevel3: function(val) { //prop51 - Site section level 3 for politics\n var rval = \"\";\n try {\n rval = wminst.Util.getCNNSection(1);\n if(typeof val != 'undefined') {\n rval += \":\" + val;\n } else if(CNN && CNN.omniture && CNN.omniture.section && typeof CNN.omniture.section[2] != 'undefined') {\n rval += \":\" + CNN.omniture.section[2];\n }\n } catch (e) {}\n return rval;\n },\n getCNNInteractiveState: function(data) { //eVar50 - Interactive State for politics\n var rval = \"\";\n if(typeof data == 'undefined' && window.location.hash === \"#my_election\") {\n rval = \"election center:my election:panel open\";\n return rval;\n }\n if (typeof data == \"object\" && (typeof data.tab != 'undefined' || typeof data.map_state != 'undefined' || typeof data.map_level != 'undefined')) {\n var tab = data.tab || \"nvs\";\n var map_state = data.map_state || \"nvs\";\n if(!wminst.Util.isPoliticsExplorer()) {\n if (typeof data.action != 'undefined') {\n var map_level = data.map_level || \"nvs\";\n var race_type = data.race_type || \"nvs\";\n var overlay_type = data.overlay_type || \"nvs\";\n var show_by = data.show_by || \"nvs\";\n rval = \"ec:\" + race_type + \":\" + map_level + \":\" + overlay_type + \":\" + show_by;\n }\n else\n rval = \"election center:\" + tab + \":\" + map_state;\n } else {\n var year = data.year || \"nvs\";\n var comparison_layer = data.comparison_layer || \"nvs\";\n var e_val = data.election || \"nvs\";\n rval = tab + \":\" + year + \":\" + e_val + \":\" + comparison_layer + \":\" + map_state;\n }\n rval = rval.toLowerCase();\n }\n return rval\n },\n getSiteSpecificSettings: function(type, section) {\n var hostName = window.location.hostname;\n var port = window.location.port;\n var setting;\n var sites = {\n \"cnn\": [\"cnn-adbp-domestic\", \"cnn domestic\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00001\", \"8587204\"],\n \"cnndev\": [\"cnn-adbp-domestic-dev\", \"cnn domestic\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00001\", \"8587204\"],\n \"cnnintl\": [\"cnn-adbp-intl\", \"cnn international\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00002\", \"8587278\"],\n \"cnnintldev\": [\"cnn-adbp-intl-dev\", \"cnn international\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00002\", \"8587278\"],\n \"ireport\": [\"cnnireport-adbp\", \"cnn ireport\", \"cnnireport\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-702210\", \"c01\", \"00001\", \"3002212\"],\n \"ireportdev\": [\"cnnireport-adbp-dev\", \"cnn ireport\", \"cnnireport\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-702210\", \"c01\", \"00001\", \"3002212\"]\n }\n\n var c4 = {\n val1: [\"cnn homepage\", \"8587211\", \"8587278\"],\n val2: [\"crime\", \"8587220\"],\n val3: [\"us\", \"8587228\"],\n val4: [\"world\", \"8587235\"],\n val5: [\"entertainment\", \"8587242\"],\n val6: [\"politics\", \"8587248\"],\n val7: [\"health\", \"8587254\"],\n val8: [\"tech\", \"8587261\"],\n val9: [\"living\", \"8587266\"],\n val10: [\"opinion\", \"8587272\"],\n val11: [\"watch cnn\", \"8587204\"]\n }\n\n if (section && section != \"\") {\n var x = 0;\n for (x in c4) {\n if (c4[x][0] == section) {\n setting = c4[x][1];\n if (section == \"cnn homepage\") {\n if (hostName.indexOf(\"edition.cnn.com\") != -1) {\n setting = c4[x][2];\n } else if (hostName.indexOf(\"jcmsdev8.cnn.com\") != -1 || hostName.indexOf(\"jcmsref.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.cnn.com\") != -1 || hostName.indexOf(\"ref.cnn.com\") != -1 || hostName.indexOf(\"preview.cnn.com\") != -1) {\n if (port.indexOf(\"94\") != -1 || hostName.indexOf(\"edition\") != -1) {\n setting = c4[x][2];\n }\n }\n }\n break;\n }\n }\n } else {\n if (hostName.indexOf(\"ireportqa.cnn.com\") != -1) {\n setting = sites.ireportdev[type];\n } else if (hostName.indexOf(\"jcmsdev8.cnn.com\") != -1 || hostName.indexOf(\"jcmsref.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.cnn.com\") != -1 || hostName.indexOf(\"ref.cnn.com\") != -1 || hostName.indexOf(\"preview.cnn.com\") != -1 || hostName.indexOf(\"dev.cnn.com\") != -1 || hostName.indexOf(\"stage.cnngo.com\") != -1 || hostName.indexOf(\"travel.cnngo.com\") != -1 || hostName.indexOf(\"edition.stage.next.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.turner.com\") != -1 || hostName.indexOf(\"dev.cnnv2.com\") != -1 || hostName.indexOf(\"ref.cnnv2.com\") != -1 || hostName.match(/^(dev|qa|stage).(www|us|edition)-m.cnn.com/) || hostName.indexOf(\"edition.enable.next.cnn.com\") != -1 || hostName.indexOf(\"terra.next.cnn.com\") != -1 || hostName.indexOf(\"politics.next.cnn.com\") !== -1 || hostName.indexOf(\"edition.politics.next.cnn.com\") !== -1) {\n if (port.indexOf(\"94\") != -1 || hostName.indexOf(\"edition\") != -1 || hostName.indexOf(\"cnnespanol\") != -1 || hostName.indexOf(\"stage.cnngo.com\") != -1 || hostName.indexOf(\"travel.cnngo.com\") != -1) {\n setting = sites.cnnintldev[type];\n } else {\n setting = sites.cnndev[type];\n }\n } else if (hostName.indexOf(\"qai.cnn.com\") != -1) {\n setting = sites.cnndev[type];\n } else if (hostName.indexOf(\"cnn.staging.perfectmarket.com\") != -1 || hostName.indexOf(\"cnn.staging2.perfectmarket.com\") != -1 || hostName.indexOf(\"beta-cronkite.cnnlabs.com\") != -1 || hostName.indexOf(\"dev-audioplayer-cnn.s3.amazonaws.com\") != -1) {\n setting = sites.cnndev[type];\n } else if (hostName.indexOf(\"darwin-dev.hope.ui\") != -1 || hostName.indexOf(\"dev-facts-first.cnnlabs.com\")!= -1) {\n setting = sites.cnndev[type];\n } else if (hostName.indexOf(\"int-facts-first.cnnlabs.com\") != -1) {\n setting = sites.cnnintldev[type];\n } else if (hostName.indexOf(\"ireport.cnn.com\") != -1) {\n setting = sites.ireport[type];\n } else if (hostName.indexOf(\"edition.cnn.com\") != -1 || hostName.indexOf(\"cnnespanol.cnn.com\") != -1 || hostName.indexOf(\"backstory.blogs.cnn.com\") != -1 || hostName.indexOf(\"inthefield.blogs.cnn.com\") != -1 || hostName.indexOf(\"securityfiles.blogs.cnn.com\") != -1 || hostName.indexOf(\"thecnnfreedomproject.blogs.cnn.com\") != -1 || hostName.indexOf(\"ukelection.blogs.cnn.com\") != -1 || hostName.indexOf(\"amanpour.blogs.cnn.com\") != -1 || hostName.indexOf(\"screeningroom.blogs.cnn.com\") != -1 || hostName.indexOf(\"internationaldesk.blogs.cnn.com\") != -1 || hostName.indexOf(\"newsstream.blogs.cnn.com\") != -1 || hostName.indexOf(\"prism.blogs.cnn.com\") != -1 || hostName.indexOf(\"thebrief.blogs.cnn.com\") != -1 || hostName.indexOf(\"insidethemiddleeast.blogs.cnn.com\") != -1 || hostName.indexOf(\"connecttheworld.blogs.cnn.com\") != -1 || hostName.indexOf(\"business.blogs.cnn.com\") != -1 || hostName.indexOf(\"questmeansbusiness.blogs.cnn.com\") != -1 || hostName.indexOf(\"goalmouth.blogs.cnn.com\") != -1 || hostName.indexOf(\"olympics.blogs.cnn.com\") != -1 || hostName.indexOf(\"worldsport.blogs.cnn.com\") != -1 || hostName.indexOf(\"bodareal.blogs.cnn.com\") != -1 || hostName.indexOf(\"travel.cnn.com\") != -1 || hostName.indexOf(\"footballclub.cnn.com\") != -1 || hostName.indexOf(\"edition.cnnv2.com\") != -1 || hostName.indexOf(\"edition-m.cnn.com\") != -1) {\n setting = sites.cnnintl[type];\n } else if (hostName.indexOf(\"cnn.com\") != -1 || hostName.indexOf(\"cnnv2.com\") != -1) {\n setting = sites.cnn[type];\n } else if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\n setting = sites.cnn[type];\n } else if (hostName.indexOf(\"style.staging.cnn.io\") != -1) {\n setting = sites.cnndev[type];\n } else {\n //default, if any case failed\n setting = sites.cnn[type];\n }\n }\n try {\n if (window.CNNIntlVideo) {\n setting = sites.cnnintl[type];\n }\n } catch (e) {}\n return setting;\n },\n getADBPURL: function(type, lvl) {\n var hostname = window.location.hostname.toLowerCase();\n var pathname = window.location.pathname.toLowerCase();\n var path_array = \"\";\n pathname = pathname.replace(/([^\\/]+\\.[^\\/]+$)/, \"\");\n\n var rval;\n switch (type) {\n case \"domain\":\n hostname = hostname.replace(\"www.\", \"\");\n if (lvl == parseFloat(lvl)) {\n var domain_array = hostname.split(\".\");\n var currentPointer = domain_array.length - lvl;\n var currentDomainLevel = (currentPointer >= 0 ? domain_array[currentPointer] : \"\");\n rval = currentDomainLevel;\n } else {\n rval = hostname;\n }\n break;\n case \"path\":\n var pathname2 = pathname.substring(1);\n path_array = pathname2.split(\"/\");\n if (lvl == parseFloat(lvl) && lvl >= 1) {\n var currentPathname = (path_array.length >= lvl ? path_array[lvl - 1] : \"\");\n rval = currentPathname;\n } else {\n rval = pathname;\n }\n break;\n case \"hier\":\n hostname = hostname.replace(\"www.\", \"\");\n path_array = pathname.substring(1).split(\"/\");\n var h1 = hostname + \"/\" + path_array[0];\n var h2 = h1;\n if (path_array[1]) h2 = h2 + \"/\" + path_array[1];\n rval = [h1, h2];\n break;\n default:\n rval = hostname + pathname;\n }\n return rval;\n },\n getCNNVideoSequence: function() {\n return \"1\";\n },\n getUserAuthState: function(type) {\n var userAuthToken = this.getCookie(this.appendHost(\"_cnn_at\"));\n var acctVerified = this.base64Decode(userAuthToken).includes(\"cnn.authn\");\n switch (type) {\n case \"registration\" : return userAuthToken ? \"registered\" : \"anonymous\";\n case \"verification\" : return acctVerified ? \"account verified\" : \"account not verified\";\n case \"login\" : return userAuthToken ? \"logged in\" : \"not logged in\";\n default : return \"\";\n }\n },\n getSubscriberType: function() {\n var preauthz = window.localStorage.getItem(this.appendHost(\"preauthz\"));\n if (preauthz) {\n var decodedPreauthz = this.base64Decode(preauthz);\n try {\n var parsedValue = JSON.parse(decodedPreauthz);\n return parsedValue.value[0].entitlement;\n } catch (error) {\n this.log('Error fetching preauthz', error);\n }\n }\n },\n modSubscriberType: function(subType) {\n var subPrefix = subType ? \"subscriber\" : \"not subscriber\";\n return [subPrefix, subType].join(\":\").toLowerCase();\n },\n getSubsMeterCount: function() {\n var paywallText = window.localStorage.getItem(\"cnn_paywall_v2\") || window.localStorage.getItem(\"cnn_dev_paywall_v2\");\n if (paywallText) {\n try {\n var paywallObj = JSON.parse(paywallText);\n return Object.keys(paywallObj.wallStats).length;\n } catch (error) {\n this.log('Error fetching paywall', error);\n }\n }\n },\n getCNNSavedRaces: function() {\n var rval = \"\";\n if(typeof CNN != 'undefined' && typeof CNN.saved_races == \"number\") {\n rval = \"election center:save races:\" + CNN.saved_races;\n } else {\n if(wminst.Util.getCNNCapContentType()) {\n rval = \"D=c13\";\n }\n }\n return rval;\n },\n getCNNExploreIndentify: function(data) { //eVar79 for Politics Explorer\n var rval = \"cnn login not required\";\n if((data.interaction_type == \"year race\" && data.racePremiumContent) || (data.interaction_type == \"add layer\" && data.overlayPremiumContent)) {\n rval = \"cnn login required\";\n }\n return rval;\n }\n }\n}();\nwminst.Util.loadCustomVariables();\n\n});", "_satellite[\"_runScript2\"](function(event, target, Promise) {\n// JSMD Adapter to provide backward compatibility\nwindow._jsmd = window._jsmd || {\n init: function() {\n this.mdata = {\n business: {\n cnn: {\n page: {\n author: wminst.Util.getCNNAuthor(),\n branding_content_partner: wminst.Util.getCNNBrandingPartner(),\n section: [wminst.Util.getCNNSection(0), wminst.Util.getCNNSection(1)]\n }\n }\n }\n };\n return this;\n },\n send: function() {\n },\n trackMetrics: function(action, data, map) {\n setTimeout(function() {\n console.log(\"jsmd adapter trackMetrics action =\" + action + \" window.trackMetrics = \" + typeof window.trackMetrics);\n window.trackMetrics(action, data);\n }, 100);\n },\n plugin: {\n gQuery: function(name) {\n return wminst.Util.getQueryParam(name);\n },\n gCNNVideoCollection: function() {\n return wminst.getCNNMediaCollection();\n }\n }\n};\n});", "_satellite[\"_runScript3\"](function(event, target, Promise) {\n/*! A simple PubSub in JavaScript - v1.0.0 - 2014-01-12\n* https://github.com/bdadam/PubSub\n* The MIT License (MIT)\n* Copyright (c) 2013 Adam Beres-Deak */\n!function(){\"use strict\";function a(a){if(\"[object String]\"!==Object.prototype.toString.call(a))throw new TypeError(\"Event is not a string.\")}function b(a){if(\"function\"!=typeof a)throw new TypeError(\"Handler is not a function\")}var c={},d={};d.publish=d.pub=function(b){if(a(b),c[b])for(var d={event:b,args:Array.prototype.slice.call(arguments,1)},e=0,f=c[b].length;f>e;e++)c[b][e].apply(d,d.args)},d.subscribe=d.sub=function(d,e){a(d),b(e),(c[d]=c[d]||[]).push(e)},d.unsubscribe=d.unsub=function(){var d,e,f,g,h=Array.prototype.slice.call(arguments);if(h.length>=2){if(d=h[0],e=h[1],a(d),b(e),!c[d])return;for(f=0,g=c[d].length;g>f;f++)c[d][f]===e&&c[d].splice(f,1)}else{e=h[0],b(e);for(d in c)for(f=0,g=c[d].length;g>f;f++)c[d][f]===e&&c[d].splice(f,1)}},\"function\"==typeof define&&define.amd?define(function(){return d}):\"object\"==typeof module&&module.exports?module.exports=d:window.PubSub=d}();\n\nwindow.trackMetrics = function(action, data) {\n var realaction = action,\n realdata = data;\n if (typeof(action) == \"object\") {\n if (action.type != null) {\n realaction = action.type;\n }\n if (action.action != null) {\n realaction = action.action;\n }\n if (action.data != null) {\n realdata = action.data;\n }\n }\n if (typeof(realdata) == \"object\") {\n if (realdata.data != null) {\n realdata = realdata.data;\n }\n }\n var counter = 0;\n (function poll() {\n if (wminst.subscribersReady || counter >= 10) {\n wminst.Util.log(\"trackMetrics subscribersReady =\", wminst.subscribersReady, \"counter =\", counter, \"action =\", realaction, \"data =\", realdata);\n PubSub.publish(realaction, realdata);\n return true;\n }\n counter++;\n setTimeout(poll, 100);\n })();\n \n //Handling ComScore Events here\n window.trackCSMetrics(realaction, realdata);\n};\n\nwindow.trackCSMetrics = function (realaction, realdata) {\n if ((window.ns_ || {}).StreamingTag) {\n publishCSEvents(realaction, realdata);\n } else {\n wminst.Util.log(\"trackCSMetrics load comscore streamsense\");\n wminst.Util.loadScript(\"//s.cdn.turner.com/analytics/comscore/streamsense.5.2.0.160629.min.js\", function () {\n publishCSEvents(realaction, realdata);\n });\n }\n\n function publishCSEvents(realaction, realdata) {\n try {\n if ([\"cnnvideo-preroll\", \"cnnvideo-adcreative-start\"].includes(realaction)) {\n PubSub.publish(\"cs_video-preroll\", realdata);\n } else if ([\"cnnvideo-adcomplete\", \"cnnvideo-midroll-complete\"].includes(realaction)) {\n PubSub.publish(\"cs_ad-complete\", realdata);\n } else if ([\"cnnvideo-start\", \"cnnvideo-autostart\", \"cnnvideo-live\", \"cnnvideo-autosegment\", \"cnnvideo-autoepisode\", \"cnnvideo-episode\"].includes(realaction)) {\n PubSub.publish(\"cs_video-play\", realdata);\n } else if (([\"cnnvideo-pause\"].includes(realaction)) && (realdata.video || {}).paused == true) {\n PubSub.publish(\"cs_video-pause\", realdata);\n } else if (([\"cnnvideo-pause\"].includes(realaction)) && (realdata.video || {}).paused == false) {\n PubSub.publish(\"cs_video-resume\", realdata);\n } else if ([\"cnnvideo-complete\"].includes(realaction)) {\n PubSub.publish(\"cs_video-complete\", realdata);\n }\n } catch (e) {}\n }\n}\n\nwindow.setINSTVideoEvent = function(event, data) {\n if (event == \"cnnvideo-pause\" && !data.paused) {\n event = \"cnnvideo-resume\";\n }\n window.instVideoEvent = {\n name: event,\n time: +(new Date())\n };\n};\n\nwindow.trackVideoEvent = function(data, event, playerid) {\n try {\n if (event !== \"cnnvideo-progress\") {\n setINSTVideoEvent(event, data);\n var currVidObj = data;\n currVidObj.playerid = playerid;\n trackMetrics({\n type: event,\n data: {\n video : currVidObj\n }\n });\n }\n } catch (e) {}\n};\n\nwindow.trackVideoProgress = function(vidInfo) {\n try {\n setINSTVideoEvent(\"cnnvideo-progress\", vidInfo);\n trackMetrics({\n type: \"cnnvideo-progress\",\n data: { video: vidInfo }\n });\n } catch (e) {}\n};\n\nwindow.setINSTAudioEvent = function(event, data) {\n if (event == \"audio-pause\" && !data.paused) {\n event = \"audio-resume\";\n }\n window.instAudioEvent = {\n name: event,\n time: +(new Date())\n };\n};\n\nwindow.trackAudioEvent = function(data, event, playerid) {\n try {\n if (event !== \"audio-progress\") {\n setINSTAudioEvent(event, data);\n var currAudObj = data;\n currAudObj.playerid = playerid;\n trackMetrics({\n type: event,\n data: {\n audio : currAudObj\n }\n });\n }\n } catch (e) {}\n};\n\nwindow.trackAudioProgress = function(audInfo) {\n try {\n setINSTAudioEvent(\"audio-progress\", audInfo);\n trackMetrics({\n type: \"audio-progress\",\n data: { audio: audInfo }\n });\n } catch (e) {}\n};\n\nwindow.sendVideoEvent = function(data, event, playerid) {\n try {\n var currVidObj = window.JSON.parse(data);\n currVidObj.playerid = playerid;\n trackMetrics({\n type: event,\n data: {\n video : currVidObj\n }\n });\n } catch (e) {}\n};\n\nwindow.sendAudioEvent = function(data, event, id) {\n try {\n var currAudObj = (typeof data != \"string\"? data: window.JSON.parse(data));\n trackMetrics({\n type: event,\n data: {\n instance: id,\n audio: currAudObj\n }\n });\n } catch (e) {}\n};\n\nwindow.sendInteractionEvent = function(event, data) {\n try {\n trackMetrics({\n type: event,\n data: {\n interaction: data\n }\n });\n } catch (e) {}\n};\n\nwindow.sendHP10Interaction = function (data) {\n sendInteractionEvent(\"hp10-interaction\", \"10minpreview:\"+data);\n};\n\nwindow.sendGameInteraction = function(event,info) {\n try {\n trackMetrics({\n type: event,\n data: {\n value: info\n }\n });\n } catch (e) {}\n};\n\nwindow.sendVideoClick = function(info, event) {\n try {\n trackMetrics({\n type: event,\n data: {\n value: info\n }\n });\n } catch (e) {}\n};\n\nwindow.sendNewsPulse = function(data) {\n try {\n trackMetrics({\n type: \"dynamic-newsPulseOmniCall\",\n data: {\n newspulse: {\n query: data\n }\n }\n });\n } catch (e) {}\n};\n\nwindow.sendHTML5Event = function(data, event) {\n if (data.contentType ==\"audio\") {\n trackMetrics(\"audio-start\",data.headline, \"adbp-audio\");\n } else {\n data.metas= {branding:\"ireport\"};\n try {\n trackMetrics({\n type: event,\n data: {\n video : data\n }\n });\n } catch (e) {}\n }\n};\n\nwindow.sendOpenStoryPerspective = function(data) {\n try {\n trackMetrics({\n type: \"ireport-openstory\",\n data: {\n openstory : data\n }\n });\n } catch (e) {}\n};\n\nwindow.trackExitLinkMetrics = function(action) {\n wminst.Util.log(\"trackExitLinkMetrics action =\", action);\n try {\n PubSub.publish(action,\"\");\n }\n catch (e) {}\n};\n\nif (wminst.Util.isStellarPage() && wminst.Util.isUserAccountPage() && window.ZION_MESSAGE_BUS) {\n ZION_MESSAGE_BUS.subscribe(\"event_published\", function(message) {\n try {\n var msgIndex = message.length - 1;\n var eventObj = message[msgIndex].message.event; \n var eventName = eventObj.name;\n if (eventName == \"PaymentTransactionCompleted\") {\n var billing_cycle = eventObj.props.billing_interval;\n if (billing_cycle == \"monthly\" || billing_cycle == \"annualy\" || billing_cycle == \"yearly\") {\n var httpResp = eventObj.props.http_response;\n wminst.Util.log(\"eventName =\", eventName, \"billing =\", billing_cycle, \"httpResp =\", httpResp);\n if (httpResp == \"success\") {\n window.trackMetrics({\n type: \"site_subscription_success\",\n data: eventObj.props\n });\n }\n }\n }\n } catch (e) {\n console.error(e);\n }\n })\n}\n//DOM scrapping to track retailer clicks clicked on CNN underscroed pages on non CNN links\nvar sendFBRetailClickPixel = function(data) {\n try {\n trackMetrics({\n type: \"facebook-retailer-click\",\n data: data\n });\n } catch (e) {}\n}; \ntry {\n var elements = document.querySelectorAll('[class*=\"offer-link\"]');\n for (var i = 0; i < elements.length; i++) {\n var data = {};\n var linkText = elements[i].innerText ? elements[i].innerText : elements[i].innerHTML;\n if(typeof elements[i] !== 'undefined' && linkText !== '') {\n data.clickedLink = elements[i].href;\n data.clickedText = linkText;\n }\n elements[i].addEventListener('click', function() {sendFBRetailClickPixel(data);}, false);\n }\n} catch (e) {}\n\n});", "_satellite[\"_runScript4\"](function(event, target, Promise) {\nwminst.getVideoMetadata = function(data) {\n return data.video || data;\n}\n\nwminst.getAudioMetadata = function(data) {\n return data.audio || data;\n}\n\nwminst.isAMPVideos = function() {\n var hostName = window.location.hostname;\n return hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1;\n};\n\nwminst.isBusinessVideo = function(v) {\n var sectionName = v.sectionName || v.category || \"\";\n var sectionNameList = [\"media\", \"intl_business\", \"tech\", \"business\", \"business-videos\", \"cars\", \"investing\", \"success\", \"perspectives\", \"homes\"];\n return sectionNameList.includes(sectionName);\n};\n\nwminst.getAMPVideoTimeStamp = function() {\n var pathName = window.location.pathname;\n var ts = \"\";\n if (pathName.indexOf(\"/v1/amp\") != -1 || pathName.indexOf(\"/v1/cnneamp\") != -1 || pathName.indexOf(\"/v1/fbia\") != -1 || pathName.indexOf(\"/v1/fbiaV2\") != -1) {\n ts = new Date().getTime();\n }\n return ts;\n};\n\nvar mediaPlayer = [];\nwminst.getCNNMediaCollection = function() {\n return {\n get: function(i, p) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n return mPlayer[j][p];\n }\n }\n },\n set: function(i, p, v) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n mPlayer[j][p] = v;\n break;\n }\n }\n },\n toggle: function(i, p) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n var v = mPlayer[j][p];\n mPlayer[j][p] = !v;\n break;\n }\n }\n },\n start: function(i, t) {\n var mPlayer = mediaPlayer;\n mPlayer.push(new objMediaPlayer(i,t));\n function objMediaPlayer(cid, mediaTitle) {\n this.containerId = cid;\n this.mediaTitle = mediaTitle;\n this.vidStarted = false;\n this.audStarted = false;\n this.hasScrubbed = false;\n this.isAuto = false;\n this.isTen = false;\n this.isTwentyFive = false;\n this.isHalf = false;\n this.isSeventyFive = false;\n this.isNinety = false;\n this.isBuffering = false;\n this.isPaused = false;\n this.isMidrollStarted = false;\n this.adNumber = 0;\n this.startTime = (new Date()).getTime();\n this.currentTime = (new Date()).getTime();\n this.timeSpent = 0;\n }\n },\n pause: function(i) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n var p = mPlayer[j].isPaused;\n var b = mPlayer[j].isBuffering;\n if (!b) {\n if (p) {\n mPlayer[j].startTime = (new Date()).getTime();\n } else {\n var playedTime = (new Date()).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent;\n mPlayer[j].timeSpent = playedTime;\n }\n }\n mPlayer[j].isPaused = !p;\n break;\n }\n }\n },\n buffer: function(i) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n var p = mPlayer[j].isPaused;\n var b = mPlayer[j].isBuffering;\n if (!p) {\n if (b) {\n mPlayer[j].startTime = (new Date()).getTime();\n } else {\n var playedTime = (new Date()).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent;\n mPlayer[j].timeSpent = playedTime;\n }\n }\n mPlayer[j].isBuffering = !b;\n break;\n }\n }\n },\n progress: function(i) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n mPlayer[j].currentTime = (new Date()).getTime();\n var playedTime = (mPlayer[j].currentTime - mPlayer[j].startTime + mPlayer[j].timeSpent) / 1000;\n mPlayer[j].startTime = (new Date()).getTime();\n mPlayer[j].timeSpent = 0;\n return Math.round(playedTime);\n }\n }\n },\n complete: function(i) {\n var mPlayer = mediaPlayer;\n for (var j = mPlayer.length - 1; j >= 0; j--) {\n if (mPlayer[j].containerId == i) {\n var playedTime = ((new Date()).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent) / 1000;\n mPlayer[j].timeSpent = 0;\n return Math.round(playedTime);\n }\n }\n }\n };\n};\n\nwminst.capCNNTimeSpent = function(timeSpent, trt, liveInterval) {\n try { //check media time spent value\n var timeLimit = 0;\n if ((parseFloat(timeSpent) == parseInt(timeSpent)) && !isNaN(timeSpent)) {\n if (liveInterval && liveInterval > 0) {\n timeLimit = liveInterval; //time limit value set by webdev\n } else {\n timeLimit = 60; //time limit in sec\n if (trt && parseFloat(trt) > 0) {\n timeLimit = parseFloat(trt) * 2;\n }\n }\n if (timeSpent > timeLimit) {\n timeSpent = timeLimit;\n } else if (timeSpent < 0) {\n timeSpent = 0;\n }\n } else {\n timeSpent = 0;\n }\n } catch (e) {\n timeSpent = 0;\n }\n return timeSpent;\n};\n\nwminst.capCNNTimeSpent2 = function(timeSpent, trt) {\n try { //check media time spent value\n if ((parseFloat(timeSpent) == parseInt(timeSpent)) && !isNaN(timeSpent)) { //valid time spent value\n if (trt && !isNaN(trt) && (parseFloat(trt) == parseInt(trt))) { //valid media length\n if (timeSpent > parseFloat(trt) * 2) {\n timeSpent = parseFloat(trt) * 2;\n } else if (timeSpent < 0) {\n timeSpent = 0;\n }\n } else { //invalid media length\n timeSpent = 0;\n }\n } else { //invalid time spent value\n timeSpent = 0;\n }\n } catch (e) {\n timeSpent = 0;\n }\n return timeSpent;\n};\n});", "_satellite[\"_runScript5\"](function(event, target, Promise) {\nwminst.comscorePageBeacon = function() {\n var c_id = \"6035748\";\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var params = {\n c1: \"2\", c2: c_id, cs_ucfr: cs_ucfr,\n options: {\n enableFirstPartyCookie: true\n }\n }\n if (wminst.Util.isFBIAPage() === true) {\n params.options.url_append = \"comscorekw=fbia\";\n }\n var _comscore = window._comscore = _comscore || [];\n _comscore.push(params);\n \n try {\n if (window.COMSCORE) {\n COMSCORE.beacon(_comscore[0]);\n wminst.Util.sendImagePixel(\"//lightning.cnn.com/analytics/cnn/comscore-pageview-candidate.json\");\n } else {\n wminst.Util.loadScript(\"https://sb.scorecardresearch.com/cs/\" + c_id + \"/beacon.js\");\n }\n } catch (e) {}\n};\n\nPubSub.subscribe(\"dynamic-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"tab-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"cnnsearch-results\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"weather-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"picker-pageview\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"cnngallery-click\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"readmore-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"breaking-news\", function(data) {\n if (data.domain && (data.domain == \"cnn.com\" || data.domain == \"us.cnn.com\" || data.domain == \"sweet.next.cnn.com\" || data.domain == \"edition.cnn.com\")) {\n // Do Nothing\n } else {\n wminst.comscorePageBeacon();\n }\n});\n\n\n/* ============== Page Load ============= */\nif (!wminst.Util.isDynamicPage() && !wminst.Util.isFavePage() && !wminst.Util.inIFrame()) { \n wminst.comscorePageBeacon();\n}\n\n});", "_satellite[\"_runScript6\"](function(event, target, Promise) {\nwminst.bomboraStandardVITag = function() {\n if (!window._ml) {\n (function (w,d,t){\n _ml = w._ml || {};\n _ml.nq = w._ml.nq || [];\n _ml.nq.push(['track', '64240', {fp: 'YOUR_USER_ID'}]);\n var s, cd, tag; s = d.getElementsByTagName(t)[0]; cd = new Date();\n tag = d.createElement(t); tag.async = 1;\n tag.src = 'https://cdn.ml314.com/taglw.js';\n s.parentNode.insertBefore(tag, s);\n })(window,document,'script');\n } else {\n _ml.nq = window._ml.nq || [];\n _ml.nq.push(['track', '64240']);\n }\n};\n\nwminst.bomboraRealTimeVITag = function() {\n if (!window._bmb) {\n !function(e,t,c,n,o,a,m){e._bmb||(o=e._bmb=function(){o.x?o.x.apply(o,arguments):o.q.push(arguments)},o.q=[],a=t.createElement(c),a.async=true,a.src=\"https://vi.ml314.com/get?eid=64240&tk=GBYTTE9dUG2OqHj1Rk9DPOaLspvMWfLqV236sdkHgf03d&fp=\"+(e.localStorage&&e.localStorage.getItem(n)||\"\"),m=t.getElementsByTagName(c)[0],m.parentNode.insertBefore(a,m))}(window,document,\"script\",\"_ccmaid\");\n }\n\n window.googletag = window.googletag || {cmd: []};\n googletag.cmd.push(function() {\n _bmb('vi', function(data){\n if (data != null) {\n var tmpSegment = [\n data.industry_id,\n data.revenue_id,\n data.size_id,\n data.functional_area_id,\n data.professional_group_id,\n data.seniority_id,\n data.decision_maker_id,\n data.install_data_id,\n data.topic_id,\n data.interest_group_id,\n data.segment,\n data.b2b_interest_cluster_id\n ].filter(Boolean).join(',');\n\n tmpSegment != '' && googletag.pubads().setTargeting(\"bmb\",tmpSegment.split(','));\n }\n });\n });\n};\n\nwminst.bomboraPageBeacon = function() {\n wminst.bomboraStandardVITag()\n wminst.bomboraRealTimeVITag()\n};\n\nPubSub.subscribe(\"dynamic-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"tab-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"cnnsearch-results\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"weather-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"picker-pageview\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"readmore-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"breaking-news\", function(data) {\n if (data.domain && (data.domain == \"cnn.com\" || data.domain == \"us.cnn.com\" || data.domain == \"sweet.next.cnn.com\" || data.domain == \"edition.cnn.com\")) {\n // Do Nothing\n } else {\n wminst.bomboraPageBeacon();\n }\n});\n\n\n/* ============== Page Load ============= */\nif (!wminst.Util.isDynamicPage() && !wminst.Util.isFavePage() && !wminst.Util.inIFrame()) { \n wminst.bomboraPageBeacon();\n}\n});", "_satellite[\"_runScript7\"](function(event, target, Promise) {\nwminst.initStreamingTag = function () {\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n}\n\nPubSub.subscribe(\"Player_Ready\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n wminst.initStreamingTag();\n});\n\nPubSub.subscribe(\"cs_video-preroll\", function(data) {\n var v = wminst.getVideoMetadata(data);\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n if (!wminst.prev_vid) { //first video\n wminst.initStreamingTag();\n } else if (wminst.prev_vid && wminst.prev_vid !== v.id) { //new video\n wminst.initStreamingTag();\n } else if (wminst.completed_vid && wminst.completed_vid == v.id) {\n wminst.completed_vid = \"\";\n wminst.initStreamingTag();\n }\n wminst.prev_vid = v.id;\n var clength = v.ad_duration || 0;\n try {\n clength = parseInt(clength);\n if (clength % 1000 !== 0) {\n clength = clength * 1000;\n }\n } catch (e) {\n clength = 0;\n }\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var metadata = {\n ns_st_cl: clength || 3000,\n cs_ucfr: cs_ucfr\n };\n if (ns_) {\n ns_.StreamingTag.AdType = {\n BrandedOnDemandContent: \"34\",\n BrandedOnDemandLive: \"35\",\n BrandedOnDemandMidRoll: \"32\",\n BrandedOnDemandPostRoll: \"33\",\n BrandedOnDemandPreRoll: \"31\",\n LinearLive: \"21\",\n LinearOnDemandMidRoll: \"12\",\n LinearOnDemandPostRoll: \"13\",\n LinearOnDemandPreRoll: \"11\",\n Other: \"00\"\n };\n }\n var atype = ns_.StreamingTag.AdType.LinearOnDemandPreRoll;\n if (v.adType && v.adType.toLowerCase() === \"midroll\") { atype = ns_.StreamingTag.AdType.LinearOnDemandMidRoll; }\n if (v.adType && v.adType.toLowerCase() === \"postroll\") { atype = ns_.StreamingTag.AdType.LinearOnDemandPostRoll; }\n if (v.isLive && (v.isLive == \"true\" || v.isLive == true)) {\n atype = ns_.StreamingTag.AdType.LinearLive;\n }\n wminst.myStreamingTag.playVideoAdvertisement(metadata, atype);\n});\n\nPubSub.subscribe(\"cs_ad-complete\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\n\nPubSub.subscribe(\"cs_video-play\", function(data) {\n var v = wminst.getVideoMetadata(data);\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n if (!wminst.prev_vid) { //first video\n wminst.initStreamingTag();\n } else if (wminst.prev_vid && wminst.prev_vid !== v.id) { //new video\n wminst.initStreamingTag();\n } else if (wminst.completed_vid && wminst.completed_vid == v.id) {\n wminst.completed_vid = \"\";\n wminst.initStreamingTag();\n }\n wminst.prev_vid = v.id;\n var clength = v.trt || 0;\n var c4 = \"CNN\";\n var c3 = \"*null\";\n var c6 = \"*null\";\n try {\n clength = parseInt(clength);\n if (clength % 1000 !== 0) {\n clength = clength * 1000;\n }\n } catch (e) {\n clength = 0;\n }\n var adate = v.timestamp || \"\";\n try {\n if (adate) {\n adate = new Date(adate);\n adate = adate.toISOString().substring(0, 10);\n }\n } catch (e) {}\n if (window.location.hostname.indexOf(\"edition\") != -1) {\n c4 = \"CNNI\";\n c3 = \"CNNEDITION\";\n }\n if (typeof v.category != 'undefined' && v.category.toLowerCase() === \"spanish\") {\n c4 = \"CNNESPANOL\";\n }\n if (typeof v.category != 'undefined' && v.category.toLowerCase() === \"cnnmoney\") {\n c4 = \"CNNMONEY\";\n }\n var ch = wminst.Util.getCNNSection(0) || \"\";\n var pn = {\n \"entertainment\": \"CNNENT\",\n \"health\": \"CNNHEALTH\",\n \"politics\": \"CNNPOLITICS\",\n \"tech\": \"CNNTECH\",\n \"travel\": \"CNNTRAVEL\",\n \"us\": \"CNNUS\",\n \"world\": \"CNNWORLD\",\n \"opinions\": \"CNNOPINION\",\n \"living\": \"CNNLIVING\",\n \"cnn homepage\": \"CNNHOME\",\n \"ireport\": \"IREPORT\",\n \"justice\": \"CNNJUSTICE\",\n \"elections\": \"CNNPOLITICS\",\n \"style\": \"CNNSTYLE\"\n }[ch];\n if (pn) { c4 = pn; }\n if(pn && ch == \"elections\"){ c6 = \"ELECTION\";}\n if (wminst.isBusinessVideo(data)) {\n c4 = \"CNNBUSINESS\";\n c6 = \"BUSINESS\";\n }\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var metadata = {\n ns_st_ci: v.id,\n ns_st_cl: clength,\n ns_st_st: \"*null\",\n ns_st_pu: \"CNN\",\n ns_st_pr: v.subcategory || \"*null\",\n ns_st_ep: v.headline || \"*null\",\n ns_st_sn: \"*null\",\n ns_st_en: \"*null\",\n ns_st_ge: v.category || \"*null\",\n ns_st_ia: \"0\",\n ns_st_ce: \"0\",\n ns_st_ddt: \"*null\",\n ns_st_tdt: adate || \"*null\",\n c3: c3,\n c4: c4,\n c6: c6,\n cs_ucfr: cs_ucfr\n };\n if (ns_) {\n ns_.StreamingTag.ContentType = {\n Bumper: \"99\",\n Live: \"13\",\n LongFormOnDemand: \"12\",\n Other: \"00\",\n ShortFormOnDemand: \"11\",\n UserGeneratedLive: \"23\",\n UserGeneratedLongFormOnDemand: \"22\",\n UserGeneratedShortFormOnDemand: \"21\"\n };\n }\n var vtype = ns_.StreamingTag.ContentType.ShortFormOnDemand;\n if (v.content_type && v.content_type == \"episode\") {\n vtype = ns_.StreamingTag.ContentType.LongFormOnDemand;\n }\n if (v.id && v.id.indexOf(\"cvplive\") != -1) {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n if (v.isLive && v.isLive == \"true\") {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n wminst.myStreamingTag.playVideoContentPart(metadata, vtype);\n});\nPubSub.subscribe(\"cs_video-pause\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\nPubSub.subscribe(\"cs_video-resume\", function(data) {\n var v = wminst.getVideoMetadata(data);\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n\n var clength = v.trt || 0;\n var c4 = \"CNN\";\n var c3 = \"*null\";\n var c6 = \"*null\";\n try {\n clength = parseInt(clength);\n if (clength % 1000 !== 0) {\n clength = clength * 1000;\n }\n } catch (e) {\n clength = 0;\n }\n var adate = v.timestamp || \"\";\n try {\n if (adate) {\n adate = new Date(adate);\n adate = adate.toISOString().substring(0, 10);\n }\n } catch (e) {}\n if (window.location.hostname.indexOf(\"edition\") != -1) {\n c4 = \"CNNI\";\n c3 = \"CNNEDITION\";\n }\n if (typeof v.category != 'undefined' && v.category.toLowerCase() === \"spanish\") {\n c4 = \"CNNESPANOL\";\n }\n if (typeof v.category != 'undefined' && v.category.toLowerCase() === \"cnnmoney\") {\n c4 = \"CNNMONEY\";\n }\n var ch = wminst.Util.getCNNSection(0) || \"\";\n var pn = {\n \"entertainment\": \"CNNENT\",\n \"health\": \"CNNHEALTH\",\n \"politics\": \"CNNPOLITICS\",\n \"tech\": \"CNNTECH\",\n \"travel\": \"CNNTRAVEL\",\n \"us\": \"CNNUS\",\n \"world\": \"CNNWORLD\",\n \"opinions\": \"CNNOPINION\",\n \"living\": \"CNNLIVING\",\n \"cnn homepage\": \"CNNHOME\",\n \"ireport\": \"IREPORT\",\n \"justice\": \"CNNJUSTICE\",\n \"elections\": \"CNNPOLITICS\",\n \"style\": \"CNNSTYLE\"\n }[ch];\n if (pn) { c4 = pn; }\n if(pn && ch == \"elections\"){ c6 = \"ELECTION\";}\n if (wminst.isBusinessVideo(data)) {\n c4 = \"CNNBUSINESS\";\n c6 = \"BUSINESS\";\n }\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var metadata = {\n ns_st_ci: v.id,\n ns_st_cl: clength,\n ns_st_st: \"*null\",\n ns_st_pu: \"CNN\",\n ns_st_pr: v.subcategory || \"*null\",\n ns_st_ep: v.headline || \"*null\",\n ns_st_sn: \"*null\",\n ns_st_en: \"*null\",\n ns_st_ge: v.category || \"*null\",\n ns_st_ia: \"0\",\n ns_st_ce: \"0\",\n ns_st_ddt: \"*null\",\n ns_st_tdt: adate || \"*null\",\n c3: c3,\n c4: c4,\n c6: c6,\n cs_ucfr: cs_ucfr\n };\n if (ns_) {\n ns_.StreamingTag.ContentType = {\n Bumper: \"99\",\n Live: \"13\",\n LongFormOnDemand: \"12\",\n Other: \"00\",\n ShortFormOnDemand: \"11\",\n UserGeneratedLive: \"23\",\n UserGeneratedLongFormOnDemand: \"22\",\n UserGeneratedShortFormOnDemand: \"21\"\n };\n }\n var vtype = ns_.StreamingTag.ContentType.ShortFormOnDemand;\n if (v.content_type && v.content_type == \"episode\") {\n vtype = ns_.StreamingTag.ContentType.LongFormOnDemand;\n }\n if (v.id && v.id.indexOf(\"cvplive\") != -1) {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n if (v.isLive && v.isLive == \"true\") {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n wminst.myStreamingTag.playVideoContentPart(metadata, vtype);\n});\n\nPubSub.subscribe(\"cs_video-complete\", function(data) {\n var v = wminst.getVideoMetadata(data);\n wminst.completed_vid = v.id;\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\n\nPubSub.subscribe(\"Video_Completed\", function(data) {\n var v = wminst.getVideoMetadata(data);\n wminst.completed_vid = v.id;\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\n});", "_satellite[\"_runScript8\"](function(event, target, Promise) {\nwminst.nielsenPageBeacon = function() {\n var ci, si, rp, random;\n ci = \"us-204044h\";\n si = escape(window.location.href);\n rp = escape(document.referrer);\n random = +(new Date());\n wminst.Util.sendImagePixel(\"//secure-us.imrworldwide.com/cgi-bin/m?ci=\" + ci + \"&cg=0&cc=1&si=\" + si + \"&rp=\" + rp +\"&ts=compact&rnd=\" + random);\n};\n\nif (!wminst.Util.isRefreshPage() && !wminst.Util.inIFrame()) {\n wminst.nielsenPageBeacon();\n}\n});", "_satellite[\"_runScript9\"](function(event, target, Promise) {\nwminst.nielsenVideoBeacon = function(state, data, cg) {\n var v = wminst.getVideoMetadata(data);\n var ci, c6, tl, random, url;\n ci = \"us-100120\";\n c6 = (v.category && (v.category == \"cnnmoney\" || v.category == \"business\")) ? \"vc,c02\" : \"vc,b01\";\n tl = state + \"-\" + v.id;\n random = +(new Date());\n url = \"//secure-us.imrworldwide.com/cgi-bin/m?ci=\" + ci + \"&c6=\" + c6 + \"&cc=1&tl=\" + tl + \"&rnd=\" + random;\n if (cg) url += \"&cg=\" + cg;\n wminst.Util.sendImagePixel(url);\n};\n\nPubSub.subscribe(\"cnnvideo-start\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data);\n});\n\nPubSub.subscribe(\"cnnvideo-autostart\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data);\n});\n\nPubSub.subscribe(\"cnnvideo-live\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data, \"live\");\n});\n\nPubSub.subscribe(\"cnnvideo-episode\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data);\n});\n\nPubSub.subscribe(\"cnnvideo-complete\", function(data) {\n wminst.nielsenVideoBeacon(\"dav2\", data);\n});\n});", "f167c5af-6adf-45f3", "", "baf29482-8757-4843", "", "_satellite[\"_runScript3\"](function(event, target, Promise) {\n/*! A simple PubSub in JavaScript - v1.0.0 - 2014-01-12\n* https://github.com/bdadam/PubSub\n* The MIT License (MIT)\n* Copyright (c) 2013 Adam Beres-Deak */\n!function(){\"use strict\";function a(a){if(\"[object String]\"!==Object.prototype.toString.call(a))throw new TypeError(\"Event is not a string.\")}function b(a){if(\"function\"!=typeof a)throw new TypeError(\"Handler is not a function\")}var c={},d={};d.publish=d.pub=function(b){if(a(b),c[b])for(var d={event:b,args:Array.prototype.slice.call(arguments,1)},e=0,f=c[b].length;f>e;e++)c[b][e].apply(d,d.args)},d.subscribe=d.sub=function(d,e){a(d),b(e),(c[d]=c[d]||[]).push(e)},d.unsubscribe=d.unsub=function(){var d,e,f,g,h=Array.prototype.slice.call(arguments);if(h.length>=2){if(d=h[0],e=h[1],a(d),b(e),!c[d])return;for(f=0,g=c[d].length;g>f;f++)c[d][f]===e&&c[d].splice(f,1)}else{e=h[0],b(e);for(d in c)for(f=0,g=c[d].length;g>f;f++)c[d][f]===e&&c[d].splice(f,1)}},\"function\"==typeof define&&define.amd?define(function(){return d}):\"object\"==typeof module&&module.exports?module.exports=d:window.PubSub=d}();\n\nwindow.setJSMDVideoEvent = function(event, data) {\n\tif (event == \"cnnvideo-pause\" && !data.paused) {\n\t\tevent = \"cnnvideo-resume\";\n\t}\n\twindow.jsmdVideoEvent = {\n\t\tname: event,\n\t\ttime: +(new Date())\n\t};\n};\n\nwindow.trackAudioProgress = function(audInfo) {\n try {\n trackMetrics({\n type: \"audio-progress\",\n data: audInfo});\n } catch (e) {}\n};\n\nwindow.trackVideoProgress = function(vidInfo) {\n\ttry {\n\t\tsetJSMDVideoEvent(\"cnnvideo-progress\", vidInfo);\n\t\ttrackMetrics({\n\t\t\ttype: \"cnnvideo-progress\",\n\t\t\tdata: { video: vidInfo }\n\t\t});\n\t} catch(e){}\n};\n\nwindow.trackMetrics = function(action, data) {\n var realaction = action,\n realdata = data;\n if (typeof(action) == \"object\") {\n if (action.type != null) {\n realaction = action.type;\n }\n if (action.action != null) {\n realaction = action.action;\n }\n if (action.data != null) {\n realdata = action.data;\n }\n }\n if (typeof(realdata) == \"object\") {\n if (realdata.data != null) {\n realdata = realdata.data;\n }\n }\n var counter = 0;\n (function poll() {\n setTimeout(function() {\n if (wminst.subscribersReady || counter >= 10) {\n wminst.Util.log(\"trackMetrics subscribersReady =\", wminst.subscribersReady, \"counter =\", counter, \"action =\", realaction, \"data =\", realdata);\n PubSub.publish(realaction, realdata);\n } else {\n counter++;\n poll();\n }\n }, 100);\n })();\n \n //Handling ComScore Events here\n try {\n if(realaction == \"cnnvideo-preroll\" || realaction == \"cnnvideo-adcreative-start\"){\n\t \t \tPubSub.publish(\"cs_video-preroll\", realdata.video);\n \t} else if(realaction == \"cnnvideo-adcomplete\" || realaction == \"cnnvideo-midroll-complete\"){\n\t \tPubSub.publish(\"cs_ad-complete\", realdata.video);\n\t } else if(realaction == \"cnnvideo-start\" || realaction == \"cnnvideo-autostart\" || realaction == \"cnnvideo-live\" || realaction == \"cnnvideo-autosegment\" || realaction == \"cnnvideo-autoepisode\" || realaction == \"cnnvideo-episode\"){\n\t \t\t PubSub.publish(\"cs_video-play\", realdata.video);\n \t} else if(realaction == \"cnnvideo-pause\" && typeof realdata.video.paused !== 'undefined' && realdata.video.paused == true){\n\t \tPubSub.publish(\"cs_video-pause\", realdata.video);\n \t} else if(realaction == \"cnnvideo-pause\" && typeof realdata.video.paused !== 'undefined' && realdata.video.paused == false){\n\t \tPubSub.publish(\"cs_video-resume\", realdata.video);\n \t} else if(realaction == \"cnnvideo-complete\"){\n\t \tPubSub.publish(\"cs_video-complete\", realdata.video);\n \t }\n } catch(e){}\n\n};\n\nwindow.trackVideoEvent = function(data, event, playerid){\n\ttry {\n\t\tif (event !== \"cnnvideo-progress\") {\n\t\t\tsetJSMDVideoEvent(event, data);\n\t\t\tvar currVidObj = data;\n\t\t\tcurrVidObj.playerid = playerid;\n\t\t\ttrackMetrics({\n\t\t\t\ttype: event,\n\t\t\t\tdata: {\n\t\t\t\t\tvideo : currVidObj\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} catch(e){}\n};\n\nwindow.sendInteractionEvent = function(event, data){\n\ttry {\n\t\ttrackMetrics({\n\t\t\ttype: event,\n\t\t\tdata: {\n\t\t\t\tinteraction: data\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.sendHP10Interaction = function (data){\n\tsendInteractionEvent(\"hp10-interaction\", \"10minpreview:\"+data);\n};\n\nwindow.sendGameInteraction = function(event,info){\n\ttry {\n\t\ttrackMetrics({\n\t\t\ttype: event,\n\t\t\tdata: {\n\t\t\t\tvalue: info\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.sendVideoClick = function(info, event){\n\ttry {\n\t\ttrackMetrics({\n\t\t\ttype: event,\n\t\t\tdata: {\n\t\t\t\tvalue: info\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.sendVideoEvent = function(data, event, playerid){\n\ttry {\n\t\tvar currVidObj = window.JSON.parse(data);\n\t\tcurrVidObj.playerid = playerid;\n\t\ttrackMetrics({\n\t\t\ttype: event,\n\t\t\tdata: {\n\t\t\t\tvideo : currVidObj\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.sendVideo2Event = function(data, event, playerid){\n\ttry {\n\t\tvar currVidObj = data;\n\t\tcurrVidObj.playerid = playerid;\n\t\ttrackMetrics({\n\t\t\ttype: event,\n\t\t\tdata: {\n\t\t\t\tvideo : currVidObj\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.sendAudioEvent = function(data, event, id) {\n try {\n\t\tvar currAudObj = (typeof data != \"string\"? data: window.JSON.parse(data));\n\t\t\ttrackMetrics({\n\t\t\t\ttype: event,\n\t\t\t\tdata: {\n\t\t\t\t\tinstance: id,\n\t\t\t\t\taudio: currAudObj\n\t\t\t\t}\n\t\t\t});\n\t} catch(e){}\n}; \n\nwindow.sendNewsPulse = function(data){\n\ttry {\n\t\ttrackMetrics({\n\t\t\ttype: \"dynamic-newsPulseOmniCall\",\n\t\t\tdata: {\n\t\t\t\tnewspulse: {\n\t\t\t\t\tquery: data\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.sendHTML5Event = function(data, event){\n\tif (data.contentType ==\"audio\") {\n\t\ttrackMetrics(\"audio-start\",data.headline, \"adbp-audio\");\n\t} else {\n\t\tdata.metas= {branding:\"ireport\"};\n\t\ttry {\n\t\t\ttrackMetrics({\n\t\t\t\ttype: event,\n\t\t\t\tdata: {\n\t\t\t\t\tvideo : data\n\t\t\t\t}\n\t\t\t});\n\t\t} catch(e){}\n\t}\n};\n\nwindow.sendOpenStoryPerspective = function(data){\n\ttry {\n\t\ttrackMetrics({\n\t\t\ttype: \"ireport-openstory\",\n\t\t\tdata: {\n\t\t\t\topenstory : data\n\t\t\t}\n\t\t});\n\t} catch(e){}\n};\n\nwindow.trackExitLinkMetrics = function(action){\n try{\n PubSub.publish(action,\"\");\n }\n catch(e){}\n};\n\nif (wminst.Util.isStellarPage() && wminst.Util.isUserAccountPage() && window.ZION_MESSAGE_BUS) {\n ZION_MESSAGE_BUS.subscribe(\"event_published\", function(message) {\n try {\n var msgIndex = message.length - 1;\n var eventObj = message[msgIndex].message.event; \n var eventName = eventObj.name;\n if (eventName == \"GenericSubmit\") {\n var compId = eventObj.props.component_id;\n if (compId == \"create_account\" || \"log_in\") {\n var actionId = (compId == \"create_account\") ? \"registration\" : \"login\";\n var httpResp = eventObj.props.traits.http_response;\n wminst.Util.log(\"eventName =\", eventName, \"compId =\", compId, \"httpResp =\", httpResp);\n if (httpResp == \"success\") {\n window.trackMetrics({\n type: \"site_\" + actionId + \"_success\",\n data: {action: compId}\n });\n }\n }\n }\n if (eventName == \"PaymentTransactionCompleted\") {\n\t\t\t\tvar billing_cycle = eventObj.props.billing_interval;\n\t\t\t\tif (billing_cycle == \"monthly\" || billing_cycle == \"annualy\" || billing_cycle == \"yearly\") {\n\t\t\t\t\tvar httpResp = eventObj.props.http_response;\n\t\t\t\t\twminst.Util.log(\"eventName =\", eventName, \"billing =\", billing_cycle, \"httpResp =\", httpResp);\n\t\t\t\t\tif (httpResp == \"success\") {\n\t\t\t\t\t\twindow.trackMetrics({\n\t\t\t\t\t\t\ttype: \"site_subscription_success\",\n\t\t\t\t\t\t\tdata: eventObj.props\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n } catch (e) {\n console.error(e);\n }\n })\n}\n//DOM scrapping to track retailer clicks clicked on CNN underscroed pages on non CNN links\nvar sendFBRetailClickPixel = function(data) {\n\ttry {\n\t\ttrackMetrics({\n\t\t\ttype: \"facebook-retailer-click\",\n\t\t\tdata: data\n\t\t});\n\t} catch(e){}\n}; \ntry{\n\tvar elements = document.querySelectorAll('[class*=\"offer-link\"]');\n\tfor (var i = 0; i < elements.length; i++) {\n\t\tvar data = {};\n\t\tvar linkText = elements[i].innerText ? elements[i].innerText : elements[i].innerHTML;\n\t\tif(typeof elements[i] !== 'undefined' && linkText !== ''){\n\t\t data.clickedLink = elements[i].href;\n\t\t data.clickedText = linkText;\n\t\t}\n\t\telements[i].addEventListener('click', function() {sendFBRetailClickPixel(data);}, false);\n\t}\n} catch(ex){}\n\n});", "13193ab4-b8b9-4ba6", "", "_satellite[\"_runScript4\"](function(event, target, Promise) {\nwminst.isAMPVideos = function() {\n var hostName = window.location.hostname;\n return hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1;\n};\n\nwminst.isMoneyVideo = function(v) {\n var sectionName = v.sectionName || v.category || \"\";\n var sectionNameList = [\"media\", \"intl_business\", \"tech\", \"business\", \"business-videos\", \"cars\", \"investing\", \"success\", \"perspectives\", \"homes\"];\n return sectionNameList.includes(sectionName);\n};\n\nwminst.getAMPVideoTimeStamp = function() {\n var pathName = window.location.pathname;\n var ts = \"\";\n if (pathName.indexOf(\"/v1/amp\") != -1 || pathName.indexOf(\"/v1/cnneamp\") != -1 || pathName.indexOf(\"/v1/fbia\") != -1 || pathName.indexOf(\"/v1/fbiaV2\") != -1) {\n ts = new Date().getTime();\n }\n return ts;\n};\nvar mediaPlayer = new Array;\nwminst.getCNNMediaCollection = function() {\n\treturn {\n\t\tget: function(i, p) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\treturn mPlayer[j][p];\n\t\t\t\t}\t\n\t\t\t}\n\t\t},\n\t\tset: function(i, p, v) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\tmPlayer[j][p] = v;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\t\n\t\t},\n\t\ttoggle: function(i, p) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\tvar v = mPlayer[j][p];\n\t\t\t\t\tmPlayer[j][p] = !v;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\t\n\t\t},\t\t\n\t\tstart: function(i, t) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tmPlayer.push(new objMediaPlayer(i,t));\n\t\t\tfunction objMediaPlayer(cid, mediaTitle) {\n\t\t\t\tthis.containerId = cid;\n\t\t\t\tthis.mediaTitle = mediaTitle;\n\t\t\t\tthis.vidStarted = false;\n\t\t\t\tthis.audStarted = false;\n\t\t\t\tthis.hasScrubbed = false;\n\t\t\t\tthis.isAuto = false;\n\t\t\t\tthis.isTen = false;\n\t\t\t\tthis.isTwentyFive = false;\n\t\t\t\tthis.isHalf = false;\n\t\t\t\tthis.isSeventyFive = false;\n\t\t\t\tthis.isBuffering = false;\n\t\t\t\tthis.isPaused = false;\n\t\t\t\tthis.isMidrollStarted = false;\n\t\t\t\tthis.adNumber = 0;\n\t\t\t\tthis.startTime = (new Date).getTime();\n\t\t\t\tthis.currentTime = (new Date).getTime();\n\t\t\t\tthis.timeSpent = 0;\n\t\t\t}\n\t\t},\n\t\tpause: function(i) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\tvar p = mPlayer[j].isPaused;\n\t\t\t\t\tvar b = mPlayer[j].isBuffering;\n\t\t\t\t\tif (!b) {\n\t\t\t\t\t\tif (p) {\n\t\t\t\t\t\t\tmPlayer[j].startTime = (new Date).getTime();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvar playedTime = (new Date).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent;\n\t\t\t\t\t\t\tmPlayer[j].timeSpent = playedTime;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tmPlayer[j].isPaused = !p;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\t\n\t\t},\n\t\tbuffer: function(i) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\tvar p = mPlayer[j].isPaused;\n\t\t\t\t\tvar b = mPlayer[j].isBuffering;\n\t\t\t\t\tif (!p) {\n\t\t\t\t\t\tif (b) {\n\t\t\t\t\t\t\tmPlayer[j].startTime = (new Date).getTime();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvar playedTime = (new Date).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent;\n\t\t\t\t\t\t\tmPlayer[j].timeSpent = playedTime;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\t\n\t\t\t\t\tmPlayer[j].isBuffering = !b;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tprogress: function(i) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\tmPlayer[j].currentTime = (new Date).getTime();\n\t\t\t\t\tvar playedTime = (mPlayer[j].currentTime - mPlayer[j].startTime + mPlayer[j].timeSpent) / 1000;\n\t\t\t\t\tmPlayer[j].startTime = (new Date).getTime();\n\t\t\t\t\tmPlayer[j].timeSpent = 0;\n\t\t\t\t\treturn Math.round(playedTime);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\t\n\t\t},\n\t\tcomplete: function(i) {\n\t\t\tvar mPlayer = mediaPlayer;\n\t\t\tfor (var j = mPlayer.length - 1; j >= 0; j--) {\n\t\t\t\tif (mPlayer[j].containerId == i) {\n\t\t\t\t\tvar playedTime = ((new Date).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent) / 1000;\n\t\t\t\t\tmPlayer[j].timeSpent = 0;\n\t\t\t\t\treturn Math.round(playedTime);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\t\n\t\t}\n\t};\n};\n\n\nwminst.capCNNTimeSpent = function(timeSpent, trt, liveInterval) {\n try { //check media time spent value\n var timeLimit = 0;\n if ((parseFloat(timeSpent) == parseInt(timeSpent)) && !isNaN(timeSpent)) {\n if (liveInterval && liveInterval > 0) {\n timeLimit = liveInterval; //time limit value set by webdev\n } else {\n timeLimit = 60; //time limit in sec\n if (trt && parseFloat(trt) > 0) {\n timeLimit = parseFloat(trt) * 2;\n }\n }\n if (timeSpent > timeLimit) {\n timeSpent = timeLimit;\n } else if (timeSpent < 0) {\n timeSpent = 0;\n }\n } else {\n timeSpent = 0;\n }\n } catch (e) {\n timeSpent = 0;\n }\n return timeSpent;\n};\n\nwminst.capCNNTimeSpent2 = function(timeSpent, trt) {\n try { //check media time spent value\n if ((parseFloat(timeSpent) == parseInt(timeSpent)) && !isNaN(timeSpent)) { //valid time spent value\n if (trt && !isNaN(trt) && (parseFloat(trt) == parseInt(trt))) { //valid media length\n if (timeSpent > parseFloat(trt) * 2) {\n timeSpent = parseFloat(trt) * 2;\n } else if (timeSpent < 0) {\n timeSpent = 0;\n }\n } else { //invalid media length\n timeSpent = 0;\n }\n } else { //invalid time spent value\n timeSpent = 0;\n }\n } catch (e) {\n timeSpent = 0;\n }\n return timeSpent;\n};\n});", "27f618c0-0a33-4ce8", "", "_satellite[\"_runScript5\"](function(event, target, Promise) {\nPubSub.subscribe(\"site_registration_success\", function(data) {\n s.manageVars(\"clearVars\");\n s.linkTrackVars = \"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\";\n s.linkTrackEvents = \"event52,event76\";\n s.events = s.linkTrackEvents;\n s.server = wminst.Util.getADBPURL(\"domain\");\n s.channel = wminst.Util.getCNNSection(0);\n s.pageName = wminst.Util.getCNNPageName();\n s.prop28 = wminst.Util.getCNNSection(1);\n s.prop30 = wminst.Util.getSiteSpecificSettings(1);\n s.prop32 = wminst.Util.getCNNTemplateType(\"long\");\n s.prop33 = wminst.Util.getCNNContentType(\"adbp:none\");\n s.prop35 = wminst.Util.getCNNCodeVersion();\n s.eVar36 = wminst.Util.getCNNKruxID();\n s.prop59 = wminst.Util.getCNNAdobeID();\n try {\n s.prop69 = \"user:account created\";\n } catch (e) {}\n try {\n\twminst.Util.setIds();\n\ts.tl(this, \"o\", \"site_registration_success\");\n } catch (e) {}\n s.clearVars();\n});\nPubSub.subscribe(\"site_login_success\", function(data) {\n s.manageVars(\"clearVars\");\n s.linkTrackVars = \"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,eVar89,list2\";\n s.linkTrackEvents = \"event54,event76\";\n s.events = s.linkTrackEvents;\n s.server = wminst.Util.getADBPURL(\"domain\");\n s.channel = wminst.Util.getCNNSection(0);\n s.pageName = wminst.Util.getCNNPageName();\n s.prop28 = wminst.Util.getCNNSection(1);\n s.prop30 = wminst.Util.getSiteSpecificSettings(1);\n s.prop32 = wminst.Util.getCNNTemplateType(\"long\");\n s.prop33 = wminst.Util.getCNNContentType(\"adbp:none\");\n s.prop35 = wminst.Util.getCNNCodeVersion();\n s.eVar36 = wminst.Util.getCNNKruxID();\n s.prop59 = wminst.Util.getCNNAdobeID();\n try {\n s.prop69 = \"user:login success\";\n } catch (e) {}\n var userObj = wminst.Util.gCNNUserAuthState();\n s.eVar89 = userObj.user_login_status;\n try {\n\twminst.Util.setIds();\n\ts.tl(this, \"o\", \"site_login_success\");\n } catch (e) {}\n s.clearVars();\n});\n\nPubSub.subscribe(\"site_subscription_success\", function(data) {\n s.manageVars(\"clearVars\");\n s.linkTrackVars = \"events,pageName,channel,server,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop69,eVar69,eVar102\";\n s.linkTrackEvents = \"event76,event108\";\n s.events = s.linkTrackEvents;\n s.pageName = wminst.Util.getCNNPageName();\n s.server = wminst.Util.getADBPURL(\"domain\");\n s.channel = wminst.Util.getCNNSection(0);\n s.prop28 = wminst.Util.getCNNSection(1);\n s.prop30 = wminst.Util.getSiteSpecificSettings(1);\n s.prop32 = wminst.Util.getCNNTemplateType(\"long\");\n s.prop33 = wminst.Util.getCNNContentType(\"adbp:none\") || \"adbp:none\";\n s.prop35 = wminst.Util.getCNNCodeVersion();\n if (data.billing_interval && data.billing_interval !== \"\") {\n\ts.eVar102 = data.billing_interval;\n }\n var interaction_type = \"cnn plus: subscription success\";\n s.prop69 = interaction_type; s.eVar69 = \"D=c69\";\n try {\n\twminst.Util.setIds();\n\ts.tl(this, \"o\", \"site_subscription_success\");\n } catch (e) {}\n s.clearVars();\n});\n});", "e8bec7a9-213b-44f6", "", "_satellite[\"_runScript6\"](function(event, target, Promise) {\nPubSub.subscribe(\"cnnvideo-start\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data);\n});\n\nPubSub.subscribe(\"cnnvideo-autostart\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data);\n});\n\nPubSub.subscribe(\"cnnvideo-live\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data, \"live\");\n});\n\nPubSub.subscribe(\"cnnvideo-episode\", function(data) {\n wminst.nielsenVideoBeacon(\"dav0\", data);\n});\n\nPubSub.subscribe(\"cnnvideo-complete\", function(data) {\n wminst.nielsenVideoBeacon(\"dav2\", data);\n});\n\nwminst.nielsenVideoBeacon = function(state, data, cg) {\n var v = wminst.Util.getVideoMetadata(data);\n var ci, c6, tl, random, url;\n ci = \"us-100120\";\n c6 = (v.category && (v.category == \"cnnmoney\" || v.category == \"business\")) ? \"vc,c02\" : \"vc,b01\";\n tl = state + \"-\" + v.id;\n random = +(new Date());\n url = \"//secure-us.imrworldwide.com/cgi-bin/m?ci=\" + ci + \"&c6=\" + c6 + \"&cc=1&tl=\" + tl + \"&rnd=\" + random;\n if (cg) url += \"&cg=\" + cg;\n wminst.Util.sendImagePixel(url);\n};\n});", "47d51a69-0d3a-4e0d", "", "_satellite[\"_runScript7\"](function(event, target, Promise) {\nwminst.bomboraPageBeacon = function() {\n if (!window._ml) {\n (function (w,d,t){\n _ml = w._ml || {};\n _ml.nq = w._ml.nq || [];\n _ml.nq.push(['track', '64240', {fp: 'YOUR_USER_ID'}]);\n var s, cd, tag; s = d.getElementsByTagName(t)[0]; cd = new Date();\n tag = d.createElement(t); tag.async = 1;\n tag.src = 'https://cdn.ml314.com/taglw.js';\n s.parentNode.insertBefore(tag, s);\n })(window,document,'script');\n } else {\n _ml.nq = window._ml.nq || [];\n _ml.nq.push(['track', '64240']);\n }\n};\n\nPubSub.subscribe(\"dynamic-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"tab-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"cnnsearch-results\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"weather-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"picker-pageview\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"readmore-page\", function(data) {\n wminst.bomboraPageBeacon();\n});\n\nPubSub.subscribe(\"breaking-news\", function(data) {\n if (data.domain && (data.domain == \"cnn.com\" || data.domain == \"us.cnn.com\" || data.domain == \"sweet.next.cnn.com\" || data.domain == \"edition.cnn.com\")) {\n // Do Nothing\n } else {\n wminst.bomboraPageBeacon();\n }\n});\n\n\n/* ============== Page Load ============= */\nif (!wminst.Util.isDynamicPage() && !wminst.Util.isFavePage() && !wminst.Util.inIFrame()) { \n wminst.bomboraPageBeacon();\n}\n});", "776f2e3c-a211-4b44", "", "105d744c-4f1f-4eed", "", "_satellite[\"_runScript9\"](function(event, target, Promise) {\ntry {\n requirejs([\"//i.cdn.turner.com/analytics/comscore/streamsense.5.2.0.160629.min.js\"], function() {});\n} catch (e) {\n wminst.Util.loadScript(\"//s.cdn.turner.com/analytics/comscore/streamsense.5.2.0.160629.min.js\");\n}\n\nPubSub.subscribe(\"Player_Ready\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n});\nPubSub.subscribe(\"cs_video-preroll\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n if (!wminst.prev_vid) { //first video\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n } else if (wminst.prev_vid && wminst.prev_vid !== data.id) { //new video\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n } else if (wminst.completed_vid && wminst.completed_vid == data.id) {\n wminst.completed_vid = \"\";\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n }\n wminst.prev_vid = data.id;\n var clength = data.ad_duration || 0;\n try {\n clength = parseInt(clength);\n if (clength % 1000 !== 0) {\n clength = clength * 1000;\n }\n } catch (e) {\n clength = 0;\n }\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var metadata = {\n ns_st_cl: clength || 3000,\n cs_ucfr: cs_ucfr\n };\n if (ns_) {\n ns_.StreamingTag.AdType = {\n BrandedOnDemandContent: \"34\",\n BrandedOnDemandLive: \"35\",\n BrandedOnDemandMidRoll: \"32\",\n BrandedOnDemandPostRoll: \"33\",\n BrandedOnDemandPreRoll: \"31\",\n LinearLive: \"21\",\n LinearOnDemandMidRoll: \"12\",\n LinearOnDemandPostRoll: \"13\",\n LinearOnDemandPreRoll: \"11\",\n Other: \"00\"\n };\n }\n var atype = ns_.StreamingTag.AdType.LinearOnDemandPreRoll;\n if (data.adType && data.adType.toLowerCase() === \"midroll\") { atype = ns_.StreamingTag.AdType.LinearOnDemandMidRoll; } \n if (data.adType && data.adType.toLowerCase() === \"postroll\") { atype = ns_.StreamingTag.AdType.LinearOnDemandPostRoll; } \n if (data.isLive && (data.isLive == \"true\" || data.isLive == true)) {\n atype = ns_.StreamingTag.AdType.LinearLive;\n }\n wminst.myStreamingTag.playVideoAdvertisement(metadata, atype);\n});\nPubSub.subscribe(\"cs_ad-complete\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\nPubSub.subscribe(\"cs_video-play\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n if (!wminst.prev_vid) { //first video\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n } else if (wminst.prev_vid && wminst.prev_vid !== data.id) { //new video\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n } else if (wminst.completed_vid && wminst.completed_vid == data.id) {\n wminst.completed_vid = \"\";\n wminst.myStreamingTag = new ns_.StreamingTag({\n customerC2: \"6035748\"\n });\n }\n wminst.prev_vid = data.id;\n var clength = data.trt || 0;\n\tvar c4 = \"CNN\";\n\tvar c3 = \"*null\";\n\tvar c6 = \"*null\";\n try {\n clength = parseInt(clength);\n if (clength % 1000 !== 0) {\n clength = clength * 1000;\n }\n } catch (e) {\n clength = 0;\n }\n var adate = data.timestamp || \"\";\n try {\n if (adate) {\n adate = new Date(adate);\n adate = adate.toISOString().substring(0, 10);\n }\n } catch (e) {}\n if (window.location.hostname.indexOf(\"edition\") != -1) {\n c4 = \"CNNI\";\n\t\tc3 = \"CNNEDITION\";\n }\n if (typeof data.category != 'undefined' && data.category.toLowerCase() === \"spanish\") {\n c4 = \"CNNESPANOL\";\n }\n if (typeof data.category != 'undefined' && data.category.toLowerCase() === \"cnnmoney\") {\n c4 = \"CNNMONEY\";\n }\n\tvar ch = wminst.Util.getCNNSection(0) || \"\";\n\tvar pn = {\n\t\t\t\"entertainment\":\t\"CNNENT\",\n\t\t\t\"health\":\t\t \"CNNHEALTH\",\n\t\t\t\"politics\":\t\t \"CNNPOLITICS\",\n\t\t\t\"tech\":\t\t\t \"CNNTECH\",\n\t\t\t\"travel\":\t\t \"CNNTRAVEL\",\n\t\t\t\"us\":\t\t\t \"CNNUS\",\n\t\t\t\"world\":\t\t \"CNNWORLD\",\n\t\t\t\"opinions\":\t\t \"CNNOPINION\",\n\t\t\t\"living\":\t\t \"CNNLIVING\",\n\t\t\t\"cnn homepage\":\t \"CNNHOME\",\n\t\t\t\"ireport\": \"IREPORT\",\n\t\t\t\"justice\": \"CNNJUSTICE\",\n\t\t\t\"elections\": \"CNNPOLITICS\",\n\t\t\t\"style\":\t\t\t \"CNNSTYLE\"\n\t\t} [ch];\n\tif (pn) { c4 = pn; }\n\tif(pn && ch == \"elections\"){ c6 = \"ELECTION\";}\n if (wminst.isMoneyVideo(data)) {\n \t\tc4 = \"CNNBUSINESS\";\n \t\tc6 = \"BUSINESS\";\n }\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var metadata = {\n ns_st_ci: data.id,\n ns_st_cl: clength,\n ns_st_st: \"*null\",\n ns_st_pu: \"CNN\",\n ns_st_pr: data.subcategory || \"*null\",\n ns_st_ep: data.headline || \"*null\",\n ns_st_sn: \"*null\",\n ns_st_en: \"*null\",\n ns_st_ge: data.category || \"*null\",\n ns_st_ia: \"0\",\n ns_st_ce: \"0\",\n ns_st_ddt: \"*null\",\n ns_st_tdt: adate || \"*null\",\n c3: c3,\n c4: c4,\n c6: c6,\n cs_ucfr: cs_ucfr\n };\n if (ns_) {\n ns_.StreamingTag.ContentType = {\n Bumper: \"99\",\n Live: \"13\",\n LongFormOnDemand: \"12\",\n Other: \"00\",\n ShortFormOnDemand: \"11\",\n UserGeneratedLive: \"23\",\n UserGeneratedLongFormOnDemand: \"22\",\n UserGeneratedShortFormOnDemand: \"21\"\n };\n }\n var vtype = ns_.StreamingTag.ContentType.ShortFormOnDemand;\n if (data.content_type && data.content_type == \"episode\") {\n vtype = ns_.StreamingTag.ContentType.LongFormOnDemand;\n }\n if (data.id && data.id.indexOf(\"cvplive\") != -1 ) {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n if (data.isLive && data.isLive == \"true\") {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n wminst.myStreamingTag.playVideoContentPart(metadata, vtype);\n});\nPubSub.subscribe(\"cs_video-pause\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\nPubSub.subscribe(\"cs_video-resume\", function(data) {\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n\n var clength = data.trt || 0;\n\tvar c4 = \"CNN\";\n\tvar c3 = \"*null\";\n\tvar c6 = \"*null\";\n try {\n clength = parseInt(clength);\n if (clength % 1000 !== 0) {\n clength = clength * 1000;\n }\n } catch (e) {\n clength = 0;\n }\n var adate = data.timestamp || \"\";\n try {\n if (adate) {\n adate = new Date(adate);\n adate = adate.toISOString().substring(0, 10);\n }\n } catch (e) {}\n if (window.location.hostname.indexOf(\"edition\") != -1) {\n c4 = \"CNNI\";\n\t\tc3 = \"CNNEDITION\";\n }\n if (typeof data.category != 'undefined' && data.category.toLowerCase() === \"spanish\") {\n c4 = \"CNNESPANOL\";\n }\n if (typeof data.category != 'undefined' && data.category.toLowerCase() === \"cnnmoney\") {\n c4 = \"CNNMONEY\";\n }\n\tvar ch = wminst.Util.getCNNSection(0) || \"\";\n\tvar pn = {\n\t\t\t\"entertainment\":\t\"CNNENT\",\n\t\t\t\"health\":\t\t \"CNNHEALTH\",\n\t\t\t\"politics\":\t\t \"CNNPOLITICS\",\n\t\t\t\"tech\":\t\t\t \"CNNTECH\",\n\t\t\t\"travel\":\t\t \"CNNTRAVEL\",\n\t\t\t\"us\":\t\t\t \"CNNUS\",\n\t\t\t\"world\":\t\t \"CNNWORLD\",\n\t\t\t\"opinions\":\t\t \"CNNOPINION\",\n\t\t\t\"living\":\t\t \"CNNLIVING\",\n\t\t\t\"cnn homepage\":\t \"CNNHOME\",\n\t\t\t\"ireport\": \"IREPORT\",\n\t\t\t\"justice\": \"CNNJUSTICE\",\n\t\t\t\"elections\": \"CNNPOLITICS\",\n\t\t\t\"style\":\t\t\t \"CNNSTYLE\"\n\t\t} [ch];\n\tif (pn) { c4 = pn; }\n\tif(pn && ch == \"elections\"){ c6 = \"ELECTION\";}\n if (wminst.isMoneyVideo(data)) {\n \t\tc4 = \"CNNBUSINESS\";\n \t\tc6 = \"BUSINESS\";\n }\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var metadata = {\n ns_st_ci: data.id,\n ns_st_cl: clength,\n ns_st_st: \"*null\",\n ns_st_pu: \"CNN\",\n ns_st_pr: data.subcategory || \"*null\",\n ns_st_ep: data.headline || \"*null\",\n ns_st_sn: \"*null\",\n ns_st_en: \"*null\",\n ns_st_ge: data.category || \"*null\",\n ns_st_ia: \"0\",\n ns_st_ce: \"0\",\n ns_st_ddt: \"*null\",\n ns_st_tdt: adate || \"*null\",\n c3: c3,\n c4: c4,\n c6: c6,\n cs_ucfr: cs_ucfr\n };\n if (ns_) {\n ns_.StreamingTag.ContentType = {\n Bumper: \"99\",\n Live: \"13\",\n LongFormOnDemand: \"12\",\n Other: \"00\",\n ShortFormOnDemand: \"11\",\n UserGeneratedLive: \"23\",\n UserGeneratedLongFormOnDemand: \"22\",\n UserGeneratedShortFormOnDemand: \"21\"\n };\n }\n var vtype = ns_.StreamingTag.ContentType.ShortFormOnDemand;\n if (data.content_type && data.content_type == \"episode\") {\n vtype = ns_.StreamingTag.ContentType.LongFormOnDemand;\n }\n if ( data.id && data.id.indexOf(\"cvplive\") != -1 ){\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n if (data.isLive && data.isLive == \"true\") {\n vtype = ns_.StreamingTag.ContentType.Live;\n }\n wminst.myStreamingTag.playVideoContentPart(metadata, vtype);\n});\nPubSub.subscribe(\"cs_video-complete\", function(data) {\n wminst.completed_vid = data.id;\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\nPubSub.subscribe(\"Video_Completed\", function(data) {\n wminst.completed_vid = data.id;\n if (typeof wminst.myStreamingTag != \"undefined\") {\n wminst.myStreamingTag.stop();\n }\n});\n});", "8fff4f94-b3a0-49f4", "", "_satellite[\"_runScript10\"](function(event, target, Promise) {\nwminst.comscorePageBeacon = function() {\n var c_id = \"6035748\";\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\n var _comscore = window._comscore = _comscore || [];\n if (wminst.Util.isFBIAPage() === true) {\n var comscorekw = \"fbia\";\n _comscore.push({ c1: \"2\", c2: c_id, cs_ucfr: cs_ucfr, options:{url_append: \"comscorekw=fbia\"}});\n } else {\n _comscore.push({ c1: \"2\", c2: c_id, cs_ucfr: cs_ucfr });\n }\n \n try {\n if (window.COMSCORE) {\n COMSCORE.beacon(_comscore[0]);\n wminst.Util.sendImagePixel(\"//cdn.cnn.com/analytics/cnn/comscore-pageview-candidate.json\");\n } else {\n var protocol = document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\";\n wminst.Util.loadScript(protocol + \".scorecardresearch.com/beacon.js\");\n }\n } catch (e) {}\n};\n\nPubSub.subscribe(\"dynamic-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"tab-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"cnnsearch-results\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"weather-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"picker-pageview\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"cnngallery-click\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"readmore-page\", function(data) {\n wminst.comscorePageBeacon();\n});\n\nPubSub.subscribe(\"breaking-news\", function(data) {\n if (data.domain && (data.domain == \"cnn.com\" || data.domain == \"us.cnn.com\" || data.domain == \"sweet.next.cnn.com\" || data.domain == \"edition.cnn.com\")) {\n // Do Nothing\n } else {\n wminst.comscorePageBeacon();\n }\n});\n\n\n/* ============== Page Load ============= */\nif (!wminst.Util.isDynamicPage() && !wminst.Util.isFavePage() && !wminst.Util.inIFrame()) { \n wminst.comscorePageBeacon();\n}\n\n\n});", "eb13f682-6922-4e4f", "", "_satellite[\"_runScript11\"](function(event, target, Promise) {\nvar _qevents = _qevents || [];\n\n(function() {\n var elem = document.createElement('script');\n elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n elem.async = true;\n elem.type = \"text/javascript\";\n elem.onload = function() {\n window._qevents.push({\n qacct:\"p-D1yc5zQgjmqr5\"\n });\n }\n var scpt = document.getElementsByTagName('script')[0];\n scpt.parentNode.insertBefore(elem, scpt);\n})();\n});", "8340dd39-40c5-4fa2", "", "_satellite[\"_runScript12\"](function(event, target, Promise) {\nvar script = document.createElement('script');\nscript.type = 'text/javascript';\nscript.src = '//tag.bounceexchange.com/340/i.js';\nscript.async = true;\ndocument.head.appendChild(script);\n});", "https://signal-beacon.s-onetag.com/cnn-beacon.min.js?affiliateId=276894", "5914ba5e-9b7b-4207", "", "_satellite[\"_runScript10\"](function(event, target, Promise) {\nfunction checkUserAuthentication(){var e=\"\";return window.is_expansion||(e=void 0!==s.prop32&&s.prop32.includes(\"interactive\")?wminst.Util.getCNNAuthenticated(\"authid\",\"displayname\",\"reg:logged in\",\"requires authentication\",\"reg:not logged in\",\"?\"):void 0!==s.prop28&&\"watch cnn:activation\"==s.prop28?wminst.Util.getCNNAuthenticated(\"authid\",\"displayname\",\"reg:logged in\",\"does not require authentication\",\"reg:not logged in\",\"?\"):wminst.Util.getCNNAuthenticated(\"authid\",\"displayname\",\"reg:logged in\",\"anonymous\",\"reg:not logged in\",\"?\")),e}wminst.trackPage=function(){wminst.Util.setCommonVars(!0),wminst.Util.setPageVars(),s.t()},wminst.trackLink=function(e){wminst.Util.setCommonVars(!1),s.tl(this,\"o\",e)},wminst.getSocialClick=function(e){var t=e.interaction||e.clickObj||{},r=\"string\"==typeof t?t:t.socialType||\"\";return(r=r.replace(\": \",\":\")).startsWith(\"social\")||(r=\"social:\"+r),r.endsWith(\"click\")||(r+=\"_click\"),wminst.Util.isFactsFirstPage()&&(r=r.replace(\"social:\",\"facts first:share:\")),t.isMainNav&&(r+=\":global\"),t.component&&t.socialType&&t.action&&(r=t.component+\":\"+t.socialType+\":\"+t.action),r},wminst.getInteractionType=function(e){var t=\"\";return\"priceless xi\"==e.branding_social?t=\"priceless xi\":\"politics:submit debate topics\"==e.interaction?t=\"debate topic submission\":s.prop69&&(t=s.prop69),t},wminst.waitAfterInteraction=function(e){\"account nav:topics you can follow\"==e.interaction&&wminst.Util.wait(50)},wminst.setBounceX=function(e){if(e.bouncex&&(s.prop62=e.bouncex.toLowerCase(),s.linkTrackEvents=s.linkTrackEvents+\",event20\",s.events=s.linkTrackEvents,\"\"!==s.prop62)){let e=s.events.split(\",\");for(let t=0;t<=e.length;t++)\"event26\"!==e[t]&&\"event39\"!==e[t]&&\"event76\"!==e[t]&&\"event21\"!==e[t]||(e.splice(t,1),t=0);s.linkTrackEvents=e.toString(),s.events=s.linkTrackEvents,s.linkTrackVars=\"events,campaign,eVar36,eVar59,prop59,prop62,eVar62,eVar73,prop73,list2\"}},wminst.setDynamicPageHeadline=function(e){if(e.headline)try{window.CNN=window.CNN||{},window.CNN.omniture=window.CNN.omniture||{},window.CNN.omniture.section=e.section,window.CNN.omniture.template_type=e.template_type,window.CNN.omniture.branding_content_page=e.branding_content_page,window.CNN.omniture.branding_social=e.branding_social,window.CNN.omniture.cap_author=e.cap_author,window.CNN.omniture.cap_genre=e.cap_genre,window.CNN.omniture.cap_content_type=e.cap_content_type,window.CNN.omniture.cap_topic=e.cap_topic,window.CNN.contentModel=window.CNN.contentModel||{},window.CNN.contentModel.analytics=window.CNN.contentModel.analytics||{},window.CNN.contentModel.analytics.pageTop=e.page_top||{},window.CNN.contentModel.analytics.isArticleVideoCollection=e.is_article_video_collection||!1,window.CNN.omniture.user_auth_state=e.user_auth_state,s.prop10=wminst.Util.getCNNDaysSinceLastPublish(e.publish_date),s.prop14=e.branding_social,s.prop14&&\"\"!==s.prop14&&(s.events=\"event24,\"+s.events),wminst.Util.addBrandingEvent(),s.linkTrackEvents=s.events,s.prop16=e.publish_date,s.prop23=e.headline.toLowerCase(),s.channel=e.section[0],s.prop28=e.section[0]+\":\"+(e.section[1]?e.section[1]:\"nvs\"),wminst.Util.addArticleEvent(),s.linkTrackEvents=s.events,e.load_type&&\"lazy_load\"==e.load_type&&(s.events=\"event26,event72\",s.linkTrackEvents=s.events),e.load_type&&\"refresh_load\"==e.load_type&&(s.events=\"event26,event71\",s.linkTrackEvents=s.events)}catch(e){}},wminst.setOnboardingPageName=function(e){\"onboarding\"==e.page&&(s.pageName=s.pageName||wminst.Util.getCNNPageName(),e.pathName&&(s.pageName+=e.pathName),e.viewName&&(s.pageName+=\"/\"+e.viewName))},wminst.setOnboardingInteraction=function(e,t){\"onboarding\"==e.page&&(s.pageName=t,s.prop69=\"registration onboarding\",e.interaction&&(s.prop69+=\":\"+e.interaction),e.newsletter&&(s.prop69+=\":\"+e.newsletter))},wminst.setModuleLoad=function(e){if(\"module load\"==e.interaction){wminst.Util.setLinkTrackVars(\"eVar122,eVar123\"),s.linkTrackEvents=\"event117\";let r=(e.componentName||\"\").toLowerCase();if(r.includes(\"follow topic\")){s.linkTrackEvents=\"event116\";let t=e.followTopicNames||[];for(let e=0;e{t.push(e.message?.toLowerCase())})),e.errorMessage&&t.push(e.errorMessage.toLowerCase()),t.join()},wminst.getLSPostInteraction=function(e){var t=e.isDeepLink?\"deeplink\":\"not deeplink\";return[\"live story\",e.postNumber,e.totalPosts,e.tabView,e.sortType,e.postType,t].join(\":\").toLowerCase()},wminst.getSubscriptionInfo=function(e){if(\"subscription cancel success\"==e.action&&(e.subModify=\"cancelled\"),e.subCurrent&&e.subModify)return[e.subCurrent,e.subModify].join(\":\").toLowerCase()},wminst.trackArticleViewed=function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\";var t={\"article start\":\"event43\",\"article 25\":\"event44\",\"article 50\":\"event46\",\"article 75\":\"event47\",\"article complete\":\"event57\"}[e.interaction];t&&(s.linkTrackEvents=t+\",event76\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=wminst.Util.getCNNTemplateType(\"long\")+\":\"+e.interaction,wminst.trackLink(e.interaction),s.clearVars())},wminst.trackUserAccount=function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2,eVar101,eVar131,eVar133,eVar134\";var t={\"account created\":\"event52\",\"logged in\":\"event54\",\"logged out\":\"event101\",\"login failure\":\"event102\",\"registration failure\":\"event103\",\"subscription success\":\"event108\",\"subscription failure\":\"event127\"}[e.action];if(t){parseInt(t.substr(5))<76?s.linkTrackEvents=t+\",event76\":s.linkTrackEvents=\"event76,\"+t,s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=\"cnn account:\"+e.action,e.method&&(s.prop69+=\":\"+e.method.toLowerCase());var r=wminst.getErrorMessage(e);r&&(s.prop69+=\":\"+r),s.eVar101=wminst.Util.modSubscriberType(e.subType),s.eVar131=(e.method||\"\").toLowerCase(),s.eVar133=wminst.getSubscriptionInfo(e),s.eVar134=(e.productId||\"\").toLowerCase(),wminst.trackLink(s.prop69),s.clearVars()}},wminst.trackLiveStoryPost=function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop43,prop50,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event121\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop43=e.postId||\"\",s.prop50=(e.postTitle||\"\").toLowerCase(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=wminst.getLSPostInteraction(e.interaction),wminst.trackLink(s.prop69),s.clearVars()},PubSub.subscribe(\"dynamic-autoRefresh\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,eVar37,prop44,eVar45,prop46,eVar46,prop47,eVar47,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event60\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.eVar37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop69=e,s.prop73=wminst.Util.getCNNVisitorID(\"s_vi\"),wminst.trackLink(\"auto-refresh\"),s.clearVars()})),PubSub.subscribe(\"dynamic-page\",(function(e){if((wminst.Util.isTravelPage()||wminst.Util.isStylePage())&&!wminst.Util.isLiveStoryPage())return wminst.trackPage();s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,hier1,prop2,eVar2,prop4,eVar4,prop5,eVar5,prop14,eVar14,prop15,eVar15,eVar22,prop23,eVar23,prop43,prop44,eVar45,prop48,prop50,eVar50,prop51,prop64,eVar64,eVar65,prop73,eVar73,prop75,eVar75,eVar79,eVar105,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents;var t=e.clickObj||{};if(t.socialType){var r=s.pageName;if(r.match(/\\s\\[.+\\]$/)){var a=/(.+)\\s\\[.+\\]$/.exec(r);a&&(r=a[1])}s.pageName=r+\" [\"+t.socialType+\"]\"}if(e.pageURL){try{e.pageURL.split(\"/\")[2].replace(\"www.\",\"\"),e.pageURL=e.pageURL.toLowerCase(),e.pageURL=e.pageURL.replace(/^.*\\/\\/[^\\/]+/,\"\"),e.pageURL=e.pageURL.replace(\"/index.html\",\"/\"),s.pageName=wminst.Util.getCNNPageName(e.pageURL)}catch(e){}}void 0!==window.CNN&&void 0!==window.CNN.omniture&&void 0!==window.CNN.omniture.section&&\"facts first\"==window.CNN.omniture.section[1]&&(s.linkTrackEvents=s.linkTrackEvents+\",event59\",s.events=s.linkTrackEvents),s.pageURL=wminst.Util.getCNNPageURL();try{var i=\"\",n=\"\",o=\"\";n=wminst.Util.getCNNPublishDate(),i=wminst.Util.getCNNDaysSinceLastPublish(\"a\");var p=[\"content:\",\"live story\"];o=wminst.Util.getCNNTemplateType(\"long\");var c=!1;if(o&&void 0!==o){for(var l in p)-1!=o.indexOf(p[l])&&(c=!0);c?(s.prop10=i,s.prop16=n):(s.prop10=\"\",s.prop16=\"\")}if(void 0!==window.CNN.omniture&&void 0!==window.CNN.omniture.branding_social)try{s.prop14=window.CNN.omniture.branding_social||\"\"}catch(e){}s.prop23=wminst.Util.getCNNPageHeadline(),\"ngtv\"==wminst.Util.getCNNUIEngagement()&&(s.prop57=e.mvpd,s.prop59=e.adobe_hash_id)}catch(e){}wminst.setDynamicPageHeadline(e);try{s.prop64=wminst.Util.getCNNUIEngagement(),s.prop2=wminst.Util.getCNNAuthor(),wminst.Util.setPageAttribution(),s.prop5=wminst.Util.getCNNCapGenre(),s.prop8=wminst.Util.getCNNVisitNumber(),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop26=wminst.Util.getCNNBaseURL(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop43=wminst.Util.getCNNPostID(),s.prop44=wminst.Util.getCNNSourceID(),s.eVar45=wminst.Util.getLSPostPosition(),s.prop48=wminst.Util.getCNNTopicAvailability(),s.prop50=wminst.Util.getCNNPostTitle(),s.prop51=wminst.Util.getCNNSiteSectionLevel3(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop75=wminst.Util.getCNNUserAuthState(),s.hier1=wminst.Util.getCNNHierachy()}catch(e){}try{if(wminst.Util.isPoliticsExplorer()&&(s.eVar50=wminst.Util.getCNNInteractiveState(e),s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"explorer\"),s.eVar79=wminst.Util.getCNNExploreIndentify(e)),e.interaction_type&&-1!=e.interaction_type.indexOf(\"road-to-270\")){var m=e.interaction_type.split(\":\");s.pageName=s.pageName+\"[\"+m[2].toLowerCase()+\"]\",s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"road-to-270\")}}catch(e){}wminst.setOnboardingPageName(e),wminst.trackPage()})),PubSub.subscribe(\"refresh_load\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,hier1,prop2,eVar2,prop4,eVar4,prop5,eVar5,prop14,eVar14,prop15,eVar15,eVar22,prop23,eVar23,prop43,prop44,eVar45,prop48,prop50,eVar50,prop51,prop64,eVar64,eVar65,prop73,eVar73,prop75,eVar75,eVar79,eVar105,list2\",s.events=\"event26,event71\",s.linkTrackEvents=s.events,s.prop2=wminst.Util.getCNNAuthor(),wminst.Util.setPageAttribution(),s.prop5=wminst.Util.getCNNCapGenre(),s.prop8=wminst.Util.getCNNVisitNumber(),s.prop10=wminst.Util.getCNNDaysSinceLastPublish(\"a\"),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.prop16=wminst.Util.getCNNPublishDate(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop26=wminst.Util.getCNNBaseURL(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.eVar45=wminst.Util.getLSPostPosition(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop48=wminst.Util.getCNNTopicAvailability(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop51=wminst.Util.getCNNSiteSectionLevel3(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),s.hier1=wminst.Util.getCNNHierachy();try{s.prop23=e.headline.toLowerCase(),s.prop43=e.post_id,s.prop50=e.post_title.toLowerCase()}catch(e){}wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"dynamic-link\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,wminst.trackLink(e.link_name),s.clearVars()})),PubSub.subscribe(\"tab-page\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop44,prop51,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.prop44=wminst.Util.getCNNSourceID(),s.prop51=wminst.Util.getCNNSiteSectionLevel3();try{s.pageName=\"cnn:v:/video/\"+e}catch(e){}s.pageURL=wminst.Util.getCNNPageURL(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"cnnsearch-results\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop8,eVar8,eVar15,eVar22,prop26,prop27,eVar36,prop37,eVar37,prop39,eVar39,prop44,prop46,eVar46,prop47,eVar47,prop59,eVar59,prop64,eVar64,prop73,eVar73,prop75,eVar75,hier1,list2\",s.linkTrackEvents=\"event26,event27\",s.events=s.linkTrackEvents,s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop26=wminst.Util.getCNNBaseURL(),s.prop27=e.search_results_count+\"\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform();try{e.search_term=e.search_term.replace(/\\+/g,\" \"),e.search_term=e.search_term.trim(),e.search_term=e.search_term.toLowerCase()||\"empty search\"}catch(e){}s.prop39=e.search_term,s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),s.hier1=wminst.Util.getCNNHierachy(),s.pageURL=wminst.Util.getCNNPageURL(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"weather-page\",(function(){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop44,list2\",s.linkTrackEvents=\"event62\",s.events=s.linkTrackEvents,s.prop44=wminst.Util.getCNNSourceID(),s.pageURL=wminst.Util.getCNNPageURL(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"dynamic-impressions\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop18,eVar18,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents;try{s.prop18=e.value}catch(e){}s.eVar18=\"D=c18\";try{wminst.trackLink(e.link_name+\"\")}catch(e){}s.clearVars()})),PubSub.subscribe(\"breaking-news\",(function(e){s.linkTrackVars=\"events,prop4,eVar4,prop8,eVar8,prop16,eVar16,eVar22,eVar36,prop37,eVar37,prop46,eVar46,prop47,eVar47,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop69,eVar69,prop73,eVar73,prop75,eVar75,list2\";var t=wminst.Util.getCNNBreakingNewsHP(s.prop32,s.channel);s.pageURL=wminst.Util.getCNNPageURL(),s.prop4=t+e.headline.toLowerCase(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop69=e.item,s.manageVars(\"clearVars\",\"prop16,eVar16,prop44,prop55,eVar55\",1),!e.domain||\"cnn.com\"!=e.domain&&\"us.cnn.com\"!=e.domain&&\"sweet.next.cnn.com\"!=e.domain&&\"edition.cnn.com\"!=e.domain?(s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,wminst.trackPage()):(s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents),s.clearVars()})),PubSub.subscribe(\"picker-pageview\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,campaign,heir1,prop8,eVar8,prop26,prop34,evar34,eVar36,prop37,eVar37,prop44,prop46,eVar46,prop47,eVar47,eVar49,eVar49,prop56,eVar56,prop59,eVar59,eVar72,prop75,eVar75,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.prop1=s.eVar1=s.prop2=s.eVar2=s.prop3=s.eVar3=s.prop4=s.eVar4=s.prop6=s.eVar6=s.eVar10=s.prop16=s.eVar16=s.prop18=s.eVar18=s.prop31=s.eVar31=s.eVar41=s.eVar53=s.eVar54=s.prop64=s.eVar64=s.prop67=s.eVar67=s.prop68=s.eVar68=s.prop69=s.eVar69=s.prop73=s.eVar73=\"\",s.pageName=\"cnn:o:[\"+(e.page_name||\"\")+\"]\",s.channel=\"tve\",s.pageURL=wminst.Util.getCNNPageURL(),s.prop8=wminst.Util.getCNNVisitNumber(28),s.prop26=wminst.Util.getCNNBaseURL(),s.prop28=\"tve:picker\",s.prop34=checkUserAuthentication(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop56=wminst.Util.getCNNOrientation(),s.prop59=wminst.Util.getCNNAdobeID();try{s.prop72=e.free_preview}catch(e){}s.prop32=\"none\",s.eVar72=s.prop72,s.prop72=\"\",\"cnn:o:[tve: successful login]\"==s.pageName?(s.prop7=s.eVar7=s.prop10=s.eVar10=s.eVar22=s.prop23=s.eVar23=s.prop25=s.eVar25=s.eVar65=\"\",s.linkTrackEvents=\"event37\",s.events=s.linkTrackEvents,s.eVar56=s.prop56,s.prop56=\"\",s.eVar57=s.prop57,s.prop57=\"\",s.eVar59=s.prop59,s.prop59=\"\",s.hier1=\"\"):(s.prop57=s.eVar57=\"\",s.prop59=s.eVar59=\"\");try{s.prop75=wminst.Util.getCNNUserAuthState()}catch(e){}wminst.setinterval_id&&clearInterval(wminst.setinterval_id),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"picker-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop14,eVar14,prop34,eVar34,eVar36,prop37,eVar37,prop46,eVar46,prop47,eVar47,eVar56,eVar57,eVar59,prop69,eVar69,eVar72,prop75,eVar75,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.eVar26=\"cnn:o:[\"+(e.page_name||\"\")+\"]\",s.channel=\"tve\",s.prop28=\"tve:picker\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.eVar56=wminst.Util.getCNNOrientation(),s.prop56=\"\";try{s.eVar57=e.tve_mvpd.toLowerCase(),s.prop69=\"tve:picker:\"+e.tve_mvpd.toLowerCase()}catch(e){}s.eVar59=\"no mvpd set\";try{s.eVar72=e.free_preview}catch(e){}s.prop73=s.eVar73=\"\";try{s.prop75=wminst.Util.getCNNUserAuthState()}catch(e){}wminst.trackLink(\"picker-click:\"+e.tve_mvpd.toLowerCase()),s.clearVars()})),PubSub.subscribe(\"social-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop14,eVar14,eVar36,prop43,prop50,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop43=wminst.Util.getCNNPostID(),s.prop50=(e.clickObj?.headline||\"\").toLowerCase(),s.prop14=(e.clickObj||{}).branding_ad,s.eVar14=\"\",s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=wminst.getSocialClick(e);var t=s.prop69.replace(\"social:\",\"\");wminst.trackLink(\"social-click:\"+t),s.clearVars()})),PubSub.subscribe(\"cnngallery-click\",(function(e){if(s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop2,eVar2,prop4,eVar4,prop5,eVar5,prop6,eVar6,prop8,eVar8,prop10,eVar10,eVar15,eVar22,prop23,eVar23,prop25,eVar25,prop26,eVar36,prop37,eVar37,prop44,prop46,eVar46,prop47,eVar47,prop54,eVar54,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop73,eVar73,prop75,eVar75,hier1,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.prop2=wminst.Util.getCNNAuthor(),void 0!==e.hpt){var t=e.hpt;try{-1==t.indexOf(\"_\")&&(t=wminst.Util.base64Decode(t))}catch(e){}t=(t=t.replace(/no-value-set/g,\"nvs\")).toLowerCase(),s.prop4=t}if(s.prop5=wminst.Util.getCNNCapGenre(),s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop23=wminst.Util.getCNNPageHeadline(),s.prop26=wminst.Util.getCNNBaseURL(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),void 0!==e.hpt2){var r=e.hpt2;try{-1==r.indexOf(\"_\")&&(r=wminst.Util.base64Decode(r))}catch(e){}r=r.replace(/no-value-set/g,\"nvs\"),s.prop18=r}s.prop6=(e.gallery_name||\"\").toLowerCase(),s.prop25=(e.gallery_name||\"nvs\").toLowerCase().replace(/(no-value-set|no value set)/g,\"nvs\"),s.prop54=\"photo gallery:\";var a=0;if(void 0!==e.gallery_type&&(s.prop33=e.gallery_type,\"carousel\"==e.gallery_type)){a=1,s.prop6=\"\",s.eVar6=\"\",s.prop25=\"\",s.eVar25=\"\";var i=\"\";try{i=e.content_type.replace(\"carousel_\",\"\")}catch(e){}void 0!==e.carousel_type||\"jumbotron\"==e.carousel_type?(s.prop33=\"jumbotron\",s.prop54=\"jumbotron:\"+i):s.prop54=\"carousel:\"+i}if(void 0!==e.pageURL){try{e.pageURL=e.pageURL.toLowerCase(),e.pageURL=e.pageURL.replace(/^.*\\/\\/[^\\/]+/,\"\"),e.pageURL=e.pageURL.replace(\"/index.html\",\"/\")}catch(e){}s.pageName=wminst.Util.getCNNPageName(e.pageURL)}if(void 0!==e.initial_page&&1==e.initial_page?s.prop25=s.eVar25=\"\":1==a?(s.linkTrackEvents=\"event26,event67\",s.events=s.linkTrackEvents):(s.linkTrackEvents=\"event5,event26\",s.events=s.linkTrackEvents),wminst.Util.addBrandingEvent(),s.linkTrackEvents=s.events,s.prop57=\"no mvpd set\",s.prop59=s.prop57,s.prop64=wminst.Util.getCNNUIEngagement(),\"ngtv\"==s.prop64){s.linkTrackEvents=\"\",s.events=\"\",s.prop32=\"gallery\";try{s.prop57=e.mvpd}catch(e){}try{s.prop57=e.adobe_hash_id}catch(e){}}var n=e.publish_date||\"a\";s.prop10=wminst.Util.getCNNDaysSinceLastPublish(n),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop75=wminst.Util.getCNNUserAuthState(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"photo-page\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop4,eVar4,prop6,eVar6,prop8,eVar8,eVar15,eVar22,prop23,eVar23,prop25,eVar25,prop26,eVar36,prop37,eVar37,prop44,prop46,eVar46,prop47,eVar47,prop54,eVar54,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop73,eVar73,prop75,eVar75,eVar105,hier1,list2\",s.linkTrackEvents=\"event26\",wminst.Util.setPageAttribution(),s.events=s.linkTrackEvents;var t=\"\";try{t=window.cnn_metadata.business.cnn.page.photo_gallery}catch(e){}try{t=window.CNN.omniture.gallery_name||t}catch(e){}if(t&&(t=t.replace(/%20/g,\" \")),s.prop6=t,s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop23=wminst.Util.getCNNPageHeadline(),s.prop26=wminst.Util.getCNNBaseURL(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=\"no mvpd set\",s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),1==wminst.isInit)s.prop25=\"\",wminst.isInit=!1;else{s.linkTrackEvents=null,s.events=s.linkTrackEvents,s.eVar6=\"\";try{e.img=e.img+\"\"}catch(e){}try{e.before=e.before+\"\"}catch(e){}e.img?(s.prop25=e.img+\"\",s.linkTrackEvents=\"event5\",s.events=s.linkTrackEvents,0):e.before&&(s.prop25=e.before+\"\",s.linkTrackEvents=\"event5\",s.events=s.linkTrackEvents,0),s.prop33=\"other:gallery\"}s.prop25=s.prop25.toLowerCase(),s.eVar1=s.eVar7=s.eVar61=s.eVar68=s.eVar71=s.eVar41=\"\",e.title?wminst.trackLink(\"photo-page:\"+e.title):e.caption&&wminst.trackLink(\"photo-page:\"+e.caption),s.clearVars()})),PubSub.subscribe(\"ngtv-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,campaign,eVar34,eVar36,eVar37,prop46,eVar46,prop47,eVar47,prop55,eVar55,eVar57,prop59,eVar59,eVar64,prop69,eVar69,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.campaign=wminst.Util.getQueryParam(\"cid\"),s.eVar32=\"interactive\";try{s.eVar34=e.auth_state}catch(e){}s.evar36=wminst.Util.getCNNKruxID(),s.eVar37=wminst.Util.getCNNPlatform(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID();try{s.eVar57=e.mvpd}catch(e){}s.prop59=wminst.Util.getCNNAdobeID(),s.eVar64=s.prop64,s.prop64=\"\";try{s.prop69=e.interaction}catch(e){}wminst.trackLink(\"ngtv-interaction:\"+e.interaction),s.clearVars()})),PubSub.subscribe(\"user-interaction\",(function(e){var t=s.pageName;if(s.manageVars(\"clearVars\"),s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.prop28&&-1!=s.prop28.indexOf(\"electoral college map\")?s.prop69=e.interaction+\"_click\":\"comment-click:cronkite\"==e.interaction?s.prop69=\"time shift: on comment\":\"Go-Live:cronkite\"==e.interaction?s.prop69=\"time shift: go live\":\"time shift: on video\"==e.interaction?s.prop69=\"time shift: on video\":\"video carousel\"===e.interaction?s.prop69=e.interaction+\":click\":s.prop69=e.interaction.toLowerCase(),s.prop14=e.branding_social||\"\",s.campaign=wminst.Util.getQueryParam(\"cid\"),s.eVar36=wminst.Util.getCNNKruxID(),s.eVar37=wminst.Util.getCNNPlatform(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop59=wminst.Util.getCNNAdobeID(),e.pageURL){try{e.pageURL.split(\"/\")[2].replace(\"www.\",\"\"),e.pageURL=e.pageURL.toLowerCase(),e.pageURL=e.pageURL.replace(/^.*\\/\\/[^\\/]+/,\"\"),e.pageURL=e.pageURL.replace(\"/index.html\",\"/\")}catch(e){}s.pageName=wminst.Util.getCNNPageName(e.pageURL)}if(null!==e.interaction.match(/^(travel|style):gallery:(open|viewall)$/)?(s.linkTrackEvents=s.linkTrackEvents+\",event30\",s.events=s.linkTrackEvents):(s.linkTrackEvents=s.linkTrackEvents+\",event76\",s.events=s.linkTrackEvents),\"politics:submit debate topics\"==e.interaction&&(s.prop69=e.interaction),void 0!==s.prop69&&\"\"!==s.prop69){s.eVar69=\"D=c69\",-1!==s.prop69.indexOf(\"subscribe\")?s.linkTrackVars=\"events,eVar69,prop69,list2\":-1!==s.prop28.indexOf(\"electoral college map\")?s.linkTrackVars=\"events,campaign,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\":-1!==s.prop28.indexOf(\"general elections 2016\")?s.linkTrackVars=\"events,campaign,eVar36,prop69,eVar69,list2\":-1!==s.prop69.indexOf(\"style:menu\")?s.linkTrackVars=\"events,campaign,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\":-1!==s.prop69.indexOf(\"style:gallery:open\")?s.linkTrackVars=\"events,campaign,prop16,eVar16,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\":s.linkTrackVars=\"events,campaign,eVar23,eVar36,prop69,eVar69,prop73,eVar73,list2\";let e=s.events.split(\",\");for(let t=0;t<=e.length;t++)\"event26\"!==e[t]&&\"event21\"!==e[t]&&\"event39\"!==e[t]||(e.splice(t,1),t=0);s.linkTrackEvents=e.toString(),s.events=s.linkTrackEvents}wminst.setBounceX(e),wminst.setOnboardingInteraction(e,t),wminst.setModuleLoad(e),wminst.setFollowTopic(e),wminst.trackLink(\"user interaction:\"+wminst.getInteractionType(e)),wminst.waitAfterInteraction(e),s.clearVars()})),PubSub.subscribe(\"election-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar13,eVar50,prop51,prop69,eVar69,eVar79,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.pageURL=wminst.Util.getCNNPageURL();var t=void 0!==e.interaction_type?e.interaction_type:\"election center:\"+e.section,r=void 0!==e.interaction_type?e.interaction_type:\"election center:\";e.interaction_type&&(r=t=e.interaction_type),void 0!==e.tab&&\"\"!=e.tab&&(t=t+\":\"+e.tab,r+=\"tab click\"),void 0!==e.area&&\"\"!=e.area&&(t=t+\":\"+e.area+\":click\",r=\"election center:map click\"),void 0!==e.action&&\"\"!=e.action&&(-1!=e.action.indexOf(\"timeline\")?(t+=\":timeline\",r=\"election center:timeline\"):-1!=e.action.indexOf(\"expanded\")&&void 0!==e.issue&&\"\"!=e.issue&&(t=t+\":\"+e.issue,r=\"election center:issues\")),void 0!==e.button&&\"\"!=e.button&&(t=t+\":\"+e.button+\":click\",r=\"election center:\"+e.button+\" click\");try{void 0!==e.race_type&&void 0!==e.action&&(\"map click\"==e.action||\"breadcrumb\"==e.action?(s.eVar50=wminst.Util.getCNNInteractiveState(e),t=\"ec:\"+e.race_type+\":\"+e.state+\":\"+(e.county||\"nvs\")+\":\"+e.action):t=\"follow\"==e.action||\"unfollow\"==e.action?\"ec:\"+e.race_type+\":\"+e.state+\":\"+e.action:\"ec:\"+e.race_type+\":\"+e.action,r=t.toLowerCase()),wminst.Util.isPoliticsExplorer()&&(s.eVar50=wminst.Util.getCNNInteractiveState(e),s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"explorer\"),s.eVar79=wminst.Util.getCNNExploreIndentify(e),r=t=\"year race\"===e.interaction_type?\"explorer:\"+e.tab+\":\"+e.interaction_type+\":\"+e.electionId+\":click\":\"explorer:\"+e.tab+\":\"+e.interaction_type+\":click\"),e.interaction_type&&-1!=t.indexOf(\"road-to-270\")&&(r=t=e.interaction_type,s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"road-to-270\"))}catch(e){}try{\"undefined\"==typeof CNN||\"number\"!=typeof CNN.saved_races||!e.interaction_type||-1==t.indexOf(\"ec:my election: close panel\")&&-1==t.indexOf(\"ec:my election: open panel\")||(s.eVar13=\"election center: save races:\"+t.split(\":\")[3])}catch(e){}\"race-ratings\"!=e.page&&\"results\"!=e.page||(t=\"ec:\"+e.page+\":\",e.state&&(t+=e.state+\":\"),r=(t+=e.race+\":\"+e.action+\":\"+e.action_detail).toLowerCase());try{s.prop69=t.toLowerCase()}catch(e){}s.eVar69=\"D=c69\",wminst.trackLink(r.toLowerCase()),s.clearVars()})),PubSub.subscribe(\"election-hover\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar50,prop51,prop69,eVar69,eVar79,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.pageURL=wminst.Util.getCNNPageURL();var t=void 0!==e.section?e.section:\"\",r=void 0!==e.tab?e.tab:\"\",a=void 0!==e.area?e.area:\"\",i=\"election center:\"+t+\":\"+r+\":\"+(void 0!==e.stateCode?e.stateCode:\"\")+\":\"+a+\":hover\",n=\"election center:hover\";try{void 0!==e.tab&&void 0!==e.map_type&&(n=(i=\"ec:\"+e.tab+\":\"+e.map_type+\":\"+e.state+\":\"+(\"\"==e.county?\"nvs\":e.county)+\":hover\").toLowerCase()),wminst.Util.isPoliticsExplorer()&&(s.eVar50=wminst.Util.getCNNInteractiveState(e),s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"explorer\"),s.eVar79=wminst.Util.getCNNExploreIndentify(e),n=(i=\"explorer:\"+e.tab+\":\"+e.state+\":\"+(\"\"==e.county?\"nvs\":e.county)+\":hover\").toLowerCase())}catch(e){}try{s.prop69=i.toLowerCase(),s.prop69?s.eVar69=\"D=c69\":s.prop69=s.evar69=\"\"}catch(e){}wminst.trackLink(n),s.clearVars()})),PubSub.subscribe(\"quiz-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop69,eVar69,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents;var t=e.clickObj||{};s.prop32=\"interactive\",s.prop33=\"other:quiz\",s.prop69=t.action,wminst.trackLink(\"quiz-interaction:\"+s.prop69),s.clearVars()})),PubSub.subscribe(\"hp10-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop56,eVar56,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop56=wminst.Util.getCNNOrientation();try{s.prop69=e.interaction}catch(e){}try{wminst.trackLink(\"hp10-interaction:\"+s.prop69)}catch(e){}s.clearVars()})),PubSub.subscribe(\"trackExitLink-click\",(function(){s.manageVars(\"clearVars\"),s.events=\"event61\",s.linkTrackEvents=s.events,s.linkTrackVars=\"events,eVar36,prop47,eVar47\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop47=wminst.Util.getCNNGUID(),s.eVar47=\"D=c47\",wminst.Util.setCommonVars(!1)})),PubSub.subscribe(\"readmore-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar23,eVar36,prop56,eVar56,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.eVar23=s.prop23,s.prop23=\"\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop59=wminst.Util.getCNNAdobeID();try{s.prop69=e.interaction,e.interaction&&\"\"!=e.interaction&&\"facts first:click:read more\"==e.interaction&&(s.linkTrackVars=\"events,eVar23,eVar36,prop56,eVar56,prop59,eVar59,prop69,eVar69,prop73,eVar73,eVar84,eVar85,list2\",s.eVar84=e.factcheck_id.toLowerCase()||\"\",s.eVar85=e.factcheck_headline.toLowerCase()||\"\")}catch(e){}try{wminst.trackLink(\"readmore-click:\"+s.prop69),s.eVar84=s.eVar85=\"\"}catch(e){}void 0!==window.CNN&&void 0!==window.CNN.omniture&&\"facts first\"!==window.CNN.omniture.section[1]&&window.sendInteractionEvent(\"readmore-page\",e.interaction),s.clearVars()})),PubSub.subscribe(\"readmore-page\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop2,eVar2,prop4,evar4,prop8,eVar8,eVar15,prop16,eVar16,prop44,prop46,eVar46,prop47,eVar47,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop69,eVar69,prop73,eVar73,prop75,eVar75,eVar105,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.prop2=wminst.Util.getCNNAuthor(),wminst.Util.setPageAttribution(),s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),wminst.Util.addArticleEvent(),s.linkTrackEvents=s.events,s.pageURL=wminst.Util.getCNNPageURL(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),s.eVar3=s.eVar7=s.prop34=s.eVar34=s.eVar41=s.eVar42=s.eVar66=s.eVar67=s.eVar68=s.prop70=s.eVar70=s.eVar71=\"\";try{s.prop69=e.interaction\n}catch(e){}wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"ribbon-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76,event72\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID();var t=e.interaction;try{s.prop69=e.interaction}catch(e){}try{\"string\"==typeof t&&(t=t.replace(\":\",\" \")),wminst.trackLink(t)}catch(e){}s.clearVars()})),PubSub.subscribe(\"site-registration_verification\",(function(e){PubSub.publish(\"site-registration\",e)})),PubSub.subscribe(\"site-registration\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID(),void 0!==e.action&&(e.action.indexOf(\"account not successfully\")>-1?(s.prop69=\"user:\"+e.action,s.linkTrackEvents=\"event58,event76\",s.events=s.linkTrackEvents,wminst.trackLink(e.action)):e.action.indexOf(\"account verified\")>-1&&(s.prop69=\"user:\"+e.action,s.linkTrackEvents=\"event53,event76\",s.events=s.linkTrackEvents,wminst.trackLink(e.action))),s.clearVars()})),PubSub.subscribe(\"article-start\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-twentyfive\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-fifty\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-seventyfive\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-complete\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"user-account\",(function(e){wminst.trackUserAccount(e)})),PubSub.subscribe(\"live-story-post\",(function(e){wminst.trackLiveStoryPost(e)})),PubSub.subscribe(\"click-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID();try{s.prop69=e.interaction.toLowerCase(),-1!==s.prop69.indexOf(\"topics:\")&&\"topics:overlay:closed\"!==s.prop69&&\"topics:topics-tray-close\"!==s.prop69&&\"topics:topics-tray-expand\"!==s.prop69&&(s.linkTrackVars=s.linkTrackVars+\",prop4,eVar4,eVar105\",wminst.Util.setPageAttribution())}catch(e){}try{wminst.trackLink(e.interaction.toLowerCase())}catch(e){}s.clearVars()})),PubSub.subscribe(\"sortpost-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop23,eVar23,eVar36,prop69,eVar69\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents;try{s.prop23=e.headline.toLowerCase()||wminst.Util.getCNNPageHeadline()}catch(e){s.prop23=wminst.Util.getCNNPageHeadline()}s.eVar36=wminst.Util.getCNNKruxID();try{s.prop69=e.interaction}catch(e){}try{var t=e.interaction;\"string\"==typeof t&&(t=t.replace(\": \",\" \")),wminst.trackLink(t)}catch(e){}s.clearVars()})),wminst.subscribersReady=!0;\n});", "_satellite[\"_runScript11\"](function(event, target, Promise) {\nwminst.isLiveVid=!1,wminst.live_interval=0,wminst.setinterval_id=0,wminst.isAd=!1,wminst.adVidId=\"\",wminst.adRange=\"\",wminst.is_autoplay=!1,wminst.isLivePaused=!1,wminst.isTVEEpisodePaused=!1,wminst.is_preroll_occur=!1,wminst.trackLinkVideo=function(e,t){var i=[\"cnnvideo-autostart\",\"cnnvideo-start\",\"cnnvideo-live\"].includes(e);wminst.Util.setCommonVars(i),wminst.Util.setVideoVars(t,i),s.tl(this,\"o\",e+\":\"+(t.title||t.headline||\"\").toLowerCase())},wminst.isTVEAuth=function(e){return\"\"!==wminst.Util.getMVPD(e)||wminst.isFreePreview(e)||wminst.isEventBasedPreview(e)},wminst.isFreePreview=function(e){return\"freeview\"==wminst.Util.getPreviewType(e)||\"temppass_cnn10min\"==wminst.Util.getMVPD(e)},wminst.isEventBasedPreview=function(e){return\"ebp\"==wminst.Util.getPreviewType(e)||\"eventpreview\"==wminst.Util.getMVPD(e)},wminst.isFASTContent=function(e){return\"fast\"==wminst.getVCType4(e)||\"livec76319f599742ab668c8b3ba6dcfed3ce7e817ad\"==e.id||\"livedbcedb554833b248c3ce8374acd2bbcd3983d7dd\"==e.id},wminst.isNGTVContent=function(e){return void 0!==e.id&&-1!=e.id.indexOf(\"cvplive/cnngo\")},wminst.isTVEContent=function(e){return wminst.Util.isTVEPage()||wminst.isTVEAuth(e)},wminst.isTVETrailer=function(e){return wminst.isTVEContent(e)&&(\"trailer\"==e.video_type||\"clip\"==e.video_type)},wminst.isTVEEpisode=function(e){return wminst.isTVEContent(e)&&(\"episode\"==e.video_type||\"film\"==e.video_type)},wminst.isTVELive=function(e){return wminst.isTVEContent(e)&&\"live\"==e.playerType},wminst.isVideoLive=function(e){return 1==e.isLive||\"true\"==e.isLive},wminst.isVideoAutoStarted=function(e){return!0===e.isAutoStart&&(!0===e.isAutostartSuccessful||!0===e.is_autoplay_allowed)},wminst.getVCType4=function(e){return(e.video_type||\"\").toLowerCase().replace(\"_\",\"-\")},wminst.startVideoProgressTimer=function(e){wminst.setinterval_id=setInterval((function(){window.trackVideoProgress(e)}),6e4)},wminst.stopVideoProgressTimer=function(){wminst.setinterval_id&&clearInterval(wminst.setinterval_id)},wminst.setVideoLinkTrackVars=function(){s.linkTrackVars=\"events,products,eVar1,eVar3,eVar4,eVar7,eVar8,eVar10,eVar14,eVar16,eVar20,eVar22,eVar23,eVar41,prop31,eVar31,eVar34,eVar36,eVar37,eVar42,prop43,prop44,prop46,eVar46,prop47,eVar47,eVar48,prop50,eVar52,eVar54,eVar56,eVar60,eVar64,eVar66,eVar67,eVar68,eVar70,eVar71,eVar72,prop73,eVar73,prop75,eVar75,eVar103,list2\"},wminst.setVideoEVars=function(){wminst.Util.setEVars(\"1,3,4,7,8,10,14,16,20,23,31,34,37,41,52,54,56,60,64,66,68,70,71,72\")},wminst.updateAutoStartType=function(){\"string\"==typeof s.prop70&&\"\"!==s.prop70&&(s.prop70=s.prop70.replace(\"noautostart\",\"autostart\"))},wminst.updateVideoVars=function(){!0===wminst.is_autoplay&&wminst.updateAutoStartType(),wminst.setVideoEVars(),s.prop43||(s.prop50=\"\")},wminst.setVideoPlayerType=function(e){var t=\"vod player\",i=wminst.Util.getDataLayerV1();(i.video_player_type?t=i.video_player_type:(wminst.isVideoLive(e)||e.player_type&&\"live\"==(t=e.player_type))&&(t=\"live player\"),wminst.Util.isFavePage())&&(-1!=window.location.pathname.indexOf(\"/v1/synacor\")&&(t=\"synacor player\"));s.prop1=t,s.eVar1=\"D=c1\"},wminst.setPublishDate=function(e){var t=(e.dateCreated||{}).text||\"\",i=(e.lastModified||{}).text||\"\",n=\"\"!=t?t.split(\"/\"):\"\";\"\"!=n&&4!=n[0].length&&(t=\"20\"+n[2]+\"/\"+n[0]+\"/\"+n[1]),s.prop10=wminst.Util.getCNNDaysSinceLastPublish(t),s.eVar10=\"D=c10\",s.prop16=t||i?t+\"|\"+i:\"\",s.eVar16=\"D=c16\"},wminst.setBrandingSocial=function(){if(wminst.Util.isFavePage()){var e=window.location.pathname;-1!=e.indexOf(\"/v1/amp\")&&(s.prop14=\"google amp\"),-1!=e.indexOf(\"/v1/fav\")&&(s.prop14=\"embed\"),-1!=e.indexOf(\"/v1/synacor\")&&(s.prop14=\"synacor player\")}wminst.Util.isFBIAPage()&&(s.prop14=window.CNN.omniture.branding_social),s.prop14&&(s.eVar14=\"D=c14\")},wminst.setVideoTitle=function(e){try{e.id;var t=(e.title||e.headline||\"\").toLowerCase(),i=(e.show_name||\"\").toLowerCase();wminst.isTVEContent(e)?s.prop29=(i?i+\"|\":\"\")+t:s.prop29=t,s.eVar41=\"D=c29\"}catch(e){}},wminst.setAuthenticationState=function(e){s.prop34=\"does not require authentication\",wminst.isTVEAuth(e)?s.prop34=\"requires authentication\":e.auth_state&&(s.prop34=e.auth_state),s.eVar34=\"D=c34\"},wminst.setContentTypeLevel2=function(e){var t=\"vod\",i=\"non tve\",n=\"clip\",r=wminst.getVCType4(e)||\"clip\";s.prop1.includes(\"live\")&&(t=\"live\",i=\"requires authentication\"==s.prop34?\"tve\":\"non tve\",n=\"live\",r=wminst.isFASTContent(e)?\"fast\":\"live\"),(s.prop1.includes(\"tve\")||wminst.isTVELive(e)||\"tve\"==e.auth_type)&&(t=\"live\",i=\"tve\",n=\"live\",r=\"live\"),wminst.isTVETrailer(e)?(t=\"vod\",i=\"tve\",n=\"clip\",r=\"trailer\"):wminst.isTVEEpisode(e)&&(t=\"vod\",i=\"tve\",n=e.video_type,r=e.video_type);var a=wminst.isAd?\"ad\":\"content\";s.prop54=\"video:\"+t+\":\"+i+\":\"+n+\":\"+r+\":\"+a,s.eVar54=\"D=c54\"},wminst.setNGTVVars=function(e){s.prop1=\"ngtv\",s.eVar1=\"D=c1\",s.prop2=e.author,s.eVar2=\"D=c2\",\"live\"!=e.content_type2&&\"dvr\"!=e.content_type2||(s.prop7=s.eVar7=\"\");try{if(e.dateCreated){var t=wminst.Util.gCNNDaysSinceLastPublish(e.dateCreated);s.prop10=t+\"\",s.eVar10=\"D=c10\",s.prop16=e.dateCreated,s.eVar16=\"D=c16\"}}catch(e){}s.prop14=s.eVar14=\"\",e.show_name=e.show_name||\"\",e.episode_title=e.episode_title||\"\",e.segment_name=e.segment_name||\"\",\"tve\"==e.content_type1&&(e.title=e.show_name+\":\"+e.episode_title+\":\"+e.segment_name,e.live_stream_name&&\"hln news\"==e.live_stream_name&&(e.title=\"hln news\"),s.prop29=e.title,s.prop32=\"video\"),s.prop31=e.show_name,s.eVar31=\"D=c31\",s.prop33=\"adbp:video start\",s.eVar42=e.id,void 0!==e.isBreakingNews&&1==e.isBreakingNews&&(s.eVar43=\"ngtv:breaking_news\"),e.segment_type&&(s.eVar43=e.segment_type),e.content_type1=e.content_type1||\"\",e.content_type2=e.content_type2||\"\",e.content_type3=e.content_type3||\"\",e.content_type4=e.content_type4||\"\",e.content_type5=wminst.isAd?\"ad\":\"content\",s.prop54=\"video:\"+v.content_type2+\":\"+v.content_type1+\":\"+v.content_type3+\":\"+v.content_type4+\":\"+v.content_type5,e.content_type3&&\"episode\"!=e.content_type3&&(s.prop58=s.eVar58=\"\"),s.prop60=s.eVar60=\"\",s.prop61=s.eVar61=\"\",s.prop64=s.eVar64=\"\",\"non tve\"==e.content_type1&&\"vod\"==e.content_type2&&\"clip\"==e.content_type3||(s.prop68=s.eVar68=\"\",s.prop71=s.eVar71=\"\"),s.prop70=autoStartType+\":cnngo\",s.eVar70=\"D=c70\"},wminst.setVideoCommonData=function(e){s.manageVars(\"clearVars\"),s.prop33=\"adbp:video start\",e.video_player&&\"undefined\"!==e.video_player&&\"\"!==e.video_player&&(s.prop52=e.video_player,s.eVar52=\"D=c52\"),e.video_player&&-1!==e.video_player.indexOf(\"theo\")&&(!0===e.isVr?(s.prop52=\"theo360\",s.eVar52=\"D=c52\",s.prop33=\"adbp:video:360\"):(s.prop52=e.video_player,s.eVar52=\"D=c52\")),s.prop37=wminst.Util.getCNNPlatform(),s.prop37&&\"\"!=s.prop37&&(s.eVar37=\"D=c37\"),void 0!==e.id&&\"\"!=e.id&&-1!=e.id.indexOf(\"invalid-id-video-player\")&&(s.prop43=wminst.Util.getCNNPostID(),s.prop50=wminst.Util.getCNNPostTitle()),s.list1=wminst.Util.getCEPTopisForVideo(e),s.prop72=e.free_preview||\"\",s.eVar72=\"D=c72\",void 0!==e.video_focus&&(s.prop66=e.video_focus,s.eVar66=\"D=c66\"),e.player_type&&\"\"!=e.player_type&&(\"van\"==e.player_type?(s.prop31=\"van\",s.eVar31=\"D=c31\",s.prop32=\"video\",s.server=e.consumer||\"\",s.prop71=e.source.toLowerCase()||\"\",s.eVar71=\"D=c71\"):\"tve\"!=e.player_type&&\"live\"!=e.player_type&&\"live player\"!=e.player_type||(s.prop3=e.category||\"\",s.eVar3=\"D=c3\",s.prop31=\"van\",s.eVar31=\"D=c31\")),wminst.setVideoPlayerType(e);try{(window.location.href.indexOf(\"fave.api.cnn.io\")>-1||window.location.href.indexOf(\"fave-api.cnn.com\")>-1)&&e.video_player&&-1!==e.video_player.indexOf(\"theo\")&&(s.prop32=\"content:video:nocollection\",void 0!==window.CNN.omniture.template_type&&\"live-story\"==window.CNN.omniture.template_type&&(s.prop32=\"live story\")),s.prop2=window.CNN.omniture.cap_author||\"\",s.eVar2=\"D=c2\",s.prop3=e.category||\"\",s.eVar3=\"D=c3\",s.prop7=e.trt||\"\",s.eVar7=\"D=c7\"}catch(e){}s.prop8=wminst.Util.getCNNVisitNumber(28),wminst.setPublishDate(e),wminst.setBrandingSocial();try{if(wminst.Util.isFBIAPage()){var t=CNN.omniture.vpage_name;s.pageName=wminst.Util.getCNNPageName(t)}}catch(e){}s.eVar22=wminst.Util.getCNNVideoOpportunity(),wminst.setVideoTitle(e);try{s.prop31=(window.CNN.omniture.cap_show_name||\"\").toLowerCase(),s.eVar31=\"D=c31\"}catch(e){}wminst.setAuthenticationState(e),s.eVar36||(s.eVar36=wminst.Util.getCNNKruxID()),s.eVar42=e.id,s.prop44||(s.prop44=wminst.Util.getCNNSourceID()),s.prop46=wminst.Util.getCNNTransactionID(),wminst.setContentTypeLevel2(e),s.prop56=wminst.Util.getCNNOrientation();try{if(e.dateAired){var i=wminst.Util.gCNNDaysSinceLastPublish(e.dateAired);s.prop58=i+\"\",s.eVar58=\"D=c58\"}}catch(e){}var n=wminst.isVideoAutoStarted(e)?\"autostart\":\"noautostart\";try{window.CNN&&window.CNN.omniture&&\"article\"==window.CNN.omniture.cap_content_type?(s.prop70=n+\":editorial\",s.eVar70=\"D=c70\"):!e.isLive||1!=e.isLive&&\"true\"!=e.isLive?(s.prop70=n+\":vod\",s.eVar70=\"D=c70\"):(s.prop70=n+\":live\",s.eVar70=\"D=c70\")}catch(e){}try{if(window.location.pathname.match(/video\\/playlists\\/./)){var r=/video\\/playlists\\/(.+)/.exec(window.location.pathname);s.prop60=r[1].replace(/\\//g,\"\"),s.eVar60=\"D=c60\",s.prop70=n+\":collection\",s.eVar70=\"D=c70\"}\"player-one-tap-video\"!=e.playerid&&(window.CNN.omniture.video_collection&&(s.prop60=window.CNN.omniture.video_collection,s.eVar60=\"D=c60\",s.prop70=n+\":collection\",s.eVar70=\"D=c70\"),window.video_collection&&(s.prop70=n+\":collection:sunrise\",s.eVar70=\"D=c70\")),e.video_collection&&(s.prop60=e.video_collection,s.eVar60=\"D=c60\",s.prop70=n+\":collection\",s.eVar70=\"D=c70\"),\"\"!=s.prop60&&void 0!==s.prop60||window.CNN.contentModel.analytics.pageTop.collectionHeadline&&(s.prop60=window.CNN.contentModel.analytics.pageTop.collectionHeadline,s.eVar60=\"D=c60\"),\"\"!==s.prop60&&(s.prop60=s.prop60.toLowerCase())}catch(e){}try{if(e.iscmsIIimport){var a=\"true\"==e.iscmsIIimport?\"secondary\":\"primary\";s.prop61=a,s.eVar61=\"D=c61\"}e.source&&(s.prop71=e.source.toLowerCase(),s.eVar71=\"D=c71\")}catch(e){}try{e.ad_duration?(wminst.adRange=Math.round(e.ad_duration).toString(),s.prop68=wminst.adRange,s.eVar68=\"D=c68\"):(s.prop68=\"no ad present\",s.eVar68=\"D=c68\")}catch(e){}try{wminst.isNGTVContent(e)||wminst.isTVEContent(e)?s.prop64=\"ngtv\":s.prop64=wminst.Util.getCNNUIEngagement()}catch(e){}e.content_type2&&wminst.setNGTVVars(e),e.headline&&(s.prop23=e.headline.toLowerCase(),s.eVar23=\"D=c23\"),s.list1=wminst.Util.getCEPTopisForVideo(e),s.eVar67=wminst.Util.getCNNPlayerState(e);try{window.CNN.omniture.gallery_name=\"\"}catch(e){}try{window.CNN&&\"undefined\"!=window.CNN.omniture&&1==window.CNN.omniture.is_vision&&(s.prop71=\"cnn:vision\",s.eVar71=\"D=c71\")}catch(e){}try{wminst.Util.setPageAttribution(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCookie(\"ug\"),s.eVar48=wminst.Util.getCNNTechStack(),s.prop26=wminst.Util.getCNNBaseURL(),s.prop75=wminst.Util.getCNNUserAuthState()}catch(e){}s.eVar103=e.auth_type||\"\"},wminst.trackVideoStart=function(e){wminst.isAd=!1,wminst.isLiveVid=!1;var t,i=wminst.getVideoMetadata(e);wminst.setVideoCommonData(i),s.linkTrackVars=\"events,products,prop1,eVar1,prop3,eVar3,prop4,eVar4,prop7,eVar7,prop8,eVar8,prop10,eVar10,prop14,eVar14,prop16,eVar16,prop20,eVar20,eVar21,eVar22,prop23,eVar23,prop29,prop31,eVar31,prop34,eVar34,eVar36,prop37,eVar37,eVar41,eVar42,prop43,prop44,prop46,eVar46,prop47,eVar47,eVar48,prop49,eVar49,prop50,prop52,eVar52,prop54,eVar54,prop56,eVar56,prop60,eVar60,eVar61,prop64,eVar64,prop66,eVar66,eVar67,prop68,eVar68,prop70,eVar70,prop71,eVar71,prop72,eVar72,prop73,eVar73,prop75,eVar75,eVar103,eVar105,list2\",wminst.isVideoAutoStarted(i)?(t=\"cnnvideo-autostart\",s.linkTrackEvents=\"event32,event34\",s.events=\"event32,event34\",wminst.is_autoplay=!0,wminst.updateAutoStartType()):(t=\"cnnvideo-start\",s.linkTrackEvents=\"event32\",s.events=\"event32\"),i.subcategory,i.subcategory&&\"\"!=i.subcategory&&(s.linkTrackEvents=\"event23,\"+s.linkTrackEvents,s.events=s.linkTrackEvents),void 0!==i.metas&&i.metas.branding&&\"\"!=i.metas.branding&&(s.linkTrackEvents=\"event22,\"+s.linkTrackEvents,s.events=s.linkTrackEvents),wminst.adVidId==i.id&&wminst.adRange>0&&(s.linkTrackEvents=\"event3,\"+s.linkTrackEvents,s.events=s.linkTrackEvents,wminst.adVidId=\"\"),s.prop7&&null!==s.prop7&&(s.linkTrackEvents=s.linkTrackEvents+\",event85\",s.events=s.linkTrackEvents,s.products=\";;;;event85=\"+s.prop7),wminst.is_preroll_occur||(s.linkTrackEvents=s.linkTrackEvents+\",event90\",s.events=s.linkTrackEvents);var n=new wminst.getCNNMediaCollection;n.start(i.playerid,i.title?i.title:i.headline),s.prop4?s.eVar4=\"D=c4\":s.eVar4=\"\",s.eVar21=wminst.Util.getCNNVideoSequence(),s.prop72=s.eVar72=\"\",s.prop31?s.prop31=s.prop31.toLowerCase():s.eVar31=\"\",s.prop43||(s.prop50=\"\"),s.eVar47=\"D=c47\",s.eVar60=s.prop60,s.prop60=\"\",s.prop64=\"\",s.eVar64=wminst.Util.getCNNUIEngagement(),wminst.isTVEEpisode(i)&&(wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(i)),wminst.trackLinkVideo(t,i),n.set(i.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")},wminst.trackVideoScrub=function(e){var t=wminst.getVideoMetadata(e),i=new wminst.getCNNMediaCollection;i.get(t.playerid,\"hasScrubbed\")||(i.set(t.playerid,\"hasScrubbed\",!0),wminst.setVideoCommonData(t),s.events=\"event119\",wminst.setVideoLinkTrackVars(),s.linkTrackEvents=s.events,wminst.updateVideoVars(),wminst.trackLinkVideo(\"cnnvideo-scrub\",t),s.manageVars(\"clearVars\"))},wminst.trackVideoPause=function(e){var t=wminst.getVideoMetadata(e),i=\"true\"==t.paused||1==t.paused,n=new wminst.getCNNMediaCollection,r=n.get(t.playerid,\"isPaused\");i!=r&&(n.pause(t.playerid),(1==wminst.isLiveVid||1==t.isLive||\"true\"==t.isLive||wminst.isTVEEpisode(t))&&(wminst.isLivePaused=wminst.isTVEEpisodePaused=i,wminst.stopVideoProgressTimer(),r&&wminst.startVideoProgressTimer(t))),wminst.setVideoCommonData(t);var a=i?\"pause\":\"resume\";s.events=i?\"event55\":\"event56\",wminst.setVideoLinkTrackVars(),s.linkTrackEvents=s.events,wminst.updateVideoVars(),wminst.trackLinkVideo(\"cnnvideo-\"+a,t),s.manageVars(\"clearVars\")},wminst.trackVideoMute=function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t);var i=t.muted?\"mute\":\"unmute\";s.events=t.muted?\"event111\":\"event112\",wminst.setVideoLinkTrackVars(),s.linkTrackEvents=s.events,wminst.updateVideoVars(),wminst.trackLinkVideo(\"cnnvideo-\"+i,t),s.manageVars(\"clearVars\")},wminst.trackVideoMilestone=function(e,t){var i={10:[\"isTen\",\"event40\",\"cnnvideo-ten\"],25:[\"isTwentyFive\",\"event41\",\"cnnvideo-twentyfive\"],50:[\"isHalf\",\"event2\",\"cnnvideo-fifty\"],75:[\"isSeventyFive\",\"event42\",\"cnnvideo-seventyfive\"],90:[\"isNinety\",\"event59\",\"cnnvideo-ninety\"]},n=i[t][0],r=i[t][1],a=i[t][2];wminst.isAd=!1;var o=wminst.getVideoMetadata(e);if(!wminst.isTVEEpisode(o)){var p=new wminst.getCNNMediaCollection;if(!p.get(o.playerid,n)&&!p.get(o.playerid,\"hasScrubbed\")){p.set(o.playerid,n,!0);var d=p.progress(o.playerid);wminst.setVideoCommonData(o),wminst.setVideoLinkTrackVars(),s.linkTrackEvents=r,s.events=r,s.products=\"\",(d=wminst.capCNNTimeSpent(d,o.trt,wminst.live_interval))>0&&(s.linkTrackEvents=r+\",event36\",s.events=r+\",event36\",s.products=\";;;;event36=\"+d),wminst.updateVideoVars(),wminst.trackLinkVideo(a,o),s.manageVars(\"clearVars\")}}},wminst.trackVideoEnd=function(e,t){wminst.isAd=!1;var i=wminst.getVideoMetadata(e),n=new wminst.getCNNMediaCollection,r=n.complete(i.playerid);wminst.setVideoCommonData(i),wminst.setVideoLinkTrackVars();var a={complete:\"event33\",stop:\"event110\"}[t];s.linkTrackEvents=a,s.events=s.linkTrackEvents,s.products=\"\",(r=wminst.capCNNTimeSpent(r,i.trt,wminst.live_interval))>0&&(s.linkTrackEvents=a+\",event36\",s.events=s.linkTrackEvents,s.products=\";;;;event36=\"+r),wminst.updateVideoVars(),(wminst.isVideoLive(i)||wminst.isTVEEpisode(i))&&wminst.stopVideoProgressTimer(),wminst.trackLinkVideo(\"cnnvideo-\"+t,i),n.set(i.playerid,\"vidStarted\",!1),n.set(i.playerid,\"hasScrubbed\",!1),n.set(i.playerid,\"isPaused\",!1),n.set(i.playerid,\"isBuffering\",!1),n.set(i.playerid,\"isHalf\",!1),n.set(i.playerid,\"isTen\",!1),n.set(i.playerid,\"isTwentyFive\",!1),n.set(i.playerid,\"isSeventyFive\",!1),n.set(i.playerid,\"isNinety\",!1),s.manageVars(\"clearVars\")},PubSub.subscribe(\"cnnvideo-preroll\",(function(e){wminst.isAd=!0;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),wminst.adVidId=t.id,wminst.setVideoLinkTrackVars(),s.linkTrackEvents=\"event35\",s.events=\"event35\",\"string\"==typeof t.adType&&\"midroll\"==t.adType.toLowerCase()&&(s.linkTrackEvents=\"event25\",s.events=\"event25\"),\"string\"==typeof t.adType&&\"preroll\"==t.adType.toLowerCase()&&(s.linkTrackEvents=s.linkTrackEvents+\",event90\",s.events=s.linkTrackEvents,wminst.is_preroll_occur=!0),\"string\"==typeof t.adType&&\"postroll\"==t.adType.toLowerCase()&&(s.linkTrackEvents=\"event82\",s.events=\"event82\"),(t.category&&\"live\"!==t.category||\"true\"!==t.isLive||!0!==t.isLive)&&(wminst.isLiveVid=!1),wminst.isVideoAutoStarted(t)&&(wminst.is_autoplay=!0,wminst.updateAutoStartType()),wminst.setVideoEVars(),s.prop43||(s.prop50=\"\"),(wminst.isTVEEpisode(t)||1==wminst.isLiveVid||1==t.isLive||\"true\"==t.isLive)&&t.adType&&\"midroll\"==t.adType.toLowerCase()&&wminst.stopVideoProgressTimer(),wminst.trackLinkVideo(\"cnnvideo-\"+t.adType.toLowerCase(),t);try{(t.content_type1&&\"tve\"==t.content_type1||wminst.isTVEEpisode(t)||wminst.isTVELive(t))&&wminst.startVideoProgressTimer(t)}catch(e){}s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-adcomplete\",(function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,prop44\",s.linkTrackEvents=\"event50\",(\"midroll\"==t.adType.toLowerCase()||1==wminst.isLiveVid&&\"preroll\"==t.adType.toLowerCase())&&(!t.player_type||\"tve\"!=t.player_type&&\"live player\"!=t.player_type&&\"true\"!=t.isLive||(s.prop33=\"adbp:none\",wminst.trackLinkVideo(\"cnnvideo-adcomplete\",t)),(wminst.isTVEEpisode(t)||wminst.isTVELive(t)||t.content_type1&&\"tve\"==t.content_type1||!0===t.isLive||\"true\"==t.isLive)&&(wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(t))),wminst.isAd=!1,s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-midroll-complete\",(function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,prop44\",s.linkTrackEvents=\"event50\",s.events=\"event50\",(\"midroll\"==t.adType.toLowerCase()||1==wminst.isLiveVid&&\"preroll\"==t.adType.toLowerCase())&&(!t.player_type||\"tve\"!=t.player_type&&\"live player\"!=t.player_type&&\"true\"!=t.isLive&&!0!==t.isLive||(s.prop33=\"adbp:none\",wminst.trackLinkVideo(\"cnnvideo-adcomplete\",t))),wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(t),wminst.isAd=!1,s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-start\",(function(e){wminst.trackVideoStart(e)})),PubSub.subscribe(\"cnnvideo-autostart\",(function(e){wminst.trackVideoStart(e)})),PubSub.subscribe(\"cnnvideo-live\",(function(e){wminst.isAd=!1,wminst.isLiveVid=!0,wminst.isLivePaused=!1;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,prop1,eVar1,prop3,eVar3,prop4,eVar4,prop7,eVar7,prop8,eVar8,prop14,evar14,prop20,eVar20,evar21,eVar22,prop29,prop31,eVar31,prop34,eVar34,eVar36,prop37,eVar37,eVar41,eVar42,prop43,prop44,prop46,eVar46,prop47,eVar47,eVar48,prop50,prop52,eVar52,prop54,eVar54,prop56,eVar56,prop64,prop66,eVar66,eVar67,prop68,eVar68,prop70,eVar70,prop71,eVar71,prop72,eVar72,prop73,eVar73,prop75,eVar75,eVar103,eVar105,list2\",s.linkTrackEvents=\"event1,event32\",s.events=\"event1,event32\";var i=new wminst.getCNNMediaCollection;if(i.start(t.playerid,t.title?t.title:t.headline),wminst.isVideoAutoStarted(t)&&(wminst.is_autoplay=!0,wminst.updateAutoStartType()),t.content_type2);else try{void 0!==t.isAutoStart&&1==t.isAutoStart&&(!0===t.isAutoplayAllowed&&!1!==isAutostartSuccessful||!0===t.is_autoplay_allowed&&!1!==t.is_autoplay_successful)&&(s.linkTrackEvents=s.linkTrackEvents+\",event34\",s.events=s.linkTrackEvents)}catch(e){}wminst.is_preroll_occur||(s.linkTrackEvents+=\",event90\",s.events=s.linkTrackEvents),wminst.isFASTContent(t)&&(s.linkTrackEvents+=\",event109\",s.events=s.linkTrackEvents),s.prop31?s.prop31=s.prop31.toLowerCase():s.eVar31=\"\";try{if(void 0!==window.CNN.omniture.user_auth_state){var n=t.user_auth_state?t.user_auth_state:window.CNN.omniture.user_auth_state;s.prop75=n}else void 0===t.mvpd||\"temppass_cnn10min\"!=t.mvpd&&\"TempPass_CNN10min\"!=t.mvpd||(s.prop75=\"new_temppass_go\")}catch(e){}void 0!==wminst.adVidId&&wminst.adVidId==t.id&&wminst.adRange>0&&(s.linkTrackEvents=s.linkTrackEvents+\",event3\",s.events=s.linkTrackEvents,wminst.adVidId=\"\"),s.eVar23=s.prop23=\"\",s.prop43||(s.prop50=\"\"),wminst.isVideoLive(t)&&(wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(t)),s.prop72=s.eVar72=\"\",wminst.trackLinkVideo(\"cnnvideo-live\",t),i.set(t.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-episode\",(function(e){wminst.isAd=!1;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,list2\",s.linkTrackEvents=\"event48\",s.events=\"event48\";var i=new wminst.getCNNMediaCollection;i.start(t.playerid,t.title?t.title:t.headline),wminst.trackLinkVideo(\"cnnvideo-episode\",t),i.set(t.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-autosegment\",(function(e){wminst.isAd=!1;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,list2\",s.linkTrackEvents=\"event65\";var i=new wminst.getCNNMediaCollection;i.start(t.playerid,t.title?t.title:t.headline),wminst.trackLinkVideo(\"cnnvideo-autosegment\",t),i.set(t.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-buffer\",(function(e){var t=wminst.getVideoMetadata(e),i=void 0!==t.buffering&&t.buffering,s=new wminst.getCNNMediaCollection,n=s.get(t.playerid,\"isBuffering\");i!=n&&(s.buffer(t.playerid),(1==wminst.isLiveVid||1==t.isLive||\"true\"==t.isLive||wminst.isTVEEpisode(t))&&(wminst.stopVideoProgressTimer(),n&&wminst.startVideoProgressTimer(t)))})),PubSub.subscribe(\"cnnvideo-progress\",(function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t);var i=(new wminst.getCNNMediaCollection).progress(t.playerid);wminst.live_interval=60,i=wminst.capCNNTimeSpent(i,t.trt,wminst.live_interval),wminst.setVideoLinkTrackVars(),s.linkTrackEvents=\"event36\",s.events=\"event36\",wminst.updateVideoVars(),s.products=\";;;;\"+s.events+\"=\"+i,60!=i||wminst.isLivePaused&&wminst.isTVEEpisodePaused||wminst.trackLinkVideo(\"cnnvideo-progress\",t),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-scrub\",(function(e){wminst.trackVideoScrub(e)})),PubSub.subscribe(\"cnnvideo-pause\",(function(e){wminst.trackVideoPause(e)})),PubSub.subscribe(\"cnnvideo-mute\",(function(e){wminst.trackVideoMute(e)})),PubSub.subscribe(\"cnnvideo-ten\",(function(e){wminst.trackVideoMilestone(e,10)})),PubSub.subscribe(\"cnnvideo-twentyfive\",(function(e){wminst.trackVideoMilestone(e,25)})),PubSub.subscribe(\"cnnvideo-fifty\",(function(e){wminst.trackVideoMilestone(e,50)})),PubSub.subscribe(\"cnnvideo-seventyfive\",(function(e){wminst.trackVideoMilestone(e,75)})),PubSub.subscribe(\"cnnvideo-ninety\",(function(e){wminst.trackVideoMilestone(e,90)})),PubSub.subscribe(\"cnnvideo-stop\",(function(e){wminst.trackVideoEnd(e,\"stop\")})),PubSub.subscribe(\"cnnvideo-complete\",(function(e){wminst.trackVideoEnd(e,\"complete\")}));try{let e=function(e){return\"span.\"+e+\"-container__back-player-icon-container\"},t=e(\"player\")+\",\"+e(\"fave-player\");document.querySelector(t).addEventListener(\"click\",(function(){wminst.Util.log(\"Back button was clicked. Stop video progress.\"),wminst.stopVideoProgressTimer()}))}catch(e){}\n});", "_satellite[\"_runScript12\"](function(event, target, Promise) {\nwminst.isAudioInitiated=!1,wminst.setAudioInterval_id=0,wminst.liveAudioInterval=0,wminst.trackLinkAudio=function(e,t){wminst.Util.setUserAuthState(),wminst.Util.setIds(),s.tl(this,\"o\",e+\": \"+t.title.toLowerCase())},wminst.startAudioProgressTimer=function(e){wminst.setAudioInterval_id=setInterval((function(){window.trackAudioProgress(e)}),6e4)},wminst.stopAudioProgressTimer=function(){wminst.setAudioInterval_id&&clearInterval(wminst.setAudioInterval_id)},wminst.audioCommonData=function(e){var t,r,a=\"audio\";try{r=\"aod\",void 0===(t=e||{}).isLive||!t.isLive&&\"true\"!=t.isLive||(r=\"live\"),s.trackingServer=wminst.Util.getSiteSpecificSettings(3),s.trackingServerSecure=wminst.Util.getSiteSpecificSettings(4),s.account=_satellite.getVar(\"RSID\"),s.prop1=t.type,t.author&&\"\"!==t.author&&(s.prop2=t.author.toLowerCase()),s.prop7=t.length+\"\",s.eVar7=\"D=c7\",t.title&&\"\"!==t.title&&(s.prop29=t.title.toLowerCase(),s.eVar41=\"D=c29\"),s.eVar33=\"adbp:audio\",s.prop33=\"\",s.prop35=wminst.Util.getCodeVersion(),s.eVar42=t.id,s.eVar45=t.playlist_position+\"\",s.prop45=\"\",s.eVar54=a+\"|\"+r+\"|\"+t.type,s.prop54=\"\",s.eVar67=t.state+\"|\"+(t.status?t.status:\"no value set\")+\"|\"+(t.position?t.position:\"inline\"),s.prop67=\"\",s.eVar82=t.rate+\"\",s.prop82=\"\"}catch(e){}},PubSub.subscribe(\"audio-preroll\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e);s.linkTrackVars=\"events,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event91,event92\",s.linkTrackEvents=s.events,wminst.isAudioInitiated=!0,wminst.audioCommonData(t),wminst.trackLinkAudio(\"audio-preroll\",t),wminst.startAudioProgressTimer(t),s.clearVars()})),PubSub.subscribe(\"audio-start\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection;r.start(t.playerid,t.title),s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event11\",wminst.audioCommonData(t),wminst.isAudioInitiated||(s.events+=\",event92\"),s.prop7&&null!==s.prop7&&(s.events=s.events+\",event64\",s.products=\";;;;event64=\"+s.prop7),s.linkTrackEvents=s.events,wminst.trackLinkAudio(\"audio-start\",t),wminst.isAudioInitiated=!1,r.set(t.playerid,\"audStarted\",!0),wminst.stopAudioProgressTimer(),wminst.startAudioProgressTimer(t),s.clearVars()})),PubSub.subscribe(\"audio-autostart\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection;r.start(t.playerid,t.title),s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event11\",wminst.audioCommonData(t),wminst.isAudioInitiated||(s.events+=\",event92\"),s.prop7&&null!==s.prop7&&(s.events=s.events+\",event64\",s.products=\";;;;event64=\"+s.prop7),s.linkTrackEvents=s.events,wminst.trackLinkAudio(\"audio-autostart\",t),wminst.isAudioInitiated=!1,r.set(t.playerid,\"audStarted\",!0),wminst.stopAudioProgressTimer(),wminst.startAudioProgressTimer(t),s.clearVars()})),PubSub.subscribe(\"audio-complete\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection,a=r.complete(t.playerid);s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.linkTrackEvents=\"event97,event98\",s.events=s.linkTrackEvents,wminst.audioCommonData(t),a>0&&(s.products=\";;;;event98=\"+a),wminst.stopAudioProgressTimer(),wminst.trackLinkAudio(\"audio-complete\",t),r.set(t.playerid,\"audStarted\",!1),r.set(t.playerid,\"hasScrubbed\",!1),r.set(t.playerid,\"isPaused\",!1),r.set(t.playerid,\"isBuffering\",!1),r.set(t.playerid,\"isHalf\",!1),r.set(t.playerid,\"isTen\",!1),r.set(t.playerid,\"isTwentyFive\",!1),r.set(t.playerid,\"isSeventyFive\",!1),s.clearVars()})),PubSub.subscribe(\"audio-pause\",(function(e){var t=wminst.getAudioMetadata(e),r=void 0!==t.pause&&t.pause,a=new wminst.getCNNMediaCollection;a.get(t.playerid,\"audStarted\")&&(s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event100\",r&&(s.events=\"event99\"),s.linkTrackEvents=s.events,wminst.audioCommonData(t),wminst.trackLinkAudio(r?\"audio-pause\":\"audio-resume\",t));var i=a.get(t.playerid,\"isPaused\");r!=i&&(a.pause(t.playerid),wminst.stopAudioProgressTimer(),i&&wminst.startAudioProgressTimer(t)),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"audio-buffer\",(function(e){var t=wminst.getAudioMetadata(e),s=void 0!==t.buffering&&t.buffering,r=new wminst.getCNNMediaCollection,a=r.get(t.playerid,\"isBuffering\");s!=a&&(r.buffer(t.playerid),wminst.stopAudioProgressTimer(),a&&wminst.startAudioProgressTimer(t))})),PubSub.subscribe(\"audio-scrub\",(function(e){var t=wminst.getAudioMetadata(e);(new wminst.getCNNMediaCollection).set(t.playerid,\"hasScrubbed\",!0)})),PubSub.subscribe(\"audio-progress\",(function(e){var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection;s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event98\",s.linkTrackEvents=s.events,wminst.audioCommonData(t);var a=r.progress(t.playerid);a>60&&(wminst.liveAudioInterval=60),(a=wminst.capCNNTimeSpent(a,t.length,wminst.liveAudioInterval))>0&&(s.products=\";;;;event98=\"+a),60==a&&wminst.trackLinkAudio(\"audio-progress\",t),s.manageVars(\"clearVars\")}));\n});", "_satellite[\"_runScript13\"](function(event, target, Promise) {\nwminst.Util.loadScript(\"//www.i.cdn.cnn.com/zion/zion-mb.min.js\",(function(){try{if(\"undefined\"!=typeof s){var i=ZionMessageBus.getInstance(),e=s.visitor.getMarketingCloudVisitorID(),n=s.visitor.getAnalyticsVisitorID();i.publish(\"id_found\",{type:\"adobe_ecid\",value:e}),i.publish(\"id_found\",{type:\"adobe_vi\",value:n})}}catch(i){console.error(i)}}));\n});", "1C61C789E3B28013F186C98A8671478B", "55D6466089213C4314813171029707FC", "E2DF3BC2197E77881A7CD294B6B54CA3", "15F1BED652A3DB8D3D530BE0B95794CA", "\n\nvar allowedOrigins = [[\"^http://edition\\\\.cnn\\\\.com/$\", \"\"], [\".*.cnn.com\", \"i\"], [\"^https?://(.+\\\\.)?cnnespanol\\\\.cnn\\\\.com$\", \"\"]];\nvar blockedOrigins = [];\n\n!function(){\"use strict\";var d,l,r,c;try{d=window.localStorage}catch(e){l=e}function u(e){return!c||0!==e.indexOf(c.origin)}function v(e,i){return new RegExp(i[0],i[1]).test(e)}function p(e){if(!r){var i={id:\"iframeerror\",type:\"ERROR\",response:\"Error accessing localStorage: \"+(r=e?e.toString():\"Localstorage is undefined\")};0,event.source.postMessage(JSON.stringify(i),event.origin)}}window.addEventListener(\"message\",function(e){var i,r,t,n,o,s=!1;for(o=0;ocnn - Google Search
Please click
here if you are not redirected within a few seconds.
Accessibility links
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/pages/page-17-0.html b/demonstrations/fncmwgl/pages/page-17-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..018cccf8e048eaad95288d077861e13353fcb580
--- /dev/null
+++ b/demonstrations/fncmwgl/pages/page-17-0.html
@@ -0,0 +1,7091 @@
+
+
+
+
+
+
+
+
+
+ Novak Djokovic makes political statement about Kosovo after first-round French Open win | CNN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Novak Djokovic makes political statement about Kosovo after first-round French Open win
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CNN
+ —
+
+
+
+
+ Serbian tennis star Novak Djokovic left a political message on a TV camera lens at the French Open on Monday in response to violent clashes in Kosovo .
+
+
+
+ Following his first-round victory against American Aleksandar Kovacevic, Djokovic wrote “Kosovo is the [heart] of Serbia. Stop the violence” in Serbian on a camera lens, using a heart symbol.
+
+
+
+ The message was displayed on the big screen of Court Philippe Chatrier.
+
+
+
+
+
+
+ Tensions have been rising in the past week in Kosovo, which declared independence from Serbia in 2008. There were clashes with protestors on Monday after ethnically Albanian mayors took office in northern Kosovo , a majority Kosovo Serb area, following April elections that Kosovo Serbs had boycotted.
+
+
+
+ At least 34 soldiers with NATO’s peacekeeping mission in Kosovo were injured during the clashes.
+
+
+
+ Djokovic elaborated on his message in Serbian at a press conference, saying: “This is the least I could have done. I feel the responsibility as a public figure – doesn’t matter in which field – to give support.
+
+
+
+ “Especially as a son of a man born in Kosovo, I feel the need to give my support to our people and to the entirety of Serbia. I don’t know, and I think many others don’t know, what the future brings for Kosovo and for Serbian people, but it’s necessary to show support and demonstrate unity in these kinds of situations. I don’t know what will happen.”
+
+
+
+
+
+ Djokovic’s reference to the “entirety of Serbia” reflects the policy of the Serbian government, which still considers Kosovo to be an integral part of its territory and has not recognized the country’s independence.
+
+
+
+ NATO’s Kosovo Force (KFOR) said that recent developments in Kosovo had prompted it to increase its presence in the northern part of the country on Monday.
+
+
+
+ According to the Italian defense ministry, some KFOR soldiers were injured when protesters threw “Molotov cocktails with nails, firecrackers and stones.”
+
+
+
+ Reuters reported that Djokovic said he had not been approached by French Open organizers about the message he wrote on the camera lens, a photo of which he also shared on Instagram. CNN has contacted the French Tennis Federation for comment.
+
+
+
+ “My stance is clear: I am against wars, violence and any kind of conflict, as I’ve always stated publicly. I empathize with all people, but the situation with Kosovo is a precedent in international law,” the 36-year-old added.
+
+
+
+ As a child growing up in Belgrade, Djokovic lived through NATO’s 78-day bombing campaign in 1999, which was intended to end atrocities committed by troops of Yugoslavia’s then-president Slobodan Milošević against ethnic Albanians in Kosovo.
+
+
+
+ Djokovic is aiming to win his 23rd grand slam title at the French Open, which would move him clear of Rafael Nadal at the top of the men’s all-time list.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/pages/page-25-0.html b/demonstrations/fncmwgl/pages/page-25-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..8b752d82ca693f164ddfde9b0ba015e7dee494a5
--- /dev/null
+++ b/demonstrations/fncmwgl/pages/page-25-0.html
@@ -0,0 +1,7641 @@
+
+
+
+
+
+
+
+
+
+ Lionel Messi: What next for arguably the greatest player in history? | CNN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lionel Messi: What next for arguably the greatest player in history?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CNN
+ —
+
+
+
+
+ After helping Paris Saint-Germain win its 11th Ligue 1 title at the weekend, Lionel Messi has some thinking to do.
+
+
+
+ With his contract at the Parisian club coming to an end in June and his relationship with the club seemingly at a breaking point, there is much speculation around where the Argentine will be playing his football next season.
+
+
+
+ In a recent interview with CNN Sport’s Amanda Davies, Messi said he would continue playing while he’s still enjoying it and, at 35, he certainly has a few more years to give.
+
+
+
+ Less than six months ago he was awarded the Golden Ball at the World Cup – the prize given to the best player in the tournament – and has scored 16 goals and provided 16 assists in this season’s league campaign.
+
+
+
+ Amid rumors of a lucrative deal to the Middle East and reports linking him with a move back to his beloved Barcelona, CNN Sport explores the different directions he could turn to as he approaches the twilight of his career.
+
+
+
+
+
+ Messi arrived in the French capital to much fanfare. He was to be the missing piece in the puzzle; the man to drive the team to its first ever Champions League trophy.
+
+
+
+ While Messi struggled with injury during his first season in Paris, he still managed to show flashes of his brilliance.
+
+
+
+ He helped the team win yet another Ligue 1 title, but PSG ultimately failed in the Champions League, being beaten by eventual champion Real Madrid in the round of 16.
+
+
+
+ His second season started much better and his link up play with the likes of Neymar Jr. and Kylian Mbappé was the envy of teams around the world.
+
+
+
+
+
+
+
+ But after his mesmerizing performances in winning the World Cup for Argentina in December 2022, he returned to yet more struggles on a domestic level.
+
+
+
+ In March, PSG was dumped out of the Champions League yet again in the round of 16 – this time by Bayern Munich.
+
+
+
+ It sparked a bitter end of the season and Messi was one of a number of star players to receive a hostile reaction from fans later that month.
+
+
+
+ Messi was then suspended for two weeks after leaving France to attend promotional events in Saudi Arabia; the unauthorized trip meant that he missed a training session.
+
+
+
+ Despite another title victory, a move to a new club looks more than likely.
+
+
+
+ The big question, though, is where?
+
+
+
+
+
+
+ The Catalan club is where Messi turned from school boy to sporting legend.
+
+
+
+ At 17 years old, he made his first of 778 appearances for the Blaugrana , becoming the youngest player to represent the club in an official game at the time.
+
+
+
+ He went on to break the club’s goalscoring record and won 35 trophies during his time at the Camp Nou – including 10 La Liga titles and four Champions Leagues.
+
+
+
+ His emotional departure was fueled by the club’s dire financial state in 2021 and Messi was in tears as he said goodbye in his final press conference.
+
+
+
+ Under new coach and club legend Xavi, Barcelona has just won its first La Liga title in four years this year, with the club starting to look more competitive.
+
+
+
+ “For me, there’s no doubt that if Messi comes back, he will help us on a football level,” Xavi told Barcelona-based newspaper SPORT in a recent interview.
+
+
+
+ “I let the president [Joan Laporta] know this. I have no doubts, no doubt at all that he will help because he is still a decisive footballer, because he still has hunger, because he’s a winner, because he’s a leader and because, also, he’s a different, different player,” added Xavi, who told SPORT that he still talks to Messi.
+
+
+
+ “We don’t have a Barça on a talent level like 2010, for example. And what would Messi bring? He’d bring talent. Final pass, set pieces, goals … in the final third, he’s a player on a different level.
+
+
+
+ “As such, and because of the way I want to play, the way the staff wants to play too, for me there’s no doubt that he would help us a lot, but it all depends on him. In the end, the one who calls the shots at this time is Leo. There’s no doubt.”
+
+
+
+
+
+
+
+
+
+ Journalist Marcela Mora y Araujo, who is an expert on Argentine football, told CNN Sport that while a move to Barcelona would be a “fitting end” to his career, the transfer surely remains somewhat of a “fantasy” given the club is still strapped for cash.
+
+
+
+ “To end his playing days in his football home is quite romantic,” she said.
+
+
+
+ “The Barcelona temptation would be much more to do, perhaps, with his family. His kids were born there.
+
+
+
+ “The lifestyles of footballers’ children are often like kids of diplomats, where they spend a lot of their young lives traveling around the world and then, maybe in their late teens, they have a say and want to be somewhere where they’re happy and comfortable and have a good life. Saudi Arabia might be weird in that respect.
+
+
+
+ “I think that side – family life, daily life, diet, friends, language – then Barcelona would win. No question.”
+
+
+
+
+
+
+
+
+
+
One-on-one with World Cup winner Lionel Messi
+
+
+ 03:53
+
+
- Source:
+ CNN
+
+
+
+
+
+
+
+ Barcelona has made no attempt to hide its feelings toward Messi, but it would require a lot of work behind the scenes to make the signing a reality.
+
+
+
+ But huge deals with audio streaming service Spotify and global investment firm Sixth Street , among others, have helped the club claw its way back from the total financial disarray it found itself in following the Covid-19 pandemic.
+
+
+
+ In September 2022, Barcelona said it had recorded a profit of $98 million for the 2021/22 financial year and predicted profits of $298 million for this current season.
+
+
+
+ The club also announced the renegotiation of the $1.6 billion financial plan to repay the debt taken on to finance the renovation of its dilapidated Camp Nou stadium, meaning Barcelona will now pay off the debt five years earlier than originally planned.
+
+
+
+ Its ability to once again potentially pay big fees and big contracts to players, coupled with Messi’s impending departure, has fans dreaming of a potential return.
+
+
+
+
+
+ Saudi Arabia looks determined to attract the world’s biggest players as it attempts to build its reputation and improve the quality of the Saudi Pro League.
+
+
+
+ It’s fast becoming the biggest rival to the likes of Major League Soccer (MLS) in the US as a place for some of the world’s most beloved stars to finish their careers.
+
+
+
+ Earlier this year, Messi’s long-term rival Cristiano Ronaldo moved to Saudi club Al Nassr for an eye-watering sum of money, perhaps paving the way for other superstars to follow suit.
+
+
+
+ A mind-boggling financial package could no doubt be offered to Messi who already has a good working relationship with the country – having previously fronted multiple tourism campaigns.
+
+
+
+
+
+
+
+ “I think money is always a factor in human decision making,” Mora y Araujo said, amid reports Saudi club Al Hilal was targeting Messi’s signature.
+
+
+
+ “I think a lot of people are saying Messi doesn’t need any more money, but I suspect that any offers that are going to compete with the Saudi offer will have to bear in mind the kind of hefty price tag attached.
+
+
+
+ “But Messi doesn’t seem particularly money driven. He seems someone that enjoys football still very much and for whom the pleasure of the game is an important factor.
+
+
+
+ “When he isn’t enjoying it, he tends to quit or say he’s going to quit or look forlorn. And when he is enjoying it, he shines and makes everybody love football.”
+
+
+
+ Crediting an unnamed source, AFP reported earlier this year that Messi playing in Saudi Arabia next season was a “done deal.”
+
+
+
+ However, Messi’s team told CNN Sport that such claims were false and that the seven-time Ballon d’Or winner would not make a decision on his future until after the Ligue 1 season was over.
+
+
+
+ Mora y Araujo said a move to Saudi is probably the most likely, given it will allow Messi to focus on playing more for Argentina which seems to be his biggest motivating factor – even after winning the World Cup.
+
+
+
+
+
+
+
+ However, Messi might be put off by Ronaldo’s apparent struggles both on and off the pitch since his move to Saudi Arabia.
+
+
+
+ The Portuguese star has cut a frustrated figure at times this season and there are reports he’s already looking for a move away.
+
+
+
+
+
+
+
+ “Saudi Arabia’s bad image or bad press is a bigger deal in Europe than it is in the global South, I think,” said Mora y Araujo, referring to the Middle East country’s human rights record.
+
+
+
+ “Not to say that it isn’t commented upon or mentioned in the press … I don’t think his legacy would be tarnished just through playing in Saudi.
+
+
+
+ “I mean, obviously, if he goes on to do something really controversial, but he seems to be somebody who keeps quite a low profile politically speaking, and just gives his image to things.”
+
+
+
+
+
+
+ The list of potential suitors doesn’t stop with Barça or clubs from Saudi Arabia.
+
+
+
+ There is the well trodden path of superstar players moving to the MLS and reports have linked Messi with a potential move to David Beckham’s Inter Miami.
+
+
+
+ Beckham is a well known fan of Messi and, in 2019, teased, “You never know what can happen in football,” when asked about signing the Argentine one day.
+
+
+
+
+
+
+
+ There have been more serious links since, with UK newspaper The Times reporting in 2022 that a deal between the two parties was close.
+
+
+
+ There is also the option to return home to his beloved Argentina, which would no doubt welcome him with open arms.
+
+
+
+ Messi started his youth career at Newell’s Old Boys before being quickly snapped up by Barcelona, but Mora y Araujo said there is no expectation in Argentina that Messi would ever return home.
+
+
+
+ “I can’t see him playing at Newell’s Old Boys. I don’t think that the emotional tie between him and that club was forged enough. He left when he was very young,” she said.
+
+
+
+ “To have him back there would be lovely, but I’m not sure anyone minds particularly. I think the big pressure from Argentina was that he delivered for Argentina [at the World Cup] and he’s done that now.
+
+
+
+ “It would be amazing if he went back to play in Argentina, but it would just be so absurd because he really is from another league, as it were.”
+
+
+
+
+
+
+ Given its financial power, there has also been some speculation of a possible stint in the English Premier League with Manchester City .
+
+
+
+ The Premier League champion could offer a competitive package and reuniting with former Barcelona boss Pep Guardiola – who managed Messi during his peak years at the club – might be tempting.
+
+
+
+ However, despite all of his mercurial brilliance, a move to the Premier League at this time in his career may be a step too far and, as Mora y Araujo said, Messi has nothing to prove to anyone.
+
+
+
+ “I think the World Cup victory is like a beautiful fairytale ending for international football,” she said.
+
+
+
+ “I don’t think he needs to win anything else and he has nothing to prove, so it’s more a question of how he wants to spend his day job, what he wants to do every day.”
+
+
+
+ As it stands, Messi has many options and speculation will continue to swirl until a decision is made.
+
+
+
+ Wherever he decides to go, the eyes of the world are surely set to follow.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/pages/page-32-0.html b/demonstrations/fncmwgl/pages/page-32-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..98e5023b2847a07cffe9b134f34e2d74804661b2
--- /dev/null
+++ b/demonstrations/fncmwgl/pages/page-32-0.html
@@ -0,0 +1,7036 @@
+
+
+
+
+
+
+
+
+
+ Thiago Seyboth Wild stuns Daniil Medvedev in French Open upset | CNN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World No. 172 Thiago Seyboth Wild stuns Russian star Daniil Medvedev in French Open upset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CNN
+ —
+
+
+
+
+ The French Open has already seen a major upset as world No. 2 Daniil Medvedev was knocked out by Brazilian qualifier Thiago Seyboth Wild in the first round on Tuesday.
+
+
+
+ The world No. 172 showed little sign of nerves by beating Medvedev in a thrilling five-set encounter – 7-6(5) 6-7(6) 2-6 6-3 6-4 – in over four hours on court.
+
+
+
+ Medvedev is certainly not at his best on the surface but was coming into Roland Garros off the back of winning his first clay-court trophy at this year’s Italian Open.
+
+
+
+ He was widely expected to beat Seyboth Wild – who was making his first main draw appearance at the grand slam – but the Brazilian came out swinging, dominating the match with his powerful forehand in windy conditions.
+
+
+
+ “I have watched Daniil play for my entire junior career, up until today. Playing on this court against this kind of player and beating him is a dream come true,” Seyboth Wild, 23, said during his on-court interview.
+
+
+
+
+
+
+ “Walking on court, I just wanted to get to the net as much as possible and use my forehand against his and it worked pretty well.”
+
+
+
+ After winning the opening set, Seyboth Wild squandered set points in the second which allowed Medvedev to grow into the game.
+
+
+
+ The Russian then won the third set with ease but continued to struggle with his consistency and was clearly frustrated.
+
+
+
+ It allowed the Brazilian to recover and take the match into a nail-biting deciding set in which he held his nerve to see out a memorable win on Philippe Chatrier.
+
+
+
+ After winning match point with another crushing forehand, the beaming Brazilian turned to the crowd in disbelief, before raising his arms aloft.
+
+
+
+ “It was pretty tough. I started cramping in the second set. I did my best and tried to play my best tennis and it worked,” Seyboth Wild said. “I am really happy with the way I played.”
+
+
+
+ He will now face either Quentin Halys or Guido Pella in the second round.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/pages/page-63-0.html b/demonstrations/fncmwgl/pages/page-63-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..d0f6767804eb243fbc94d5cc8b710f2bf17f6c55
--- /dev/null
+++ b/demonstrations/fncmwgl/pages/page-63-0.html
@@ -0,0 +1,209 @@
+
Free Research Preview. ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT May 24 Version
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/pages/page-81-0.html b/demonstrations/fncmwgl/pages/page-81-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..41af6f0390b70f3c54b6cfe9ccd213ae9d221a85
--- /dev/null
+++ b/demonstrations/fncmwgl/pages/page-81-0.html
@@ -0,0 +1,234 @@
+
+Serbian tennis star Novak Djokovic left a political message on a TV camera lens at the French Open on Monday in response to violent clashes in Kosovo.
+
+Following his first-round victory against American Aleksandar Kovacevic, Djokovic wrote “Kosovo is the [heart] of Serbia. Stop the violence” in Serbian on a camera lens, using a heart symbol.
+
+The message was displayed on the big screen of Court Philippe Chatrier.
+
+NATO peacekeepers clashed with local Kosovo Serb protesters in Zvecan, Kosovo, on Monday.
+
+Why did ethnic Serbs attack NATO peacekeepers in Kosovo?
+Tensions have been rising in the past week in Kosovo, which declared independence from Serbia in 2008. There were clashes with protestors on Monday after ethnically Albanian mayors took office in northern Kosovo, a majority Kosovo Serb area, following April elections that Kosovo Serbs had boycotted.
+At least 34 soldiers with NATO’s peacekeeping mission in Kosovo were injured during the clashes.
+Djokovic elaborated on his message in Serbian at a press conference, saying: “This is the least I could have done. I feel the responsibility as a public figure – doesn’t matter in which field – to give support.
+“Especially as a son of a man born in Kosovo, I feel the need to give my support to our people and to the entirety of Serbia. I don’t know, and I think many others don’t know, what the future brings for Kosovo and for Serbian people, but it’s necessary to show support and demonstrate unity in these kinds of situations. I don’t know what will happen.”
+Djokovic’s reference to the “entirety of Serbia” reflects the policy of the Serbian government, which still considers Kosovo to be an integral part of its territory and has not recognized the country’s independence.
+NATO’s Kosovo Force (KFOR) said that recent developments in Kosovo had prompted it to increase its presence in the northern part of the country on Monday.
+According to the Italian defense ministry, some KFOR soldiers were injured when protesters threw “Molotov cocktails with nails, firecrackers and stones.”
+
+Reuters reported that Djokovic said he had not been approached by French Open organizers about the message he wrote on the camera lens, a photo of which he also shared on Instagram. CNN has contacted the French Tennis Federation for comment.
+
+“My stance is clear: I am against wars, violence and any kind of conflict, as I’ve always stated publicly. I empathize with all people, but the situation with Kosovo is a precedent in international law,” the 36-year-old added.
+
+As a child growing up in Belgrade, Djokovic lived through NATO’s 78-day bombing campaign in 1999, which was intended to end atrocities committed by troops of Yugoslavia’s then-president Slobodan Milošević against ethnic Albanians in Kosovo.
+
+Djokovic is aiming to win his 23rd grand slam title at the French Open, which would move him clear of Rafael Nadal at the top of the men’s all-time list.
+Summarize this article in few lines Free Research Preview. ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT May 24 Version
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/pages/page-82-0.html b/demonstrations/fncmwgl/pages/page-82-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..735aea7c7271588d5a9b202bf5e28df28666a4e2
--- /dev/null
+++ b/demonstrations/fncmwgl/pages/page-82-0.html
@@ -0,0 +1,234 @@
+
+Serbian tennis star Novak Djokovic left a political message on a TV camera lens at the French Open on Monday in response to violent clashes in Kosovo.
+
+Following his first-round victory against American Aleksandar Kovacevic, Djokovic wrote “Kosovo is the [heart] of Serbia. Stop the violence” in Serbian on a camera lens, using a heart symbol.
+
+The message was displayed on the big screen of Court Philippe Chatrier.
+
+NATO peacekeepers clashed with local Kosovo Serb protesters in Zvecan, Kosovo, on Monday.
+
+Why did ethnic Serbs attack NATO peacekeepers in Kosovo?
+Tensions have been rising in the past week in Kosovo, which declared independence from Serbia in 2008. There were clashes with protestors on Monday after ethnically Albanian mayors took office in northern Kosovo, a majority Kosovo Serb area, following April elections that Kosovo Serbs had boycotted.
+At least 34 soldiers with NATO’s peacekeeping mission in Kosovo were injured during the clashes.
+Djokovic elaborated on his message in Serbian at a press conference, saying: “This is the least I could have done. I feel the responsibility as a public figure – doesn’t matter in which field – to give support.
+“Especially as a son of a man born in Kosovo, I feel the need to give my support to our people and to the entirety of Serbia. I don’t know, and I think many others don’t know, what the future brings for Kosovo and for Serbian people, but it’s necessary to show support and demonstrate unity in these kinds of situations. I don’t know what will happen.”
+Djokovic’s reference to the “entirety of Serbia” reflects the policy of the Serbian government, which still considers Kosovo to be an integral part of its territory and has not recognized the country’s independence.
+NATO’s Kosovo Force (KFOR) said that recent developments in Kosovo had prompted it to increase its presence in the northern part of the country on Monday.
+According to the Italian defense ministry, some KFOR soldiers were injured when protesters threw “Molotov cocktails with nails, firecrackers and stones.”
+
+Reuters reported that Djokovic said he had not been approached by French Open organizers about the message he wrote on the camera lens, a photo of which he also shared on Instagram. CNN has contacted the French Tennis Federation for comment.
+
+“My stance is clear: I am against wars, violence and any kind of conflict, as I’ve always stated publicly. I empathize with all people, but the situation with Kosovo is a precedent in international law,” the 36-year-old added.
+
+As a child growing up in Belgrade, Djokovic lived through NATO’s 78-day bombing campaign in 1999, which was intended to end atrocities committed by troops of Yugoslavia’s then-president Slobodan Milošević against ethnic Albanians in Kosovo.
+
+Djokovic is aiming to win his 23rd grand slam title at the French Open, which would move him clear of Rafael Nadal at the top of the men’s all-time list.
+Summarize this article in few lines Free Research Preview. ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT May 24 Version
\ No newline at end of file
diff --git a/demonstrations/fncmwgl/replay.json b/demonstrations/fncmwgl/replay.json
new file mode 100644
index 0000000000000000000000000000000000000000..68d12ff4426e2154630cc838c73b66eb186ca23d
--- /dev/null
+++ b/demonstrations/fncmwgl/replay.json
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c3ff7f29d95ff5449cb9e5bcf0c950ccfc36f48d87d5b4702eaf9f6b3e2849a
+size 13488905
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-0-0.png b/demonstrations/fncmwgl/screenshots/screenshot-0-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..73c24f2c6777cc0d0b2394164899b1d55fc0f048
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-0-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4931a0b8ec2a88869494345840ec42d4b3ef38e338735249242b8e6df28565a5
+size 17007
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-1-0.png b/demonstrations/fncmwgl/screenshots/screenshot-1-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..344c641c9c7f5132487ef08df1f742fbf4a65276
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-1-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e54814867ea1348044bbc1fd30540800a27e7b5bdfcf53afa24a02f7c33fd788
+size 225754
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-17-1.png b/demonstrations/fncmwgl/screenshots/screenshot-17-1.png
new file mode 100644
index 0000000000000000000000000000000000000000..52865e8006dbc3cd4c3e780236c87721e0c3a517
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-17-1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36167647a6385e87d1f5d8ce46aa3d456747e7a7a5921ffb010d7d2e6441aaf0
+size 195757
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-25-0.png b/demonstrations/fncmwgl/screenshots/screenshot-25-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..21e442f838979a1378fe4014e0c3ea06969f6274
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-25-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:993cca6d431fde448699372c9a4b74a8de169022a51788f85d3b26cbe7cc8eb1
+size 258196
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-32-0.png b/demonstrations/fncmwgl/screenshots/screenshot-32-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..382b07554688110645131392ddb6adac6b70a0d4
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-32-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:62e1fa90fc8e7ee7bbff2e800a9c87a741e7e13d3b12fd0332c789c95a2e4a18
+size 166748
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-47-0.png b/demonstrations/fncmwgl/screenshots/screenshot-47-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..b408e26bca89856e42113f1d3e3adff878c7fd1f
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-47-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0d6f1aadfe62e7d1cb3c113d0c6b82564aafdfe776dc86a918cdb301bb216f0
+size 18101
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-63-0.png b/demonstrations/fncmwgl/screenshots/screenshot-63-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..08072b7c2f128e738a6739de84fcfa90cd9ba19a
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-63-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a8574f901622582bf270620af1e4ecbe7c0569f40c297b48b9a783d6821d10d3
+size 98565
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-81-0.png b/demonstrations/fncmwgl/screenshots/screenshot-81-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..c9032dfcec1c0f07115565d1cd1f4ae07264169f
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-81-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be203501e7370999b77ec791ecc1b6f97cabd1d1b21c5b9f5e78aaee1ef1531f
+size 116236
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-82-0.png b/demonstrations/fncmwgl/screenshots/screenshot-82-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..570fa5556703adc9822553c67c051d9e5f2f2efc
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-82-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cbef804d9e1fd6b8a0cb7403460d767a6bae8a8ff793d4f3f126257dff40670a
+size 120652
diff --git a/demonstrations/fncmwgl/screenshots/screenshot-84-0.png b/demonstrations/fncmwgl/screenshots/screenshot-84-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..60bd8892a50ce75d9afe5b2888d26759181a517f
--- /dev/null
+++ b/demonstrations/fncmwgl/screenshots/screenshot-84-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b55ec849fc321b26a21aec876794ea57ab4e3b6adfc05c556cc056228e2982be
+size 132588
diff --git a/demonstrations/mkfumic/extra_element_properties/page-104-0.json b/demonstrations/mkfumic/extra_element_properties/page-104-0.json
new file mode 100644
index 0000000000000000000000000000000000000000..077e2c7d3c578067e6722f002e91914e8b65d9da
--- /dev/null
+++ b/demonstrations/mkfumic/extra_element_properties/page-104-0.json
@@ -0,0 +1 @@
+{"dd3c6f3a-1e88-468a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "865b2667-7d60-48c6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2971c77f-dd98-47b0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d8ba63f6-b3b9-48f0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "83504d54-6bff-4f49": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "463a51b0-da02-475e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2daa0d08-0c20-476d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "33b677df-eaf3-49ce": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2e265644-f2c7-4c61": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f2b55fcb-101d-4ca7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0547a558-f3ff-4d2e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a7b56d03-704d-4c5a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e2da933e-1419-45d6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "6589ac06-f9a5-4a8b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "62d0e494-8cd6-4504": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8ee53c50-62b6-4646": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "241d8649-e74e-4482": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "6b6a81bb-7e77-4682": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "59fafced-9109-46a3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2314f935-99c0-40ea": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9111a95b-fe6e-4954": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4f935f06-2fca-4b5a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1f1f62e6-95d9-477d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a895e1b2-2ef0-4475": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2bd1fce7-2478-4a08": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3f58ac2b-6bae-48a8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ca8550c0-4e6d-48cd": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "788511f9-eff2-4bc6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c47c3b97-920d-4b22": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9fe94b7b-61c0-46b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "91e02b9d-8d91-4a0b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bf5c8782-ac33-446b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4a4dfb32-ebfe-42f7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "524d48e6-5b22-4c10": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0e31b5b6-154a-4c15": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c67aa43d-f0a7-4f9a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5d3fd8a0-c4ab-4295": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f5cf2c3a-5d54-478f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ef43b7be-a143-43df": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b07b1856-d2f8-4619": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2eec9a24-1d35-45e7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "03bf5b34-8d33-433e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f3e13d1e-46f8-4ec2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b771606d-6410-4f0d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9bf32809-e1f3-42d4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "423ad239-c1be-4d75": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "adb80b36-8fb7-4039": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f475c159-ea7a-41b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7c0b3c55-360c-4d24": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b9af261d-c87b-405a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a86237c0-1042-4e2b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9718198e-6e64-441f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9b5cae80-cbf9-4a0d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f0dcef5e-26ff-4d9e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7a9f7782-6901-479a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a86cd686-a97e-4968": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cf9ac91e-3f15-4bac": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e22000a6-f135-45db": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2e005138-5f47-4c23": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4aad5056-e48a-4625": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "60aabc45-5148-4a2a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fe0c93c6-b670-45e5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "6bbd2d4d-a37d-45d2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "53223cac-fedf-4fd8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bbc937e6-8ba1-4c93": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "15248206-1965-4781": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "64453073-0a57-486a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "215bd974-68c2-4507": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4d64dd9c-4fe7-420a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ff55b6ce-1b7b-4634": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "62796e76-ba7d-4eba": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e8bcca05-b20f-446d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d5a4e7d9-df8a-4038": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "855886e3-727c-4506": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ea883d8c-2493-4f4b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ad9c4c72-97ab-4c0d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "12cba488-21c5-4b53": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "68405125-2bd6-4266": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e9c00ad1-f8b1-4546": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8665b48f-3ebc-40e0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "203dd815-6129-4ae2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bd1c8dd6-c179-47b4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b583032b-fde4-44f0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "167f8d0c-3e0d-4e18": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ce751a25-adf4-4bc2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "655712d6-885f-49ca": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c5e93e15-d4f2-49da": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "04db1b04-bb53-4984": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5f8e0c33-5c92-4f08": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9e706e3b-46cb-4535": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7dc5f39f-e153-47e4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "50bae514-5642-4926": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "48bdf424-c7c9-4534": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d2af689c-685d-4719": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "efddc28a-7773-4708": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fe6c86da-a526-49b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "25e9ca69-09d2-4646": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "87030e9d-da20-4ab0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "67b1d039-318b-4b8d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d929cf27-9910-43a6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fad4dfd9-c8a9-4a74": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4c4fbe6c-e9eb-440d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "78608036-6569-4ab5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c10a256f-cd93-4ef6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "61bd7da0-6fb7-4deb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "457354ec-3d58-42b4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d88a983d-0da9-468d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7931bc6c-2d1e-4dac": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ff1732f1-2b3e-46b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "32215c44-cfac-4c22": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "13871b3a-9c89-4fad": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b2fa0fe4-b506-4b4a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "61ec43a4-d2dc-449b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9833128f-12a7-4e89": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8995251d-ca13-4666": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ea52ba89-1120-4563": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f585f53e-d11a-4cf8": {"visibility": 0.10725366845150287, "bbox": [0, -864, 1263.3333740234375, 8409.96875], "clickable": false, "set_of_marks": 0}, "29010313-1704-4b9e": {"visibility": 0, "bbox": [8, 8, 1264, 294.4375], "clickable": false, "set_of_marks": false}, "4c61f03b-c2df-4a27": {"visibility": 0, "bbox": [8, 8, 1264, 294.4375], "clickable": false, "set_of_marks": false}, "0bd95d38-096f-4de0": {"visibility": 0, "bbox": [8, 8, 1264, 208.4375], "clickable": false, "set_of_marks": false}, "43325392-ac26-4129": {"visibility": 0, "bbox": [8, 8, 1264, 37], "clickable": false, "set_of_marks": false}, "819ac0d3-52bd-4110": {"visibility": 0, "bbox": [8, 66.4375, 300, 150], "clickable": false, "set_of_marks": false}, "87155a50-acd4-4cdd": {"visibility": 0, "bbox": [82.96875, 66.421875, 150.03125, 150.046875], "clickable": false, "set_of_marks": false}, "dcc94b8a-e178-4494": {"visibility": 0, "bbox": [8, 232.4375, 1264, 36], "clickable": false, "set_of_marks": false}, "46690ba0-d432-4993": {"visibility": 0, "bbox": [8, 232.4375, 1264, 36], "clickable": false, "set_of_marks": false}, "00155789-27ae-4f0c": {"visibility": 0, "bbox": [8, 232.4375, 1264, 36], "clickable": false, "set_of_marks": false}, "8c1dea5f-450e-432e": {"visibility": 0, "bbox": [8, 232.4375, 1264, 36], "clickable": false, "set_of_marks": false}, "aa191e78-486b-4b08": {"visibility": 0, "bbox": [48, 232.4375, 1224, 18], "clickable": false, "set_of_marks": false}, "f8d36307-72d9-43d6": {"visibility": 0, "bbox": [48, 232.4375, 162.203125, 17], "clickable": false, "set_of_marks": false}, "41c2d743-d885-4a9a": {"visibility": 0, "bbox": [48, 232.4375, 162.203125, 17], "clickable": true, "set_of_marks": false}, "0c787993-97f3-4975": {"visibility": 0, "bbox": [48, 250.4375, 1224, 18], "clickable": false, "set_of_marks": false}, "a186fe53-a753-4e73": {"visibility": 0, "bbox": [194.203125, 250.4375, 381.28125, 17], "clickable": true, "set_of_marks": false}, "5d3b8b3a-5ad3-4b42": {"visibility": 0, "bbox": [413.28125, 250.4375, 162.203125, 17], "clickable": false, "set_of_marks": false}, "e0702fcc-9db0-47df": {"visibility": 0, "bbox": [8, 284.4375, 1264, 18], "clickable": false, "set_of_marks": false}, "085d7189-66ed-4860": {"visibility": 0, "bbox": [8, 284.4375, 1264, 18], "clickable": false, "set_of_marks": false}, "807d074d-41e8-4978": {"visibility": 0, "bbox": [8, 318.4375, 1264, 0], "clickable": false, "set_of_marks": false}, "ce9e6096-3067-4370": {"visibility": 0, "bbox": [8, 318.4375, 1264, 0], "clickable": false, "set_of_marks": false}, "02b672d3-eab8-4f68": {"visibility": 1, "bbox": [66, 0, 1197.3333740234375, 46], "clickable": false, "set_of_marks": true}, "eef5d302-34ae-47e8": {"visibility": 1, "bbox": [78, 8, 42, 30], "clickable": true, "set_of_marks": true}, "a128eef2-a6fc-4a83": {"visibility": 1, "bbox": [78, 8, 30, 30], "clickable": false, "set_of_marks": true}, "5abf97cf-5038-47bc": {"visibility": 1, "bbox": [120, 13, 124.94792175292969, 20], "clickable": true, "set_of_marks": true}, "8fd017a6-2161-4cc4": {"visibility": 1, "bbox": [268.94793701171875, 3, 895.71875, 40], "clickable": false, "set_of_marks": true}, "e703a81b-f08d-477f": {"visibility": 1, "bbox": [268.94793701171875, 3, 895.71875, 40], "clickable": false, "set_of_marks": 0}, "1281551d-bd9c-4025": {"visibility": 1, "bbox": [268.94793701171875, 3, 89.63542175292969, 40], "clickable": false, "set_of_marks": true}, "ef62e658-83b9-44e9": {"visibility": 1, "bbox": [268.94793701171875, 3, 89.63542175292969, 40], "clickable": false, "set_of_marks": 0}, "c8ce18ef-dd66-4440": {"visibility": 1, "bbox": [268.94793701171875, 15.5, 73.63542175292969, 15], "clickable": true, "set_of_marks": 0}, "cd7d6321-8f82-405f": {"visibility": 1, "bbox": [268.94793701171875, 17, 12, 12], "clickable": false, "set_of_marks": 0}, "5001729e-7be8-4ed1": {"visibility": 1, "bbox": [268.94793701171875, 18, 12, 10], "clickable": false, "set_of_marks": true}, "d4b40294-5096-49e8": {"visibility": 1, "bbox": [286.94793701171875, 15.5, 55.63541793823242, 15], "clickable": false, "set_of_marks": true}, "491e010c-43ed-48d5": {"visibility": 1, "bbox": [346.5833435058594, 17, 12, 12], "clickable": false, "set_of_marks": true}, "0c10c8ff-ebf1-4d7e": {"visibility": 1, "bbox": [348.5833435058594, 21, 8.0003662109375, 4.800046443939209], "clickable": false, "set_of_marks": 0}, "4a6e3962-4b96-4ef4": {"visibility": 0, "bbox": [48, 748.4375, 1224, 226], "clickable": false, "set_of_marks": false}, "048e8045-bbf3-4c26": {"visibility": 0, "bbox": [48, 748.4375, 1224, 226], "clickable": false, "set_of_marks": false}, "e70686ee-983d-46d6": {"visibility": 0, "bbox": [88, 748.4375, 1184, 154], "clickable": false, "set_of_marks": false}, "92d42b26-ccb0-4eeb": {"visibility": 0, "bbox": [88, 884.4375, 372.875, 17], "clickable": true, "set_of_marks": false}, "b9880f5b-f421-46d0": {"visibility": 0, "bbox": [88, 748.4375, 300, 150], "clickable": false, "set_of_marks": false}, "2d208067-3faf-42ce": {"visibility": 0, "bbox": [163, 748.421875, 150, 150.015625], "clickable": false, "set_of_marks": false}, "f2933fdc-27dd-45fb": {"visibility": 0, "bbox": [392, 884.4375, 68.875, 17], "clickable": false, "set_of_marks": false}, "beec25cd-b28a-481d": {"visibility": 0, "bbox": [88, 902.4375, 1184, 18], "clickable": false, "set_of_marks": false}, "57609771-5773-4454": {"visibility": 0, "bbox": [88, 902.4375, 61.78125, 17], "clickable": true, "set_of_marks": false}, "66a9bec3-f439-4fad": {"visibility": 0, "bbox": [88, 902.4375, 61.78125, 17], "clickable": false, "set_of_marks": false}, "a40d9391-1f4f-4859": {"visibility": 0, "bbox": [88, 920.4375, 1184, 18], "clickable": false, "set_of_marks": false}, "34cf715b-cfe8-40b4": {"visibility": 0, "bbox": [88, 920.4375, 76.453125, 17], "clickable": true, "set_of_marks": false}, "26e51512-58e1-4b41": {"visibility": 0, "bbox": [88, 920.4375, 76.453125, 17], "clickable": false, "set_of_marks": false}, "6b9abd23-ff23-475f": {"visibility": 0, "bbox": [88, 938.4375, 1184, 18], "clickable": false, "set_of_marks": false}, "107e3226-66c9-4135": {"visibility": 0, "bbox": [88, 938.4375, 107.953125, 17], "clickable": true, "set_of_marks": false}, "219f772b-f498-46dc": {"visibility": 0, "bbox": [88, 938.4375, 107.953125, 17], "clickable": false, "set_of_marks": false}, "4a70206b-110e-49d7": {"visibility": 0, "bbox": [88, 956.4375, 1184, 18], "clickable": false, "set_of_marks": false}, "9c62fa99-097d-44fa": {"visibility": 0, "bbox": [88, 956.4375, 117.34375, 17], "clickable": true, "set_of_marks": false}, "ca6881e6-f9b7-47b5": {"visibility": 0, "bbox": [88, 956.4375, 117.34375, 17], "clickable": false, "set_of_marks": false}, "81094086-258e-461f": {"visibility": 1, "bbox": [382.5833435058594, 3, 98.5625, 40], "clickable": false, "set_of_marks": true}, "89427b81-993a-4fea": {"visibility": 1, "bbox": [382.5833435058594, 3, 98.5625, 40], "clickable": false, "set_of_marks": 0}, "ebbf5516-b288-408c": {"visibility": 1, "bbox": [382.5833435058594, 15.5, 82.5625, 15], "clickable": true, "set_of_marks": true}, "e6532cd2-14c9-43a1": {"visibility": 1, "bbox": [382.5833435058594, 15.5, 82.5625, 15], "clickable": false, "set_of_marks": 0}, "25991ac1-d337-4924": {"visibility": 1, "bbox": [469.1458435058594, 17, 12, 12], "clickable": false, "set_of_marks": true}, "3c33e3ae-d95d-4331": {"visibility": 1, "bbox": [471.1458435058594, 21, 8.0003662109375, 4.800046443939209], "clickable": false, "set_of_marks": 0}, "7ca00dab-5b01-48b4": {"visibility": 0, "bbox": [48, 1128.4375, 1224, 1292], "clickable": false, "set_of_marks": false}, "d7240b79-4049-4ae7": {"visibility": 0, "bbox": [48, 1128.4375, 1224, 1292], "clickable": false, "set_of_marks": false}, "996a4803-1432-4f6f": {"visibility": 0, "bbox": [88, 1128.4375, 1184, 280], "clickable": false, "set_of_marks": false}, "da97b876-ecc5-4b9c": {"visibility": 0, "bbox": [88, 1264.4375, 410.1875, 17], "clickable": true, "set_of_marks": false}, "53cdfde6-75db-48ea": {"visibility": 0, "bbox": [88, 1264.4375, 106.1875, 17], "clickable": false, "set_of_marks": false}, "4a1c7f03-76f0-4bac": {"visibility": 0, "bbox": [198.1875, 1128.4375, 300, 150], "clickable": false, "set_of_marks": false}, "91c0faa7-1d04-473d": {"visibility": 0, "bbox": [273.1875, 1165.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "a122b51f-16bf-4e09": {"visibility": 0, "bbox": [88, 1282.4375, 1184, 126], "clickable": false, "set_of_marks": false}, "5b04c02b-663f-4c9b": {"visibility": 0, "bbox": [88, 1282.4375, 1184, 126], "clickable": false, "set_of_marks": false}, "6597cc03-1e98-469b": {"visibility": 0, "bbox": [128, 1282.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "5ab9f48e-3ca8-4cec": {"visibility": 0, "bbox": [128, 1282.4375, 87.125, 17], "clickable": true, "set_of_marks": false}, "569481ea-5653-4e87": {"visibility": 0, "bbox": [128, 1282.4375, 87.125, 17], "clickable": false, "set_of_marks": false}, "82355d42-e294-406b": {"visibility": 0, "bbox": [128, 1300.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "7cdbdad3-ffe5-4a00": {"visibility": 0, "bbox": [128, 1300.4375, 9.78125, 17], "clickable": true, "set_of_marks": false}, "57995e51-594e-4b61": {"visibility": 0, "bbox": [128, 1300.4375, 9.78125, 17], "clickable": false, "set_of_marks": false}, "163e5d05-73e9-45d2": {"visibility": 0, "bbox": [128, 1318.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1cb2a17d-583f-4a8e": {"visibility": 0, "bbox": [128, 1318.4375, 34.03125, 17], "clickable": true, "set_of_marks": false}, "2b6d52f2-9d06-4c11": {"visibility": 0, "bbox": [128, 1318.4375, 34.03125, 17], "clickable": false, "set_of_marks": false}, "3912b429-bb7e-4542": {"visibility": 0, "bbox": [128, 1336.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "bc385a3a-33ac-44de": {"visibility": 0, "bbox": [128, 1336.4375, 81.328125, 17], "clickable": true, "set_of_marks": false}, "bf992c07-a9ae-404f": {"visibility": 0, "bbox": [128, 1336.4375, 81.328125, 17], "clickable": false, "set_of_marks": false}, "4acadfe3-17f1-4cd3": {"visibility": 0, "bbox": [128, 1354.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "6d1477e9-1aeb-4189": {"visibility": 0, "bbox": [128, 1354.4375, 30.21875, 17], "clickable": true, "set_of_marks": false}, "3b0298b3-d2ba-4d9f": {"visibility": 0, "bbox": [128, 1354.4375, 30.21875, 17], "clickable": false, "set_of_marks": false}, "479e41ae-36ce-44b1": {"visibility": 0, "bbox": [128, 1372.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "702547ac-fa00-4ab6": {"visibility": 0, "bbox": [128, 1372.4375, 31.09375, 17], "clickable": true, "set_of_marks": false}, "e1ddd80b-a318-4c45": {"visibility": 0, "bbox": [128, 1372.4375, 31.09375, 17], "clickable": false, "set_of_marks": false}, "ec0fe34f-b4d4-49ac": {"visibility": 0, "bbox": [128, 1390.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "b2eb5275-bd6e-40a5": {"visibility": 0, "bbox": [128, 1390.4375, 38.21875, 17], "clickable": true, "set_of_marks": false}, "0580d7c5-5fae-493b": {"visibility": 0, "bbox": [128, 1390.4375, 38.21875, 17], "clickable": false, "set_of_marks": false}, "1fb1dbbc-d3b8-48cb": {"visibility": 0, "bbox": [88, 1408.4375, 1184, 262], "clickable": false, "set_of_marks": false}, "627b52c8-eace-4495": {"visibility": 0, "bbox": [88, 1544.4375, 332.4375, 17], "clickable": true, "set_of_marks": false}, "f6dd3948-1450-4f88": {"visibility": 0, "bbox": [88, 1544.4375, 28.4375, 17], "clickable": false, "set_of_marks": false}, "4d36f78a-0415-4069": {"visibility": 0, "bbox": [120.4375, 1408.4375, 300, 150], "clickable": false, "set_of_marks": false}, "747fa8ea-7691-4546": {"visibility": 0, "bbox": [195.4375, 1445.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "e1551904-64a0-4a80": {"visibility": 0, "bbox": [88, 1562.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "cb1995a0-f5f6-413f": {"visibility": 0, "bbox": [88, 1562.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "93dc9585-f815-483c": {"visibility": 0, "bbox": [128, 1562.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "cd21745d-480c-4939": {"visibility": 0, "bbox": [128, 1562.4375, 87.125, 17], "clickable": true, "set_of_marks": false}, "c4c6f72c-b332-4e9c": {"visibility": 0, "bbox": [128, 1562.4375, 87.125, 17], "clickable": false, "set_of_marks": false}, "92286bc7-b6b8-4dd7": {"visibility": 0, "bbox": [128, 1580.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "415faf0f-eada-463a": {"visibility": 0, "bbox": [128, 1580.4375, 81.328125, 17], "clickable": true, "set_of_marks": false}, "03a17519-380c-4a23": {"visibility": 0, "bbox": [128, 1580.4375, 81.328125, 17], "clickable": false, "set_of_marks": false}, "dcac53db-f512-4a32": {"visibility": 0, "bbox": [128, 1598.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8cef6a40-b27f-45ee": {"visibility": 0, "bbox": [128, 1598.4375, 112.4375, 17], "clickable": true, "set_of_marks": false}, "c9c46963-b617-4d17": {"visibility": 0, "bbox": [128, 1598.4375, 112.4375, 17], "clickable": false, "set_of_marks": false}, "0525d92a-18b0-4055": {"visibility": 0, "bbox": [128, 1616.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "79d8d4c5-1a79-4b31": {"visibility": 0, "bbox": [128, 1616.4375, 83.75, 17], "clickable": true, "set_of_marks": false}, "bb388732-395c-4025": {"visibility": 0, "bbox": [128, 1616.4375, 83.75, 17], "clickable": false, "set_of_marks": false}, "d5a49553-2c63-4b4a": {"visibility": 0, "bbox": [128, 1634.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "73f6363a-53b0-417c": {"visibility": 0, "bbox": [128, 1634.4375, 98.5625, 17], "clickable": true, "set_of_marks": false}, "d69f4a95-0fb8-4a00": {"visibility": 0, "bbox": [128, 1634.4375, 98.5625, 17], "clickable": false, "set_of_marks": false}, "8e7b551e-cf41-4119": {"visibility": 0, "bbox": [128, 1652.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "b6ae09cd-6f64-46cd": {"visibility": 0, "bbox": [128, 1652.4375, 44.4375, 17], "clickable": true, "set_of_marks": false}, "902ae4dc-0954-4cc1": {"visibility": 0, "bbox": [128, 1652.4375, 44.4375, 17], "clickable": false, "set_of_marks": false}, "34c9ece5-41b8-49f1": {"visibility": 0, "bbox": [88, 1670.4375, 1184, 262], "clickable": false, "set_of_marks": false}, "7790f197-cf22-4cda": {"visibility": 0, "bbox": [88, 1806.4375, 434.984375, 17], "clickable": true, "set_of_marks": false}, "444a148c-0928-48b9": {"visibility": 0, "bbox": [88, 1806.4375, 130.984375, 17], "clickable": false, "set_of_marks": false}, "20d801a5-c145-4c06": {"visibility": 0, "bbox": [222.984375, 1670.4375, 300, 150], "clickable": false, "set_of_marks": false}, "d825c662-2b41-44f7": {"visibility": 0, "bbox": [297.984375, 1707.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "931ae057-1492-4637": {"visibility": 0, "bbox": [88, 1824.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "48e3294e-c729-4edc": {"visibility": 0, "bbox": [88, 1824.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "f014c533-b69a-47ac": {"visibility": 0, "bbox": [128, 1824.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "ccdcc489-0520-4a49": {"visibility": 0, "bbox": [128, 1824.4375, 9.78125, 17], "clickable": true, "set_of_marks": false}, "de14c350-3b52-43e1": {"visibility": 0, "bbox": [128, 1824.4375, 9.78125, 17], "clickable": false, "set_of_marks": false}, "c4eafa15-618d-49cf": {"visibility": 0, "bbox": [128, 1842.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "fdc55e7e-dd6c-4894": {"visibility": 0, "bbox": [128, 1842.4375, 106.671875, 17], "clickable": true, "set_of_marks": false}, "4aca7fb7-34e3-45d5": {"visibility": 0, "bbox": [128, 1842.4375, 106.671875, 17], "clickable": false, "set_of_marks": false}, "6a45e668-ba17-4024": {"visibility": 0, "bbox": [128, 1860.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9de732d2-1a05-4242": {"visibility": 0, "bbox": [128, 1860.4375, 100.875, 17], "clickable": true, "set_of_marks": false}, "d569cdd4-dcd1-4db2": {"visibility": 0, "bbox": [128, 1860.4375, 100.875, 17], "clickable": false, "set_of_marks": false}, "47ec0b88-e314-43bd": {"visibility": 0, "bbox": [128, 1878.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9c0dd204-d2b3-4d02": {"visibility": 0, "bbox": [128, 1878.4375, 95.3125, 17], "clickable": true, "set_of_marks": false}, "4d0bfebe-7dde-4598": {"visibility": 0, "bbox": [128, 1878.4375, 95.3125, 17], "clickable": false, "set_of_marks": false}, "52f74f5d-9ece-48c7": {"visibility": 0, "bbox": [128, 1896.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "c73b4812-eabf-4fbd": {"visibility": 0, "bbox": [128, 1896.4375, 80.4375, 17], "clickable": true, "set_of_marks": false}, "ed864a1f-7e27-44ab": {"visibility": 0, "bbox": [128, 1896.4375, 80.4375, 17], "clickable": false, "set_of_marks": false}, "15a2e6ad-f43e-4464": {"visibility": 0, "bbox": [128, 1914.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "74c20597-3577-452b": {"visibility": 0, "bbox": [128, 1914.4375, 99.078125, 17], "clickable": true, "set_of_marks": false}, "8916ea70-2405-4421": {"visibility": 0, "bbox": [128, 1914.4375, 99.078125, 17], "clickable": false, "set_of_marks": false}, "7997b7f6-675c-44e9": {"visibility": 0, "bbox": [88, 1932.4375, 1184, 262], "clickable": false, "set_of_marks": false}, "47065efc-912f-49fc": {"visibility": 0, "bbox": [88, 2068.4375, 471.53125, 17], "clickable": true, "set_of_marks": false}, "6d574767-340f-44cd": {"visibility": 0, "bbox": [88, 2068.4375, 167.53125, 17], "clickable": false, "set_of_marks": false}, "fbdf658b-81b3-47c3": {"visibility": 0, "bbox": [259.53125, 1932.4375, 300, 150], "clickable": false, "set_of_marks": false}, "e4fe840f-a434-4601": {"visibility": 0, "bbox": [334.53125, 1969.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "5a2bc259-419a-45d8": {"visibility": 0, "bbox": [88, 2086.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "1035c0c6-4a36-49ac": {"visibility": 0, "bbox": [88, 2086.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "e6a536c9-fee1-4ffa": {"visibility": 0, "bbox": [128, 2086.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8b7eabd4-1fe3-4a03": {"visibility": 0, "bbox": [128, 2086.4375, 31.09375, 17], "clickable": true, "set_of_marks": false}, "498e261f-decd-4c29": {"visibility": 0, "bbox": [128, 2086.4375, 31.09375, 17], "clickable": false, "set_of_marks": false}, "82b0655b-f94f-4294": {"visibility": 0, "bbox": [128, 2104.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "c1a55956-0d22-4e02": {"visibility": 0, "bbox": [128, 2104.4375, 100.875, 17], "clickable": true, "set_of_marks": false}, "79c008d1-8123-46a3": {"visibility": 0, "bbox": [128, 2104.4375, 100.875, 17], "clickable": false, "set_of_marks": false}, "bba04048-c70d-4761": {"visibility": 0, "bbox": [128, 2122.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1bae57f1-7949-4ec0": {"visibility": 0, "bbox": [128, 2122.4375, 81.296875, 17], "clickable": true, "set_of_marks": false}, "824bb8a1-f25f-4287": {"visibility": 0, "bbox": [128, 2122.4375, 81.296875, 17], "clickable": false, "set_of_marks": false}, "348d0e2e-7a6f-4811": {"visibility": 0, "bbox": [128, 2140.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "56749d96-6e8d-4e38": {"visibility": 0, "bbox": [128, 2140.4375, 109.75, 17], "clickable": true, "set_of_marks": false}, "a55e93b7-8a56-43dd": {"visibility": 0, "bbox": [128, 2140.4375, 109.75, 17], "clickable": false, "set_of_marks": false}, "b0fd37e0-087e-42db": {"visibility": 0, "bbox": [128, 2158.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "36ee5d9e-24d2-462c": {"visibility": 0, "bbox": [128, 2158.4375, 44.890625, 17], "clickable": true, "set_of_marks": false}, "4f918db6-5b58-4da2": {"visibility": 0, "bbox": [128, 2158.4375, 44.890625, 17], "clickable": false, "set_of_marks": false}, "519aed7f-2e36-4e75": {"visibility": 0, "bbox": [128, 2176.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1119ea00-ca7b-46aa": {"visibility": 0, "bbox": [128, 2176.4375, 93.765625, 17], "clickable": true, "set_of_marks": false}, "d11ee2ff-f0d8-4af2": {"visibility": 0, "bbox": [128, 2176.4375, 93.765625, 17], "clickable": false, "set_of_marks": false}, "6d381855-5663-44b9": {"visibility": 0, "bbox": [88, 2194.4375, 1184, 226], "clickable": false, "set_of_marks": false}, "913f61a5-efee-4bb1": {"visibility": 0, "bbox": [88, 2330.4375, 343.109375, 17], "clickable": true, "set_of_marks": false}, "397d5e0b-fb74-4fce": {"visibility": 0, "bbox": [88, 2330.4375, 39.109375, 17], "clickable": false, "set_of_marks": false}, "90105cd2-e73a-486a": {"visibility": 0, "bbox": [131.109375, 2194.4375, 300, 150], "clickable": false, "set_of_marks": false}, "77f573d4-24a0-4fbe": {"visibility": 0, "bbox": [206.109375, 2231.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "bffe7f95-e44e-4873": {"visibility": 0, "bbox": [88, 2348.4375, 1184, 72], "clickable": false, "set_of_marks": false}, "c7862c2e-022e-4a50": {"visibility": 0, "bbox": [88, 2348.4375, 1184, 72], "clickable": false, "set_of_marks": false}, "1ab1f288-c1e5-4c31": {"visibility": 0, "bbox": [128, 2348.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "0431c2a0-7ecf-408b": {"visibility": 0, "bbox": [128, 2348.4375, 107.8125, 17], "clickable": true, "set_of_marks": false}, "8bd4a55f-bef2-4d83": {"visibility": 0, "bbox": [128, 2348.4375, 107.8125, 17], "clickable": false, "set_of_marks": false}, "962c5243-c4ee-460c": {"visibility": 0, "bbox": [128, 2366.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "01970aef-df6a-4f1b": {"visibility": 0, "bbox": [128, 2366.4375, 38.203125, 17], "clickable": true, "set_of_marks": false}, "c1a07944-e5ec-40e0": {"visibility": 0, "bbox": [128, 2366.4375, 38.203125, 17], "clickable": false, "set_of_marks": false}, "e9f74b42-1edf-47bb": {"visibility": 0, "bbox": [128, 2384.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "273d6504-422c-4a36": {"visibility": 0, "bbox": [128, 2384.4375, 65.78125, 17], "clickable": true, "set_of_marks": false}, "d3b2145f-0698-40ed": {"visibility": 0, "bbox": [128, 2384.4375, 65.78125, 17], "clickable": false, "set_of_marks": false}, "8b3858ab-1d16-4bdf": {"visibility": 0, "bbox": [128, 2402.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9bc8ed03-e05f-4362": {"visibility": 0, "bbox": [128, 2402.4375, 96.609375, 17], "clickable": true, "set_of_marks": false}, "9f58edf4-a694-44dc": {"visibility": 0, "bbox": [128, 2402.4375, 96.609375, 17], "clickable": false, "set_of_marks": false}, "2be62233-f03d-4b79": {"visibility": 1, "bbox": [505.1458435058594, 3, 77.125, 40], "clickable": false, "set_of_marks": true}, "987cca89-7608-4462": {"visibility": 1, "bbox": [505.1458435058594, 3, 77.125, 40], "clickable": false, "set_of_marks": 0}, "4161ad8f-b449-4a1e": {"visibility": 1, "bbox": [505.1458435058594, 15.5, 61.125, 15], "clickable": true, "set_of_marks": true}, "ddc60bde-15c4-4a5b": {"visibility": 1, "bbox": [505.1458435058594, 15.5, 61.125, 15], "clickable": false, "set_of_marks": 0}, "3903cfde-a197-445c": {"visibility": 1, "bbox": [570.2708740234375, 17, 12, 12], "clickable": false, "set_of_marks": true}, "9855a980-d4e8-44b2": {"visibility": 1, "bbox": [572.2708740234375, 21, 8.0003662109375, 4.800046443939209], "clickable": false, "set_of_marks": 0}, "07283e8b-67b9-40e9": {"visibility": 0, "bbox": [48, 2574.4375, 1224, 1238], "clickable": false, "set_of_marks": false}, "1b1212cd-0648-41cc": {"visibility": 0, "bbox": [48, 2574.4375, 1224, 1238], "clickable": false, "set_of_marks": false}, "b2905f59-79cc-463f": {"visibility": 0, "bbox": [88, 2574.4375, 1184, 316], "clickable": false, "set_of_marks": false}, "6c720e74-a52a-4baf": {"visibility": 0, "bbox": [88, 2710.4375, 393.46875, 17], "clickable": true, "set_of_marks": false}, "23720e60-0520-48c6": {"visibility": 0, "bbox": [88, 2710.4375, 89.46875, 17], "clickable": false, "set_of_marks": false}, "16aa970c-b87d-49b0": {"visibility": 0, "bbox": [181.46875, 2574.4375, 300, 150], "clickable": false, "set_of_marks": false}, "41fb9058-2e3b-4159": {"visibility": 0, "bbox": [256.46875, 2611.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "f0ae2223-f2fc-4349": {"visibility": 0, "bbox": [88, 2728.4375, 1184, 162], "clickable": false, "set_of_marks": false}, "9815c236-4308-41dc": {"visibility": 0, "bbox": [88, 2728.4375, 1184, 162], "clickable": false, "set_of_marks": false}, "ae464a2b-3ed3-403b": {"visibility": 0, "bbox": [128, 2728.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "37c94f1b-0f15-4072": {"visibility": 0, "bbox": [128, 2728.4375, 28.4375, 17], "clickable": true, "set_of_marks": false}, "05e9f609-d0f5-4c72": {"visibility": 0, "bbox": [128, 2728.4375, 28.4375, 17], "clickable": false, "set_of_marks": false}, "03ad2da4-2eb5-4988": {"visibility": 0, "bbox": [128, 2746.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "618cbaee-c40f-4759": {"visibility": 0, "bbox": [128, 2746.4375, 130.984375, 17], "clickable": true, "set_of_marks": false}, "2a08f680-0d6d-4ac5": {"visibility": 0, "bbox": [128, 2746.4375, 130.984375, 17], "clickable": false, "set_of_marks": false}, "a3a85b14-af56-4a1d": {"visibility": 0, "bbox": [128, 2764.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "21a37694-5b53-4700": {"visibility": 0, "bbox": [128, 2764.4375, 167.53125, 17], "clickable": true, "set_of_marks": false}, "f1ee07b6-2cc6-45ba": {"visibility": 0, "bbox": [128, 2764.4375, 167.53125, 17], "clickable": false, "set_of_marks": false}, "049dd762-bf34-4cb7": {"visibility": 0, "bbox": [128, 2782.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "21da0eb6-8ec1-4bb6": {"visibility": 0, "bbox": [128, 2782.4375, 38.203125, 17], "clickable": true, "set_of_marks": false}, "1954e55b-1fa1-4958": {"visibility": 0, "bbox": [128, 2782.4375, 38.203125, 17], "clickable": false, "set_of_marks": false}, "27e85701-0daa-4b7d": {"visibility": 0, "bbox": [128, 2800.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "301f243d-e6de-4d4a": {"visibility": 0, "bbox": [128, 2800.4375, 96.609375, 17], "clickable": true, "set_of_marks": false}, "4e4476a7-67d8-4eb4": {"visibility": 0, "bbox": [128, 2800.4375, 96.609375, 17], "clickable": false, "set_of_marks": false}, "737d1647-ef98-4d9d": {"visibility": 0, "bbox": [128, 2818.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9c2eddba-bae4-45df": {"visibility": 0, "bbox": [128, 2818.4375, 107.8125, 17], "clickable": true, "set_of_marks": false}, "3c77672b-d5cf-4fb9": {"visibility": 0, "bbox": [128, 2818.4375, 107.8125, 17], "clickable": false, "set_of_marks": false}, "62013ad7-8c6a-4ab4": {"visibility": 0, "bbox": [128, 2836.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "ed52c608-214f-4b34": {"visibility": 0, "bbox": [128, 2836.4375, 151.96875, 17], "clickable": true, "set_of_marks": false}, "6f3d344f-1ebd-4029": {"visibility": 0, "bbox": [128, 2836.4375, 151.96875, 17], "clickable": false, "set_of_marks": false}, "d465306f-bba9-4105": {"visibility": 0, "bbox": [128, 2854.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1bb57359-1310-4378": {"visibility": 0, "bbox": [128, 2854.4375, 203.046875, 17], "clickable": true, "set_of_marks": false}, "d98c96a6-d33c-48bf": {"visibility": 0, "bbox": [128, 2854.4375, 203.046875, 17], "clickable": false, "set_of_marks": false}, "ea74fed2-aa87-4c08": {"visibility": 0, "bbox": [128, 2872.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "bf80a26d-c56b-458c": {"visibility": 0, "bbox": [128, 2872.4375, 69.46875, 17], "clickable": true, "set_of_marks": false}, "316020e1-911c-4311": {"visibility": 0, "bbox": [128, 2872.4375, 69.46875, 17], "clickable": false, "set_of_marks": false}, "58416560-7643-44fd": {"visibility": 0, "bbox": [88, 2890.4375, 1184, 244], "clickable": false, "set_of_marks": false}, "e00f4011-1c03-4211": {"visibility": 0, "bbox": [88, 3026.4375, 367.09375, 17], "clickable": true, "set_of_marks": false}, "b1de21d4-20fc-409e": {"visibility": 0, "bbox": [88, 3026.4375, 63.09375, 17], "clickable": false, "set_of_marks": false}, "d952ef6b-cd12-4d81": {"visibility": 0, "bbox": [155.09375, 2890.4375, 300, 150], "clickable": false, "set_of_marks": false}, "4e6fd7bf-0884-484d": {"visibility": 0, "bbox": [230.09375, 2927.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "473c4e34-388b-4651": {"visibility": 0, "bbox": [88, 3044.4375, 1184, 90], "clickable": false, "set_of_marks": false}, "c745d289-ae49-443f": {"visibility": 0, "bbox": [88, 3044.4375, 1184, 90], "clickable": false, "set_of_marks": false}, "8e820ca0-8461-4fd0": {"visibility": 0, "bbox": [128, 3044.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8ccdfad9-80f7-4744": {"visibility": 0, "bbox": [128, 3044.4375, 90.40625, 17], "clickable": true, "set_of_marks": false}, "c76cd7ba-929c-4f32": {"visibility": 0, "bbox": [128, 3044.4375, 90.40625, 17], "clickable": false, "set_of_marks": false}, "7476a816-b1d0-4a9b": {"visibility": 0, "bbox": [128, 3062.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "04bb9ca5-57f7-47b9": {"visibility": 0, "bbox": [128, 3062.4375, 111.546875, 17], "clickable": true, "set_of_marks": false}, "4a7860e1-2f46-440f": {"visibility": 0, "bbox": [128, 3062.4375, 111.546875, 17], "clickable": false, "set_of_marks": false}, "dcd3a1cd-36fe-4631": {"visibility": 0, "bbox": [128, 3080.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "f51b553b-ee75-4f44": {"visibility": 0, "bbox": [128, 3080.4375, 113.09375, 17], "clickable": true, "set_of_marks": false}, "40108d31-62e2-44ca": {"visibility": 0, "bbox": [128, 3080.4375, 113.09375, 17], "clickable": false, "set_of_marks": false}, "e8f9dc52-0471-429a": {"visibility": 0, "bbox": [128, 3098.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "46861367-6326-4bf1": {"visibility": 0, "bbox": [128, 3098.4375, 107.8125, 17], "clickable": true, "set_of_marks": false}, "fc565b77-9210-449e": {"visibility": 0, "bbox": [128, 3098.4375, 107.8125, 17], "clickable": false, "set_of_marks": false}, "988c53c8-e1f8-4b04": {"visibility": 0, "bbox": [128, 3116.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8c422cc0-2f5c-478c": {"visibility": 0, "bbox": [128, 3116.4375, 150.5625, 17], "clickable": true, "set_of_marks": false}, "11af2f7a-d65f-4582": {"visibility": 0, "bbox": [128, 3116.4375, 150.5625, 17], "clickable": false, "set_of_marks": false}, "25f1eb35-cfde-47cf": {"visibility": 0, "bbox": [88, 3134.4375, 1184, 280], "clickable": false, "set_of_marks": false}, "8e81cdc4-a26c-4f16": {"visibility": 0, "bbox": [88, 3270.4375, 383.53125, 17], "clickable": true, "set_of_marks": false}, "cd478777-0422-4441": {"visibility": 0, "bbox": [88, 3270.4375, 79.53125, 17], "clickable": false, "set_of_marks": false}, "053a7318-4b81-4f22": {"visibility": 0, "bbox": [171.53125, 3134.4375, 300, 150], "clickable": false, "set_of_marks": false}, "46923735-8b77-4465": {"visibility": 0, "bbox": [246.53125, 3171.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "ed5cbde7-05a5-4621": {"visibility": 0, "bbox": [88, 3288.4375, 1184, 126], "clickable": false, "set_of_marks": false}, "29101bc9-d1bf-4402": {"visibility": 0, "bbox": [88, 3288.4375, 1184, 126], "clickable": false, "set_of_marks": false}, "817c2757-2979-4f2e": {"visibility": 0, "bbox": [128, 3288.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "796e7976-ea99-48dd": {"visibility": 0, "bbox": [128, 3288.4375, 127.0625, 17], "clickable": true, "set_of_marks": false}, "da012df8-acc5-4c54": {"visibility": 0, "bbox": [128, 3288.4375, 127.0625, 17], "clickable": false, "set_of_marks": false}, "f02df7fa-33d4-4761": {"visibility": 0, "bbox": [128, 3306.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "6cfd79d0-30f2-471d": {"visibility": 0, "bbox": [128, 3306.4375, 154.625, 17], "clickable": true, "set_of_marks": false}, "5ec5f95a-c305-4f84": {"visibility": 0, "bbox": [128, 3306.4375, 154.625, 17], "clickable": false, "set_of_marks": false}, "fc8238bb-6a6e-4d26": {"visibility": 0, "bbox": [128, 3324.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "a4d1cbf5-ef72-411c": {"visibility": 0, "bbox": [128, 3324.4375, 123.765625, 17], "clickable": true, "set_of_marks": false}, "e39e033a-250b-4737": {"visibility": 0, "bbox": [128, 3324.4375, 123.765625, 17], "clickable": false, "set_of_marks": false}, "1035f4b2-3234-4f7d": {"visibility": 0, "bbox": [128, 3342.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "fe8aabf9-7d0b-433f": {"visibility": 0, "bbox": [128, 3342.4375, 123.75, 17], "clickable": true, "set_of_marks": false}, "864d5ba4-d1f0-4cbd": {"visibility": 0, "bbox": [128, 3342.4375, 123.75, 17], "clickable": false, "set_of_marks": false}, "ec7d9983-168b-4ff4": {"visibility": 0, "bbox": [128, 3360.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "87f73e6d-b191-4d93": {"visibility": 0, "bbox": [128, 3360.4375, 116.640625, 17], "clickable": true, "set_of_marks": false}, "828223be-8e28-4f06": {"visibility": 0, "bbox": [128, 3360.4375, 116.640625, 17], "clickable": false, "set_of_marks": false}, "11cf2448-c730-4588": {"visibility": 0, "bbox": [128, 3378.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "de4416d4-5840-460b": {"visibility": 0, "bbox": [128, 3378.4375, 87.953125, 17], "clickable": true, "set_of_marks": false}, "920b793a-6409-482c": {"visibility": 0, "bbox": [128, 3378.4375, 87.953125, 17], "clickable": false, "set_of_marks": false}, "b689a28b-aa59-413c": {"visibility": 0, "bbox": [128, 3396.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "d1a92213-b35b-42cd": {"visibility": 0, "bbox": [128, 3396.4375, 83.0625, 17], "clickable": true, "set_of_marks": false}, "f00bec48-3762-4aba": {"visibility": 0, "bbox": [128, 3396.4375, 83.0625, 17], "clickable": false, "set_of_marks": false}, "032af1ec-3ca5-483d": {"visibility": 0, "bbox": [88, 3414.4375, 1184, 190], "clickable": false, "set_of_marks": false}, "9ab3186f-0cee-4d69": {"visibility": 0, "bbox": [88, 3550.4375, 342.203125, 17], "clickable": true, "set_of_marks": false}, "5b22c48c-e4ae-45d6": {"visibility": 0, "bbox": [88, 3550.4375, 38.203125, 17], "clickable": false, "set_of_marks": false}, "cb33a668-74ec-4d92": {"visibility": 0, "bbox": [130.203125, 3414.4375, 300, 150], "clickable": false, "set_of_marks": false}, "c2f80396-c273-4472": {"visibility": 0, "bbox": [205.203125, 3451.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "15f69df1-0718-4ed9": {"visibility": 0, "bbox": [88, 3568.4375, 1184, 36], "clickable": false, "set_of_marks": false}, "262f654b-5753-4753": {"visibility": 0, "bbox": [88, 3568.4375, 1184, 36], "clickable": false, "set_of_marks": false}, "24b52f2e-1682-4d2c": {"visibility": 0, "bbox": [128, 3568.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "f2ff7f7b-656e-4a2d": {"visibility": 0, "bbox": [128, 3568.4375, 53.328125, 17], "clickable": true, "set_of_marks": false}, "fa1f30c7-bb02-4705": {"visibility": 0, "bbox": [128, 3568.4375, 53.328125, 17], "clickable": false, "set_of_marks": false}, "63392c17-a59a-4dde": {"visibility": 0, "bbox": [128, 3586.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9ddb8a41-c1ae-4f82": {"visibility": 0, "bbox": [128, 3586.4375, 65.78125, 17], "clickable": true, "set_of_marks": false}, "f5fdd91d-210b-4a56": {"visibility": 0, "bbox": [128, 3586.4375, 65.78125, 17], "clickable": false, "set_of_marks": false}, "87194640-36e4-4932": {"visibility": 0, "bbox": [88, 3604.4375, 1184, 208], "clickable": false, "set_of_marks": false}, "020088c6-9649-4191": {"visibility": 0, "bbox": [88, 3740.4375, 340.4375, 17], "clickable": true, "set_of_marks": false}, "be29b2c2-7eeb-4c85": {"visibility": 0, "bbox": [88, 3740.4375, 36.4375, 17], "clickable": false, "set_of_marks": false}, "49e2b1e1-d62f-43c4": {"visibility": 0, "bbox": [128.4375, 3604.4375, 300, 150], "clickable": false, "set_of_marks": false}, "4aaea87b-552a-4a3b": {"visibility": 0, "bbox": [203.4375, 3641.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "9aeaa240-3414-4171": {"visibility": 0, "bbox": [88, 3758.4375, 1184, 54], "clickable": false, "set_of_marks": false}, "e8fc1e08-c960-4d6b": {"visibility": 0, "bbox": [88, 3758.4375, 1184, 54], "clickable": false, "set_of_marks": false}, "cee6f554-255e-4390": {"visibility": 0, "bbox": [128, 3758.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "0e7e0d22-b7d0-47ed": {"visibility": 0, "bbox": [128, 3758.4375, 105.34375, 17], "clickable": true, "set_of_marks": false}, "885b8ec1-6efc-49cd": {"visibility": 0, "bbox": [128, 3758.4375, 105.34375, 17], "clickable": false, "set_of_marks": false}, "41c6f25c-f4de-4605": {"visibility": 0, "bbox": [128, 3776.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "0196c85f-6a9d-423f": {"visibility": 0, "bbox": [128, 3776.4375, 40.90625, 17], "clickable": true, "set_of_marks": false}, "09b1762c-4bfa-4742": {"visibility": 0, "bbox": [128, 3776.4375, 40.90625, 17], "clickable": false, "set_of_marks": false}, "06826225-f10b-4d59": {"visibility": 0, "bbox": [128, 3794.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "64f69eaf-ec68-4bb3": {"visibility": 0, "bbox": [128, 3794.4375, 101.328125, 17], "clickable": true, "set_of_marks": false}, "dd93d202-c611-4316": {"visibility": 0, "bbox": [128, 3794.4375, 101.328125, 17], "clickable": false, "set_of_marks": false}, "0d70207a-0f81-45bc": {"visibility": 1, "bbox": [606.2708740234375, 3, 54.677085876464844, 40], "clickable": false, "set_of_marks": true}, "c2b6ad8b-468d-4b2b": {"visibility": 1, "bbox": [606.2708740234375, 3, 54.677085876464844, 40], "clickable": false, "set_of_marks": 0}, "60b77c91-846f-4f2b": {"visibility": 1, "bbox": [606.2708740234375, 15.5, 38.677085876464844, 15], "clickable": true, "set_of_marks": true}, "0a8a98fc-d4a6-40f6": {"visibility": 1, "bbox": [606.2708740234375, 15.5, 38.677085876464844, 15], "clickable": false, "set_of_marks": 0}, "49de3067-ec15-4fdf": {"visibility": 1, "bbox": [648.9479370117188, 17, 12, 12], "clickable": false, "set_of_marks": true}, "bc342f2b-c564-4f4c": {"visibility": 1, "bbox": [650.9479370117188, 21, 8.0003662109375, 4.800046443939209], "clickable": false, "set_of_marks": 0}, "71d4d9bf-2781-4f20": {"visibility": 0, "bbox": [48, 3966.4375, 1224, 2204], "clickable": false, "set_of_marks": false}, "9c9a3c36-6045-48cb": {"visibility": 0, "bbox": [48, 3966.4375, 1224, 2204], "clickable": false, "set_of_marks": false}, "d21dadb1-125c-4c4b": {"visibility": 0, "bbox": [88, 3966.4375, 1184, 650], "clickable": false, "set_of_marks": false}, "27e73f13-d850-4e2d": {"visibility": 0, "bbox": [88, 4102.4375, 348.4375, 17], "clickable": true, "set_of_marks": false}, "92d1c8d8-a4a6-423d": {"visibility": 0, "bbox": [88, 4102.4375, 44.4375, 17], "clickable": false, "set_of_marks": false}, "671f0792-a398-456d": {"visibility": 0, "bbox": [136.4375, 3966.4375, 300, 150], "clickable": false, "set_of_marks": false}, "1304cd3c-2961-4e6a": {"visibility": 0, "bbox": [211.4375, 4003.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "285150cd-7ed1-4b45": {"visibility": 0, "bbox": [88, 4120.4375, 1184, 496], "clickable": false, "set_of_marks": false}, "f8b69ddc-a53a-4c78": {"visibility": 0, "bbox": [88, 4120.4375, 1184, 496], "clickable": false, "set_of_marks": false}, "8e82f6c9-cdcd-4233": {"visibility": 0, "bbox": [128, 4120.4375, 1144, 370], "clickable": false, "set_of_marks": false}, "ee1ec82d-5c1a-4915": {"visibility": 0, "bbox": [128, 4256.4375, 407.09375, 17], "clickable": true, "set_of_marks": false}, "041e7701-b129-4c81": {"visibility": 0, "bbox": [128, 4256.4375, 103.09375, 17], "clickable": false, "set_of_marks": false}, "d34e7a1e-a221-4a77": {"visibility": 0, "bbox": [235.09375, 4120.4375, 300, 150], "clickable": false, "set_of_marks": false}, "86075995-1970-44c7": {"visibility": 0, "bbox": [310.09375, 4157.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "c42c88e2-109a-4683": {"visibility": 0, "bbox": [128, 4274.4375, 1144, 216], "clickable": false, "set_of_marks": false}, "1c5572ff-d508-4afe": {"visibility": 0, "bbox": [128, 4274.4375, 1144, 216], "clickable": false, "set_of_marks": false}, "217ca42f-2ec1-4a5c": {"visibility": 0, "bbox": [168, 4274.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "fe475c96-b11a-46fa": {"visibility": 0, "bbox": [168, 4274.4375, 59.546875, 17], "clickable": true, "set_of_marks": false}, "1968e585-9117-436e": {"visibility": 0, "bbox": [168, 4274.4375, 59.546875, 17], "clickable": false, "set_of_marks": false}, "8e868e7c-b002-4d78": {"visibility": 0, "bbox": [168, 4292.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "3dd09de2-1bca-42a6": {"visibility": 0, "bbox": [168, 4292.4375, 73.75, 17], "clickable": true, "set_of_marks": false}, "08a858da-739b-457f": {"visibility": 0, "bbox": [168, 4292.4375, 73.75, 17], "clickable": false, "set_of_marks": false}, "baf4ee3d-fcd0-4e1d": {"visibility": 0, "bbox": [168, 4310.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "4fab403f-0f79-4b9c": {"visibility": 0, "bbox": [168, 4310.4375, 57.3125, 17], "clickable": true, "set_of_marks": false}, "3c8bf2e4-1545-4ba3": {"visibility": 0, "bbox": [168, 4310.4375, 57.3125, 17], "clickable": false, "set_of_marks": false}, "b8d21ce9-b1fc-45ef": {"visibility": 0, "bbox": [168, 4328.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "5f807fb8-690f-451d": {"visibility": 0, "bbox": [168, 4328.4375, 32.875, 17], "clickable": true, "set_of_marks": false}, "2fb10416-bda4-4910": {"visibility": 0, "bbox": [168, 4328.4375, 32.875, 17], "clickable": false, "set_of_marks": false}, "fb9d43b4-9753-4a6d": {"visibility": 0, "bbox": [168, 4346.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "5cfb9dc1-b5a7-46f4": {"visibility": 0, "bbox": [168, 4346.4375, 59.546875, 17], "clickable": true, "set_of_marks": false}, "0cc022ad-d9f4-4ca6": {"visibility": 0, "bbox": [168, 4346.4375, 59.546875, 17], "clickable": false, "set_of_marks": false}, "2c4bdc07-4e82-4a34": {"visibility": 0, "bbox": [168, 4364.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "d80a1f5e-7b29-45f7": {"visibility": 0, "bbox": [168, 4364.4375, 95.71875, 17], "clickable": true, "set_of_marks": false}, "d26c8b02-339d-4d26": {"visibility": 0, "bbox": [168, 4364.4375, 95.71875, 17], "clickable": false, "set_of_marks": false}, "c5e89ffe-1e90-42e0": {"visibility": 0, "bbox": [168, 4382.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "e98bfb98-cff6-41d9": {"visibility": 0, "bbox": [168, 4382.4375, 30.203125, 17], "clickable": true, "set_of_marks": false}, "75901142-47d8-4d10": {"visibility": 0, "bbox": [168, 4382.4375, 30.203125, 17], "clickable": false, "set_of_marks": false}, "816c7d2c-2b91-473e": {"visibility": 0, "bbox": [168, 4400.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "de2831a8-8b34-4c46": {"visibility": 0, "bbox": [168, 4400.4375, 40.34375, 17], "clickable": true, "set_of_marks": false}, "409f7f2c-3a45-457a": {"visibility": 0, "bbox": [168, 4400.4375, 40.34375, 17], "clickable": false, "set_of_marks": false}, "792e2036-13b0-4f8f": {"visibility": 0, "bbox": [168, 4418.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "90ca4652-afb7-4d34": {"visibility": 0, "bbox": [168, 4418.4375, 49.765625, 17], "clickable": true, "set_of_marks": false}, "d562253b-cac9-4a01": {"visibility": 0, "bbox": [168, 4418.4375, 49.765625, 17], "clickable": false, "set_of_marks": false}, "0189d418-dc14-49a8": {"visibility": 0, "bbox": [168, 4436.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "b028b6fe-acc7-4bcb": {"visibility": 0, "bbox": [168, 4436.4375, 55.09375, 17], "clickable": true, "set_of_marks": false}, "4cc9ce14-71ed-4b12": {"visibility": 0, "bbox": [168, 4436.4375, 55.09375, 17], "clickable": false, "set_of_marks": false}, "cd96d0ca-6a9a-40cb": {"visibility": 0, "bbox": [168, 4454.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "c694346d-2d2a-4576": {"visibility": 0, "bbox": [168, 4454.4375, 92, 17], "clickable": true, "set_of_marks": false}, "2ddd814f-72fb-4185": {"visibility": 0, "bbox": [168, 4454.4375, 92, 17], "clickable": false, "set_of_marks": false}, "ca403a55-9911-4b9b": {"visibility": 0, "bbox": [168, 4472.4375, 1104, 18], "clickable": false, "set_of_marks": false}, "2e687db6-e39f-4649": {"visibility": 0, "bbox": [168, 4472.4375, 32.015625, 17], "clickable": true, "set_of_marks": false}, "26296b4b-a3f6-4403": {"visibility": 0, "bbox": [168, 4472.4375, 32.015625, 17], "clickable": false, "set_of_marks": false}, "f39cefff-0706-40d0": {"visibility": 0, "bbox": [128, 4490.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "ba7c25bf-1c7c-4375": {"visibility": 0, "bbox": [128, 4490.4375, 186.1875, 17], "clickable": true, "set_of_marks": false}, "b97c43f7-83d8-4c6e": {"visibility": 0, "bbox": [128, 4490.4375, 186.1875, 17], "clickable": false, "set_of_marks": false}, "b3169f1f-573c-463a": {"visibility": 0, "bbox": [128, 4508.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "ee9eb9e4-a61e-4b64": {"visibility": 0, "bbox": [128, 4508.4375, 105.34375, 17], "clickable": true, "set_of_marks": false}, "4a823e54-6dc7-4c32": {"visibility": 0, "bbox": [128, 4508.4375, 105.34375, 17], "clickable": false, "set_of_marks": false}, "3cebaa8d-ff92-4613": {"visibility": 0, "bbox": [128, 4526.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "b7d6290d-7d0a-4697": {"visibility": 0, "bbox": [128, 4526.4375, 61.5, 17], "clickable": true, "set_of_marks": false}, "725e26b2-92d5-4cdf": {"visibility": 0, "bbox": [128, 4526.4375, 61.5, 17], "clickable": false, "set_of_marks": false}, "c1a7a5dc-701b-4faf": {"visibility": 0, "bbox": [128, 4544.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "ffe05531-9da8-46e1": {"visibility": 0, "bbox": [128, 4544.4375, 194.984375, 17], "clickable": true, "set_of_marks": false}, "e47c521d-2756-47cf": {"visibility": 0, "bbox": [128, 4544.4375, 194.984375, 17], "clickable": false, "set_of_marks": false}, "97eb5441-6e2d-4740": {"visibility": 0, "bbox": [128, 4562.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "834147c4-6c97-455e": {"visibility": 0, "bbox": [128, 4562.4375, 158.640625, 17], "clickable": true, "set_of_marks": false}, "ffefdd43-3897-4cef": {"visibility": 0, "bbox": [128, 4562.4375, 158.640625, 17], "clickable": false, "set_of_marks": false}, "b3c063f1-be8d-4a4d": {"visibility": 0, "bbox": [128, 4580.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "48468110-484b-4669": {"visibility": 0, "bbox": [128, 4580.4375, 264.296875, 17], "clickable": true, "set_of_marks": false}, "a8a26feb-792b-4611": {"visibility": 0, "bbox": [128, 4580.4375, 264.296875, 17], "clickable": false, "set_of_marks": false}, "28596245-82bd-4525": {"visibility": 0, "bbox": [128, 4598.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "cf0f6ef5-23f0-469e": {"visibility": 0, "bbox": [128, 4598.4375, 155.0625, 17], "clickable": true, "set_of_marks": false}, "570f6082-065a-4742": {"visibility": 0, "bbox": [128, 4598.4375, 155.0625, 17], "clickable": false, "set_of_marks": false}, "63a5214c-58ce-4800": {"visibility": 0, "bbox": [88, 4616.4375, 1184, 262], "clickable": false, "set_of_marks": false}, "1279b5f5-b394-4384": {"visibility": 0, "bbox": [88, 4752.4375, 347.546875, 17], "clickable": true, "set_of_marks": false}, "7573e928-1b9f-4839": {"visibility": 0, "bbox": [88, 4752.4375, 43.546875, 17], "clickable": false, "set_of_marks": false}, "49c6f2a2-9804-487a": {"visibility": 0, "bbox": [135.546875, 4616.4375, 300, 150], "clickable": false, "set_of_marks": false}, "367014eb-1c05-4f0e": {"visibility": 0, "bbox": [210.546875, 4653.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "1b549139-c89f-4489": {"visibility": 0, "bbox": [88, 4770.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "19ae5de0-d49a-4cd6": {"visibility": 0, "bbox": [88, 4770.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "8f70328e-e881-4ae8": {"visibility": 0, "bbox": [128, 4770.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1eb20afd-864b-4e69": {"visibility": 0, "bbox": [128, 4770.4375, 104, 17], "clickable": true, "set_of_marks": false}, "41dff788-6d03-4923": {"visibility": 0, "bbox": [128, 4770.4375, 104, 17], "clickable": false, "set_of_marks": false}, "f1b0eeaa-3efd-406e": {"visibility": 0, "bbox": [128, 4788.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "aa78dd1b-4ae8-4090": {"visibility": 0, "bbox": [128, 4788.4375, 119.984375, 17], "clickable": true, "set_of_marks": false}, "63d92828-c882-41ad": {"visibility": 0, "bbox": [128, 4788.4375, 119.984375, 17], "clickable": false, "set_of_marks": false}, "5085ab4e-cde6-499f": {"visibility": 0, "bbox": [128, 4806.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "67282171-8a20-4e89": {"visibility": 0, "bbox": [128, 4806.4375, 153.515625, 17], "clickable": true, "set_of_marks": false}, "bdb892b2-7789-4071": {"visibility": 0, "bbox": [128, 4806.4375, 153.515625, 17], "clickable": false, "set_of_marks": false}, "c7cd6510-c2a4-4af5": {"visibility": 0, "bbox": [128, 4824.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "5a96227c-e20d-4e3c": {"visibility": 0, "bbox": [128, 4824.4375, 252.5, 17], "clickable": true, "set_of_marks": false}, "56ecacaf-abc5-4e62": {"visibility": 0, "bbox": [128, 4824.4375, 252.5, 17], "clickable": false, "set_of_marks": false}, "89fe3fae-e731-4fe4": {"visibility": 0, "bbox": [128, 4842.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "539ad485-abc1-40f7": {"visibility": 0, "bbox": [128, 4842.4375, 237.953125, 17], "clickable": true, "set_of_marks": false}, "7ca072df-7e50-4be6": {"visibility": 0, "bbox": [128, 4842.4375, 237.953125, 17], "clickable": false, "set_of_marks": false}, "a768fc2b-4ea7-4cb0": {"visibility": 0, "bbox": [128, 4860.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "93d4c089-1301-4a1b": {"visibility": 0, "bbox": [128, 4860.4375, 360.53125, 17], "clickable": true, "set_of_marks": false}, "fc60c018-30ad-4067": {"visibility": 0, "bbox": [128, 4860.4375, 360.53125, 17], "clickable": false, "set_of_marks": false}, "0f4e83f1-3058-438b": {"visibility": 0, "bbox": [88, 4878.4375, 1184, 280], "clickable": false, "set_of_marks": false}, "c5ab60b5-7dbc-4f5d": {"visibility": 0, "bbox": [88, 5014.4375, 377.34375, 17], "clickable": true, "set_of_marks": false}, "08a8824a-604f-4c43": {"visibility": 0, "bbox": [88, 5014.4375, 73.34375, 17], "clickable": false, "set_of_marks": false}, "3b2426f0-0a0c-4338": {"visibility": 0, "bbox": [165.34375, 4878.4375, 300, 150], "clickable": false, "set_of_marks": false}, "6eef37fe-e3fa-4cfe": {"visibility": 0, "bbox": [240.34375, 4915.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "9f04b4fe-5f34-4caf": {"visibility": 0, "bbox": [88, 5032.4375, 1184, 126], "clickable": false, "set_of_marks": false}, "12f5771c-7dd3-43e4": {"visibility": 0, "bbox": [88, 5032.4375, 1184, 126], "clickable": false, "set_of_marks": false}, "b470146b-a1fb-48ac": {"visibility": 0, "bbox": [128, 5032.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "2eb7a3ff-f80e-4bfd": {"visibility": 0, "bbox": [128, 5032.4375, 150.625, 17], "clickable": true, "set_of_marks": false}, "04658c6a-3f05-4279": {"visibility": 0, "bbox": [128, 5032.4375, 150.625, 17], "clickable": false, "set_of_marks": false}, "bb462573-27b8-4e4e": {"visibility": 0, "bbox": [128, 5050.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "fe7f682e-ce6f-4838": {"visibility": 0, "bbox": [128, 5050.4375, 180.09375, 17], "clickable": true, "set_of_marks": false}, "df66f40b-4a38-49b8": {"visibility": 0, "bbox": [128, 5050.4375, 180.09375, 17], "clickable": false, "set_of_marks": false}, "69a328fb-545a-4bdc": {"visibility": 0, "bbox": [128, 5068.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "88397ff4-6125-48fc": {"visibility": 0, "bbox": [128, 5068.4375, 139.28125, 17], "clickable": true, "set_of_marks": false}, "f601d854-d49c-4f28": {"visibility": 0, "bbox": [128, 5068.4375, 139.28125, 17], "clickable": false, "set_of_marks": false}, "67fb51a1-43d5-4dc6": {"visibility": 0, "bbox": [128, 5086.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "b56029fc-e8ad-443b": {"visibility": 0, "bbox": [128, 5086.4375, 261.703125, 17], "clickable": true, "set_of_marks": false}, "b56e8d90-b91f-4de5": {"visibility": 0, "bbox": [128, 5086.4375, 261.703125, 17], "clickable": false, "set_of_marks": false}, "d5428138-92d3-47b7": {"visibility": 0, "bbox": [128, 5104.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "3848bc7a-b469-4517": {"visibility": 0, "bbox": [128, 5104.4375, 187.046875, 17], "clickable": true, "set_of_marks": false}, "50b32213-91e1-4d62": {"visibility": 0, "bbox": [128, 5104.4375, 187.046875, 17], "clickable": false, "set_of_marks": false}, "76aa6055-a66a-42be": {"visibility": 0, "bbox": [128, 5122.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1979e8c9-97d2-450c": {"visibility": 0, "bbox": [128, 5122.4375, 246.96875, 17], "clickable": true, "set_of_marks": false}, "194089c3-b6be-4779": {"visibility": 0, "bbox": [128, 5122.4375, 246.96875, 17], "clickable": false, "set_of_marks": false}, "d2967a2d-8791-46bc": {"visibility": 0, "bbox": [128, 5140.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "f32dedf9-e9db-4b27": {"visibility": 0, "bbox": [128, 5140.4375, 127.09375, 17], "clickable": true, "set_of_marks": false}, "70a73df0-d7fb-4b5d": {"visibility": 0, "bbox": [128, 5140.4375, 127.09375, 17], "clickable": false, "set_of_marks": false}, "ebcd75da-bb78-48c0": {"visibility": 0, "bbox": [88, 5158.4375, 1184, 208], "clickable": false, "set_of_marks": false}, "5cd1f2fc-52ab-43be": {"visibility": 0, "bbox": [88, 5294.4375, 349.328125, 17], "clickable": true, "set_of_marks": false}, "4efa4c5c-bede-4dff": {"visibility": 0, "bbox": [88, 5294.4375, 45.328125, 17], "clickable": false, "set_of_marks": false}, "9151f4fe-3c81-431a": {"visibility": 0, "bbox": [137.328125, 5158.4375, 300, 150], "clickable": false, "set_of_marks": false}, "7c72c490-cad5-4e6d": {"visibility": 0, "bbox": [212.328125, 5195.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "c44424a0-1855-43dd": {"visibility": 0, "bbox": [88, 5312.4375, 1184, 54], "clickable": false, "set_of_marks": false}, "86c45355-a0ae-4711": {"visibility": 0, "bbox": [88, 5312.4375, 1184, 54], "clickable": false, "set_of_marks": false}, "6df3f6ae-bb27-4eea": {"visibility": 0, "bbox": [128, 5312.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "902e5cbc-763e-4691": {"visibility": 0, "bbox": [128, 5312.4375, 168.40625, 17], "clickable": true, "set_of_marks": false}, "765fc453-28ea-41a1": {"visibility": 0, "bbox": [128, 5312.4375, 168.40625, 17], "clickable": false, "set_of_marks": false}, "48f5bce1-7362-402a": {"visibility": 0, "bbox": [128, 5330.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "50132872-fc15-46ca": {"visibility": 0, "bbox": [128, 5330.4375, 139.28125, 17], "clickable": true, "set_of_marks": false}, "4c56340b-44cd-48fa": {"visibility": 0, "bbox": [128, 5330.4375, 139.28125, 17], "clickable": false, "set_of_marks": false}, "d5302f51-68fc-4845": {"visibility": 0, "bbox": [128, 5348.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "bdfe3daa-6e6e-40d5": {"visibility": 0, "bbox": [128, 5348.4375, 246.96875, 17], "clickable": true, "set_of_marks": false}, "da07c9e7-c4be-4fe6": {"visibility": 0, "bbox": [128, 5348.4375, 246.96875, 17], "clickable": false, "set_of_marks": false}, "6e333d3e-93b5-4dd1": {"visibility": 0, "bbox": [88, 5366.4375, 1184, 262], "clickable": false, "set_of_marks": false}, "a358e096-908f-4a7d": {"visibility": 0, "bbox": [88, 5502.4375, 390.578125, 17], "clickable": true, "set_of_marks": false}, "5f3670f7-fefc-4299": {"visibility": 0, "bbox": [88, 5502.4375, 86.578125, 17], "clickable": false, "set_of_marks": false}, "ba0d0d6a-486c-4e8d": {"visibility": 0, "bbox": [178.578125, 5366.4375, 300, 150], "clickable": false, "set_of_marks": false}, "66b387f0-f2e5-4ed5": {"visibility": 0, "bbox": [253.578125, 5403.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "f1efa9c8-b993-4c61": {"visibility": 0, "bbox": [88, 5520.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "4556fe0c-42f1-488e": {"visibility": 0, "bbox": [88, 5520.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "f2eafa2d-a283-49a8": {"visibility": 0, "bbox": [128, 5520.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "34b014b5-eb84-4c41": {"visibility": 0, "bbox": [128, 5520.4375, 152.390625, 17], "clickable": true, "set_of_marks": false}, "f8f9ae20-9d51-43c8": {"visibility": 0, "bbox": [128, 5520.4375, 152.390625, 17], "clickable": false, "set_of_marks": false}, "4b01df38-adce-4aaf": {"visibility": 0, "bbox": [128, 5538.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "088649b5-1e12-4907": {"visibility": 0, "bbox": [128, 5538.4375, 175.953125, 17], "clickable": true, "set_of_marks": false}, "667d6e7c-1a23-4872": {"visibility": 0, "bbox": [128, 5538.4375, 175.953125, 17], "clickable": false, "set_of_marks": false}, "647c4b56-9d2d-4327": {"visibility": 0, "bbox": [128, 5556.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "eeac1fc0-b30f-4ce5": {"visibility": 0, "bbox": [128, 5556.4375, 288.71875, 17], "clickable": true, "set_of_marks": false}, "43011a49-0fab-4065": {"visibility": 0, "bbox": [128, 5556.4375, 288.71875, 17], "clickable": false, "set_of_marks": false}, "ad269f22-a6f3-4e12": {"visibility": 0, "bbox": [128, 5574.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "3f66a17f-6168-4735": {"visibility": 0, "bbox": [128, 5574.4375, 190.75, 17], "clickable": true, "set_of_marks": false}, "265ace8f-3213-4563": {"visibility": 0, "bbox": [128, 5574.4375, 190.75, 17], "clickable": false, "set_of_marks": false}, "0dbbb749-7cc5-463f": {"visibility": 0, "bbox": [128, 5592.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "5473694f-326f-474b": {"visibility": 0, "bbox": [128, 5592.4375, 259.03125, 17], "clickable": true, "set_of_marks": false}, "44d71f00-f8c8-4c13": {"visibility": 0, "bbox": [128, 5592.4375, 259.03125, 17], "clickable": false, "set_of_marks": false}, "a2a7c55d-2026-456d": {"visibility": 0, "bbox": [128, 5610.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "fd8db7ce-4211-43f8": {"visibility": 0, "bbox": [128, 5610.4375, 283.90625, 17], "clickable": true, "set_of_marks": false}, "620f69ab-c601-4eef": {"visibility": 0, "bbox": [128, 5610.4375, 283.90625, 17], "clickable": false, "set_of_marks": false}, "dd5860d6-0293-40f8": {"visibility": 0, "bbox": [88, 5628.4375, 1184, 244], "clickable": false, "set_of_marks": false}, "5bab9b90-90e9-417e": {"visibility": 0, "bbox": [88, 5764.4375, 338.65625, 17], "clickable": true, "set_of_marks": false}, "2864c1f1-100a-4470": {"visibility": 0, "bbox": [88, 5764.4375, 34.65625, 17], "clickable": false, "set_of_marks": false}, "fb445a1c-528c-4579": {"visibility": 0, "bbox": [126.65625, 5628.4375, 300, 150], "clickable": false, "set_of_marks": false}, "19a80f94-005b-4df5": {"visibility": 0, "bbox": [201.65625, 5665.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "bae424d2-bf90-449f": {"visibility": 0, "bbox": [88, 5782.4375, 1184, 90], "clickable": false, "set_of_marks": false}, "865d1197-8afe-4636": {"visibility": 0, "bbox": [88, 5782.4375, 1184, 90], "clickable": false, "set_of_marks": false}, "f88a0ba8-a144-4995": {"visibility": 0, "bbox": [128, 5782.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "cc4b427a-7a49-4624": {"visibility": 0, "bbox": [128, 5782.4375, 161.890625, 17], "clickable": true, "set_of_marks": false}, "c4eaba28-9b06-4d98": {"visibility": 0, "bbox": [128, 5782.4375, 161.890625, 17], "clickable": false, "set_of_marks": false}, "0c3f7660-1116-45a1": {"visibility": 0, "bbox": [128, 5800.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "83b0ee36-7ec2-4d78": {"visibility": 0, "bbox": [128, 5800.4375, 178.03125, 17], "clickable": true, "set_of_marks": false}, "4e61f84c-e322-4f2f": {"visibility": 0, "bbox": [128, 5800.4375, 178.03125, 17], "clickable": false, "set_of_marks": false}, "5ce5386c-1454-402d": {"visibility": 0, "bbox": [128, 5818.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1e299090-b2f1-4f5c": {"visibility": 0, "bbox": [128, 5818.4375, 189.296875, 17], "clickable": true, "set_of_marks": false}, "415eac9d-fcb3-456a": {"visibility": 0, "bbox": [128, 5818.4375, 189.296875, 17], "clickable": false, "set_of_marks": false}, "2d748769-c84b-486d": {"visibility": 0, "bbox": [128, 5836.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9869a3e5-ea08-4e72": {"visibility": 0, "bbox": [128, 5836.4375, 192.828125, 17], "clickable": true, "set_of_marks": false}, "18eeeb31-14e3-4b0a": {"visibility": 0, "bbox": [128, 5836.4375, 192.828125, 17], "clickable": false, "set_of_marks": false}, "7ec52cf9-8ca9-4bf4": {"visibility": 0, "bbox": [128, 5854.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "f316565d-99b3-4135": {"visibility": 0, "bbox": [128, 5854.4375, 157.296875, 17], "clickable": true, "set_of_marks": false}, "c6d5bbac-16c4-411c": {"visibility": 0, "bbox": [128, 5854.4375, 157.296875, 17], "clickable": false, "set_of_marks": false}, "e4a51760-3be8-44cd": {"visibility": 0, "bbox": [88, 5872.4375, 1184, 298], "clickable": false, "set_of_marks": false}, "62ce31ee-f2d1-4b99": {"visibility": 0, "bbox": [88, 6008.4375, 340.4375, 17], "clickable": true, "set_of_marks": false}, "141eaeef-e4b4-4e4b": {"visibility": 0, "bbox": [88, 6008.4375, 36.4375, 17], "clickable": false, "set_of_marks": false}, "7def1be1-fc83-49c7": {"visibility": 0, "bbox": [128.4375, 5872.4375, 300, 150], "clickable": false, "set_of_marks": false}, "131d7d46-4ffd-4d20": {"visibility": 0, "bbox": [203.4375, 5909.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "7a844938-e6be-46d4": {"visibility": 0, "bbox": [88, 6026.4375, 1184, 144], "clickable": false, "set_of_marks": false}, "78db0ff9-d918-45bf": {"visibility": 0, "bbox": [88, 6026.4375, 1184, 144], "clickable": false, "set_of_marks": false}, "3d81423a-c746-421d": {"visibility": 0, "bbox": [128, 6026.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "37fe4bb5-9bb6-4d76": {"visibility": 0, "bbox": [128, 6026.4375, 40, 17], "clickable": true, "set_of_marks": false}, "0498f5b4-30b5-4990": {"visibility": 0, "bbox": [128, 6026.4375, 40, 17], "clickable": false, "set_of_marks": false}, "d049a088-1e80-4e6d": {"visibility": 0, "bbox": [128, 6044.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "41d70821-01e4-440b": {"visibility": 0, "bbox": [128, 6044.4375, 136.421875, 17], "clickable": true, "set_of_marks": false}, "b7b85326-752a-42a9": {"visibility": 0, "bbox": [128, 6044.4375, 136.421875, 17], "clickable": false, "set_of_marks": false}, "a6c36e0c-5e9e-40b5": {"visibility": 0, "bbox": [128, 6062.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "0fb8a5a4-8622-4fa0": {"visibility": 0, "bbox": [128, 6062.4375, 234.328125, 17], "clickable": true, "set_of_marks": false}, "d08cbdba-b2b1-4b07": {"visibility": 0, "bbox": [128, 6062.4375, 234.328125, 17], "clickable": false, "set_of_marks": false}, "761c7efa-4f40-42ba": {"visibility": 0, "bbox": [128, 6080.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "111e8268-033d-41fb": {"visibility": 0, "bbox": [128, 6080.4375, 46.203125, 17], "clickable": true, "set_of_marks": false}, "7bb16193-2444-42cf": {"visibility": 0, "bbox": [128, 6080.4375, 46.203125, 17], "clickable": false, "set_of_marks": false}, "04e79122-e412-4b61": {"visibility": 0, "bbox": [128, 6098.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "ae19cbd6-e50a-46bf": {"visibility": 0, "bbox": [128, 6098.4375, 94.640625, 17], "clickable": true, "set_of_marks": false}, "153e51e5-a47b-47d1": {"visibility": 0, "bbox": [128, 6098.4375, 94.640625, 17], "clickable": false, "set_of_marks": false}, "84590345-1aff-4ae8": {"visibility": 0, "bbox": [128, 6116.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "bfd6e2b5-739b-494b": {"visibility": 0, "bbox": [128, 6116.4375, 93.75, 17], "clickable": true, "set_of_marks": false}, "7948b539-021a-46d0": {"visibility": 0, "bbox": [128, 6116.4375, 93.75, 17], "clickable": false, "set_of_marks": false}, "71898690-18fd-4c66": {"visibility": 0, "bbox": [128, 6134.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "a5e64441-abdb-482b": {"visibility": 0, "bbox": [128, 6134.4375, 91.984375, 17], "clickable": true, "set_of_marks": false}, "adc97a46-0bbd-4e74": {"visibility": 0, "bbox": [128, 6134.4375, 91.984375, 17], "clickable": false, "set_of_marks": false}, "b9655c13-9d22-41eb": {"visibility": 0, "bbox": [128, 6152.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "72764454-f5ca-43d7": {"visibility": 0, "bbox": [128, 6152.4375, 101.734375, 17], "clickable": true, "set_of_marks": false}, "da5cf763-36b9-4f38": {"visibility": 0, "bbox": [128, 6152.4375, 101.734375, 17], "clickable": false, "set_of_marks": false}, "8c3bf6ff-fbbe-454d": {"visibility": 1, "bbox": [684.9479370117188, 3, 139.34375, 40], "clickable": false, "set_of_marks": true}, "98752431-7665-47be": {"visibility": 1, "bbox": [684.9479370117188, 3, 139.34375, 40], "clickable": false, "set_of_marks": 0}, "cc12c81b-5371-4e2c": {"visibility": 1, "bbox": [684.9479370117188, 15.5, 123.34375, 15], "clickable": true, "set_of_marks": true}, "ec29a907-f670-4f07": {"visibility": 1, "bbox": [684.9479370117188, 15.5, 123.34375, 15], "clickable": false, "set_of_marks": 0}, "8d79788a-bc8d-4afc": {"visibility": 1, "bbox": [812.2916870117188, 17, 12, 12], "clickable": false, "set_of_marks": true}, "bd823222-3603-45c4": {"visibility": 1, "bbox": [814.2916870117188, 21, 8.000407218933105, 4.800046443939209], "clickable": false, "set_of_marks": 0}, "b8bb0189-3c03-4d73": {"visibility": 0, "bbox": [48, 6324.4375, 1224, 1094], "clickable": false, "set_of_marks": false}, "937ba3a9-76da-444e": {"visibility": 0, "bbox": [48, 6324.4375, 1224, 1094], "clickable": false, "set_of_marks": false}, "c6365933-d156-4f55": {"visibility": 0, "bbox": [88, 6324.4375, 1184, 262], "clickable": false, "set_of_marks": false}, "6fa0aea3-04e0-4f46": {"visibility": 0, "bbox": [88, 6460.4375, 334.8125, 17], "clickable": true, "set_of_marks": false}, "3201c0fe-278b-42d9": {"visibility": 0, "bbox": [88, 6460.4375, 30.8125, 17], "clickable": false, "set_of_marks": false}, "d0c409a8-34f2-49c5": {"visibility": 0, "bbox": [122.8125, 6324.4375, 300, 150], "clickable": false, "set_of_marks": false}, "bc85c308-2381-4edc": {"visibility": 0, "bbox": [197.8125, 6361.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "1fe15b82-986c-44cb": {"visibility": 0, "bbox": [88, 6478.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "773bc536-cb6b-43e6": {"visibility": 0, "bbox": [88, 6478.4375, 1184, 108], "clickable": false, "set_of_marks": false}, "c2b35889-d404-4b2e": {"visibility": 0, "bbox": [128, 6478.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "f76abe88-637e-4653": {"visibility": 0, "bbox": [128, 6478.4375, 53.3125, 17], "clickable": true, "set_of_marks": false}, "3de4104f-0e70-4f48": {"visibility": 0, "bbox": [128, 6478.4375, 53.3125, 17], "clickable": false, "set_of_marks": false}, "fca19799-4087-41f6": {"visibility": 0, "bbox": [128, 6496.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "907ca4dd-012a-4df9": {"visibility": 0, "bbox": [128, 6496.4375, 71.984375, 17], "clickable": true, "set_of_marks": false}, "d09e77d9-3f9c-4971": {"visibility": 0, "bbox": [128, 6496.4375, 71.984375, 17], "clickable": false, "set_of_marks": false}, "5792139d-1fd6-4378": {"visibility": 0, "bbox": [128, 6514.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "c5f65543-9f5f-420b": {"visibility": 0, "bbox": [128, 6514.4375, 80.421875, 17], "clickable": true, "set_of_marks": false}, "014015e6-2936-4298": {"visibility": 0, "bbox": [128, 6514.4375, 80.421875, 17], "clickable": false, "set_of_marks": false}, "b9bf26e2-76a0-4427": {"visibility": 0, "bbox": [128, 6532.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "455729b9-9365-42a7": {"visibility": 0, "bbox": [128, 6532.4375, 112, 17], "clickable": true, "set_of_marks": false}, "0af62900-cec0-4db6": {"visibility": 0, "bbox": [128, 6532.4375, 112, 17], "clickable": false, "set_of_marks": false}, "143dda88-9b36-4ef4": {"visibility": 0, "bbox": [128, 6550.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "4c6eab3f-a03b-4725": {"visibility": 0, "bbox": [128, 6550.4375, 60.40625, 17], "clickable": true, "set_of_marks": false}, "680ca309-af98-41fb": {"visibility": 0, "bbox": [128, 6550.4375, 60.40625, 17], "clickable": false, "set_of_marks": false}, "912187c6-0f8a-4325": {"visibility": 0, "bbox": [128, 6568.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "45fa1894-4675-4e5e": {"visibility": 0, "bbox": [128, 6568.4375, 79.984375, 17], "clickable": true, "set_of_marks": false}, "683d92bd-2818-44fa": {"visibility": 0, "bbox": [128, 6568.4375, 79.984375, 17], "clickable": false, "set_of_marks": false}, "56d00c11-bf6e-4594": {"visibility": 0, "bbox": [88, 6586.4375, 1184, 208], "clickable": false, "set_of_marks": false}, "ba559cc4-4af1-4a51": {"visibility": 0, "bbox": [88, 6722.4375, 335.109375, 17], "clickable": true, "set_of_marks": false}, "3a40d3e2-3db5-4cc9": {"visibility": 0, "bbox": [88, 6722.4375, 31.109375, 17], "clickable": false, "set_of_marks": false}, "44063194-c269-413c": {"visibility": 0, "bbox": [123.109375, 6586.4375, 300, 150], "clickable": false, "set_of_marks": false}, "3d436ed2-887d-4d90": {"visibility": 0, "bbox": [198.109375, 6623.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "5f2d9666-b991-4611": {"visibility": 0, "bbox": [88, 6740.4375, 1184, 54], "clickable": false, "set_of_marks": false}, "7aa20854-7348-4405": {"visibility": 0, "bbox": [88, 6740.4375, 1184, 54], "clickable": false, "set_of_marks": false}, "e2f93722-0879-41d4": {"visibility": 0, "bbox": [128, 6740.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "dc0abfa8-dd30-44ea": {"visibility": 0, "bbox": [128, 6740.4375, 116.4375, 17], "clickable": true, "set_of_marks": false}, "b05aa085-2c95-4875": {"visibility": 0, "bbox": [128, 6740.4375, 116.4375, 17], "clickable": false, "set_of_marks": false}, "e4ae6284-f1fb-4e71": {"visibility": 0, "bbox": [128, 6758.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8c114550-b251-42bf": {"visibility": 0, "bbox": [128, 6758.4375, 151.46875, 17], "clickable": true, "set_of_marks": false}, "628eb3b3-45cd-4503": {"visibility": 0, "bbox": [128, 6758.4375, 151.46875, 17], "clickable": false, "set_of_marks": false}, "1c7ca65d-ece8-4ee6": {"visibility": 0, "bbox": [128, 6776.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8edb0a9b-a6b4-48f5": {"visibility": 0, "bbox": [128, 6776.4375, 101.328125, 17], "clickable": true, "set_of_marks": false}, "4e57c915-aedb-4e45": {"visibility": 0, "bbox": [128, 6776.4375, 101.328125, 17], "clickable": false, "set_of_marks": false}, "bc262554-1200-4fd8": {"visibility": 0, "bbox": [88, 6794.4375, 1184, 244], "clickable": false, "set_of_marks": false}, "66e0512a-3a6e-4df4": {"visibility": 0, "bbox": [88, 6930.4375, 369.09375, 17], "clickable": true, "set_of_marks": false}, "db743dda-20d8-4204": {"visibility": 0, "bbox": [88, 6930.4375, 65.09375, 17], "clickable": false, "set_of_marks": false}, "a29c6c85-e956-47c9": {"visibility": 0, "bbox": [157.09375, 6794.4375, 300, 150], "clickable": false, "set_of_marks": false}, "3d8384d5-22fe-48ed": {"visibility": 0, "bbox": [232.09375, 6831.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "8c6ade17-b211-49e5": {"visibility": 0, "bbox": [88, 6948.4375, 1184, 90], "clickable": false, "set_of_marks": false}, "8923531b-63e6-4517": {"visibility": 0, "bbox": [88, 6948.4375, 1184, 90], "clickable": false, "set_of_marks": false}, "fff8df93-b35e-4d35": {"visibility": 0, "bbox": [128, 6948.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "d624193e-e672-4d3c": {"visibility": 0, "bbox": [128, 6948.4375, 71.984375, 17], "clickable": true, "set_of_marks": false}, "f53114d2-9551-48b7": {"visibility": 0, "bbox": [128, 6948.4375, 71.984375, 17], "clickable": false, "set_of_marks": false}, "f6bb4fbb-4883-40bf": {"visibility": 0, "bbox": [128, 6966.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "c03b60a8-24cf-4127": {"visibility": 0, "bbox": [128, 6966.4375, 53.3125, 17], "clickable": true, "set_of_marks": false}, "c5c37f15-b644-4567": {"visibility": 0, "bbox": [128, 6966.4375, 53.3125, 17], "clickable": false, "set_of_marks": false}, "dd717d25-5492-48bf": {"visibility": 0, "bbox": [128, 6984.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "cc576d93-4f47-4870": {"visibility": 0, "bbox": [128, 6984.4375, 59.5625, 17], "clickable": true, "set_of_marks": false}, "8f053404-3bb6-4e6b": {"visibility": 0, "bbox": [128, 6984.4375, 59.5625, 17], "clickable": false, "set_of_marks": false}, "7008aec8-3629-4e2f": {"visibility": 0, "bbox": [128, 7002.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "b9bffdf2-c1ea-46b7": {"visibility": 0, "bbox": [128, 7002.4375, 40.875, 17], "clickable": true, "set_of_marks": false}, "021c49cc-d0b8-4dcf": {"visibility": 0, "bbox": [128, 7002.4375, 40.875, 17], "clickable": false, "set_of_marks": false}, "cf6b36b6-41c7-431e": {"visibility": 0, "bbox": [128, 7020.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "8784762c-5965-4cd0": {"visibility": 0, "bbox": [128, 7020.4375, 70.1875, 17], "clickable": true, "set_of_marks": false}, "21c1d9aa-d690-44f7": {"visibility": 0, "bbox": [128, 7020.4375, 70.1875, 17], "clickable": false, "set_of_marks": false}, "89b2f0cf-8dca-46dc": {"visibility": 0, "bbox": [88, 7038.4375, 1184, 190], "clickable": false, "set_of_marks": false}, "9beddfcb-c9dc-45fe": {"visibility": 0, "bbox": [88, 7174.4375, 393.765625, 17], "clickable": true, "set_of_marks": false}, "d5edb837-ca9d-4b14": {"visibility": 0, "bbox": [88, 7174.4375, 89.765625, 17], "clickable": false, "set_of_marks": false}, "25a3d550-61f8-4562": {"visibility": 0, "bbox": [181.765625, 7038.4375, 300, 150], "clickable": false, "set_of_marks": false}, "676fbba6-b123-4778": {"visibility": 0, "bbox": [256.765625, 7075.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "0938e8d1-f433-4057": {"visibility": 0, "bbox": [88, 7192.4375, 1184, 36], "clickable": false, "set_of_marks": false}, "fc80a5c8-07f8-460f": {"visibility": 0, "bbox": [88, 7192.4375, 1184, 36], "clickable": false, "set_of_marks": false}, "5d6b752c-1a5f-4763": {"visibility": 0, "bbox": [128, 7192.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9aa1a7b4-2ecc-4a1d": {"visibility": 0, "bbox": [128, 7192.4375, 81.3125, 17], "clickable": true, "set_of_marks": false}, "905a38fa-809d-45f3": {"visibility": 0, "bbox": [128, 7192.4375, 81.3125, 17], "clickable": false, "set_of_marks": false}, "9f154bcf-91a9-41c0": {"visibility": 0, "bbox": [128, 7210.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "f5a4710d-9c82-4af2": {"visibility": 0, "bbox": [128, 7210.4375, 37.34375, 17], "clickable": true, "set_of_marks": false}, "9744b478-765a-431a": {"visibility": 0, "bbox": [128, 7210.4375, 37.34375, 17], "clickable": false, "set_of_marks": false}, "dd4045a2-a134-4316": {"visibility": 0, "bbox": [88, 7228.4375, 1184, 190], "clickable": false, "set_of_marks": false}, "7b229bd3-a07b-4b21": {"visibility": 0, "bbox": [88, 7364.4375, 424.46875, 17], "clickable": true, "set_of_marks": false}, "d63539ba-60a1-4fc6": {"visibility": 0, "bbox": [88, 7364.4375, 120.46875, 17], "clickable": false, "set_of_marks": false}, "d367b454-e885-4b34": {"visibility": 0, "bbox": [212.46875, 7228.4375, 300, 150], "clickable": false, "set_of_marks": false}, "a4e5bb43-b8c4-49e8": {"visibility": 0, "bbox": [287.46875, 7265.921875, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "d8fb297d-a88e-4dbd": {"visibility": 0, "bbox": [88, 7382.4375, 1184, 36], "clickable": false, "set_of_marks": false}, "213aba3b-a15e-4cf6": {"visibility": 0, "bbox": [88, 7382.4375, 1184, 36], "clickable": false, "set_of_marks": false}, "001098a7-71a1-47c4": {"visibility": 0, "bbox": [128, 7382.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "1b0a8a72-1ca3-4533": {"visibility": 0, "bbox": [128, 7382.4375, 81.328125, 17], "clickable": true, "set_of_marks": false}, "f0eeac30-3955-4254": {"visibility": 0, "bbox": [128, 7382.4375, 81.328125, 17], "clickable": false, "set_of_marks": false}, "c3b5c413-5b52-4e86": {"visibility": 0, "bbox": [128, 7400.4375, 1144, 18], "clickable": false, "set_of_marks": false}, "9cdc3faf-0a85-4486": {"visibility": 0, "bbox": [128, 7400.4375, 103.546875, 17], "clickable": true, "set_of_marks": false}, "71dbf997-8346-48aa": {"visibility": 0, "bbox": [128, 7400.4375, 103.546875, 17], "clickable": false, "set_of_marks": false}, "403d72e7-5566-4ee7": {"visibility": 1, "bbox": [1188.666748046875, 8.333333969116211, 62.66666793823242, 29.33333396911621], "clickable": false, "set_of_marks": true}, "57dd3d34-2c33-456d": {"visibility": 1, "bbox": [1188.666748046875, 8.333333969116211, 31.33333396911621, 29.33333396911621], "clickable": true, "set_of_marks": true}, "addd67ea-eb43-44b9": {"visibility": 1, "bbox": [1195.3333740234375, 14, 18, 18], "clickable": false, "set_of_marks": 0}, "2abdf71f-485b-4a1f": {"visibility": 1, "bbox": [1196.3333740234375, 15, 15.972249984741211, 15.972740173339844], "clickable": false, "set_of_marks": true}, "624c83de-171a-4f86": {"visibility": 1, "bbox": [1219, 8.333333969116211, 31.33333396911621, 29.33333396911621], "clickable": true, "set_of_marks": true}, "438b28fa-a8f0-4560": {"visibility": 1, "bbox": [1225.666748046875, 14, 18, 18], "clickable": false, "set_of_marks": true}, "1770be58-3cf3-4c8c": {"visibility": 1, "bbox": [1225.663330078125, 13.981478691101074, 18.00667381286621, 18.02431869506836], "clickable": false, "set_of_marks": 0}, "aeae0a42-6497-490c": {"visibility": 1, "bbox": [0, 0, 66, 601.3333740234375], "clickable": false, "set_of_marks": 0}, "e2363e85-b92b-4ccb": {"visibility": 1, "bbox": [0, 0, 66, 589], "clickable": false, "set_of_marks": 0}, "8aecd9a9-4f82-498c": {"visibility": 1, "bbox": [0, 9, 66, 571], "clickable": false, "set_of_marks": 0}, "40db77a6-220d-4fa2": {"visibility": 1, "bbox": [0, 9, 66, 63], "clickable": true, "set_of_marks": true}, "b3fb0313-da2d-4dd5": {"visibility": 1, "bbox": [3, 9, 60, 45], "clickable": false, "set_of_marks": true}, "ad7f44f4-bbb0-4563": {"visibility": 1, "bbox": [16.82231330871582, 9.001970291137695, 32.355377197265625, 45.00175476074219], "clickable": false, "set_of_marks": true}, "3792a741-2e6e-405c": {"visibility": 1, "bbox": [11.645833969116211, 60.66666793823242, 42.708335876464844, 12], "clickable": false, "set_of_marks": true}, "6b88af58-a04e-4cbd": {"visibility": 1, "bbox": [16, 75, 34, 34], "clickable": true, "set_of_marks": true}, "afa7d09d-2847-47db": {"visibility": 1, "bbox": [22, 81, 22, 22], "clickable": false, "set_of_marks": 0}, "178f58c9-ec32-460c": {"visibility": 1, "bbox": [22.916667938232422, 81.91667175292969, 20.166851043701172, 20.167613983154297], "clickable": false, "set_of_marks": true}, "59fe9284-2709-4d3a": {"visibility": 1, "bbox": [0, 112, 66, 468], "clickable": false, "set_of_marks": true}, "21a6a485-906a-4282": {"visibility": 1, "bbox": [0, 112, 66, 78], "clickable": true, "set_of_marks": true}, "e67e85f9-525e-4620": {"visibility": 1, "bbox": [16, 112, 34, 34], "clickable": false, "set_of_marks": true}, "a6c90741-98fe-4461": {"visibility": 1, "bbox": [24, 121, 18, 16], "clickable": false, "set_of_marks": true}, "fe9cbdc5-3485-42e2": {"visibility": 1, "bbox": [32.68299865722656, 124.3359375, 4.669268608093262, 4.6691999435424805], "clickable": false, "set_of_marks": 0}, "37a52696-969f-44ec": {"visibility": 1, "bbox": [25.3439998626709, 121.66667175292969, 14.676936149597168, 14.67682933807373], "clickable": false, "set_of_marks": true}, "693189eb-bd62-427f": {"visibility": 1, "bbox": [25.33333396911621, 130.41920471191406, 5.951718807220459, 5.9594526290893555], "clickable": false, "set_of_marks": 0}, "f7b8adac-0248-44bb": {"visibility": 1, "bbox": [6, 148, 54, 25], "clickable": false, "set_of_marks": true}, "3a333f34-e3b1-40f0": {"visibility": 1, "bbox": [19.52083396911621, 176, 26.947917938232422, 14], "clickable": false, "set_of_marks": true}, "efce1940-943d-4855": {"visibility": 1, "bbox": [0, 196, 66, 48.5], "clickable": true, "set_of_marks": true}, "0c568c27-9c69-4f79": {"visibility": 1, "bbox": [16, 196, 34, 34], "clickable": false, "set_of_marks": true}, "de297b13-ed49-4ced": {"visibility": 1, "bbox": [24, 204, 18, 18], "clickable": false, "set_of_marks": 0}, "5963dd58-6642-4ef7": {"visibility": 1, "bbox": [24.003215789794922, 204.75320434570312, 17.993572235107422, 14.996867179870605], "clickable": false, "set_of_marks": true}, "735037f5-86b0-4b0e": {"visibility": 1, "bbox": [15.239583969116211, 232, 35.51041793823242, 12.5], "clickable": false, "set_of_marks": true}, "b2a40cc0-3cbc-4156": {"visibility": 1, "bbox": [0, 250.5, 66, 48.5], "clickable": true, "set_of_marks": true}, "f686b32f-7230-4551": {"visibility": 1, "bbox": [16, 250.5, 34, 34], "clickable": false, "set_of_marks": true}, "dc187720-1f62-4fac": {"visibility": 1, "bbox": [24, 258.5, 18, 18], "clickable": false, "set_of_marks": true}, "a6bc7c38-3bfa-45d0": {"visibility": 1, "bbox": [24.753761291503906, 260.76019287109375, 16.493314743041992, 13.486979484558105], "clickable": false, "set_of_marks": true}, "e798a495-5484-4675": {"visibility": 1, "bbox": [16.86458396911621, 286.5, 32.26041793823242, 12.5], "clickable": false, "set_of_marks": true}, "15038557-82d0-49bf": {"visibility": 1, "bbox": [0, 305, 66, 48.5], "clickable": true, "set_of_marks": true}, "3ad73fcc-af4a-4634": {"visibility": 1, "bbox": [16, 305, 34, 34], "clickable": false, "set_of_marks": true}, "b1682764-2241-4344": {"visibility": 1, "bbox": [24, 313, 18, 18], "clickable": false, "set_of_marks": true}, "0a96d660-0c7b-4d40": {"visibility": 1, "bbox": [24.764999389648438, 315.2403564453125, 16.470001220703125, 13.494649887084961], "clickable": false, "set_of_marks": true}, "32923858-24ab-4c05": {"visibility": 1, "bbox": [13.802083969116211, 341, 38.38541793823242, 12.5], "clickable": false, "set_of_marks": true}, "fbf4e790-9578-45d2": {"visibility": 1, "bbox": [0, 359.5, 66, 48.5], "clickable": true, "set_of_marks": true}, "7f249874-35f1-410b": {"visibility": 1, "bbox": [16, 359.5, 34, 34], "clickable": false, "set_of_marks": true}, "179099dc-dd85-44b3": {"visibility": 1, "bbox": [24, 367.5, 18, 18], "clickable": false, "set_of_marks": 0}, "e6300f65-a022-432f": {"visibility": 1, "bbox": [24.764999389648438, 368.2172546386719, 16.46999740600586, 15.017741203308105], "clickable": false, "set_of_marks": true}, "6e75dc90-947a-4e6f": {"visibility": 1, "bbox": [26.375, 395.5, 13.239583969116211, 12.5], "clickable": false, "set_of_marks": true}, "8ba4f3f0-ace2-451a": {"visibility": 1, "bbox": [0, 414, 66, 48.5], "clickable": true, "set_of_marks": true}, "45c71fdc-0eab-4887": {"visibility": 1, "bbox": [16, 414, 34, 34], "clickable": false, "set_of_marks": true}, "0221eaf1-9ef0-419a": {"visibility": 1, "bbox": [24, 422, 18, 18], "clickable": false, "set_of_marks": true}, "edfcebde-46f9-4dee": {"visibility": 1, "bbox": [24.764999389648438, 424.26019287109375, 16.470001220703125, 13.474813461303711], "clickable": false, "set_of_marks": true}, "5aea2711-e8d7-4019": {"visibility": 1, "bbox": [17.604167938232422, 450, 30.78125, 12.5], "clickable": false, "set_of_marks": true}, "de45ad56-a159-4af9": {"visibility": 1, "bbox": [16, 468.5, 50, 48.5], "clickable": false, "set_of_marks": true}, "3451c8a3-508d-498a": {"visibility": 1, "bbox": [16, 468.5, 50, 48.5], "clickable": false, "set_of_marks": 0}, "e8098d5b-0c62-4a36": {"visibility": 1, "bbox": [16, 468.5, 34, 34], "clickable": false, "set_of_marks": true}, "b0d94ac7-431d-454a": {"visibility": 1, "bbox": [24, 476.5, 18, 18], "clickable": false, "set_of_marks": 0}, "4bdb0a06-3feb-45b4": {"visibility": 1, "bbox": [24.014999389648438, 478.76019287109375, 17.970001220703125, 14.275146484375], "clickable": false, "set_of_marks": true}, "45760452-6dc5-4f09": {"visibility": 1, "bbox": [16, 504.5, 50, 12.5], "clickable": false, "set_of_marks": true}, "ae6dbe04-b8dc-4bf6": {"visibility": 0, "bbox": [8, 16681.875, 1264, 36], "clickable": false, "set_of_marks": false}, "f9f364ac-8275-4279": {"visibility": 0, "bbox": [8, 16681.875, 1264, 36], "clickable": false, "set_of_marks": false}, "1a7d5907-697f-47e3": {"visibility": 0, "bbox": [48, 16681.875, 1224, 18], "clickable": false, "set_of_marks": false}, "412b8ac7-8010-4ae8": {"visibility": 0, "bbox": [48, 16681.875, 91.9375, 17], "clickable": true, "set_of_marks": false}, "ad7a58c5-ae55-4632": {"visibility": 0, "bbox": [48, 16699.875, 1224, 18], "clickable": false, "set_of_marks": false}, "27a6dbf7-a526-4857": {"visibility": 0, "bbox": [48, 16699.875, 127.546875, 17], "clickable": true, "set_of_marks": false}, "c980bca9-27f6-42ac": {"visibility": 1, "bbox": [0, 523, 66, 57], "clickable": true, "set_of_marks": true}, "c2421ae3-1ffc-4d09": {"visibility": 1, "bbox": [18, 523, 30, 30], "clickable": false, "set_of_marks": true}, "742e796f-98ea-4f8a": {"visibility": 1, "bbox": [24, 529, 18, 18], "clickable": false, "set_of_marks": 0}, "2a7cc150-4f7e-4f0f": {"visibility": 1, "bbox": [25, 530, 16, 16], "clickable": false, "set_of_marks": true}, "ff3c8085-d702-4328": {"visibility": 1, "bbox": [6, 555, 54, 25], "clickable": false, "set_of_marks": true}, "b9f284fb-9a8c-4808": {"visibility": 0, "bbox": [8, 16887.875, 1264, 0], "clickable": false, "set_of_marks": false}, "4ba4ea99-434d-443f": {"visibility": 1, "bbox": [0, 549.3333740234375, 66, 52], "clickable": false, "set_of_marks": true}, "51c86da6-4b1d-43b6": {"visibility": 1, "bbox": [16, 558.3333740234375, 50, 34], "clickable": false, "set_of_marks": true}, "dafd8b8d-539f-4456": {"visibility": 1, "bbox": [16, 558.3333740234375, 50, 34], "clickable": false, "set_of_marks": 0}, "77a459e9-aa8b-4611": {"visibility": 1, "bbox": [16, 558.3333740234375, 34, 34], "clickable": false, "set_of_marks": true}, "cc565e80-0b57-4829": {"visibility": 1, "bbox": [22, 564.3333740234375, 22, 22], "clickable": false, "set_of_marks": true}, "10039444-7ce6-41ec": {"visibility": 1, "bbox": [22, 564.3333740234375, 22, 22], "clickable": false, "set_of_marks": 0}, "168970ab-29f1-4953": {"visibility": 0, "bbox": [8, 17037.875, 1264, 72], "clickable": false, "set_of_marks": false}, "77abbcd6-b38a-47a2": {"visibility": 0, "bbox": [8, 17037.875, 1264, 18], "clickable": false, "set_of_marks": false}, "b6dadde9-7f1b-4e97": {"visibility": 0, "bbox": [8, 17055.875, 53.328125, 17], "clickable": true, "set_of_marks": false}, "a6a3e952-e7aa-4f93": {"visibility": 0, "bbox": [8, 17081.875, 1264, 2], "clickable": false, "set_of_marks": false}, "a384d63f-e482-42eb": {"visibility": 0, "bbox": [8, 17091.875, 46.671875, 17], "clickable": true, "set_of_marks": false}, "9178e83a-3572-4d0d": {"visibility": 0.10725366845150287, "bbox": [66, -864, 1197.3333740234375, 8409.96875], "clickable": false, "set_of_marks": 0}, "004bd093-c7dc-43d3": {"visibility": 0, "bbox": [8, 17109.875, 1264, 289], "clickable": false, "set_of_marks": false}, "9b875f55-9284-4b02": {"visibility": 0, "bbox": [8, 17109.875, 1264, 289], "clickable": false, "set_of_marks": false}, "814c0916-9d39-4391": {"visibility": 0, "bbox": [8, 17109.875, 1264, 289], "clickable": false, "set_of_marks": false}, "ca262d09-c72f-4c07": {"visibility": 0, "bbox": [8, 17109.875, 1264, 250], "clickable": false, "set_of_marks": false}, "e1899beb-7f3b-4532": {"visibility": 0, "bbox": [8, 17109.875, 970, 250], "clickable": false, "set_of_marks": false}, "8bf89ce0-7e03-436a": {"visibility": 0, "bbox": [8, 17359.875, 1264, 18], "clickable": false, "set_of_marks": false}, "47231945-37e6-4dd6": {"visibility": 0, "bbox": [8, 17377.875, 40, 30], "clickable": false, "set_of_marks": false}, "7ae66e75-5387-4425": {"visibility": 0, "bbox": [16, 17380.875, 24, 24], "clickable": false, "set_of_marks": false}, "a157eb4a-3533-4785": {"visibility": 0, "bbox": [19.984375, 17384.875, 16.03125, 16.015625], "clickable": false, "set_of_marks": false}, "a7b93828-c2cf-4d46": {"visibility": 0, "bbox": [8, 17398.875, 1264, 18], "clickable": false, "set_of_marks": false}, "d41473ad-d475-4a5d": {"visibility": 1, "bbox": [66, 0, 1197.3333740234375, 160], "clickable": false, "set_of_marks": true}, "541a2845-c09f-4cf4": {"visibility": 0.11965558962131091, "bbox": [155.80209350585938, -575, 1017.7291870117188, 7538.30224609375], "clickable": false, "set_of_marks": 0}, "33a086ff-3805-432e": {"visibility": 0, "bbox": [8, 17398.875, 1264, 7474], "clickable": false, "set_of_marks": false}, "7732b8c8-1019-4105": {"visibility": 0, "bbox": [8, 17398.875, 1264, 7304], "clickable": false, "set_of_marks": false}, "448d0830-9a9c-4abc": {"visibility": 0, "bbox": [8, 17640.875, 256, 17], "clickable": true, "set_of_marks": false}, "57ef74fe-96cd-463e": {"visibility": 0, "bbox": [8, 17398.875, 256, 256], "clickable": false, "set_of_marks": false}, "aed8511b-7d75-42e3": {"visibility": 0, "bbox": [8, 17654.875, 1264, 208], "clickable": false, "set_of_marks": false}, "a681df8c-0519-4549": {"visibility": 0, "bbox": [8, 17654.875, 1264, 18], "clickable": false, "set_of_marks": false}, "f2b4711f-f0b0-4656": {"visibility": 0, "bbox": [8, 17654.875, 108.375, 17], "clickable": true, "set_of_marks": false}, "6b20e7b9-25b7-47e2": {"visibility": 0, "bbox": [8, 17672.875, 1264, 36], "clickable": false, "set_of_marks": false}, "6c15f516-e12f-429e": {"visibility": 0, "bbox": [8, 17672.875, 1264, 18], "clickable": false, "set_of_marks": false}, "6bc7c1e0-f450-43ff": {"visibility": 0, "bbox": [8, 17690.875, 1264, 18], "clickable": false, "set_of_marks": false}, "0fb00b8d-5b05-4ba1": {"visibility": 0, "bbox": [8, 17708.875, 1264, 154], "clickable": false, "set_of_marks": false}, "45ac5653-6e32-4b64": {"visibility": 0, "bbox": [8, 17844.875, 304, 17], "clickable": true, "set_of_marks": false}, "b8a26293-8f73-4ac6": {"visibility": 0, "bbox": [8, 17708.875, 300, 150], "clickable": false, "set_of_marks": false}, "c601952e-309b-4d93": {"visibility": 0, "bbox": [91.328125, 17717.203125, 133.109375, 133.125], "clickable": false, "set_of_marks": false}, "4cadd60c-78c9-4da9": {"visibility": 0, "bbox": [312, 17844.875, 300, 17], "clickable": true, "set_of_marks": false}, "7408886d-e7dc-4775": {"visibility": 0, "bbox": [312, 17708.875, 300, 150], "clickable": false, "set_of_marks": false}, "dd21b80c-5e25-484b": {"visibility": 0, "bbox": [386.96875, 17708.71875, 150.0625, 150.21875], "clickable": false, "set_of_marks": false}, "cb9852c8-f860-4774": {"visibility": 0, "bbox": [8, 17878.875, 1264, 6824], "clickable": false, "set_of_marks": false}, "d933dbac-52af-4041": {"visibility": 0, "bbox": [8, 17878.875, 1264, 6824], "clickable": false, "set_of_marks": false}, "d91e4869-0cca-4751": {"visibility": 0, "bbox": [48, 17878.875, 1224, 380], "clickable": false, "set_of_marks": false}, "42abb90d-f938-4738": {"visibility": 0, "bbox": [48, 17878.875, 1224, 154], "clickable": false, "set_of_marks": false}, "9fdeece8-8273-4f02": {"visibility": 0, "bbox": [48, 18014.875, 358.65625, 17], "clickable": true, "set_of_marks": false}, "77a4052b-db1d-4f3a": {"visibility": 0, "bbox": [48, 17878.875, 300, 150], "clickable": false, "set_of_marks": false}, "54b64b32-03d1-46bc": {"visibility": 0, "bbox": [123, 17891.375, 150, 125], "clickable": false, "set_of_marks": false}, "42a6e942-4984-4ea0": {"visibility": 0, "bbox": [352, 18014.875, 50.65625, 17], "clickable": false, "set_of_marks": false}, "7651d39e-61f2-4f44": {"visibility": 0, "bbox": [406.65625, 17878.875, 300, 150], "clickable": false, "set_of_marks": false}, "ec9ded8f-6be1-4cdb": {"visibility": 0, "bbox": [506.65625, 17928.875, 100.015625, 60], "clickable": false, "set_of_marks": false}, "0066edd3-3aa2-4c4d": {"visibility": 0, "bbox": [48, 18032.875, 1224, 226], "clickable": false, "set_of_marks": false}, "3a178900-5c7b-41c6": {"visibility": 0, "bbox": [48, 18032.875, 1224, 226], "clickable": false, "set_of_marks": false}, "05e4475e-ac59-475c": {"visibility": 0, "bbox": [88, 18032.875, 1184, 154], "clickable": false, "set_of_marks": false}, "501b8e9b-818e-40ca": {"visibility": 0, "bbox": [88, 18168.875, 372.875, 17], "clickable": true, "set_of_marks": false}, "64435964-cbf2-4d62": {"visibility": 0, "bbox": [88, 18032.875, 300, 150], "clickable": false, "set_of_marks": false}, "d62ad7df-3c87-4f3e": {"visibility": 0, "bbox": [163, 18032.859375, 150, 150.015625], "clickable": false, "set_of_marks": false}, "c54d66d0-1f26-4757": {"visibility": 0, "bbox": [392, 18168.875, 68.875, 17], "clickable": false, "set_of_marks": false}, "0376e2e2-f118-463e": {"visibility": 0, "bbox": [88, 18186.875, 1184, 18], "clickable": false, "set_of_marks": false}, "995f69ca-1664-4f0b": {"visibility": 0, "bbox": [88, 18186.875, 61.78125, 17], "clickable": true, "set_of_marks": false}, "d8954982-07e1-4e64": {"visibility": 0, "bbox": [88, 18186.875, 61.78125, 17], "clickable": false, "set_of_marks": false}, "44741c96-705f-4dd5": {"visibility": 0, "bbox": [88, 18204.875, 1184, 18], "clickable": false, "set_of_marks": false}, "5662b603-d048-4c13": {"visibility": 0, "bbox": [88, 18204.875, 76.453125, 17], "clickable": true, "set_of_marks": false}, "99b5b728-d654-408f": {"visibility": 0, "bbox": [88, 18204.875, 76.453125, 17], "clickable": false, "set_of_marks": false}, "5864f766-dcb5-4fba": {"visibility": 0, "bbox": [88, 18222.875, 1184, 18], "clickable": false, "set_of_marks": false}, "d15be1c0-cbf2-40f9": {"visibility": 0, "bbox": [88, 18222.875, 107.953125, 17], "clickable": true, "set_of_marks": false}, "c045b30f-e231-4e0f": {"visibility": 0, "bbox": [88, 18222.875, 107.953125, 17], "clickable": false, "set_of_marks": false}, "ef176582-e174-4183": {"visibility": 0, "bbox": [88, 18240.875, 1184, 18], "clickable": false, "set_of_marks": false}, "ebbcce83-c895-4371": {"visibility": 0, "bbox": [88, 18240.875, 117.34375, 17], "clickable": true, "set_of_marks": false}, "74d4dd84-8fc7-4e1f": {"visibility": 0, "bbox": [88, 18240.875, 117.34375, 17], "clickable": false, "set_of_marks": false}, "f4fb7570-51a9-4215": {"visibility": 0, "bbox": [48, 18258.875, 1224, 1446], "clickable": false, "set_of_marks": false}, "d89ef0a2-e857-4a2e": {"visibility": 0, "bbox": [48, 18258.875, 1224, 154], "clickable": false, "set_of_marks": false}, "51cf323d-1e49-419e": {"visibility": 0, "bbox": [48, 18394.875, 72.40625, 17], "clickable": true, "set_of_marks": false}, "8ca4d6b6-1c0c-4a73": {"visibility": 0, "bbox": [48, 18394.875, 68.40625, 17], "clickable": false, "set_of_marks": false}, "1ee229ab-d054-453b": {"visibility": 0, "bbox": [120.40625, 18258.875, 300, 150], "clickable": false, "set_of_marks": false}, "b5cf36c7-d3ee-465c": {"visibility": 0, "bbox": [220.40625, 18308.875, 100.015625, 60], "clickable": false, "set_of_marks": false}, "d4d9b001-2f7b-4014": {"visibility": 0, "bbox": [48, 18412.875, 1224, 1292], "clickable": false, "set_of_marks": false}, "14bb58b8-e295-474c": {"visibility": 0, "bbox": [48, 18412.875, 1224, 1292], "clickable": false, "set_of_marks": false}, "67e7314e-9386-49bf": {"visibility": 0, "bbox": [88, 18412.875, 1184, 280], "clickable": false, "set_of_marks": false}, "630df64d-7f75-4473": {"visibility": 0, "bbox": [88, 18548.875, 410.1875, 17], "clickable": true, "set_of_marks": false}, "8206efdf-e49d-46cd": {"visibility": 0, "bbox": [88, 18548.875, 106.1875, 17], "clickable": false, "set_of_marks": false}, "26b90f43-db07-47be": {"visibility": 0, "bbox": [198.1875, 18412.875, 300, 150], "clickable": false, "set_of_marks": false}, "4f29db92-c17c-4988": {"visibility": 0, "bbox": [273.1875, 18450.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "701e62ea-89bb-49b3": {"visibility": 0, "bbox": [88, 18566.875, 1184, 126], "clickable": false, "set_of_marks": false}, "cfb9eae5-9368-4422": {"visibility": 0, "bbox": [88, 18566.875, 1184, 126], "clickable": false, "set_of_marks": false}, "a9e0b5ac-8aba-41c1": {"visibility": 0, "bbox": [128, 18566.875, 1144, 18], "clickable": false, "set_of_marks": false}, "5f5e12fd-feb1-4cfd": {"visibility": 0, "bbox": [128, 18566.875, 87.125, 17], "clickable": true, "set_of_marks": false}, "687236bc-3c54-43c1": {"visibility": 0, "bbox": [128, 18566.875, 87.125, 17], "clickable": false, "set_of_marks": false}, "c7d709ab-6e7c-4b97": {"visibility": 0, "bbox": [128, 18584.875, 1144, 18], "clickable": false, "set_of_marks": false}, "bd626470-75c9-4002": {"visibility": 0, "bbox": [128, 18584.875, 9.78125, 17], "clickable": true, "set_of_marks": false}, "986b6913-ecc6-4e1b": {"visibility": 0, "bbox": [128, 18584.875, 9.78125, 17], "clickable": false, "set_of_marks": false}, "4b42b321-cf73-4228": {"visibility": 0, "bbox": [128, 18602.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a6c1c03f-6c65-4646": {"visibility": 0, "bbox": [128, 18602.875, 34.03125, 17], "clickable": true, "set_of_marks": false}, "24968660-d159-45e0": {"visibility": 0, "bbox": [128, 18602.875, 34.03125, 17], "clickable": false, "set_of_marks": false}, "58fb6566-4775-47a3": {"visibility": 0, "bbox": [128, 18620.875, 1144, 18], "clickable": false, "set_of_marks": false}, "ae4b1553-9d13-4fe4": {"visibility": 0, "bbox": [128, 18620.875, 81.328125, 17], "clickable": true, "set_of_marks": false}, "e2ae1e43-c9d1-40ae": {"visibility": 0, "bbox": [128, 18620.875, 81.328125, 17], "clickable": false, "set_of_marks": false}, "4a3031f1-931d-474e": {"visibility": 0, "bbox": [128, 18638.875, 1144, 18], "clickable": false, "set_of_marks": false}, "420c1ea6-3151-4a5c": {"visibility": 0, "bbox": [128, 18638.875, 30.21875, 17], "clickable": true, "set_of_marks": false}, "333fdec9-a3c6-48d5": {"visibility": 0, "bbox": [128, 18638.875, 30.21875, 17], "clickable": false, "set_of_marks": false}, "ad38b1ca-dd24-41f4": {"visibility": 0, "bbox": [128, 18656.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a6e0f363-7988-412f": {"visibility": 0, "bbox": [128, 18656.875, 31.09375, 17], "clickable": true, "set_of_marks": false}, "257bd61e-9289-424e": {"visibility": 0, "bbox": [128, 18656.875, 31.09375, 17], "clickable": false, "set_of_marks": false}, "a3ed90a1-ee98-40cc": {"visibility": 0, "bbox": [128, 18674.875, 1144, 18], "clickable": false, "set_of_marks": false}, "859dc48b-afb0-4b0d": {"visibility": 0, "bbox": [128, 18674.875, 38.21875, 17], "clickable": true, "set_of_marks": false}, "3a044710-29c6-4202": {"visibility": 0, "bbox": [128, 18674.875, 38.21875, 17], "clickable": false, "set_of_marks": false}, "446580e1-af1d-42db": {"visibility": 0, "bbox": [88, 18692.875, 1184, 262], "clickable": false, "set_of_marks": false}, "a616292d-7d2e-426d": {"visibility": 0, "bbox": [88, 18828.875, 332.4375, 17], "clickable": true, "set_of_marks": false}, "72365602-d7d3-456b": {"visibility": 0, "bbox": [88, 18828.875, 28.4375, 17], "clickable": false, "set_of_marks": false}, "ec23ac59-60b8-442e": {"visibility": 0, "bbox": [120.4375, 18692.875, 300, 150], "clickable": false, "set_of_marks": false}, "6d979a7c-9007-4e1b": {"visibility": 0, "bbox": [195.4375, 18730.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "db8f3947-2867-4ea1": {"visibility": 0, "bbox": [88, 18846.875, 1184, 108], "clickable": false, "set_of_marks": false}, "4d39099d-b4ce-47e3": {"visibility": 0, "bbox": [88, 18846.875, 1184, 108], "clickable": false, "set_of_marks": false}, "70f99859-52de-484e": {"visibility": 0, "bbox": [128, 18846.875, 1144, 18], "clickable": false, "set_of_marks": false}, "3f361dbf-a2a6-47dd": {"visibility": 0, "bbox": [128, 18846.875, 87.125, 17], "clickable": true, "set_of_marks": false}, "ed75f498-b8a9-4a98": {"visibility": 0, "bbox": [128, 18846.875, 87.125, 17], "clickable": false, "set_of_marks": false}, "33bc1a49-5a7c-4ed2": {"visibility": 0, "bbox": [128, 18864.875, 1144, 18], "clickable": false, "set_of_marks": false}, "d67e3aec-5ec4-41ae": {"visibility": 0, "bbox": [128, 18864.875, 81.328125, 17], "clickable": true, "set_of_marks": false}, "96e65d6e-ab90-4b29": {"visibility": 0, "bbox": [128, 18864.875, 81.328125, 17], "clickable": false, "set_of_marks": false}, "834f2113-f3df-4c10": {"visibility": 0, "bbox": [128, 18882.875, 1144, 18], "clickable": false, "set_of_marks": false}, "7d3ac75f-ce41-4ecc": {"visibility": 0, "bbox": [128, 18882.875, 112.4375, 17], "clickable": true, "set_of_marks": false}, "aa345acf-c8cb-451f": {"visibility": 0, "bbox": [128, 18882.875, 112.4375, 17], "clickable": false, "set_of_marks": false}, "7303e31c-74fa-44ec": {"visibility": 0, "bbox": [128, 18900.875, 1144, 18], "clickable": false, "set_of_marks": false}, "53818692-aaea-4443": {"visibility": 0, "bbox": [128, 18900.875, 83.75, 17], "clickable": true, "set_of_marks": false}, "57d4d829-b278-4870": {"visibility": 0, "bbox": [128, 18900.875, 83.75, 17], "clickable": false, "set_of_marks": false}, "a43bda0a-df12-4665": {"visibility": 0, "bbox": [128, 18918.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e47d2d8b-b833-4f4b": {"visibility": 0, "bbox": [128, 18918.875, 98.5625, 17], "clickable": true, "set_of_marks": false}, "213d00ab-27b6-449a": {"visibility": 0, "bbox": [128, 18918.875, 98.5625, 17], "clickable": false, "set_of_marks": false}, "cc0cc5e6-5a76-40ff": {"visibility": 0, "bbox": [128, 18936.875, 1144, 18], "clickable": false, "set_of_marks": false}, "41ce89bd-a12e-4e2a": {"visibility": 0, "bbox": [128, 18936.875, 44.4375, 17], "clickable": true, "set_of_marks": false}, "75946d30-956f-4514": {"visibility": 0, "bbox": [128, 18936.875, 44.4375, 17], "clickable": false, "set_of_marks": false}, "ee854d7b-d0d4-4eb3": {"visibility": 0, "bbox": [88, 18954.875, 1184, 262], "clickable": false, "set_of_marks": false}, "4ce2f8b4-5e4f-4cf4": {"visibility": 0, "bbox": [88, 19090.875, 434.984375, 17], "clickable": true, "set_of_marks": false}, "1ce86fc5-31cf-450c": {"visibility": 0, "bbox": [88, 19090.875, 130.984375, 17], "clickable": false, "set_of_marks": false}, "f6ee3bd2-1947-41ca": {"visibility": 0, "bbox": [222.984375, 18954.875, 300, 150], "clickable": false, "set_of_marks": false}, "c009aef7-bc4d-43e4": {"visibility": 0, "bbox": [297.984375, 18992.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "4539dca0-e31e-4b6a": {"visibility": 0, "bbox": [88, 19108.875, 1184, 108], "clickable": false, "set_of_marks": false}, "63c267e0-9575-49c8": {"visibility": 0, "bbox": [88, 19108.875, 1184, 108], "clickable": false, "set_of_marks": false}, "6b7d2800-c480-4272": {"visibility": 0, "bbox": [128, 19108.875, 1144, 18], "clickable": false, "set_of_marks": false}, "b6e76249-3c5a-4980": {"visibility": 0, "bbox": [128, 19108.875, 9.78125, 17], "clickable": true, "set_of_marks": false}, "4a4283f6-82b2-40c2": {"visibility": 0, "bbox": [128, 19108.875, 9.78125, 17], "clickable": false, "set_of_marks": false}, "f7c76ae1-bc4e-4e0f": {"visibility": 0, "bbox": [128, 19126.875, 1144, 18], "clickable": false, "set_of_marks": false}, "3b6e6ce0-5458-48ae": {"visibility": 0, "bbox": [128, 19126.875, 106.671875, 17], "clickable": true, "set_of_marks": false}, "dbbf069d-3a98-4424": {"visibility": 0, "bbox": [128, 19126.875, 106.671875, 17], "clickable": false, "set_of_marks": false}, "eb1e65a9-2abd-453a": {"visibility": 0, "bbox": [128, 19144.875, 1144, 18], "clickable": false, "set_of_marks": false}, "673046aa-be78-4036": {"visibility": 0, "bbox": [128, 19144.875, 100.875, 17], "clickable": true, "set_of_marks": false}, "690fc03a-ac01-4b19": {"visibility": 0, "bbox": [128, 19144.875, 100.875, 17], "clickable": false, "set_of_marks": false}, "4bd20f92-c49b-4cbe": {"visibility": 0, "bbox": [128, 19162.875, 1144, 18], "clickable": false, "set_of_marks": false}, "5e06133c-0842-46fa": {"visibility": 0, "bbox": [128, 19162.875, 95.3125, 17], "clickable": true, "set_of_marks": false}, "e906c878-9eb7-4240": {"visibility": 0, "bbox": [128, 19162.875, 95.3125, 17], "clickable": false, "set_of_marks": false}, "e5709599-c222-4ad7": {"visibility": 0, "bbox": [128, 19180.875, 1144, 18], "clickable": false, "set_of_marks": false}, "26ca83fb-7a7a-4c5c": {"visibility": 0, "bbox": [128, 19180.875, 80.4375, 17], "clickable": true, "set_of_marks": false}, "57b7a474-9be5-4d36": {"visibility": 0, "bbox": [128, 19180.875, 80.4375, 17], "clickable": false, "set_of_marks": false}, "380f722f-13ee-4004": {"visibility": 0, "bbox": [128, 19198.875, 1144, 18], "clickable": false, "set_of_marks": false}, "8a2ed005-6126-41a8": {"visibility": 0, "bbox": [128, 19198.875, 99.078125, 17], "clickable": true, "set_of_marks": false}, "797c71b4-2d2b-4d1f": {"visibility": 0, "bbox": [128, 19198.875, 99.078125, 17], "clickable": false, "set_of_marks": false}, "15728951-833f-4e1e": {"visibility": 0, "bbox": [88, 19216.875, 1184, 262], "clickable": false, "set_of_marks": false}, "a1e6e0f8-2e4a-4d55": {"visibility": 0, "bbox": [88, 19352.875, 471.53125, 17], "clickable": true, "set_of_marks": false}, "9b87297b-bacd-4441": {"visibility": 0, "bbox": [88, 19352.875, 167.53125, 17], "clickable": false, "set_of_marks": false}, "7200f866-d451-4608": {"visibility": 0, "bbox": [259.53125, 19216.875, 300, 150], "clickable": false, "set_of_marks": false}, "1db2e2ab-d30c-458c": {"visibility": 0, "bbox": [334.53125, 19254.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "a72ec79c-94ea-4b57": {"visibility": 0, "bbox": [88, 19370.875, 1184, 108], "clickable": false, "set_of_marks": false}, "8e7b7b41-7999-4299": {"visibility": 0, "bbox": [88, 19370.875, 1184, 108], "clickable": false, "set_of_marks": false}, "d57cbd10-3067-4615": {"visibility": 0, "bbox": [128, 19370.875, 1144, 18], "clickable": false, "set_of_marks": false}, "9cf0e0b3-08c7-4d7d": {"visibility": 0, "bbox": [128, 19370.875, 31.09375, 17], "clickable": true, "set_of_marks": false}, "3528c46b-9647-4838": {"visibility": 0, "bbox": [128, 19370.875, 31.09375, 17], "clickable": false, "set_of_marks": false}, "1935f744-9059-4c85": {"visibility": 0, "bbox": [128, 19388.875, 1144, 18], "clickable": false, "set_of_marks": false}, "f61bafd5-7ac2-4ec8": {"visibility": 0, "bbox": [128, 19388.875, 100.875, 17], "clickable": true, "set_of_marks": false}, "92666c9d-d01a-4c02": {"visibility": 0, "bbox": [128, 19388.875, 100.875, 17], "clickable": false, "set_of_marks": false}, "8d9c208a-d2fe-4239": {"visibility": 0, "bbox": [128, 19406.875, 1144, 18], "clickable": false, "set_of_marks": false}, "2e341c82-56b6-458a": {"visibility": 0, "bbox": [128, 19406.875, 81.296875, 17], "clickable": true, "set_of_marks": false}, "382c83a3-d439-401f": {"visibility": 0, "bbox": [128, 19406.875, 81.296875, 17], "clickable": false, "set_of_marks": false}, "ce22e7cb-50d8-456c": {"visibility": 0, "bbox": [128, 19424.875, 1144, 18], "clickable": false, "set_of_marks": false}, "b6d6143d-61ad-4cd8": {"visibility": 0, "bbox": [128, 19424.875, 109.75, 17], "clickable": true, "set_of_marks": false}, "8e325001-cf7b-43e7": {"visibility": 0, "bbox": [128, 19424.875, 109.75, 17], "clickable": false, "set_of_marks": false}, "451c2b7f-0a34-4526": {"visibility": 0, "bbox": [128, 19442.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c2e4812e-30ed-4e5e": {"visibility": 0, "bbox": [128, 19442.875, 44.890625, 17], "clickable": true, "set_of_marks": false}, "303dfd76-cfb8-494d": {"visibility": 0, "bbox": [128, 19442.875, 44.890625, 17], "clickable": false, "set_of_marks": false}, "53e6b289-e2d8-4091": {"visibility": 0, "bbox": [128, 19460.875, 1144, 18], "clickable": false, "set_of_marks": false}, "885486a0-0bad-4b0a": {"visibility": 0, "bbox": [128, 19460.875, 93.765625, 17], "clickable": true, "set_of_marks": false}, "faeddf9f-ce9c-4bfc": {"visibility": 0, "bbox": [128, 19460.875, 93.765625, 17], "clickable": false, "set_of_marks": false}, "93e2f914-35cd-4316": {"visibility": 0, "bbox": [88, 19478.875, 1184, 226], "clickable": false, "set_of_marks": false}, "8a284b66-42b8-4cc5": {"visibility": 0, "bbox": [88, 19614.875, 343.109375, 17], "clickable": true, "set_of_marks": false}, "1dd9938e-6c19-453b": {"visibility": 0, "bbox": [88, 19614.875, 39.109375, 17], "clickable": false, "set_of_marks": false}, "dbc1ffe1-99d8-411f": {"visibility": 0, "bbox": [131.109375, 19478.875, 300, 150], "clickable": false, "set_of_marks": false}, "a067a792-c492-4115": {"visibility": 0, "bbox": [206.109375, 19516.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "af1e0b4d-e162-4607": {"visibility": 0, "bbox": [88, 19632.875, 1184, 72], "clickable": false, "set_of_marks": false}, "ae19d3ac-6763-4239": {"visibility": 0, "bbox": [88, 19632.875, 1184, 72], "clickable": false, "set_of_marks": false}, "f762f716-f348-4119": {"visibility": 0, "bbox": [128, 19632.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a82bebe8-7a8d-4e71": {"visibility": 0, "bbox": [128, 19632.875, 107.8125, 17], "clickable": true, "set_of_marks": false}, "17ffd979-f26f-41ee": {"visibility": 0, "bbox": [128, 19632.875, 107.8125, 17], "clickable": false, "set_of_marks": false}, "ca564544-57e9-4bff": {"visibility": 0, "bbox": [128, 19650.875, 1144, 18], "clickable": false, "set_of_marks": false}, "1c79ab7d-5f6b-4750": {"visibility": 0, "bbox": [128, 19650.875, 38.203125, 17], "clickable": true, "set_of_marks": false}, "0c6c7ec4-afe2-4a04": {"visibility": 0, "bbox": [128, 19650.875, 38.203125, 17], "clickable": false, "set_of_marks": false}, "0ba72eae-d42b-4a29": {"visibility": 0, "bbox": [128, 19668.875, 1144, 18], "clickable": false, "set_of_marks": false}, "96b1a568-fce8-4394": {"visibility": 0, "bbox": [128, 19668.875, 65.78125, 17], "clickable": true, "set_of_marks": false}, "fe7866d0-1a5c-42be": {"visibility": 0, "bbox": [128, 19668.875, 65.78125, 17], "clickable": false, "set_of_marks": false}, "d030409c-b948-4f4f": {"visibility": 0, "bbox": [128, 19686.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c14b2c09-8520-4a13": {"visibility": 0, "bbox": [128, 19686.875, 96.609375, 17], "clickable": true, "set_of_marks": false}, "a870fa13-306a-4952": {"visibility": 0, "bbox": [128, 19686.875, 96.609375, 17], "clickable": false, "set_of_marks": false}, "748c342a-99f7-4db7": {"visibility": 0, "bbox": [48, 19704.875, 1224, 1392], "clickable": false, "set_of_marks": false}, "5054a3ed-3a8b-4eac": {"visibility": 0, "bbox": [48, 19704.875, 1224, 154], "clickable": false, "set_of_marks": false}, "6905edc5-6640-4431": {"visibility": 0, "bbox": [48, 19840.875, 61.765625, 17], "clickable": true, "set_of_marks": false}, "e4fe9454-12ef-42fd": {"visibility": 0, "bbox": [48, 19840.875, 57.765625, 17], "clickable": false, "set_of_marks": false}, "49fbef4c-6776-4ec6": {"visibility": 0, "bbox": [109.765625, 19704.875, 300, 150], "clickable": false, "set_of_marks": false}, "018e13eb-0eb6-4f5c": {"visibility": 0, "bbox": [209.765625, 19754.875, 100.015625, 60], "clickable": false, "set_of_marks": false}, "6158f7c7-a695-45dd": {"visibility": 0, "bbox": [48, 19858.875, 1224, 1238], "clickable": false, "set_of_marks": false}, "175e5a6d-6b44-4011": {"visibility": 0, "bbox": [48, 19858.875, 1224, 1238], "clickable": false, "set_of_marks": false}, "44c8a767-d2f0-48f7": {"visibility": 0, "bbox": [88, 19858.875, 1184, 316], "clickable": false, "set_of_marks": false}, "bfbce342-0886-4f5e": {"visibility": 0, "bbox": [88, 19994.875, 393.46875, 17], "clickable": true, "set_of_marks": false}, "75a3032a-0800-4057": {"visibility": 0, "bbox": [88, 19994.875, 89.46875, 17], "clickable": false, "set_of_marks": false}, "13165c6a-0bc3-40a6": {"visibility": 0, "bbox": [181.46875, 19858.875, 300, 150], "clickable": false, "set_of_marks": false}, "d43d96ee-e650-49ee": {"visibility": 0, "bbox": [256.46875, 19896.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "04043e09-f2b0-4bec": {"visibility": 0, "bbox": [88, 20012.875, 1184, 162], "clickable": false, "set_of_marks": false}, "8de3105d-2c3c-4214": {"visibility": 0, "bbox": [88, 20012.875, 1184, 162], "clickable": false, "set_of_marks": false}, "6e30448d-c623-4f13": {"visibility": 0, "bbox": [128, 20012.875, 1144, 18], "clickable": false, "set_of_marks": false}, "46b1ae30-e71a-4020": {"visibility": 0, "bbox": [128, 20012.875, 28.4375, 17], "clickable": true, "set_of_marks": false}, "8e63405c-7422-43b6": {"visibility": 0, "bbox": [128, 20012.875, 28.4375, 17], "clickable": false, "set_of_marks": false}, "7f822f45-f45f-4ef2": {"visibility": 0, "bbox": [128, 20030.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e5219497-efe5-4959": {"visibility": 0, "bbox": [128, 20030.875, 130.984375, 17], "clickable": true, "set_of_marks": false}, "6b434960-f4e0-4c7c": {"visibility": 0, "bbox": [128, 20030.875, 130.984375, 17], "clickable": false, "set_of_marks": false}, "8191d76c-a34a-4be8": {"visibility": 0, "bbox": [128, 20048.875, 1144, 18], "clickable": false, "set_of_marks": false}, "b04f5dd5-790c-49a9": {"visibility": 0, "bbox": [128, 20048.875, 167.53125, 17], "clickable": true, "set_of_marks": false}, "3ab50af7-04fb-42e4": {"visibility": 0, "bbox": [128, 20048.875, 167.53125, 17], "clickable": false, "set_of_marks": false}, "5c1ebdf5-556c-4b68": {"visibility": 0, "bbox": [128, 20066.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c1ee13ef-cfdc-4adc": {"visibility": 0, "bbox": [128, 20066.875, 38.203125, 17], "clickable": true, "set_of_marks": false}, "cadaa336-60e3-4b30": {"visibility": 0, "bbox": [128, 20066.875, 38.203125, 17], "clickable": false, "set_of_marks": false}, "a455c94f-0bd2-486f": {"visibility": 0, "bbox": [128, 20084.875, 1144, 18], "clickable": false, "set_of_marks": false}, "89b3f93c-4d86-4283": {"visibility": 0, "bbox": [128, 20084.875, 96.609375, 17], "clickable": true, "set_of_marks": false}, "bbde45b0-8120-4e1b": {"visibility": 0, "bbox": [128, 20084.875, 96.609375, 17], "clickable": false, "set_of_marks": false}, "027d712a-a369-490d": {"visibility": 0, "bbox": [128, 20102.875, 1144, 18], "clickable": false, "set_of_marks": false}, "17b95e07-1303-43a7": {"visibility": 0, "bbox": [128, 20102.875, 107.8125, 17], "clickable": true, "set_of_marks": false}, "5d147c21-14fb-4dcb": {"visibility": 0, "bbox": [128, 20102.875, 107.8125, 17], "clickable": false, "set_of_marks": false}, "686715af-d116-4731": {"visibility": 0, "bbox": [128, 20120.875, 1144, 18], "clickable": false, "set_of_marks": false}, "ca0a4273-7456-4091": {"visibility": 0, "bbox": [128, 20120.875, 151.96875, 17], "clickable": true, "set_of_marks": false}, "14742db0-fd7d-46c9": {"visibility": 0, "bbox": [128, 20120.875, 151.96875, 17], "clickable": false, "set_of_marks": false}, "3f6428f4-cf90-455e": {"visibility": 0, "bbox": [128, 20138.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a16d88ad-1462-45a4": {"visibility": 0, "bbox": [128, 20138.875, 203.046875, 17], "clickable": true, "set_of_marks": false}, "5bd3d739-8606-443e": {"visibility": 0, "bbox": [128, 20138.875, 203.046875, 17], "clickable": false, "set_of_marks": false}, "cf998c7b-990d-481d": {"visibility": 0, "bbox": [128, 20156.875, 1144, 18], "clickable": false, "set_of_marks": false}, "71417ecf-ffab-4e25": {"visibility": 0, "bbox": [128, 20156.875, 69.46875, 17], "clickable": true, "set_of_marks": false}, "d5ddeb99-3b3b-4363": {"visibility": 0, "bbox": [128, 20156.875, 69.46875, 17], "clickable": false, "set_of_marks": false}, "d2704137-c5f1-40d1": {"visibility": 0, "bbox": [88, 20174.875, 1184, 244], "clickable": false, "set_of_marks": false}, "a5ee9513-1bf3-401b": {"visibility": 0, "bbox": [88, 20310.875, 367.09375, 17], "clickable": true, "set_of_marks": false}, "8b7d9f70-c62d-4d77": {"visibility": 0, "bbox": [88, 20310.875, 63.09375, 17], "clickable": false, "set_of_marks": false}, "229f3ed2-f5dc-47e5": {"visibility": 0, "bbox": [155.09375, 20174.875, 300, 150], "clickable": false, "set_of_marks": false}, "41df5e17-0832-4c7f": {"visibility": 0, "bbox": [230.09375, 20212.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "0f35f4cc-37b7-4c67": {"visibility": 0, "bbox": [88, 20328.875, 1184, 90], "clickable": false, "set_of_marks": false}, "d503f742-3761-4956": {"visibility": 0, "bbox": [88, 20328.875, 1184, 90], "clickable": false, "set_of_marks": false}, "66f1f80a-86af-4c53": {"visibility": 0, "bbox": [128, 20328.875, 1144, 18], "clickable": false, "set_of_marks": false}, "02d6702e-cf62-4fb5": {"visibility": 0, "bbox": [128, 20328.875, 90.40625, 17], "clickable": true, "set_of_marks": false}, "ceed8669-8646-4639": {"visibility": 0, "bbox": [128, 20328.875, 90.40625, 17], "clickable": false, "set_of_marks": false}, "a1684a71-4cda-4a6d": {"visibility": 0, "bbox": [128, 20346.875, 1144, 18], "clickable": false, "set_of_marks": false}, "1de81df7-ff2c-478f": {"visibility": 0, "bbox": [128, 20346.875, 111.546875, 17], "clickable": true, "set_of_marks": false}, "177b0dd0-0803-40c9": {"visibility": 0, "bbox": [128, 20346.875, 111.546875, 17], "clickable": false, "set_of_marks": false}, "19dcc8b4-4c72-4b28": {"visibility": 0, "bbox": [128, 20364.875, 1144, 18], "clickable": false, "set_of_marks": false}, "6de398c2-186c-4be3": {"visibility": 0, "bbox": [128, 20364.875, 113.09375, 17], "clickable": true, "set_of_marks": false}, "7ab69fc4-15c9-4320": {"visibility": 0, "bbox": [128, 20364.875, 113.09375, 17], "clickable": false, "set_of_marks": false}, "0c344231-26d8-41a6": {"visibility": 0, "bbox": [128, 20382.875, 1144, 18], "clickable": false, "set_of_marks": false}, "9d1f3216-5c07-446e": {"visibility": 0, "bbox": [128, 20382.875, 107.8125, 17], "clickable": true, "set_of_marks": false}, "8c8d5ad4-1239-4188": {"visibility": 0, "bbox": [128, 20382.875, 107.8125, 17], "clickable": false, "set_of_marks": false}, "0ea768f7-dea6-48e6": {"visibility": 0, "bbox": [128, 20400.875, 1144, 18], "clickable": false, "set_of_marks": false}, "2b2df581-b0c9-4ec6": {"visibility": 0, "bbox": [128, 20400.875, 150.5625, 17], "clickable": true, "set_of_marks": false}, "2e7b5d12-03d4-49aa": {"visibility": 0, "bbox": [128, 20400.875, 150.5625, 17], "clickable": false, "set_of_marks": false}, "15eb1ac1-ec24-4473": {"visibility": 0, "bbox": [88, 20418.875, 1184, 280], "clickable": false, "set_of_marks": false}, "af1f33eb-8437-4f10": {"visibility": 0, "bbox": [88, 20554.875, 383.53125, 17], "clickable": true, "set_of_marks": false}, "57d69b81-63be-41a0": {"visibility": 0, "bbox": [88, 20554.875, 79.53125, 17], "clickable": false, "set_of_marks": false}, "e18ee9fe-9261-4716": {"visibility": 0, "bbox": [171.53125, 20418.875, 300, 150], "clickable": false, "set_of_marks": false}, "3d49f661-5ea0-4740": {"visibility": 0, "bbox": [246.53125, 20456.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "0df5a03c-08c3-48ac": {"visibility": 0, "bbox": [88, 20572.875, 1184, 126], "clickable": false, "set_of_marks": false}, "760b4967-bc35-4006": {"visibility": 0, "bbox": [88, 20572.875, 1184, 126], "clickable": false, "set_of_marks": false}, "58d466e5-4be1-4f99": {"visibility": 0, "bbox": [128, 20572.875, 1144, 18], "clickable": false, "set_of_marks": false}, "72d2cf2a-0a03-47b9": {"visibility": 0, "bbox": [128, 20572.875, 127.0625, 17], "clickable": true, "set_of_marks": false}, "88d6e1c0-6782-4910": {"visibility": 0, "bbox": [128, 20572.875, 127.0625, 17], "clickable": false, "set_of_marks": false}, "464c5211-ba0e-4945": {"visibility": 0, "bbox": [128, 20590.875, 1144, 18], "clickable": false, "set_of_marks": false}, "d1199b59-0a61-4142": {"visibility": 0, "bbox": [128, 20590.875, 154.625, 17], "clickable": true, "set_of_marks": false}, "74497489-fed2-48ad": {"visibility": 0, "bbox": [128, 20590.875, 154.625, 17], "clickable": false, "set_of_marks": false}, "4235e741-de6b-4d56": {"visibility": 0, "bbox": [128, 20608.875, 1144, 18], "clickable": false, "set_of_marks": false}, "0b275784-2199-4d8a": {"visibility": 0, "bbox": [128, 20608.875, 123.765625, 17], "clickable": true, "set_of_marks": false}, "caa4ccd7-8189-40ad": {"visibility": 0, "bbox": [128, 20608.875, 123.765625, 17], "clickable": false, "set_of_marks": false}, "a1e6ea94-1dd8-44dc": {"visibility": 0, "bbox": [128, 20626.875, 1144, 18], "clickable": false, "set_of_marks": false}, "d387e8b8-fa77-48fa": {"visibility": 0, "bbox": [128, 20626.875, 123.75, 17], "clickable": true, "set_of_marks": false}, "c4be98b0-6707-4432": {"visibility": 0, "bbox": [128, 20626.875, 123.75, 17], "clickable": false, "set_of_marks": false}, "1363284b-eb7b-4887": {"visibility": 0, "bbox": [128, 20644.875, 1144, 18], "clickable": false, "set_of_marks": false}, "4ca899a1-2377-46a6": {"visibility": 0, "bbox": [128, 20644.875, 116.640625, 17], "clickable": true, "set_of_marks": false}, "b73ee088-d8ce-4da7": {"visibility": 0, "bbox": [128, 20644.875, 116.640625, 17], "clickable": false, "set_of_marks": false}, "bfeb51f5-67f4-4b36": {"visibility": 0, "bbox": [128, 20662.875, 1144, 18], "clickable": false, "set_of_marks": false}, "b37de3b0-e3fe-410b": {"visibility": 0, "bbox": [128, 20662.875, 87.953125, 17], "clickable": true, "set_of_marks": false}, "3b07397e-35bf-4b83": {"visibility": 0, "bbox": [128, 20662.875, 87.953125, 17], "clickable": false, "set_of_marks": false}, "538e9b8f-133f-42c3": {"visibility": 0, "bbox": [128, 20680.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c7ebae8c-6e96-4579": {"visibility": 0, "bbox": [128, 20680.875, 83.0625, 17], "clickable": true, "set_of_marks": false}, "6ffb1131-bd06-438d": {"visibility": 0, "bbox": [128, 20680.875, 83.0625, 17], "clickable": false, "set_of_marks": false}, "58aabe07-6f01-4b9c": {"visibility": 0, "bbox": [88, 20698.875, 1184, 190], "clickable": false, "set_of_marks": false}, "52c3cad2-d527-4d29": {"visibility": 0, "bbox": [88, 20834.875, 342.203125, 17], "clickable": true, "set_of_marks": false}, "000e07f8-92cf-4aa7": {"visibility": 0, "bbox": [88, 20834.875, 38.203125, 17], "clickable": false, "set_of_marks": false}, "b8acdb84-9075-45d0": {"visibility": 0, "bbox": [130.203125, 20698.875, 300, 150], "clickable": false, "set_of_marks": false}, "b7cecfc1-0012-404d": {"visibility": 0, "bbox": [205.203125, 20736.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "0c653c12-88f5-45d8": {"visibility": 0, "bbox": [88, 20852.875, 1184, 36], "clickable": false, "set_of_marks": false}, "0b78fad1-ed2c-455b": {"visibility": 0, "bbox": [88, 20852.875, 1184, 36], "clickable": false, "set_of_marks": false}, "3e3d4d53-9977-4c3e": {"visibility": 0, "bbox": [128, 20852.875, 1144, 18], "clickable": false, "set_of_marks": false}, "53facc5f-1f00-474c": {"visibility": 0, "bbox": [128, 20852.875, 53.328125, 17], "clickable": true, "set_of_marks": false}, "7f23f487-a8d7-4a0a": {"visibility": 0, "bbox": [128, 20852.875, 53.328125, 17], "clickable": false, "set_of_marks": false}, "9d602e55-c997-4b2b": {"visibility": 0, "bbox": [128, 20870.875, 1144, 18], "clickable": false, "set_of_marks": false}, "db86315a-1b29-469a": {"visibility": 0, "bbox": [128, 20870.875, 65.78125, 17], "clickable": true, "set_of_marks": false}, "d5236aa3-2cf1-48e1": {"visibility": 0, "bbox": [128, 20870.875, 65.78125, 17], "clickable": false, "set_of_marks": false}, "067acb38-8739-4c5f": {"visibility": 0, "bbox": [88, 20888.875, 1184, 208], "clickable": false, "set_of_marks": false}, "52b85d6d-34a9-4a76": {"visibility": 0, "bbox": [88, 21024.875, 340.4375, 17], "clickable": true, "set_of_marks": false}, "e672f54c-cb1d-444e": {"visibility": 0, "bbox": [88, 21024.875, 36.4375, 17], "clickable": false, "set_of_marks": false}, "f4a7efc0-09b1-4ec1": {"visibility": 0, "bbox": [128.4375, 20888.875, 300, 150], "clickable": false, "set_of_marks": false}, "64ecad96-eb9f-4bb3": {"visibility": 0, "bbox": [203.4375, 20926.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "bea1c431-9552-48c6": {"visibility": 0, "bbox": [88, 21042.875, 1184, 54], "clickable": false, "set_of_marks": false}, "61a55495-5b3b-4a98": {"visibility": 0, "bbox": [88, 21042.875, 1184, 54], "clickable": false, "set_of_marks": false}, "2879c447-67a6-4e19": {"visibility": 0, "bbox": [128, 21042.875, 1144, 18], "clickable": false, "set_of_marks": false}, "44c8901d-7e40-4c21": {"visibility": 0, "bbox": [128, 21042.875, 105.34375, 17], "clickable": true, "set_of_marks": false}, "323526f1-7f26-482e": {"visibility": 0, "bbox": [128, 21042.875, 105.34375, 17], "clickable": false, "set_of_marks": false}, "74741e8f-3ace-402b": {"visibility": 0, "bbox": [128, 21060.875, 1144, 18], "clickable": false, "set_of_marks": false}, "51f0b017-029c-4cd3": {"visibility": 0, "bbox": [128, 21060.875, 40.90625, 17], "clickable": true, "set_of_marks": false}, "9df1e9b0-225e-41a9": {"visibility": 0, "bbox": [128, 21060.875, 40.90625, 17], "clickable": false, "set_of_marks": false}, "5695081c-67fa-439d": {"visibility": 0, "bbox": [128, 21078.875, 1144, 18], "clickable": false, "set_of_marks": false}, "2134926d-4c1b-4f64": {"visibility": 0, "bbox": [128, 21078.875, 101.328125, 17], "clickable": true, "set_of_marks": false}, "90043fde-07c5-4540": {"visibility": 0, "bbox": [128, 21078.875, 101.328125, 17], "clickable": false, "set_of_marks": false}, "821093f1-d1bb-4e14": {"visibility": 0, "bbox": [48, 21096.875, 1224, 2358], "clickable": false, "set_of_marks": false}, "82e473ce-b0fa-4808": {"visibility": 0, "bbox": [48, 21096.875, 1224, 154], "clickable": false, "set_of_marks": false}, "d20762a0-9a91-41d3": {"visibility": 0, "bbox": [48, 21232.875, 44.875, 17], "clickable": true, "set_of_marks": false}, "72481bb5-3b27-49b8": {"visibility": 0, "bbox": [48, 21232.875, 40.875, 17], "clickable": false, "set_of_marks": false}, "f119dc60-c371-41fc": {"visibility": 0, "bbox": [92.875, 21096.875, 300, 150], "clickable": false, "set_of_marks": false}, "5fe2d250-96c5-4c38": {"visibility": 0, "bbox": [192.875, 21146.875, 100.015625, 60], "clickable": false, "set_of_marks": false}, "24133f75-21ad-427b": {"visibility": 0, "bbox": [48, 21250.875, 1224, 2204], "clickable": false, "set_of_marks": false}, "dd5e06e4-c6c9-4487": {"visibility": 0, "bbox": [48, 21250.875, 1224, 2204], "clickable": false, "set_of_marks": false}, "ebe8bbdc-979c-4f01": {"visibility": 0, "bbox": [88, 21250.875, 1184, 650], "clickable": false, "set_of_marks": false}, "3c783582-d778-427c": {"visibility": 0, "bbox": [88, 21386.875, 348.4375, 17], "clickable": true, "set_of_marks": false}, "e39a207d-034b-4aa8": {"visibility": 0, "bbox": [88, 21386.875, 44.4375, 17], "clickable": false, "set_of_marks": false}, "14960843-0f78-4aa7": {"visibility": 0, "bbox": [136.4375, 21250.875, 300, 150], "clickable": false, "set_of_marks": false}, "099832a2-73aa-4b5c": {"visibility": 0, "bbox": [211.4375, 21288.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "64024191-39ca-4b70": {"visibility": 0, "bbox": [88, 21404.875, 1184, 496], "clickable": false, "set_of_marks": false}, "997f7a5c-89b6-4082": {"visibility": 0, "bbox": [88, 21404.875, 1184, 496], "clickable": false, "set_of_marks": false}, "4bde77ae-1c71-44f6": {"visibility": 0, "bbox": [128, 21404.875, 1144, 370], "clickable": false, "set_of_marks": false}, "f7e00288-93a8-4cbd": {"visibility": 0, "bbox": [128, 21540.875, 407.09375, 17], "clickable": true, "set_of_marks": false}, "15c8f063-450c-46a4": {"visibility": 0, "bbox": [128, 21540.875, 103.09375, 17], "clickable": false, "set_of_marks": false}, "f5b2f16e-9878-4ddd": {"visibility": 0, "bbox": [235.09375, 21404.875, 300, 150], "clickable": false, "set_of_marks": false}, "0170a8ac-d19a-4ab8": {"visibility": 0, "bbox": [310.09375, 21442.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "028ce041-b089-4063": {"visibility": 0, "bbox": [128, 21558.875, 1144, 216], "clickable": false, "set_of_marks": false}, "74547208-1405-43f1": {"visibility": 0, "bbox": [128, 21558.875, 1144, 216], "clickable": false, "set_of_marks": false}, "8084aade-8d2d-4024": {"visibility": 0, "bbox": [168, 21558.875, 1104, 18], "clickable": false, "set_of_marks": false}, "8d171bb8-1255-474f": {"visibility": 0, "bbox": [168, 21558.875, 59.546875, 17], "clickable": true, "set_of_marks": false}, "80159208-9441-4810": {"visibility": 0, "bbox": [168, 21558.875, 59.546875, 17], "clickable": false, "set_of_marks": false}, "b5793d35-2c37-4a4b": {"visibility": 0, "bbox": [168, 21576.875, 1104, 18], "clickable": false, "set_of_marks": false}, "bd4eedf3-29b2-43d0": {"visibility": 0, "bbox": [168, 21576.875, 73.75, 17], "clickable": true, "set_of_marks": false}, "3f707330-852a-4d51": {"visibility": 0, "bbox": [168, 21576.875, 73.75, 17], "clickable": false, "set_of_marks": false}, "62ce45c8-bfc1-4fdf": {"visibility": 0, "bbox": [168, 21594.875, 1104, 18], "clickable": false, "set_of_marks": false}, "3b4dc79a-a0dc-4f16": {"visibility": 0, "bbox": [168, 21594.875, 57.3125, 17], "clickable": true, "set_of_marks": false}, "044f8d18-4df8-4890": {"visibility": 0, "bbox": [168, 21594.875, 57.3125, 17], "clickable": false, "set_of_marks": false}, "177f5fd0-fc06-4691": {"visibility": 0, "bbox": [168, 21612.875, 1104, 18], "clickable": false, "set_of_marks": false}, "df02911b-45a7-4662": {"visibility": 0, "bbox": [168, 21612.875, 32.875, 17], "clickable": true, "set_of_marks": false}, "af2151da-5c22-4ca9": {"visibility": 0, "bbox": [168, 21612.875, 32.875, 17], "clickable": false, "set_of_marks": false}, "f47a68f5-8c0f-4798": {"visibility": 0, "bbox": [168, 21630.875, 1104, 18], "clickable": false, "set_of_marks": false}, "b4b929c9-e6a4-4908": {"visibility": 0, "bbox": [168, 21630.875, 59.546875, 17], "clickable": true, "set_of_marks": false}, "d1bb2250-a3f5-4871": {"visibility": 0, "bbox": [168, 21630.875, 59.546875, 17], "clickable": false, "set_of_marks": false}, "89263b3c-ae9a-4fc8": {"visibility": 0, "bbox": [168, 21648.875, 1104, 18], "clickable": false, "set_of_marks": false}, "82f661d8-a7f3-4172": {"visibility": 0, "bbox": [168, 21648.875, 95.71875, 17], "clickable": true, "set_of_marks": false}, "fa3a501a-cbaf-4c3f": {"visibility": 0, "bbox": [168, 21648.875, 95.71875, 17], "clickable": false, "set_of_marks": false}, "01a56afd-9053-419b": {"visibility": 0, "bbox": [168, 21666.875, 1104, 18], "clickable": false, "set_of_marks": false}, "03c3c910-87a5-4d10": {"visibility": 0, "bbox": [168, 21666.875, 30.203125, 17], "clickable": true, "set_of_marks": false}, "c0a08d40-ec66-450d": {"visibility": 0, "bbox": [168, 21666.875, 30.203125, 17], "clickable": false, "set_of_marks": false}, "8970f927-6634-48c2": {"visibility": 0, "bbox": [168, 21684.875, 1104, 18], "clickable": false, "set_of_marks": false}, "27fea744-9c0b-4b40": {"visibility": 0, "bbox": [168, 21684.875, 40.34375, 17], "clickable": true, "set_of_marks": false}, "042be8d5-9b81-4610": {"visibility": 0, "bbox": [168, 21684.875, 40.34375, 17], "clickable": false, "set_of_marks": false}, "3a47d9ac-0956-4118": {"visibility": 0, "bbox": [168, 21702.875, 1104, 18], "clickable": false, "set_of_marks": false}, "b7b88f74-56b2-4992": {"visibility": 0, "bbox": [168, 21702.875, 49.765625, 17], "clickable": true, "set_of_marks": false}, "ede34904-61fe-488d": {"visibility": 0, "bbox": [168, 21702.875, 49.765625, 17], "clickable": false, "set_of_marks": false}, "76e5fd6d-08df-476a": {"visibility": 0, "bbox": [168, 21720.875, 1104, 18], "clickable": false, "set_of_marks": false}, "b93f64db-363c-4464": {"visibility": 0, "bbox": [168, 21720.875, 55.09375, 17], "clickable": true, "set_of_marks": false}, "efcc1811-0333-44cb": {"visibility": 0, "bbox": [168, 21720.875, 55.09375, 17], "clickable": false, "set_of_marks": false}, "5daf3607-9489-4c8b": {"visibility": 0, "bbox": [168, 21738.875, 1104, 18], "clickable": false, "set_of_marks": false}, "fca3735b-a74c-4965": {"visibility": 0, "bbox": [168, 21738.875, 92, 17], "clickable": true, "set_of_marks": false}, "b492e643-b395-4bfa": {"visibility": 0, "bbox": [168, 21738.875, 92, 17], "clickable": false, "set_of_marks": false}, "ab333e86-8da3-42f6": {"visibility": 0, "bbox": [168, 21756.875, 1104, 18], "clickable": false, "set_of_marks": false}, "5a572ee7-db06-448b": {"visibility": 0, "bbox": [168, 21756.875, 32.015625, 17], "clickable": true, "set_of_marks": false}, "22997a2f-a95c-42ed": {"visibility": 0, "bbox": [168, 21756.875, 32.015625, 17], "clickable": false, "set_of_marks": false}, "9494eff8-e1fb-4e97": {"visibility": 0, "bbox": [128, 21774.875, 1144, 18], "clickable": false, "set_of_marks": false}, "5cdbd9f1-6ce8-4a9e": {"visibility": 0, "bbox": [128, 21774.875, 186.1875, 17], "clickable": true, "set_of_marks": false}, "679fb2f3-0422-4318": {"visibility": 0, "bbox": [128, 21774.875, 186.1875, 17], "clickable": false, "set_of_marks": false}, "6f3dfdde-7b34-475a": {"visibility": 0, "bbox": [128, 21792.875, 1144, 18], "clickable": false, "set_of_marks": false}, "142fa533-e18f-4c8b": {"visibility": 0, "bbox": [128, 21792.875, 105.34375, 17], "clickable": true, "set_of_marks": false}, "8c5524f3-f51e-4be9": {"visibility": 0, "bbox": [128, 21792.875, 105.34375, 17], "clickable": false, "set_of_marks": false}, "68326f88-3f06-4127": {"visibility": 0, "bbox": [128, 21810.875, 1144, 18], "clickable": false, "set_of_marks": false}, "369c983c-9d9b-4c0d": {"visibility": 0, "bbox": [128, 21810.875, 61.5, 17], "clickable": true, "set_of_marks": false}, "b1de4f37-091c-4e76": {"visibility": 0, "bbox": [128, 21810.875, 61.5, 17], "clickable": false, "set_of_marks": false}, "25c7282d-1940-4c73": {"visibility": 0, "bbox": [128, 21828.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e69e1b90-f90c-4f0c": {"visibility": 0, "bbox": [128, 21828.875, 194.984375, 17], "clickable": true, "set_of_marks": false}, "2f5ce8b7-c710-4a40": {"visibility": 0, "bbox": [128, 21828.875, 194.984375, 17], "clickable": false, "set_of_marks": false}, "9e18773d-7ba6-4791": {"visibility": 0, "bbox": [128, 21846.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a8257272-5dc4-4848": {"visibility": 0, "bbox": [128, 21846.875, 158.640625, 17], "clickable": true, "set_of_marks": false}, "0221f4ce-9e20-48b1": {"visibility": 0, "bbox": [128, 21846.875, 158.640625, 17], "clickable": false, "set_of_marks": false}, "1ce4d257-a9f6-4606": {"visibility": 0, "bbox": [128, 21864.875, 1144, 18], "clickable": false, "set_of_marks": false}, "30d3b7b3-6fc0-41df": {"visibility": 0, "bbox": [128, 21864.875, 264.296875, 17], "clickable": true, "set_of_marks": false}, "bd88f659-13ab-4eef": {"visibility": 0, "bbox": [128, 21864.875, 264.296875, 17], "clickable": false, "set_of_marks": false}, "29ebdcb2-74b8-464d": {"visibility": 0, "bbox": [128, 21882.875, 1144, 18], "clickable": false, "set_of_marks": false}, "9834635c-0afb-45da": {"visibility": 0, "bbox": [128, 21882.875, 155.0625, 17], "clickable": true, "set_of_marks": false}, "b1a67d56-9f5a-4426": {"visibility": 0, "bbox": [128, 21882.875, 155.0625, 17], "clickable": false, "set_of_marks": false}, "e5dd6ac7-2c58-4080": {"visibility": 0, "bbox": [88, 21900.875, 1184, 262], "clickable": false, "set_of_marks": false}, "f87f6b00-5d60-471e": {"visibility": 0, "bbox": [88, 22036.875, 347.546875, 17], "clickable": true, "set_of_marks": false}, "17884140-6c89-4616": {"visibility": 0, "bbox": [88, 22036.875, 43.546875, 17], "clickable": false, "set_of_marks": false}, "97d99a4e-6f5e-4561": {"visibility": 0, "bbox": [135.546875, 21900.875, 300, 150], "clickable": false, "set_of_marks": false}, "b7525285-12db-4c5a": {"visibility": 0, "bbox": [210.546875, 21938.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "1f223a22-d064-412d": {"visibility": 0, "bbox": [88, 22054.875, 1184, 108], "clickable": false, "set_of_marks": false}, "86aec12d-5cf2-4138": {"visibility": 0, "bbox": [88, 22054.875, 1184, 108], "clickable": false, "set_of_marks": false}, "45cedce2-6e82-42ce": {"visibility": 0, "bbox": [128, 22054.875, 1144, 18], "clickable": false, "set_of_marks": false}, "9d4d25b2-ad02-427c": {"visibility": 0, "bbox": [128, 22054.875, 104, 17], "clickable": true, "set_of_marks": false}, "60b43db3-d022-45cd": {"visibility": 0, "bbox": [128, 22054.875, 104, 17], "clickable": false, "set_of_marks": false}, "376b3658-2a95-4561": {"visibility": 0, "bbox": [128, 22072.875, 1144, 18], "clickable": false, "set_of_marks": false}, "bd5d792a-b753-4a33": {"visibility": 0, "bbox": [128, 22072.875, 119.984375, 17], "clickable": true, "set_of_marks": false}, "25c6c994-6f12-4754": {"visibility": 0, "bbox": [128, 22072.875, 119.984375, 17], "clickable": false, "set_of_marks": false}, "2b6d2314-cc5d-486a": {"visibility": 0, "bbox": [128, 22090.875, 1144, 18], "clickable": false, "set_of_marks": false}, "07dda108-c604-4f2e": {"visibility": 0, "bbox": [128, 22090.875, 153.515625, 17], "clickable": true, "set_of_marks": false}, "d91ce05d-44a1-402c": {"visibility": 0, "bbox": [128, 22090.875, 153.515625, 17], "clickable": false, "set_of_marks": false}, "3004fdba-7b5f-430d": {"visibility": 0, "bbox": [128, 22108.875, 1144, 18], "clickable": false, "set_of_marks": false}, "d19d2a31-da66-4ebb": {"visibility": 0, "bbox": [128, 22108.875, 252.5, 17], "clickable": true, "set_of_marks": false}, "7b7d9af2-fa64-4150": {"visibility": 0, "bbox": [128, 22108.875, 252.5, 17], "clickable": false, "set_of_marks": false}, "f77def38-3451-4352": {"visibility": 0, "bbox": [128, 22126.875, 1144, 18], "clickable": false, "set_of_marks": false}, "719067f6-3fce-4845": {"visibility": 0, "bbox": [128, 22126.875, 237.953125, 17], "clickable": true, "set_of_marks": false}, "067280d6-e33c-4edf": {"visibility": 0, "bbox": [128, 22126.875, 237.953125, 17], "clickable": false, "set_of_marks": false}, "0454994b-d252-4129": {"visibility": 0, "bbox": [128, 22144.875, 1144, 18], "clickable": false, "set_of_marks": false}, "f186a6c4-9de0-4625": {"visibility": 0, "bbox": [128, 22144.875, 360.53125, 17], "clickable": true, "set_of_marks": false}, "17d4d876-7b8f-4fd4": {"visibility": 0, "bbox": [128, 22144.875, 360.53125, 17], "clickable": false, "set_of_marks": false}, "61697d18-9164-4ce3": {"visibility": 0, "bbox": [88, 22162.875, 1184, 280], "clickable": false, "set_of_marks": false}, "fbe00c0d-5497-4818": {"visibility": 0, "bbox": [88, 22298.875, 377.34375, 17], "clickable": true, "set_of_marks": false}, "b6b27931-553c-4027": {"visibility": 0, "bbox": [88, 22298.875, 73.34375, 17], "clickable": false, "set_of_marks": false}, "0ed9f6a3-2dd6-46b3": {"visibility": 0, "bbox": [165.34375, 22162.875, 300, 150], "clickable": false, "set_of_marks": false}, "ba89ed86-56a7-46ee": {"visibility": 0, "bbox": [240.34375, 22200.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "fcb41963-ec67-4264": {"visibility": 0, "bbox": [88, 22316.875, 1184, 126], "clickable": false, "set_of_marks": false}, "c49d6268-5b37-4964": {"visibility": 0, "bbox": [88, 22316.875, 1184, 126], "clickable": false, "set_of_marks": false}, "618eb448-3523-4bb2": {"visibility": 0, "bbox": [128, 22316.875, 1144, 18], "clickable": false, "set_of_marks": false}, "5aa014aa-7d81-44fb": {"visibility": 0, "bbox": [128, 22316.875, 150.625, 17], "clickable": true, "set_of_marks": false}, "1d9509f6-8396-43e7": {"visibility": 0, "bbox": [128, 22316.875, 150.625, 17], "clickable": false, "set_of_marks": false}, "7ce703a7-c145-4d1f": {"visibility": 0, "bbox": [128, 22334.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a626d900-2ca9-4c5a": {"visibility": 0, "bbox": [128, 22334.875, 180.09375, 17], "clickable": true, "set_of_marks": false}, "45902845-6873-41a1": {"visibility": 0, "bbox": [128, 22334.875, 180.09375, 17], "clickable": false, "set_of_marks": false}, "20828c14-0d2d-4f35": {"visibility": 0, "bbox": [128, 22352.875, 1144, 18], "clickable": false, "set_of_marks": false}, "55e1c759-5ee5-4f15": {"visibility": 0, "bbox": [128, 22352.875, 139.28125, 17], "clickable": true, "set_of_marks": false}, "094b4dcf-8208-4618": {"visibility": 0, "bbox": [128, 22352.875, 139.28125, 17], "clickable": false, "set_of_marks": false}, "3dfcea66-41fe-4d4b": {"visibility": 0, "bbox": [128, 22370.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e86c4db8-c608-4a71": {"visibility": 0, "bbox": [128, 22370.875, 261.703125, 17], "clickable": true, "set_of_marks": false}, "3f48597f-50a3-4664": {"visibility": 0, "bbox": [128, 22370.875, 261.703125, 17], "clickable": false, "set_of_marks": false}, "5cde3871-6255-4db7": {"visibility": 0, "bbox": [128, 22388.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c9a87f9f-c30c-465b": {"visibility": 0, "bbox": [128, 22388.875, 187.046875, 17], "clickable": true, "set_of_marks": false}, "8f50dff7-7528-4568": {"visibility": 0, "bbox": [128, 22388.875, 187.046875, 17], "clickable": false, "set_of_marks": false}, "5a27018d-22b5-4169": {"visibility": 0, "bbox": [128, 22406.875, 1144, 18], "clickable": false, "set_of_marks": false}, "023dbbb9-fdb3-4f2a": {"visibility": 0, "bbox": [128, 22406.875, 246.96875, 17], "clickable": true, "set_of_marks": false}, "adee7292-28e1-430e": {"visibility": 0, "bbox": [128, 22406.875, 246.96875, 17], "clickable": false, "set_of_marks": false}, "005517bc-bd70-4b54": {"visibility": 0, "bbox": [128, 22424.875, 1144, 18], "clickable": false, "set_of_marks": false}, "85406e31-eac2-4135": {"visibility": 0, "bbox": [128, 22424.875, 127.09375, 17], "clickable": true, "set_of_marks": false}, "2358f956-c764-4640": {"visibility": 0, "bbox": [128, 22424.875, 127.09375, 17], "clickable": false, "set_of_marks": false}, "7d6e028d-5a12-42da": {"visibility": 0, "bbox": [88, 22442.875, 1184, 208], "clickable": false, "set_of_marks": false}, "2ec3a44d-61f6-4c5d": {"visibility": 0, "bbox": [88, 22578.875, 349.328125, 17], "clickable": true, "set_of_marks": false}, "c6712516-fd0d-49c2": {"visibility": 0, "bbox": [88, 22578.875, 45.328125, 17], "clickable": false, "set_of_marks": false}, "e4824d29-2a1a-423f": {"visibility": 0, "bbox": [137.328125, 22442.875, 300, 150], "clickable": false, "set_of_marks": false}, "2c4ffad7-fef3-4efb": {"visibility": 0, "bbox": [212.328125, 22480.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "4d179e6a-0494-4e8c": {"visibility": 0, "bbox": [88, 22596.875, 1184, 54], "clickable": false, "set_of_marks": false}, "168c60e1-ae07-4f02": {"visibility": 0, "bbox": [88, 22596.875, 1184, 54], "clickable": false, "set_of_marks": false}, "132aaa0a-86ff-45d7": {"visibility": 0, "bbox": [128, 22596.875, 1144, 18], "clickable": false, "set_of_marks": false}, "124d9eb2-6314-48be": {"visibility": 0, "bbox": [128, 22596.875, 168.40625, 17], "clickable": true, "set_of_marks": false}, "438a8e12-eb35-4a97": {"visibility": 0, "bbox": [128, 22596.875, 168.40625, 17], "clickable": false, "set_of_marks": false}, "7cd33544-9736-47f6": {"visibility": 0, "bbox": [128, 22614.875, 1144, 18], "clickable": false, "set_of_marks": false}, "cb919e32-1e77-47cf": {"visibility": 0, "bbox": [128, 22614.875, 139.28125, 17], "clickable": true, "set_of_marks": false}, "507847d4-4944-4bd9": {"visibility": 0, "bbox": [128, 22614.875, 139.28125, 17], "clickable": false, "set_of_marks": false}, "45d714f6-1dfa-4df4": {"visibility": 0, "bbox": [128, 22632.875, 1144, 18], "clickable": false, "set_of_marks": false}, "8d2cb47b-0b6d-4119": {"visibility": 0, "bbox": [128, 22632.875, 246.96875, 17], "clickable": true, "set_of_marks": false}, "ae1324b7-aa7d-4443": {"visibility": 0, "bbox": [128, 22632.875, 246.96875, 17], "clickable": false, "set_of_marks": false}, "9330d2a6-05b7-4aa9": {"visibility": 0, "bbox": [88, 22650.875, 1184, 262], "clickable": false, "set_of_marks": false}, "2596d622-764a-4865": {"visibility": 0, "bbox": [88, 22786.875, 390.578125, 17], "clickable": true, "set_of_marks": false}, "bca7b701-3bea-47e0": {"visibility": 0, "bbox": [88, 22786.875, 86.578125, 17], "clickable": false, "set_of_marks": false}, "b278db2a-d9fc-4f72": {"visibility": 0, "bbox": [178.578125, 22650.875, 300, 150], "clickable": false, "set_of_marks": false}, "2eb72507-3be9-4308": {"visibility": 0, "bbox": [253.578125, 22688.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "4bc12fe0-1dcf-44f2": {"visibility": 0, "bbox": [88, 22804.875, 1184, 108], "clickable": false, "set_of_marks": false}, "5092bd40-998d-43d2": {"visibility": 0, "bbox": [88, 22804.875, 1184, 108], "clickable": false, "set_of_marks": false}, "b81fcec5-d7f5-4869": {"visibility": 0, "bbox": [128, 22804.875, 1144, 18], "clickable": false, "set_of_marks": false}, "59e73e8f-5507-4e78": {"visibility": 0, "bbox": [128, 22804.875, 152.390625, 17], "clickable": true, "set_of_marks": false}, "d317fdf6-5ec3-4377": {"visibility": 0, "bbox": [128, 22804.875, 152.390625, 17], "clickable": false, "set_of_marks": false}, "de1e63f4-a39f-4c86": {"visibility": 0, "bbox": [128, 22822.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c43cf23c-c92f-4780": {"visibility": 0, "bbox": [128, 22822.875, 175.953125, 17], "clickable": true, "set_of_marks": false}, "d3e6e2b0-6808-497c": {"visibility": 0, "bbox": [128, 22822.875, 175.953125, 17], "clickable": false, "set_of_marks": false}, "484c6288-bfdc-4530": {"visibility": 0, "bbox": [128, 22840.875, 1144, 18], "clickable": false, "set_of_marks": false}, "2fa31157-c08a-4dd2": {"visibility": 0, "bbox": [128, 22840.875, 288.71875, 17], "clickable": true, "set_of_marks": false}, "362b9684-a5d5-4091": {"visibility": 0, "bbox": [128, 22840.875, 288.71875, 17], "clickable": false, "set_of_marks": false}, "35b00bcc-aa35-4e2e": {"visibility": 0, "bbox": [128, 22858.875, 1144, 18], "clickable": false, "set_of_marks": false}, "05ac4395-9f4f-42aa": {"visibility": 0, "bbox": [128, 22858.875, 190.75, 17], "clickable": true, "set_of_marks": false}, "185074e6-e1ef-4c0e": {"visibility": 0, "bbox": [128, 22858.875, 190.75, 17], "clickable": false, "set_of_marks": false}, "3ed39b46-6bda-48cb": {"visibility": 0, "bbox": [128, 22876.875, 1144, 18], "clickable": false, "set_of_marks": false}, "3806c999-b1b9-4261": {"visibility": 0, "bbox": [128, 22876.875, 259.03125, 17], "clickable": true, "set_of_marks": false}, "b6a32344-259d-4fbe": {"visibility": 0, "bbox": [128, 22876.875, 259.03125, 17], "clickable": false, "set_of_marks": false}, "100207f6-27f6-4612": {"visibility": 0, "bbox": [128, 22894.875, 1144, 18], "clickable": false, "set_of_marks": false}, "6fb96a3e-60ec-4965": {"visibility": 0, "bbox": [128, 22894.875, 283.90625, 17], "clickable": true, "set_of_marks": false}, "160064a2-f80c-4424": {"visibility": 0, "bbox": [128, 22894.875, 283.90625, 17], "clickable": false, "set_of_marks": false}, "21ef7013-ae49-4e2c": {"visibility": 0, "bbox": [88, 22912.875, 1184, 244], "clickable": false, "set_of_marks": false}, "55edd11d-3a90-4ea3": {"visibility": 0, "bbox": [88, 23048.875, 338.65625, 17], "clickable": true, "set_of_marks": false}, "50bc77ed-10dc-4a63": {"visibility": 0, "bbox": [88, 23048.875, 34.65625, 17], "clickable": false, "set_of_marks": false}, "959f413d-dc40-420d": {"visibility": 0, "bbox": [126.65625, 22912.875, 300, 150], "clickable": false, "set_of_marks": false}, "c3ab058f-2b51-4e49": {"visibility": 0, "bbox": [201.65625, 22950.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "79f5b19e-d809-4e77": {"visibility": 0, "bbox": [88, 23066.875, 1184, 90], "clickable": false, "set_of_marks": false}, "2f87de29-d500-41b6": {"visibility": 0, "bbox": [88, 23066.875, 1184, 90], "clickable": false, "set_of_marks": false}, "7d281e93-d039-4388": {"visibility": 0, "bbox": [128, 23066.875, 1144, 18], "clickable": false, "set_of_marks": false}, "07fb5f3b-b6ed-4f15": {"visibility": 0, "bbox": [128, 23066.875, 161.890625, 17], "clickable": true, "set_of_marks": false}, "6d04b9f5-cf33-43c2": {"visibility": 0, "bbox": [128, 23066.875, 161.890625, 17], "clickable": false, "set_of_marks": false}, "eda10618-a9f5-42ea": {"visibility": 0, "bbox": [128, 23084.875, 1144, 18], "clickable": false, "set_of_marks": false}, "ed88fec0-dbff-4d38": {"visibility": 0, "bbox": [128, 23084.875, 178.03125, 17], "clickable": true, "set_of_marks": false}, "2ae1ae6e-456b-4b71": {"visibility": 0, "bbox": [128, 23084.875, 178.03125, 17], "clickable": false, "set_of_marks": false}, "4f3f9e21-599d-4a29": {"visibility": 0, "bbox": [128, 23102.875, 1144, 18], "clickable": false, "set_of_marks": false}, "d0ba5cc8-a6de-4c82": {"visibility": 0, "bbox": [128, 23102.875, 189.296875, 17], "clickable": true, "set_of_marks": false}, "4e591624-ed93-4a4a": {"visibility": 0, "bbox": [128, 23102.875, 189.296875, 17], "clickable": false, "set_of_marks": false}, "16b40ea8-bd1a-4b49": {"visibility": 0, "bbox": [128, 23120.875, 1144, 18], "clickable": false, "set_of_marks": false}, "82d14974-1352-4404": {"visibility": 0, "bbox": [128, 23120.875, 192.828125, 17], "clickable": true, "set_of_marks": false}, "61834a10-3dac-4226": {"visibility": 0, "bbox": [128, 23120.875, 192.828125, 17], "clickable": false, "set_of_marks": false}, "0c66449e-0600-425c": {"visibility": 0, "bbox": [128, 23138.875, 1144, 18], "clickable": false, "set_of_marks": false}, "87a6525e-ea56-4da5": {"visibility": 0, "bbox": [128, 23138.875, 157.296875, 17], "clickable": true, "set_of_marks": false}, "81cbc2dd-12f8-41cb": {"visibility": 0, "bbox": [128, 23138.875, 157.296875, 17], "clickable": false, "set_of_marks": false}, "15f7a979-f215-48e8": {"visibility": 0, "bbox": [88, 23156.875, 1184, 298], "clickable": false, "set_of_marks": false}, "bfebd3de-49b6-4050": {"visibility": 0, "bbox": [88, 23292.875, 340.4375, 17], "clickable": true, "set_of_marks": false}, "4cb55d72-1c48-45fe": {"visibility": 0, "bbox": [88, 23292.875, 36.4375, 17], "clickable": false, "set_of_marks": false}, "adb7eb52-28ed-4108": {"visibility": 0, "bbox": [128.4375, 23156.875, 300, 150], "clickable": false, "set_of_marks": false}, "e49c2105-d9a0-4bef": {"visibility": 0, "bbox": [203.4375, 23194.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "9ee50c59-1b3f-4957": {"visibility": 0, "bbox": [88, 23310.875, 1184, 144], "clickable": false, "set_of_marks": false}, "380e9497-5f48-4042": {"visibility": 0, "bbox": [88, 23310.875, 1184, 144], "clickable": false, "set_of_marks": false}, "d0bf4fdf-d378-4d4c": {"visibility": 0, "bbox": [128, 23310.875, 1144, 18], "clickable": false, "set_of_marks": false}, "eba2f0eb-ffbf-4a20": {"visibility": 0, "bbox": [128, 23310.875, 40, 17], "clickable": true, "set_of_marks": false}, "ffe3accc-a287-4235": {"visibility": 0, "bbox": [128, 23310.875, 40, 17], "clickable": false, "set_of_marks": false}, "ee4c5533-73f0-4328": {"visibility": 0, "bbox": [128, 23328.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e4e7a79a-754e-4faa": {"visibility": 0, "bbox": [128, 23328.875, 136.421875, 17], "clickable": true, "set_of_marks": false}, "b2395905-9726-4388": {"visibility": 0, "bbox": [128, 23328.875, 136.421875, 17], "clickable": false, "set_of_marks": false}, "82a126bd-7d72-41ae": {"visibility": 0, "bbox": [128, 23346.875, 1144, 18], "clickable": false, "set_of_marks": false}, "039eee96-d78e-4dc1": {"visibility": 0, "bbox": [128, 23346.875, 234.328125, 17], "clickable": true, "set_of_marks": false}, "3a18ad14-9524-40c6": {"visibility": 0, "bbox": [128, 23346.875, 234.328125, 17], "clickable": false, "set_of_marks": false}, "238bb841-30de-4913": {"visibility": 0, "bbox": [128, 23364.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a8cf5967-0461-4f89": {"visibility": 0, "bbox": [128, 23364.875, 46.203125, 17], "clickable": true, "set_of_marks": false}, "edfff78e-fd1b-42bf": {"visibility": 0, "bbox": [128, 23364.875, 46.203125, 17], "clickable": false, "set_of_marks": false}, "5560deb5-c6e0-446d": {"visibility": 0, "bbox": [128, 23382.875, 1144, 18], "clickable": false, "set_of_marks": false}, "7c5efd97-998c-4673": {"visibility": 0, "bbox": [128, 23382.875, 94.640625, 17], "clickable": true, "set_of_marks": false}, "ba12530f-bfd1-44f3": {"visibility": 0, "bbox": [128, 23382.875, 94.640625, 17], "clickable": false, "set_of_marks": false}, "b1f8ffe8-a768-4231": {"visibility": 0, "bbox": [128, 23400.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a04bf7cf-605c-4e69": {"visibility": 0, "bbox": [128, 23400.875, 93.75, 17], "clickable": true, "set_of_marks": false}, "5b1a08d1-4d47-4c51": {"visibility": 0, "bbox": [128, 23400.875, 93.75, 17], "clickable": false, "set_of_marks": false}, "b858f749-3c12-4954": {"visibility": 0, "bbox": [128, 23418.875, 1144, 18], "clickable": false, "set_of_marks": false}, "c6077b0f-d024-4806": {"visibility": 0, "bbox": [128, 23418.875, 91.984375, 17], "clickable": true, "set_of_marks": false}, "37b79f98-30ab-4bc7": {"visibility": 0, "bbox": [128, 23418.875, 91.984375, 17], "clickable": false, "set_of_marks": false}, "639f686d-1a3e-45b3": {"visibility": 0, "bbox": [128, 23436.875, 1144, 18], "clickable": false, "set_of_marks": false}, "bfbacbdf-50d5-4fe5": {"visibility": 0, "bbox": [128, 23436.875, 101.734375, 17], "clickable": true, "set_of_marks": false}, "56d4096e-e80c-437b": {"visibility": 0, "bbox": [128, 23436.875, 101.734375, 17], "clickable": false, "set_of_marks": false}, "1d766718-9d7b-4dbd": {"visibility": 0, "bbox": [48, 23454.875, 1224, 1248], "clickable": false, "set_of_marks": false}, "4b0f247a-52de-4b10": {"visibility": 0, "bbox": [48, 23454.875, 1224, 154], "clickable": false, "set_of_marks": false}, "2fea1c5e-b6ae-4ce7": {"visibility": 0, "bbox": [48, 23590.875, 121.78125, 17], "clickable": true, "set_of_marks": false}, "f95ef2da-8553-47ff": {"visibility": 0, "bbox": [48, 23590.875, 117.78125, 17], "clickable": false, "set_of_marks": false}, "98b354dd-46c4-4729": {"visibility": 0, "bbox": [169.78125, 23454.875, 300, 150], "clickable": false, "set_of_marks": false}, "9485cfd2-2015-4a93": {"visibility": 0, "bbox": [269.78125, 23504.875, 100.015625, 60], "clickable": false, "set_of_marks": false}, "afbe76b0-1c99-4857": {"visibility": 0, "bbox": [48, 23608.875, 1224, 1094], "clickable": false, "set_of_marks": false}, "0087fa43-836a-4eb4": {"visibility": 0, "bbox": [48, 23608.875, 1224, 1094], "clickable": false, "set_of_marks": false}, "083aad9d-4271-4f69": {"visibility": 0, "bbox": [88, 23608.875, 1184, 262], "clickable": false, "set_of_marks": false}, "9c9052b8-3f57-49c4": {"visibility": 0, "bbox": [88, 23744.875, 334.8125, 17], "clickable": true, "set_of_marks": false}, "1fff6a3e-f3f8-46b3": {"visibility": 0, "bbox": [88, 23744.875, 30.8125, 17], "clickable": false, "set_of_marks": false}, "05472b1c-3217-4bad": {"visibility": 0, "bbox": [122.8125, 23608.875, 300, 150], "clickable": false, "set_of_marks": false}, "6b64f4a8-e117-4f4b": {"visibility": 0, "bbox": [197.8125, 23646.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "a0282463-db71-47fb": {"visibility": 0, "bbox": [88, 23762.875, 1184, 108], "clickable": false, "set_of_marks": false}, "37eb46b5-622b-494a": {"visibility": 0, "bbox": [88, 23762.875, 1184, 108], "clickable": false, "set_of_marks": false}, "0ecd8243-bd4f-4e0e": {"visibility": 0, "bbox": [128, 23762.875, 1144, 18], "clickable": false, "set_of_marks": false}, "9a47e6e5-05b2-4e88": {"visibility": 0, "bbox": [128, 23762.875, 53.3125, 17], "clickable": true, "set_of_marks": false}, "fbabcbbe-3ced-4ace": {"visibility": 0, "bbox": [128, 23762.875, 53.3125, 17], "clickable": false, "set_of_marks": false}, "fba58d67-e0f7-4d46": {"visibility": 0, "bbox": [128, 23780.875, 1144, 18], "clickable": false, "set_of_marks": false}, "b667fd37-9133-40d8": {"visibility": 0, "bbox": [128, 23780.875, 71.984375, 17], "clickable": true, "set_of_marks": false}, "27410908-10ab-456e": {"visibility": 0, "bbox": [128, 23780.875, 71.984375, 17], "clickable": false, "set_of_marks": false}, "d82ee1cf-0d23-41e0": {"visibility": 0, "bbox": [128, 23798.875, 1144, 18], "clickable": false, "set_of_marks": false}, "4361a2d3-d21b-43c5": {"visibility": 0, "bbox": [128, 23798.875, 80.421875, 17], "clickable": true, "set_of_marks": false}, "11b746d6-c3f8-4a1d": {"visibility": 0, "bbox": [128, 23798.875, 80.421875, 17], "clickable": false, "set_of_marks": false}, "91c30964-2ab1-4409": {"visibility": 0, "bbox": [128, 23816.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e332d8d7-4680-4c91": {"visibility": 0, "bbox": [128, 23816.875, 112, 17], "clickable": true, "set_of_marks": false}, "ecfb2fdb-d0b8-41b1": {"visibility": 0, "bbox": [128, 23816.875, 112, 17], "clickable": false, "set_of_marks": false}, "0e843cb7-3c46-4fa0": {"visibility": 0, "bbox": [128, 23834.875, 1144, 18], "clickable": false, "set_of_marks": false}, "86fee414-7e54-4730": {"visibility": 0, "bbox": [128, 23834.875, 60.40625, 17], "clickable": true, "set_of_marks": false}, "3de3de11-a80b-415d": {"visibility": 0, "bbox": [128, 23834.875, 60.40625, 17], "clickable": false, "set_of_marks": false}, "2821869b-6feb-4e31": {"visibility": 0, "bbox": [128, 23852.875, 1144, 18], "clickable": false, "set_of_marks": false}, "f6574032-b148-4939": {"visibility": 0, "bbox": [128, 23852.875, 79.984375, 17], "clickable": true, "set_of_marks": false}, "92724860-25d5-4bfa": {"visibility": 0, "bbox": [128, 23852.875, 79.984375, 17], "clickable": false, "set_of_marks": false}, "35ae713d-5597-44f3": {"visibility": 0, "bbox": [88, 23870.875, 1184, 208], "clickable": false, "set_of_marks": false}, "4c274881-3315-4bfe": {"visibility": 0, "bbox": [88, 24006.875, 335.109375, 17], "clickable": true, "set_of_marks": false}, "f007e254-ba2e-4fa9": {"visibility": 0, "bbox": [88, 24006.875, 31.109375, 17], "clickable": false, "set_of_marks": false}, "810200e8-f55e-41dd": {"visibility": 0, "bbox": [123.109375, 23870.875, 300, 150], "clickable": false, "set_of_marks": false}, "2a249ae8-2d00-414c": {"visibility": 0, "bbox": [198.109375, 23908.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "0b3d9721-41d6-4544": {"visibility": 0, "bbox": [88, 24024.875, 1184, 54], "clickable": false, "set_of_marks": false}, "16d5373d-7801-4fab": {"visibility": 0, "bbox": [88, 24024.875, 1184, 54], "clickable": false, "set_of_marks": false}, "18bb40f2-c1dc-4238": {"visibility": 0, "bbox": [128, 24024.875, 1144, 18], "clickable": false, "set_of_marks": false}, "d00c52bb-f3da-4433": {"visibility": 0, "bbox": [128, 24024.875, 116.4375, 17], "clickable": true, "set_of_marks": false}, "ea1155e6-6801-4460": {"visibility": 0, "bbox": [128, 24024.875, 116.4375, 17], "clickable": false, "set_of_marks": false}, "02cfe51d-ab62-42d0": {"visibility": 0, "bbox": [128, 24042.875, 1144, 18], "clickable": false, "set_of_marks": false}, "2eda45d1-e023-4623": {"visibility": 0, "bbox": [128, 24042.875, 151.46875, 17], "clickable": true, "set_of_marks": false}, "f7120df7-8d72-4b02": {"visibility": 0, "bbox": [128, 24042.875, 151.46875, 17], "clickable": false, "set_of_marks": false}, "baf98003-5c64-4896": {"visibility": 0, "bbox": [128, 24060.875, 1144, 18], "clickable": false, "set_of_marks": false}, "7b075b38-6371-4a0b": {"visibility": 0, "bbox": [128, 24060.875, 101.328125, 17], "clickable": true, "set_of_marks": false}, "319b8bdf-b602-4d3d": {"visibility": 0, "bbox": [128, 24060.875, 101.328125, 17], "clickable": false, "set_of_marks": false}, "d89eb373-ad33-42f4": {"visibility": 0, "bbox": [88, 24078.875, 1184, 244], "clickable": false, "set_of_marks": false}, "eefae781-0410-4f42": {"visibility": 0, "bbox": [88, 24214.875, 369.09375, 17], "clickable": true, "set_of_marks": false}, "cd9bb45c-64a7-4476": {"visibility": 0, "bbox": [88, 24214.875, 65.09375, 17], "clickable": false, "set_of_marks": false}, "acd63e73-f0cc-4522": {"visibility": 0, "bbox": [157.09375, 24078.875, 300, 150], "clickable": false, "set_of_marks": false}, "826b1c2a-e6f6-400e": {"visibility": 0, "bbox": [232.09375, 24116.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "7ff0b60d-a19a-4d73": {"visibility": 0, "bbox": [88, 24232.875, 1184, 90], "clickable": false, "set_of_marks": false}, "35c78307-1ab7-4d5a": {"visibility": 0, "bbox": [88, 24232.875, 1184, 90], "clickable": false, "set_of_marks": false}, "bae1a116-2628-4278": {"visibility": 0, "bbox": [128, 24232.875, 1144, 18], "clickable": false, "set_of_marks": false}, "1f8ad4e0-c065-4def": {"visibility": 0, "bbox": [128, 24232.875, 71.984375, 17], "clickable": true, "set_of_marks": false}, "51ca41e9-f99f-48a8": {"visibility": 0, "bbox": [128, 24232.875, 71.984375, 17], "clickable": false, "set_of_marks": false}, "f1d59335-dc63-4476": {"visibility": 0, "bbox": [128, 24250.875, 1144, 18], "clickable": false, "set_of_marks": false}, "21e6dbc8-7994-4e0e": {"visibility": 0, "bbox": [128, 24250.875, 53.3125, 17], "clickable": true, "set_of_marks": false}, "e50c8dfe-5a1d-4bba": {"visibility": 0, "bbox": [128, 24250.875, 53.3125, 17], "clickable": false, "set_of_marks": false}, "14b00be0-26ab-47cd": {"visibility": 0, "bbox": [128, 24268.875, 1144, 18], "clickable": false, "set_of_marks": false}, "0783fad8-45e8-4d96": {"visibility": 0, "bbox": [128, 24268.875, 59.5625, 17], "clickable": true, "set_of_marks": false}, "ef1cea4c-3a44-4a50": {"visibility": 0, "bbox": [128, 24268.875, 59.5625, 17], "clickable": false, "set_of_marks": false}, "33cb6194-5194-45d2": {"visibility": 0, "bbox": [128, 24286.875, 1144, 18], "clickable": false, "set_of_marks": false}, "25e20c78-1814-49c7": {"visibility": 0, "bbox": [128, 24286.875, 40.875, 17], "clickable": true, "set_of_marks": false}, "e7b16bd2-9fe5-4474": {"visibility": 0, "bbox": [128, 24286.875, 40.875, 17], "clickable": false, "set_of_marks": false}, "5ef8b0c0-32aa-40a9": {"visibility": 0, "bbox": [128, 24304.875, 1144, 18], "clickable": false, "set_of_marks": false}, "e6d6193c-394e-4069": {"visibility": 0, "bbox": [128, 24304.875, 70.1875, 17], "clickable": true, "set_of_marks": false}, "5565bf3e-1704-4a0b": {"visibility": 0, "bbox": [128, 24304.875, 70.1875, 17], "clickable": false, "set_of_marks": false}, "6b5ccc35-4c97-48ac": {"visibility": 0, "bbox": [88, 24322.875, 1184, 190], "clickable": false, "set_of_marks": false}, "3f1e43e6-dc00-40a9": {"visibility": 0, "bbox": [88, 24458.875, 393.765625, 17], "clickable": true, "set_of_marks": false}, "5aab9284-d5f7-439f": {"visibility": 0, "bbox": [88, 24458.875, 89.765625, 17], "clickable": false, "set_of_marks": false}, "4efa737f-a6e3-4b6d": {"visibility": 0, "bbox": [181.765625, 24322.875, 300, 150], "clickable": false, "set_of_marks": false}, "558a1b98-00d2-46d5": {"visibility": 0, "bbox": [256.765625, 24360.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "ea334725-9f41-42e1": {"visibility": 0, "bbox": [88, 24476.875, 1184, 36], "clickable": false, "set_of_marks": false}, "ba05c54e-ce8c-497f": {"visibility": 0, "bbox": [88, 24476.875, 1184, 36], "clickable": false, "set_of_marks": false}, "a6f08e6a-137f-402d": {"visibility": 0, "bbox": [128, 24476.875, 1144, 18], "clickable": false, "set_of_marks": false}, "a7d7fd93-2091-4e1e": {"visibility": 0, "bbox": [128, 24476.875, 81.3125, 17], "clickable": true, "set_of_marks": false}, "5e8309ee-552d-4152": {"visibility": 0, "bbox": [128, 24476.875, 81.3125, 17], "clickable": false, "set_of_marks": false}, "c2d3c8e7-8251-472a": {"visibility": 0, "bbox": [128, 24494.875, 1144, 18], "clickable": false, "set_of_marks": false}, "8bf6d247-ebe7-48b6": {"visibility": 0, "bbox": [128, 24494.875, 37.34375, 17], "clickable": true, "set_of_marks": false}, "db19d1dd-8b34-43a4": {"visibility": 0, "bbox": [128, 24494.875, 37.34375, 17], "clickable": false, "set_of_marks": false}, "ebcdfa46-7ede-41ce": {"visibility": 0, "bbox": [88, 24512.875, 1184, 190], "clickable": false, "set_of_marks": false}, "90251d10-5111-4257": {"visibility": 0, "bbox": [88, 24648.875, 424.46875, 17], "clickable": true, "set_of_marks": false}, "1f07a908-49c0-4293": {"visibility": 0, "bbox": [88, 24648.875, 120.46875, 17], "clickable": false, "set_of_marks": false}, "7c2b255a-3901-4e82": {"visibility": 0, "bbox": [212.46875, 24512.875, 300, 150], "clickable": false, "set_of_marks": false}, "53a66b4f-c1fb-4625": {"visibility": 0, "bbox": [287.46875, 24550.359375, 150.015625, 87.53125], "clickable": false, "set_of_marks": false}, "6dc744cb-939e-4e42": {"visibility": 0, "bbox": [88, 24666.875, 1184, 36], "clickable": false, "set_of_marks": false}, "4c7ccb91-ae7a-411c": {"visibility": 0, "bbox": [88, 24666.875, 1184, 36], "clickable": false, "set_of_marks": false}, "1c225c14-0fda-41e9": {"visibility": 0, "bbox": [128, 24666.875, 1144, 18], "clickable": false, "set_of_marks": false}, "ba22fc0e-9b7b-4d07": {"visibility": 0, "bbox": [128, 24666.875, 81.328125, 17], "clickable": true, "set_of_marks": false}, "f84d5b58-af75-4ee5": {"visibility": 0, "bbox": [128, 24666.875, 81.328125, 17], "clickable": false, "set_of_marks": false}, "9d4e6bf8-4044-44dc": {"visibility": 0, "bbox": [128, 24684.875, 1144, 18], "clickable": false, "set_of_marks": false}, "f41b734a-1676-4294": {"visibility": 0, "bbox": [128, 24684.875, 103.546875, 17], "clickable": true, "set_of_marks": false}, "a3997bbe-77ea-4c4f": {"visibility": 0, "bbox": [128, 24684.875, 103.546875, 17], "clickable": false, "set_of_marks": false}, "3aef92ec-0564-4c70": {"visibility": 0, "bbox": [8, 24718.875, 1264, 154], "clickable": false, "set_of_marks": false}, "acff822b-4947-4151": {"visibility": 0, "bbox": [8, 24718.875, 1264, 154], "clickable": false, "set_of_marks": false}, "75ac4d3c-9c95-4a29": {"visibility": 0, "bbox": [8, 24854.875, 46.671875, 17], "clickable": true, "set_of_marks": false}, "bdea1989-9e3f-4de0": {"visibility": 0, "bbox": [54.671875, 24854.875, 357.328125, 17], "clickable": true, "set_of_marks": false}, "d561e732-035d-4b46": {"visibility": 0, "bbox": [54.671875, 24718.875, 300, 150], "clickable": false, "set_of_marks": false}, "babc995a-8107-4759": {"visibility": 0, "bbox": [129.671875, 24718.875, 150, 150], "clickable": false, "set_of_marks": false}, "3b20d90d-dd24-465a": {"visibility": 0, "bbox": [354.671875, 24854.875, 57.328125, 17], "clickable": false, "set_of_marks": false}, "67f909b7-5ed2-4f3a": {"visibility": 0.1248563486512099, "bbox": [155.80209350585938, -415, 1017.7291870117188, 7224.30224609375], "clickable": false, "set_of_marks": 0}, "a7ee82f8-8157-473d": {"visibility": 0.1248563486512099, "bbox": [155.80209350585938, -415, 681.7291870117188, 7224.30224609375], "clickable": false, "set_of_marks": 0}, "b4ff3d47-3ca9-42bf": {"visibility": 0.12485652586792471, "bbox": [137.80209350585938, -397, 36, 7224.2919921875], "clickable": false, "set_of_marks": true}, "89c8198c-9eb5-4890": {"visibility": 1, "bbox": [137.80209350585938, 58, 36, 126], "clickable": false, "set_of_marks": true}, "adda6d80-dc24-4f77": {"visibility": 1, "bbox": [137.80209350585938, 58, 36, 36], "clickable": false, "set_of_marks": true}, "2c1a2d20-0211-409b": {"visibility": 1, "bbox": [146.80209350585938, 67, 18, 18], "clickable": false, "set_of_marks": true}, "30f40ee5-b734-4583": {"visibility": 1, "bbox": [147.80209350585938, 69, 16, 14], "clickable": false, "set_of_marks": true}, "2c613237-506c-4b57": {"visibility": 1, "bbox": [137.80209350585938, 103, 36, 36], "clickable": false, "set_of_marks": true}, "70f233a5-b7cb-4302": {"visibility": 1, "bbox": [137.80209350585938, 103, 36, 36], "clickable": false, "set_of_marks": 0}, "cdb98b1b-32ea-47e0": {"visibility": 1, "bbox": [146.80209350585938, 112, 18, 18], "clickable": false, "set_of_marks": true}, "10cea2b3-d936-4e92": {"visibility": 1, "bbox": [147.80209350585938, 114, 16, 14], "clickable": false, "set_of_marks": true}, "9588a1d7-ac32-4560": {"visibility": 0, "bbox": [8, 28317.90625, 1264, 409.90625], "clickable": false, "set_of_marks": false}, "d6315abb-131f-4150": {"visibility": 0, "bbox": [8, 28317.90625, 1264, 156], "clickable": false, "set_of_marks": false}, "76aa5d9c-d48d-440b": {"visibility": 0, "bbox": [8, 28317.90625, 1264, 156], "clickable": false, "set_of_marks": false}, "9c2cc003-f241-4829": {"visibility": 0, "bbox": [8, 25251.6875, 300, 150], "clickable": false, "set_of_marks": false}, "59165d96-ad72-4320": {"visibility": 0, "bbox": [82.96875, 25251.671875, 150.03125, 150.03125], "clickable": false, "set_of_marks": false}, "e0f1f733-537d-4096": {"visibility": 0, "bbox": [8, 28493.8125, 1264, 234], "clickable": false, "set_of_marks": false}, "ec06cd67-4483-4611": {"visibility": 0, "bbox": [48, 28493.8125, 1224, 18], "clickable": false, "set_of_marks": false}, "8122f391-01e0-4dc7": {"visibility": 0, "bbox": [48, 28493.8125, 137.75, 17], "clickable": true, "set_of_marks": false}, "35558501-669a-4107": {"visibility": 0, "bbox": [48, 28493.8125, 8, 17], "clickable": false, "set_of_marks": false}, "79b3aad9-acb4-4d57": {"visibility": 0, "bbox": [60, 28493.8125, 125.75, 17], "clickable": false, "set_of_marks": false}, "6ebdb542-ddc8-4cb6": {"visibility": 0, "bbox": [48, 28511.8125, 1224, 126], "clickable": false, "set_of_marks": false}, "a5fa7cc5-c1e3-498c": {"visibility": 0, "bbox": [48, 28511.8125, 184.375, 17], "clickable": true, "set_of_marks": false}, "080e1f82-37e5-4626": {"visibility": 0, "bbox": [48, 28511.8125, 8, 17], "clickable": false, "set_of_marks": false}, "7263ef53-70ba-4745": {"visibility": 0, "bbox": [60, 28511.8125, 172.375, 17], "clickable": false, "set_of_marks": false}, "03138409-6c9e-4825": {"visibility": 0, "bbox": [48, 28529.8125, 1224, 108], "clickable": false, "set_of_marks": false}, "708b9361-8e57-44f9": {"visibility": 0, "bbox": [88, 28529.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "649627f3-51cc-4969": {"visibility": 0, "bbox": [88, 28529.8125, 111.125, 17], "clickable": true, "set_of_marks": false}, "c2eb5744-0c69-4464": {"visibility": 0, "bbox": [88, 28529.8125, 20, 17], "clickable": false, "set_of_marks": false}, "5659b7af-b5df-4b90": {"visibility": 0, "bbox": [112, 28529.8125, 87.125, 17], "clickable": false, "set_of_marks": false}, "21cbf02c-c510-4e98": {"visibility": 0, "bbox": [88, 28547.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "c2051fbb-fc2e-4af0": {"visibility": 0, "bbox": [88, 28547.8125, 105.328125, 17], "clickable": true, "set_of_marks": false}, "4b954148-0ba9-4f48": {"visibility": 0, "bbox": [88, 28547.8125, 20, 17], "clickable": false, "set_of_marks": false}, "3372fccc-c4d0-4073": {"visibility": 0, "bbox": [112, 28547.8125, 81.328125, 17], "clickable": false, "set_of_marks": false}, "7002de1e-5805-422a": {"visibility": 0, "bbox": [88, 28565.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "0bcdf872-aafd-4b17": {"visibility": 0, "bbox": [88, 28565.8125, 136.4375, 17], "clickable": true, "set_of_marks": false}, "ba14cfee-b099-4cfe": {"visibility": 0, "bbox": [88, 28565.8125, 20, 17], "clickable": false, "set_of_marks": false}, "5b3868dd-eae3-4c6e": {"visibility": 0, "bbox": [112, 28565.8125, 112.4375, 17], "clickable": false, "set_of_marks": false}, "5005ef85-7ebd-4e13": {"visibility": 0, "bbox": [88, 28583.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "97f424dd-8892-4888": {"visibility": 0, "bbox": [88, 28583.8125, 107.46875, 17], "clickable": true, "set_of_marks": false}, "2d1daf95-2891-4791": {"visibility": 0, "bbox": [88, 28583.8125, 20, 17], "clickable": false, "set_of_marks": false}, "5090fea5-6b36-4a08": {"visibility": 0, "bbox": [111.71875, 28583.8125, 83.75, 17], "clickable": false, "set_of_marks": false}, "af05a4bf-dda8-47eb": {"visibility": 0, "bbox": [88, 28601.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "8cc3dd90-bf58-4294": {"visibility": 0, "bbox": [88, 28601.8125, 68.4375, 17], "clickable": true, "set_of_marks": false}, "1418e263-3c59-4223": {"visibility": 0, "bbox": [88, 28601.8125, 20, 17], "clickable": false, "set_of_marks": false}, "79d142f2-aef0-4b8f": {"visibility": 0, "bbox": [112, 28601.8125, 44.4375, 17], "clickable": false, "set_of_marks": false}, "ca59dbd1-0412-47c3": {"visibility": 0, "bbox": [88, 28619.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "97034c49-7018-4495": {"visibility": 0, "bbox": [88, 28619.8125, 121.671875, 17], "clickable": true, "set_of_marks": false}, "ac4279d3-b189-4aba": {"visibility": 0, "bbox": [88, 28619.8125, 20, 17], "clickable": false, "set_of_marks": false}, "4f205020-a31f-4804": {"visibility": 0, "bbox": [112, 28619.8125, 97.671875, 17], "clickable": false, "set_of_marks": false}, "12b40ab9-f417-45b2": {"visibility": 0, "bbox": [48, 28637.8125, 1224, 72], "clickable": false, "set_of_marks": false}, "72a9c814-7ca2-4b5e": {"visibility": 0, "bbox": [48, 28637.8125, 105.296875, 17], "clickable": true, "set_of_marks": false}, "8c8d1237-399d-4cb1": {"visibility": 0, "bbox": [48, 28637.8125, 8, 17], "clickable": false, "set_of_marks": false}, "bdb86a81-c8ea-4f3f": {"visibility": 0, "bbox": [60, 28637.8125, 93.296875, 17], "clickable": false, "set_of_marks": false}, "0c2992fc-876f-4525": {"visibility": 0, "bbox": [48, 28655.8125, 1224, 54], "clickable": false, "set_of_marks": false}, "c9a85d76-7035-41a4": {"visibility": 0, "bbox": [88, 28655.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "9d5ebfa7-7d8f-4d4d": {"visibility": 0, "bbox": [88, 28655.8125, 94.671875, 17], "clickable": true, "set_of_marks": false}, "1f883276-a1d7-4e24": {"visibility": 0, "bbox": [88, 28655.8125, 20, 17], "clickable": false, "set_of_marks": false}, "cda56749-786c-463d": {"visibility": 0, "bbox": [112, 28655.8125, 70.671875, 17], "clickable": false, "set_of_marks": false}, "2851565a-93ce-48cf": {"visibility": 0, "bbox": [88, 28673.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "52a3df69-0b52-4208": {"visibility": 0, "bbox": [88, 28673.8125, 134.125, 17], "clickable": true, "set_of_marks": false}, "8ea5dfa9-5d50-4739": {"visibility": 0, "bbox": [88, 28673.8125, 20, 17], "clickable": false, "set_of_marks": false}, "8641b2f8-4bda-454e": {"visibility": 0, "bbox": [111.71875, 28673.8125, 110.40625, 17], "clickable": false, "set_of_marks": false}, "4989dfa6-ef14-473d": {"visibility": 0, "bbox": [88, 28691.8125, 1184, 18], "clickable": false, "set_of_marks": false}, "58941cc9-4f2b-42e7": {"visibility": 0, "bbox": [88, 28691.8125, 75.546875, 17], "clickable": true, "set_of_marks": false}, "12dbec59-6467-4ba8": {"visibility": 0, "bbox": [88, 28691.8125, 20, 17], "clickable": false, "set_of_marks": false}, "84a9d2b4-b329-4b7c": {"visibility": 0, "bbox": [112, 28691.8125, 51.546875, 17], "clickable": false, "set_of_marks": false}, "9b1262e8-93a4-4cd8": {"visibility": 0, "bbox": [48, 28709.8125, 1224, 18], "clickable": false, "set_of_marks": false}, "54f256fc-c1ef-4d20": {"visibility": 0, "bbox": [48, 28709.8125, 50.25, 17], "clickable": true, "set_of_marks": false}, "9f408f07-e311-445c": {"visibility": 0, "bbox": [48, 28709.8125, 8, 17], "clickable": false, "set_of_marks": false}, "af53d95b-7c43-4ecf": {"visibility": 0, "bbox": [59.71875, 28709.8125, 38.53125, 17], "clickable": false, "set_of_marks": false}, "78aa5851-58b5-4ab0": {"visibility": 1, "bbox": [137.80209350585938, 148, 36, 36], "clickable": true, "set_of_marks": true}, "4c9a4809-7020-4b4d": {"visibility": 1, "bbox": [146.80209350585938, 157, 18, 18], "clickable": false, "set_of_marks": 0}, "58257421-44b2-42ca": {"visibility": 1, "bbox": [148.80209350585938, 157, 14, 18], "clickable": false, "set_of_marks": true}, "ae02523d-5009-44d8": {"visibility": 0, "bbox": [8, 25817.6875, 1264, 695.875], "clickable": false, "set_of_marks": false}, "2c9594d9-3eda-428b": {"visibility": 0, "bbox": [8, 25817.6875, 1264, 260], "clickable": false, "set_of_marks": false}, "dbaa8386-143a-47e2": {"visibility": 0, "bbox": [8, 25817.6875, 1264, 18], "clickable": false, "set_of_marks": false}, "a0e48348-7dc8-4b1b": {"visibility": 0, "bbox": [8, 25817.6875, 1264, 18], "clickable": false, "set_of_marks": false}, "1e436a6a-c3e0-41e7": {"visibility": 0, "bbox": [8, 25817.6875, 16.890625, 17], "clickable": false, "set_of_marks": false}, "2b08a096-0f43-4d78": {"visibility": 0, "bbox": [28.890625, 25817.6875, 28.4375, 17], "clickable": true, "set_of_marks": false}, "641c627f-2ee0-4c03": {"visibility": 0, "bbox": [65.046875, 25817.6875, 39.765625, 17], "clickable": true, "set_of_marks": false}, "c6d279e5-80fd-4b1b": {"visibility": 0, "bbox": [112.8125, 25817.6875, 89.46875, 17], "clickable": true, "set_of_marks": false}, "1fc8a008-fe8a-4f69": {"visibility": 0, "bbox": [210.28125, 25817.6875, 142.171875, 17], "clickable": true, "set_of_marks": false}, "6ce3cb3c-2781-4170": {"visibility": 0, "bbox": [8, 25835.6875, 1264, 242], "clickable": false, "set_of_marks": false}, "efeeef74-e0f6-44fc": {"visibility": 0, "bbox": [8, 25835.6875, 1264, 242], "clickable": false, "set_of_marks": false}, "79330e5c-2180-477f": {"visibility": 0, "bbox": [8, 25835.6875, 1264, 154], "clickable": false, "set_of_marks": false}, "af056a69-648e-40db": {"visibility": 0, "bbox": [56.890625, 25835.6875, 300, 150], "clickable": false, "set_of_marks": false}, "7763502d-3d92-49ce": {"visibility": 0, "bbox": [156.890625, 25885.6875, 100.015625, 60], "clickable": false, "set_of_marks": false}, "765875da-d90a-46c1": {"visibility": 0, "bbox": [8, 26005.6875, 1264, 72], "clickable": false, "set_of_marks": false}, "cfb44364-d08a-4073": {"visibility": 0, "bbox": [8, 26005.6875, 1264, 72], "clickable": false, "set_of_marks": false}, "17695694-0298-4209": {"visibility": 0, "bbox": [48, 26005.6875, 1224, 18], "clickable": false, "set_of_marks": false}, "44265aec-a93a-43de": {"visibility": 0, "bbox": [48, 26005.6875, 52.4375, 17], "clickable": true, "set_of_marks": false}, "fb30e776-febb-4bd5": {"visibility": 0, "bbox": [48, 26023.6875, 1224, 18], "clickable": false, "set_of_marks": false}, "eb24fb1b-66b2-4c1d": {"visibility": 0, "bbox": [48, 26023.6875, 51.546875, 17], "clickable": true, "set_of_marks": false}, "34de3b6e-f92a-402e": {"visibility": 0, "bbox": [48, 26041.6875, 1224, 18], "clickable": false, "set_of_marks": false}, "3b625c39-dc67-49aa": {"visibility": 0, "bbox": [48, 26041.6875, 41.796875, 17], "clickable": true, "set_of_marks": false}, "6337e659-ed47-4f9d": {"visibility": 0, "bbox": [48, 26059.6875, 1224, 18], "clickable": false, "set_of_marks": false}, "a76324fd-b893-4abd": {"visibility": 0, "bbox": [48, 26059.6875, 54.203125, 17], "clickable": true, "set_of_marks": false}, "73e50810-345a-46bf": {"visibility": 0, "bbox": [8, 26099.125, 1264, 414.4375], "clickable": false, "set_of_marks": false}, "6fe5a7d8-b5b4-4ce4": {"visibility": 0, "bbox": [8, 26099.125, 1264, 37], "clickable": false, "set_of_marks": false}, "cbb4faa6-64e0-464f": {"visibility": 0, "bbox": [8, 26099.125, 1264, 37], "clickable": false, "set_of_marks": false}, "74e7f083-40c5-473e": {"visibility": 0, "bbox": [8, 26099.125, 63.984375, 36], "clickable": false, "set_of_marks": false}, "f4dd148b-6eee-4d50": {"visibility": 0, "bbox": [8, 26157.5625, 1264, 356], "clickable": false, "set_of_marks": false}, "4b2fce7c-f732-4dd3": {"visibility": 0, "bbox": [8, 26293.5625, 383.171875, 17], "clickable": true, "set_of_marks": false}, "1e963002-25cf-4306": {"visibility": 0, "bbox": [8, 26157.5625, 300, 150], "clickable": false, "set_of_marks": false}, "6a9e3e37-4b4a-46bf": {"visibility": 0, "bbox": [99.65625, 26157.5625, 116.6875, 150], "clickable": false, "set_of_marks": false}, "e23653d8-09e2-4327": {"visibility": 0, "bbox": [8, 26311.5625, 1264, 202], "clickable": false, "set_of_marks": false}, "b5a2d045-1fe8-4850": {"visibility": 0, "bbox": [8, 26311.5625, 1264, 150], "clickable": false, "set_of_marks": false}, "08168e43-2fda-4eca": {"visibility": 0, "bbox": [8, 26311.5625, 300, 150], "clickable": false, "set_of_marks": false}, "1b068175-4d66-42b1": {"visibility": 0, "bbox": [141.328125, 26319.890625, 33.34375, 133.34375], "clickable": false, "set_of_marks": false}, "7935a6dc-ab65-46db": {"visibility": 0, "bbox": [8, 26477.5625, 1264, 36], "clickable": false, "set_of_marks": false}, "6dd96e73-35a8-49ca": {"visibility": 0, "bbox": [8, 26477.5625, 1264, 36], "clickable": false, "set_of_marks": false}, "4d9faaeb-3b64-48ce": {"visibility": 0, "bbox": [48, 26477.5625, 1224, 18], "clickable": false, "set_of_marks": false}, "4126e37e-08d5-42ba": {"visibility": 0, "bbox": [48, 26477.5625, 82.140625, 17], "clickable": true, "set_of_marks": false}, "74dab0da-3565-4920": {"visibility": 0, "bbox": [48, 26495.5625, 1224, 18], "clickable": false, "set_of_marks": false}, "4ba5f614-57fb-4236": {"visibility": 0, "bbox": [48, 26495.5625, 50.859375, 17], "clickable": true, "set_of_marks": false}, "b21db3ed-08be-487b": {"visibility": 0.13260541015165417, "bbox": [191.80209350585938, -289.5, 609.7291870117188, 6802.1357421875], "clickable": false, "set_of_marks": 0}, "b78f0762-8f74-4554": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0713eb51-f0b1-485d": {"visibility": 0.1558997722095672, "bbox": [191.80209350585938, -289.5, 609.7291870117188, 342.96875], "clickable": false, "set_of_marks": true}, "30481175-b8c3-4e8f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5b38a45a-8209-4445": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0209af4f-8aff-4680": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e16e8ba9-6d7e-4a54": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a5ce0bad-a276-43d0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a6cc386e-9ef1-4555": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "673731b2-c57b-4056": {"visibility": 0.1558997722095672, "bbox": [191.80209350585938, -289.5, 609.7291870117188, 342.96875], "clickable": false, "set_of_marks": 0}, "a0c91b81-e3e8-40b8": {"visibility": 0.1558997722095672, "bbox": [191.80209350585938, -289.5, 609.7291870117188, 342.96875], "clickable": false, "set_of_marks": 0}, "cdadd337-91e4-402f": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "ebfc5bc9-bad4-44d8": {"visibility": 0, "bbox": [8, 26529.5625, 1264, 16], "clickable": false, "set_of_marks": false}, "98a4db5e-3007-4e2a": {"visibility": 1, "bbox": [1209.3333740234375, 387.5833435058594, 36, 36], "clickable": false, "set_of_marks": true}, "c0773ec2-1b5e-4fcb": {"visibility": 1, "bbox": [1220.3333740234375, 398.5833435058594, 14, 14], "clickable": false, "set_of_marks": true}, "13e546ad-1627-46f8": {"visibility": 1, "bbox": [1220.3316650390625, 398.5830078125, 14.001058578491211, 14.0018310546875], "clickable": false, "set_of_marks": 0}, "84083ce5-b627-4bd9": {"visibility": 1, "bbox": [1220.3316650390625, 398.5830078125, 14.001058578491211, 14.0018310546875], "clickable": false, "set_of_marks": 0}, "a8821c35-8bea-4e73": {"visibility": 1, "bbox": [1220.3316650390625, 398.5830078125, 14.001058578491211, 14.0018310546875], "clickable": false, "set_of_marks": 0}, "e74a836f-2a48-4a9a": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "3de6e018-5587-4c88": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "85d7b6ae-ec8a-4be9": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "e5e0ec81-5f90-499f": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "a94c009d-4722-45b5": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "d51b59e1-6cf9-4187": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "909c8778-2f6d-441c": {"visibility": 0, "bbox": [8, 26545.5625, 301, 1], "clickable": false, "set_of_marks": false}, "4082231e-c048-447e": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "36d81ac5-5263-4634": {"visibility": 1, "bbox": [945.3333740234375, 355.5833435058594, 300, 32], "clickable": false, "set_of_marks": true}, "44e6c1c6-0f5a-48a9": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "c60df217-6c27-40d6": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "0712329a-e3d8-439d": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "6a4acb77-20b0-47a5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "29f3e7a5-4597-4997": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "65d35730-3cd6-41f8": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "cfddf86c-150b-481a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a4f0815f-b869-4947": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "781e79be-ce0d-407c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8dc6f506-fa32-405f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "79a4210d-408b-47c7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e4220faa-5b98-42e5": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "66f10f6f-cfc5-472d": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "18b224ee-acdc-44b3": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "6d44fb60-2536-4d49": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 152.6666717529297], "clickable": false, "set_of_marks": 0}, "c24e88d5-f322-4531": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "72cd9c93-ea35-432f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fd12675a-7d15-4d27": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "dc55e811-3a97-4f6c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0ec9e919-6bd3-469c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "66f9967f-6116-47d5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b722197d-95d3-42fa": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 150], "clickable": false, "set_of_marks": true}, "6d813747-d402-4091": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3e6d1598-e8f4-4fcb": {"visibility": 0, "bbox": [8, 27248.5625, 0, 0], "clickable": false, "set_of_marks": false}, "fa7cbe47-4381-4c03": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2a23e470-0abc-45cd": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "79951040-6029-4b7f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b5986e6d-60fc-42e4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f13ab7f7-9723-489e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cea5d89d-71f7-4c03": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "edfb47e2-8975-4dc6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "72e7db7a-2c61-472f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c2b71963-60d1-4ac7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "219d47d3-85d0-4af8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "78a07959-fc7c-4059": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3c424779-3227-410a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3d3862fa-69a3-4a18": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5fb4558c-f4cf-4780": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "eea1adca-8be7-437b": {"visibility": 0, "bbox": [7, 27255.5625, 1, 1], "clickable": false, "set_of_marks": false}, "025e3bc5-fee7-4931": {"visibility": 1, "bbox": [944.3333740234375, 554, 60.46875, 114], "clickable": false, "set_of_marks": true}, "53f1fc64-9d08-4672": {"visibility": 0, "bbox": [7, 27350.5625, 112.96875, 33], "clickable": false, "set_of_marks": false}, "e146ff75-c642-4eec": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bbc965b3-3ca4-42f9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e3fea0cc-1639-49f5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9dda9f62-c4fc-4de5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ddf86d61-bade-484b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5130a269-f9c6-4e12": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9249f235-573a-4205": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "61e0388d-982c-4f8a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8ecbbe99-aac6-49f9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fe188ae7-1a71-49a6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0cdde1d7-41af-4ad8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "38511adc-9905-414c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "94cc8d0d-9983-48b9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fd090b11-dfcf-45f6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d403f82e-55e7-4795": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a6aeb2e5-9dab-4ba2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "00d5aeca-c7e2-401d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cbc9a395-09cc-4af7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d378bc5b-76dc-43fb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "425618ba-3d84-439f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8dc0b798-cfc4-4a50": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0c2c2edb-5ad2-4261": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "199584ee-f0a2-4134": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9f60c6b1-b3b7-4986": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "94ae7324-7a67-457d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1b844b98-4c09-4dff": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "385db65c-eb17-4418": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "af1e6111-f4c1-4921": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "544f0232-878f-401d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "705d02b2-503f-4e58": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "15e610b6-4b1b-4781": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f641fbf4-a3e9-43a0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "6d0c7b6a-8abd-4877": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "377764ee-fca2-48a9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d7811a9a-201d-4f20": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "98541d59-51cd-4218": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b88ac377-4f6e-4d84": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ddd9a2a1-25d2-47e3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f161ea9b-1fff-46a2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fcfaa124-b68f-4852": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b017337c-7db5-4523": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a0917b98-cc4d-4b84": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1bcad7a4-bbdb-4264": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d1636ea7-08b0-4e3a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "05f9f646-d527-4a67": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7af51a8d-83a0-473e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5fd372e2-e200-4d43": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "b4084fe8-b9d9-4407": {"visibility": 1, "bbox": [945.3333740234375, 387.5833435058594, 300, 168.75], "clickable": false, "set_of_marks": 0}, "b537607e-afac-4dea": {"visibility": 1, "bbox": [945.3333740234375, 443.125, 300, 57.66666793823242], "clickable": false, "set_of_marks": true}, "27b1456c-1346-4ddd": {"visibility": 1, "bbox": [1045.8333740234375, 443.125, 99, 55], "clickable": false, "set_of_marks": true}, "9cd54722-0c8c-4d63": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0fc030ce-ecb0-4e96": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "03257964-0918-4793": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3453edbd-df2a-4994": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "26e074ac-c95d-4a0a": {"visibility": 1, "bbox": [1067.8333740234375, 443.125, 55, 55], "clickable": false, "set_of_marks": true}, "7775de18-daf1-4342": {"visibility": 1, "bbox": [1073.3333740234375, 448.625, 44, 44], "clickable": false, "set_of_marks": true}, "99e3dc70-0857-4749": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "240654a1-d0a5-49b3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a81ef1e5-8574-4b5b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "69b5c327-e698-4d95": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cd2cdd72-d8ef-47df": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f4196b06-16ec-406d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f0888e2b-38eb-4a86": {"visibility": 1, "bbox": [1073.3333740234375, 448.625, 44, 44], "clickable": false, "set_of_marks": 0}, "c010ada3-2ea1-4e17": {"visibility": 1, "bbox": [1084.330810546875, 455.955810546875, 22.005046844482422, 29.33837890625], "clickable": false, "set_of_marks": true}, "c572c08e-c82c-482a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "6d6a662e-ae6d-44b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "41a6457b-dbbd-4b0f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8e2e0d09-503b-406f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "69fff3cc-27d6-4dbd": {"visibility": 1, "bbox": [945.3333740234375, 523.6666870117188, 300, 32.66666793823242], "clickable": false, "set_of_marks": true}, "95067bd0-7de7-42d6": {"visibility": 1, "bbox": [1113.3333740234375, 518.6666870117188, 120, 30], "clickable": false, "set_of_marks": true}, "8bcc19ff-8747-4fbc": {"visibility": 1, "bbox": [1113.3333740234375, 518.6666870117188, 120, 30], "clickable": false, "set_of_marks": 0}, "96c00cfd-6004-40c4": {"visibility": 1, "bbox": [1113.3333740234375, 518.6666870117188, 60, 30], "clickable": false, "set_of_marks": true}, "3265c5a3-04c3-4660": {"visibility": 1, "bbox": [1173.3333740234375, 518.6666870117188, 60, 30], "clickable": false, "set_of_marks": true}, "db9bc6bb-9f12-4ee5": {"visibility": 1, "bbox": [1180.65625, 525.5729370117188, 45.34375, 16.197917938232422], "clickable": false, "set_of_marks": true}, "321438cb-5558-4b48": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "25f6e1f6-0393-44df": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cbafaaec-7116-4b7c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bd5edc27-412d-488d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cd22c82a-9bd3-42eb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "71aac9d4-4b74-49bf": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d4d477e1-6369-4500": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a0bab302-29b0-4577": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5f688439-30ad-4f92": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "899c2dd8-d7e3-418e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "f815a182-bb89-40ea": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "59eff706-1bbd-443f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c07c466d-9990-4e8b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3a165e9d-20e1-43ad": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7a08aca3-82de-4663": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "526444c4-c7e3-4da5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d83c81f3-113c-4a3c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bfb0e0fd-38ca-4acc": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "14e1aa31-6f65-4f44": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ed1a9857-73bc-4e37": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "522e0f67-dbb9-4cee": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "746ffd04-2d84-4d02": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "197d14c3-fd99-4052": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bda79388-a110-40ab": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "acebeb3c-e5c7-44ad": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "10626842-146b-4299": {"visibility": 1, "bbox": [945.3333740234375, 501.3333435058594, 300, 55], "clickable": false, "set_of_marks": 0}, "3e8956ee-b225-49fc": {"visibility": 1, "bbox": [945.3333740234375, 501.3333435058594, 300, 11], "clickable": false, "set_of_marks": 0}, "d5044d09-f512-426b": {"visibility": 1, "bbox": [957.3333740234375, 501.3333435058594, 276, 11], "clickable": false, "set_of_marks": true}, "ed84a875-8ac3-4cd7": {"visibility": 1, "bbox": [957.3333740234375, 501.3333435058594, 276, 11], "clickable": false, "set_of_marks": 0}, "72d47040-b322-4bf4": {"visibility": 1, "bbox": [957.3333740234375, 501.3333435058594, 276, 11], "clickable": false, "set_of_marks": 0}, "e00d7508-1335-4fb5": {"visibility": 1, "bbox": [957.3333740234375, 505.3333435058594, 276, 3], "clickable": false, "set_of_marks": true}, "db65eb86-b9bc-4bcb": {"visibility": 1, "bbox": [957.3333740234375, 505.3333435058594, 276, 3], "clickable": false, "set_of_marks": 0}, "81fffaaa-783b-4d1d": {"visibility": 1, "bbox": [957.3333740234375, 505.3333435058594, 276, 3], "clickable": false, "set_of_marks": 0}, "4e700b50-2be5-4b11": {"visibility": 1, "bbox": [957.3333740234375, 505.3333435058594, 31.80208396911621, 3], "clickable": false, "set_of_marks": true}, "233f1a87-2649-4efa": {"visibility": 1, "bbox": [957.3333740234375, 505.3333435058594, 1.7708333730697632, 3], "clickable": false, "set_of_marks": 0}, "8a7fbd57-29b6-4598": {"visibility": 0, "bbox": [20, 27207.0625, 142.890625, 0], "clickable": false, "set_of_marks": false}, "b6725826-9fd4-4065": {"visibility": 0, "bbox": [20, 27207.0625, 6.4375, 0], "clickable": false, "set_of_marks": false}, "14627eca-18e2-4644": {"visibility": 0, "bbox": [26.4375, 27207.0625, 0, 0], "clickable": false, "set_of_marks": false}, "be8b76fc-7fbe-41bf": {"visibility": 0, "bbox": [20, 27196.0625, 0, 0], "clickable": false, "set_of_marks": false}, "55f2ada8-de07-4884": {"visibility": 1, "bbox": [935.3333740234375, 457.8333435058594, 44, 38], "clickable": false, "set_of_marks": true}, "15caf687-c86d-45de": {"visibility": 1, "bbox": [935.3333740234375, 457.8333435058594, 44, 24], "clickable": false, "set_of_marks": true}, "fb706ce9-4953-44da": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bf4af69f-ff3d-4bb1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "afe648d6-888d-45c3": {"visibility": 1, "bbox": [935.3333740234375, 457.8333435058594, 44, 24], "clickable": false, "set_of_marks": 0}, "9524394c-ed60-427c": {"visibility": 1, "bbox": [945.3333740234375, 512.3333740234375, 300, 44], "clickable": false, "set_of_marks": true}, "0570d308-da15-4aeb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "154fae55-31af-4993": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ced9b3cb-162f-49f1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d148674e-c0ca-4b52": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3bf023aa-86e9-4de0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "328a9253-ab86-49b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "816c16c4-737c-42bc": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3680cb1c-7d1a-48f8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "097c31ee-3d73-4c7c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7f27138d-18fb-4f3a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e536d82d-1967-4aa1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2c3173ba-2456-46b5": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0d405487-178a-470c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4da9bb64-8093-4b35": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "96b2e98d-4702-4763": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b9c4fd8b-9048-42ac": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "801c644c-1d08-47ca": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e6094ba2-7dda-4264": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "411081d3-0bb5-44ec": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "19c732e3-48d9-4527": {"visibility": 1, "bbox": [957.3333740234375, 512.3333740234375, 44, 44], "clickable": false, "set_of_marks": true}, "58edb2fa-ee1c-4ab3": {"visibility": 1, "bbox": [957.3333740234375, 385.3333435058594, 44, 127], "clickable": false, "set_of_marks": true}, "6e19ab7c-fa84-4b93": {"visibility": 1, "bbox": [957.3333740234375, 385.3333435058594, 44, 127], "clickable": false, "set_of_marks": 0}, "5f65031a-6654-43c1": {"visibility": 1, "bbox": [976.8333740234375, 398.3333435058594, 5, 88], "clickable": false, "set_of_marks": true}, "1b0fced9-0abc-43aa": {"visibility": 1, "bbox": [976.8333740234375, 398.3333435058594, 5, 88], "clickable": false, "set_of_marks": 0}, "21c083ee-808e-424b": {"visibility": 1, "bbox": [976.8333740234375, 398.3333435058594, 5, 88], "clickable": false, "set_of_marks": 0}, "3b47dee4-2dd0-47aa": {"visibility": 0, "bbox": [39.5, 27186.5625, 5, 0], "clickable": false, "set_of_marks": false}, "4b362e76-65dc-4e3c": {"visibility": 1, "bbox": [972.8333740234375, 479.8333435058594, 13, 13], "clickable": false, "set_of_marks": true}, "d36c6c2a-9e64-4e4a": {"visibility": 1, "bbox": [967.3333740234375, 522.3333740234375, 24, 24], "clickable": false, "set_of_marks": true}, "418c17cf-d197-4518": {"visibility": 1, "bbox": [969.703369140625, 526.3276977539062, 18.85994529724121, 16.009197235107422], "clickable": false, "set_of_marks": true}, "70a25059-8ae4-4d2b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "73bdd531-8635-486c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bc993c5f-f5e4-405e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a75341fc-ffae-4e86": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0e7d1e03-4425-4e2e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cd271d23-94b3-4a49": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b81c1695-e1ad-481f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1a8375ea-fa6d-44b8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e145add4-5b32-4934": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9c796874-ca60-49c3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "709c6257-98b6-4f5a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2930edf5-ea92-4400": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "89633f15-2804-4573": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8f47821c-37dc-4cf9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "39235974-fecc-4e64": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b9cbd4a4-adbc-4591": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "af8fad17-8484-4fcb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cd35a8f1-05ef-4a0a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8fc33a62-330e-4e97": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c35dc5ee-7162-4913": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d817f7e4-f9f3-403d": {"visibility": 0, "bbox": [64, 27228.5625, 0, 12], "clickable": false, "set_of_marks": false}, "fd06775b-6b6d-4e9e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fc4054ef-f4b2-4ea1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7d1913e5-6ca0-4941": {"visibility": 1, "bbox": [1001.3333740234375, 512.3333740234375, 44, 44], "clickable": false, "set_of_marks": true}, "44622f1e-a341-4ac0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "feb12bca-fbf7-4009": {"visibility": 0, "bbox": [618, 27234.5625, 0, 0], "clickable": false, "set_of_marks": false}, "0639ebd0-61a6-48f1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e4daada8-c45c-419a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c6806733-aa69-4463": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "eaa84970-2e66-4177": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e08cd842-4f19-4938": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4d698864-2a03-407d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "85e13699-2dd6-4e09": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "92fb7898-3f86-49e8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "58d68f2e-d9c2-440a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b972fa99-d75a-4061": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "dc969138-2d3a-4374": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0302924b-33da-49b2": {"visibility": 1, "bbox": [1101.3333740234375, 512.3333740234375, 44, 44], "clickable": false, "set_of_marks": true}, "f6a64e34-2ba5-4ba1": {"visibility": 1, "bbox": [1111.3333740234375, 522.3333740234375, 24, 24], "clickable": false, "set_of_marks": true}, "5e3b5619-8041-457e": {"visibility": 1, "bbox": [1111.3333740234375, 525.3333740234375, 24, 18], "clickable": false, "set_of_marks": true}, "2a06ce0b-2d94-48b2": {"visibility": 1, "bbox": [1113.3333740234375, 474.3333435058594, 20, 24], "clickable": false, "set_of_marks": true}, "9f72bc53-2c42-4a21": {"visibility": 1, "bbox": [1113.3333740234375, 474.3333435058594, 20, 24], "clickable": false, "set_of_marks": 0}, "62121c68-e453-4472": {"visibility": 1, "bbox": [1145.3333740234375, 512.3333740234375, 44, 44], "clickable": false, "set_of_marks": true}, "cc5e4ec9-f397-41e1": {"visibility": 1, "bbox": [1155.3333740234375, 522.3333740234375, 24, 24], "clickable": false, "set_of_marks": true}, "61c50097-47a0-4a6b": {"visibility": 1, "bbox": [1158.6864013671875, 525.3319702148438, 17.2939453125, 18.00276756286621], "clickable": false, "set_of_marks": true}, "267f322b-fc37-4aca": {"visibility": 1, "bbox": [1157.3333740234375, 474.3333435058594, 20, 24], "clickable": false, "set_of_marks": true}, "bf84086c-42b4-4f43": {"visibility": 1, "bbox": [1157.3333740234375, 474.3333435058594, 20, 24], "clickable": false, "set_of_marks": 0}, "e5d802a6-3d7f-4991": {"visibility": 1, "bbox": [1189.3333740234375, 512.3333740234375, 44, 44], "clickable": false, "set_of_marks": true}, "c0bc7308-a5fa-4846": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "26781cbd-bf59-4a04": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9a6e6bf7-ab22-4ce3": {"visibility": 1, "bbox": [1199.3333740234375, 522.3333740234375, 24, 24], "clickable": false, "set_of_marks": true}, "1b555f66-5264-4c8a": {"visibility": 1, "bbox": [1203.328369140625, 526.2333374023438, 16.007080078125, 16.002117156982422], "clickable": false, "set_of_marks": true}, "06aa0413-41af-4b00": {"visibility": 1, "bbox": [1213.3333740234375, 474.3333435058594, 20, 24], "clickable": false, "set_of_marks": true}, "ba38f6a9-34db-41cc": {"visibility": 1, "bbox": [1213.3333740234375, 474.3333435058594, 20, 24], "clickable": false, "set_of_marks": 0}, "ca3c2aca-8fc6-4b25": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7cb91f20-6aa9-419b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c07587b3-ba59-4bf9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "543ec50a-e77b-48ab": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "dfdc470a-e6e8-4b58": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "36aae2ea-eb44-4def": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "db929e25-b410-41a0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4e3ae259-8c43-4a14": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0b26598a-edc5-4b7f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "35e8b133-0081-402e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3d9fab22-d497-4695": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4d5f0191-795d-4155": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7828d3a6-e65c-43d1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "55fa57b7-c8c5-4b34": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d864fad7-bb5d-4286": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fa77481b-7d00-44ab": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3ed1eb75-9c91-44d2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a9e1c0e0-7d83-4f50": {"visibility": 0, "bbox": [8, 27256.5625, 1, 1], "clickable": false, "set_of_marks": false}, "d8a2438a-dc6d-478c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a4234b1e-efb3-4b5f": {"visibility": 0.12812895935738847, "bbox": [191.80209350585938, 77.46875, 609.7291870117188, 6435.1669921875], "clickable": false, "set_of_marks": 0}, "83367173-7393-4e86": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "82f2e867-202a-410f": {"visibility": 0.12848835802524936, "bbox": [191.80209350585938, 77.46875, 609.7291870117188, 6417.1669921875], "clickable": false, "set_of_marks": 0}, "5d2fbca6-a0a2-44e1": {"visibility": 0, "bbox": [8, 27276.46875, 1264, 0], "clickable": false, "set_of_marks": false}, "6b23cbc2-c996-4def": {"visibility": 1, "bbox": [501.53125, 77.46875, 300, 514.2916870117188], "clickable": false, "set_of_marks": true}, "ce85c110-c04a-4a02": {"visibility": 1, "bbox": [503.53125, 79.46875, 296, 46.5], "clickable": false, "set_of_marks": true}, "ea1f967c-faae-419c": {"visibility": 1, "bbox": [503.53125, 125.96875, 296, 181.45834350585938], "clickable": false, "set_of_marks": 0}, "3c7f9246-6f8a-4beb": {"visibility": 1, "bbox": [503.53125, 191.75, 296, 16.666667938232422], "clickable": true, "set_of_marks": true}, "73bc2009-06a5-4634": {"visibility": 1, "bbox": [503.53125, 125.96875, 296, 150.95834350585938], "clickable": false, "set_of_marks": true}, "e859b303-1b5f-4f1b": {"visibility": 1, "bbox": [503.53125, 276.9270935058594, 296, 30.5], "clickable": false, "set_of_marks": true}, "1c8c1686-ada7-4e36": {"visibility": 1, "bbox": [503.53125, 307.4270935058594, 296, 24], "clickable": false, "set_of_marks": true}, "71bc4a36-4172-4068": {"visibility": 1, "bbox": [508.53125, 310.4270935058594, 95.33333587646484, 18], "clickable": false, "set_of_marks": true}, "22890df0-89cb-4308": {"visibility": 1, "bbox": [612.8646240234375, 310.4270935058594, 181.6666717529297, 18], "clickable": false, "set_of_marks": true}, "4cdcd169-5049-4122": {"visibility": 1, "bbox": [503.53125, 331.4270935058594, 296, 24.666667938232422], "clickable": false, "set_of_marks": true}, "5c637105-f3c5-4a49": {"visibility": 1, "bbox": [508.53125, 335.09375, 95.33333587646484, 18], "clickable": false, "set_of_marks": true}, "fb7c7c43-6194-4014": {"visibility": 1, "bbox": [612.8646240234375, 335.09375, 181.6666717529297, 18], "clickable": false, "set_of_marks": true}, "0abe43ba-d1f0-43dc": {"visibility": 1, "bbox": [646.8646240234375, 336.4270935058594, 20.729167938232422, 14.666666984558105], "clickable": false, "set_of_marks": true}, "e166d9df-6608-47f0": {"visibility": 1, "bbox": [503.53125, 356.09375, 296, 24.666667938232422], "clickable": false, "set_of_marks": true}, "7c753dc8-5e9e-466e": {"visibility": 1, "bbox": [508.53125, 359.76043701171875, 95.33333587646484, 18], "clickable": false, "set_of_marks": true}, "5b78cb05-e98f-4e01": {"visibility": 1, "bbox": [612.8646240234375, 359.76043701171875, 181.6666717529297, 18], "clickable": false, "set_of_marks": true}, "1ff7bb6f-e6ef-48df": {"visibility": 1, "bbox": [612.8646240234375, 361.09375, 67.45833587646484, 14.666666984558105], "clickable": true, "set_of_marks": true}, "0b6e92a2-c6b0-4354": {"visibility": 1, "bbox": [503.53125, 380.76043701171875, 296, 24.666667938232422], "clickable": false, "set_of_marks": true}, "428b562f-104f-4395": {"visibility": 1, "bbox": [508.53125, 384.4270935058594, 95.33333587646484, 18], "clickable": false, "set_of_marks": true}, "870c90fb-2d1f-4549": {"visibility": 1, "bbox": [612.8646240234375, 384.4270935058594, 181.6666717529297, 18], "clickable": false, "set_of_marks": true}, "7d99cc65-f64c-49f7": {"visibility": 1, "bbox": [612.8646240234375, 385.76043701171875, 138.40625, 14.666666984558105], "clickable": true, "set_of_marks": true}, "e427c11e-10b0-4998": {"visibility": 1, "bbox": [503.53125, 405.4270935058594, 296, 114.66667175292969], "clickable": false, "set_of_marks": true}, "b3ac8350-4bbc-42a9": {"visibility": 1, "bbox": [508.53125, 409.09375, 95.33333587646484, 108], "clickable": false, "set_of_marks": true}, "55fa935f-a5cf-4c20": {"visibility": 1, "bbox": [612.8646240234375, 409.09375, 181.6666717529297, 108], "clickable": false, "set_of_marks": true}, "d6d0f773-659c-4de4": {"visibility": 1, "bbox": [612.8646240234375, 410.4270935058594, 71.90625, 14.666666984558105], "clickable": true, "set_of_marks": true}, "b3de231e-c26e-4745": {"visibility": 0, "bbox": [95.125, 27865.5625, 0, 0], "clickable": false, "set_of_marks": false}, "e4eed31d-6eea-463e": {"visibility": 1, "bbox": [612.8646240234375, 428.4270935058594, 67.13542175292969, 14.666666984558105], "clickable": true, "set_of_marks": true}, "1b749998-29ac-4519": {"visibility": 0, "bbox": [89.328125, 27883.5625, 0, 0], "clickable": false, "set_of_marks": false}, "7bda4504-c7bb-4b56": {"visibility": 1, "bbox": [612.8646240234375, 446.4270935058594, 91.52083587646484, 14.666666984558105], "clickable": true, "set_of_marks": true}, "fe336de0-e029-4c98": {"visibility": 0, "bbox": [120.4375, 27901.5625, 0, 0], "clickable": false, "set_of_marks": false}, "6b119ad0-9e79-48bd": {"visibility": 1, "bbox": [612.8646240234375, 464.4270935058594, 65.94792175292969, 14.666666984558105], "clickable": true, "set_of_marks": true}, "1e140571-e62f-4581": {"visibility": 0, "bbox": [91.75, 27919.5625, 0, 0], "clickable": false, "set_of_marks": false}, "aaeb9696-e5dd-4cf1": {"visibility": 1, "bbox": [612.8646240234375, 482.4270935058594, 34.770835876464844, 14.666666984558105], "clickable": true, "set_of_marks": true}, "a725a34e-f5a6-4e82": {"visibility": 0, "bbox": [52.4375, 27937.5625, 0, 0], "clickable": false, "set_of_marks": false}, "7e823cd2-85b4-4a85": {"visibility": 1, "bbox": [612.8646240234375, 500.4270935058594, 80.08333587646484, 14.666666984558105], "clickable": true, "set_of_marks": true}, "6cacfcb1-548b-4011": {"visibility": 1, "bbox": [503.53125, 520.09375, 296, 69.66667175292969], "clickable": false, "set_of_marks": true}, "7f6445cd-0f11-4298": {"visibility": 1, "bbox": [508.53125, 523.7604370117188, 95.33333587646484, 63], "clickable": false, "set_of_marks": true}, "da79fb18-8eb5-4cc4": {"visibility": 1, "bbox": [612.8646240234375, 523.7604370117188, 181.6666717529297, 63], "clickable": false, "set_of_marks": true}, "61013108-e2ec-46e6": {"visibility": 1, "bbox": [612.8646240234375, 523.7604370117188, 181.6666717529297, 21], "clickable": false, "set_of_marks": true}, "f035e148-bd61-4f2e": {"visibility": 1, "bbox": [744.75, 523.7604370117188, 49.78125, 18], "clickable": false, "set_of_marks": true}, "d660574e-bcb3-457c": {"visibility": 1, "bbox": [748.6771240234375, 525.09375, 41.9375, 14.666666984558105], "clickable": false, "set_of_marks": true}, "d280ada0-3c4d-4b09": {"visibility": 1, "bbox": [612.8646240234375, 523.7604370117188, 181.6666717529297, 21], "clickable": false, "set_of_marks": 0}, "466d4ede-370b-451b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "73f6cc77-a9f9-41b3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "646e5522-a2cd-4fc1": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "341335b0-0cf2-47df": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "7e648a33-6018-443e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0120d165-105d-448c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2cbfdaf8-c793-4e74": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9fa8f1b1-2112-4d56": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3ab0404d-1edf-4f2d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "93f6ea11-e2e8-4f34": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3e3f6e14-c946-4e7b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "47066bce-d306-43fa": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bad37b4b-6715-4ca3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "774ef102-595b-4d70": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1c252a0a-f0a7-4d32": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4311c777-9c3a-496d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c2b379fc-42c6-4317": {"visibility": 1, "bbox": [612.8646240234375, 544.7604370117188, 181.6666717529297, 21], "clickable": false, "set_of_marks": true}, "d859776f-1d0c-4cb7": {"visibility": 1, "bbox": [744.75, 544.7604370117188, 49.78125, 18], "clickable": false, "set_of_marks": true}, "3f707ea1-e3cc-435a": {"visibility": 1, "bbox": [748.6771240234375, 546.09375, 41.9375, 14.666666984558105], "clickable": false, "set_of_marks": true}, "67598023-2e53-447c": {"visibility": 1, "bbox": [612.8646240234375, 544.7604370117188, 181.6666717529297, 21], "clickable": false, "set_of_marks": 0}, "652806f4-7132-4d27": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a0677a2a-5ace-4d9a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4e19d6f2-f21a-4105": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "325580b0-4984-4552": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "69d2e3c0-6f0b-427f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "507252cc-c29b-4c4f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "cc324049-a747-4c0f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "097ec63d-a58b-4a40": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d86f21a7-600d-4908": {"visibility": 1, "bbox": [612.8646240234375, 565.7604370117188, 181.6666717529297, 21], "clickable": false, "set_of_marks": true}, "a17920c1-7a8e-49f8": {"visibility": 1, "bbox": [744.75, 565.7604370117188, 49.78125, 18], "clickable": false, "set_of_marks": true}, "6c063c11-01bf-4a2b": {"visibility": 1, "bbox": [748.6771240234375, 567.09375, 41.9375, 14.666666984558105], "clickable": false, "set_of_marks": true}, "7d44f243-d6a6-4e07": {"visibility": 1, "bbox": [612.8646240234375, 565.7604370117188, 181.6666717529297, 21], "clickable": false, "set_of_marks": 0}, "dd770382-b1b1-4670": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ac2c5997-a350-4670": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5b0805b1-d43e-4ce7": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a5f389e2-eaf2-411a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "47fb6410-f89e-4f91": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b7eeb85e-59ce-47fb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c22f9b6f-c91d-41ea": {"visibility": 0, "bbox": [8, 28121, 1264, 0], "clickable": false, "set_of_marks": false}, "4eb907d7-5e0a-4219": {"visibility": 1, "bbox": [205.80209350585938, 77.46875, 277.72918701171875, 171], "clickable": false, "set_of_marks": 0}, "45c92e66-92d4-4dc1": {"visibility": 1, "bbox": [205.80209350585938, 77.46875, 277.72918701171875, 171], "clickable": false, "set_of_marks": 0}, "c803081b-3999-4fd0": {"visibility": 1, "bbox": [205.80209350585938, 77.46875, 277.72918701171875, 171], "clickable": false, "set_of_marks": 0}, "481eb8df-ae2b-4b18": {"visibility": 1, "bbox": [205.80209350585938, 77.46875, 277.72918701171875, 171], "clickable": false, "set_of_marks": 0}, "a9b6c605-06c4-4481": {"visibility": 1, "bbox": [215.80209350585938, 77.46875, 257.72918701171875, 171], "clickable": false, "set_of_marks": true}, "e2a926bb-afe8-47b6": {"visibility": 1, "bbox": [215.80209350585938, 77.46875, 257.72918701171875, 122.5], "clickable": false, "set_of_marks": 0}, "970ef78e-98c3-41ae": {"visibility": 1, "bbox": [215.80209350585938, 80.80208587646484, 257.72918701171875, 114.66667175292969], "clickable": false, "set_of_marks": true}, "5c17c424-6c1a-426c": {"visibility": 0, "bbox": [1118.90625, 28121, 0, 17], "clickable": false, "set_of_marks": false}, "62c08c03-378d-4c79": {"visibility": 1, "bbox": [191.80209350585938, 255.46875, 609.7291870117188, 245], "clickable": false, "set_of_marks": true}, "3e12c541-ad7c-4ac7": {"visibility": 1, "bbox": [191.80209350585938, 258.8020935058594, 27.78125, 16.666667938232422], "clickable": false, "set_of_marks": true}, "d6edaeaa-39f8-428c": {"visibility": 1, "bbox": [334.19793701171875, 283.3020935058594, 79.46875, 16.666667938232422], "clickable": true, "set_of_marks": true}, "cdc6aedd-aca6-487e": {"visibility": 1, "bbox": [330.2395935058594, 332.3020935058594, 83.89583587646484, 16.666667938232422], "clickable": true, "set_of_marks": true}, "621cac44-09fb-44a1": {"visibility": 1, "bbox": [260.0833435058594, 356.8020935058594, 73.59375, 16.666667938232422], "clickable": true, "set_of_marks": true}, "9d76a063-3268-4ffd": {"visibility": 1, "bbox": [191.80209350585938, 524.46875, 609.7291870117188, 122.5], "clickable": false, "set_of_marks": true}, "bbeb400b-e325-4364": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4a8dbcb2-702a-40e4": {"visibility": 0, "bbox": [8, 28317.90625, 300, 150], "clickable": false, "set_of_marks": false}, "dc38edf9-ecde-4075": {"visibility": 0, "bbox": [95.5, 28330.390625, 125, 125.015625], "clickable": false, "set_of_marks": false}, "74b181a2-0f31-4918": {"visibility": 0, "bbox": [8, 28493.8125, 0, 0], "clickable": false, "set_of_marks": false}, "8643fb77-3337-4710": {"visibility": 0, "bbox": [8, 28493.8125, 0, 0], "clickable": true, "set_of_marks": false}, "61785983-2bfc-467c": {"visibility": 0, "bbox": [8, 28747.71875, 1264, 27], "clickable": false, "set_of_marks": false}, "17ad9e0b-45e5-441b": {"visibility": 0, "bbox": [8, 28747.71875, 197.984375, 26], "clickable": false, "set_of_marks": false}, "3581ed70-fb02-4afe": {"visibility": 0, "bbox": [48, 28794.625, 200, 379], "clickable": false, "set_of_marks": false}, "c1c57a1b-84db-4ba2": {"visibility": 0, "bbox": [48, 29107.625, 200, 17], "clickable": true, "set_of_marks": false}, "047677e7-4356-4dfe": {"visibility": 0, "bbox": [48, 28794.625, 200, 327], "clickable": false, "set_of_marks": false}, "6e35f256-ac47-4f36": {"visibility": 0, "bbox": [48, 29137.625, 200, 36], "clickable": false, "set_of_marks": false}, "0ee74bdf-a1dc-4e2b": {"visibility": 0, "bbox": [48, 29137.625, 200, 36], "clickable": false, "set_of_marks": false}, "671a92b7-6832-4dc6": {"visibility": 0, "bbox": [8, 29189.625, 1264, 18], "clickable": false, "set_of_marks": false}, "949ecc79-3720-4df5": {"visibility": 0, "bbox": [8, 29223.625, 1264, 36], "clickable": false, "set_of_marks": false}, "b1daaae8-7756-45bd": {"visibility": 0, "bbox": [8, 29275.625, 1264, 36], "clickable": false, "set_of_marks": false}, "a63c9d5e-fcf6-4722": {"visibility": 0, "bbox": [8, 29327.625, 1264, 54], "clickable": false, "set_of_marks": false}, "0952b820-b324-487d": {"visibility": 0, "bbox": [1213.390625, 29327.625, 50.65625, 17], "clickable": true, "set_of_marks": false}, "9ce4cf35-a70b-41e8": {"visibility": 0, "bbox": [986.6875, 29345.625, 9.78125, 17], "clickable": true, "set_of_marks": false}, "e0745f2d-c0c0-49b3": {"visibility": 0, "bbox": [8, 29397.625, 1264, 36], "clickable": false, "set_of_marks": false}, "6448e000-e75f-4a1b": {"visibility": 0, "bbox": [758.375, 29397.625, 89.046875, 17], "clickable": true, "set_of_marks": false}, "f25d85b4-bea4-4c2b": {"visibility": 0, "bbox": [8, 29449.625, 1264, 18], "clickable": false, "set_of_marks": false}, "3a144993-33e5-40da": {"visibility": 0, "bbox": [793.46875, 29449.625, 67.40625, 17], "clickable": true, "set_of_marks": false}, "899b0665-6735-4990": {"visibility": 0, "bbox": [1020.828125, 29449.625, 101.671875, 17], "clickable": false, "set_of_marks": false}, "d5e3a375-0c0c-4a30": {"visibility": 0, "bbox": [8, 29483.625, 1264, 72], "clickable": false, "set_of_marks": false}, "58e62d73-1c72-412d": {"visibility": 0, "bbox": [978.140625, 29501.625, 81.328125, 17], "clickable": true, "set_of_marks": false}, "f2a1f58e-ec33-4969": {"visibility": 0, "bbox": [890.03125, 29519.625, 30.453125, 17], "clickable": true, "set_of_marks": false}, "36021d7a-209a-4a8c": {"visibility": 0, "bbox": [952.03125, 29519.625, 130.984375, 17], "clickable": true, "set_of_marks": false}, "65488f86-4681-4562": {"visibility": 0, "bbox": [1141.671875, 29519.625, 29.359375, 17], "clickable": true, "set_of_marks": false}, "c1e402bc-806d-49fc": {"visibility": 0, "bbox": [671.828125, 29537.625, 89.90625, 17], "clickable": true, "set_of_marks": false}, "8cc8b0f0-8062-4ac5": {"visibility": 0, "bbox": [48, 29571.625, 180, 193], "clickable": false, "set_of_marks": false}, "261eac59-5394-40c3": {"visibility": 0, "bbox": [48, 29698.625, 180, 17], "clickable": true, "set_of_marks": false}, "ce48ac12-1aea-4378": {"visibility": 0, "bbox": [48, 29571.625, 180, 141], "clickable": false, "set_of_marks": false}, "2e71d80f-ba9d-466c": {"visibility": 0, "bbox": [48, 29728.625, 180, 36], "clickable": false, "set_of_marks": false}, "1d1f2b6f-e48c-4448": {"visibility": 0, "bbox": [48, 29728.625, 180, 36], "clickable": false, "set_of_marks": false}, "ed8a6d26-6246-42f6": {"visibility": 0, "bbox": [48, 29780.625, 180, 138], "clickable": false, "set_of_marks": false}, "2b080d2e-7be9-4ff2": {"visibility": 0, "bbox": [48, 29904.625, 180, 17], "clickable": true, "set_of_marks": false}, "88526f2f-b203-492f": {"visibility": 0, "bbox": [48, 29780.625, 180, 138], "clickable": false, "set_of_marks": false}, "523590af-c02a-4903": {"visibility": 0, "bbox": [48, 29918.625, 180, 0], "clickable": false, "set_of_marks": false}, "1341fe44-81a9-455b": {"visibility": 0, "bbox": [8, 29934.625, 1264, 54], "clickable": false, "set_of_marks": false}, "76fd6341-adef-47ed": {"visibility": 0, "bbox": [8, 30008.53125, 1264, 27], "clickable": false, "set_of_marks": false}, "1e39fa97-05fb-4fc3": {"visibility": 0, "bbox": [8, 30008.53125, 281.28125, 26], "clickable": false, "set_of_marks": false}, "3046e83c-6cc2-453e": {"visibility": 0, "bbox": [8, 30055.4375, 1264, 36], "clickable": false, "set_of_marks": false}, "239ec97c-1a43-4211": {"visibility": 0, "bbox": [8, 30110.15625, 1264, 22], "clickable": false, "set_of_marks": false}, "43a65e79-098d-45d6": {"visibility": 0, "bbox": [8, 30110.15625, 107.90625, 21], "clickable": false, "set_of_marks": false}, "77965a69-80a6-4e05": {"visibility": 0, "bbox": [8, 30110.15625, 107.90625, 21], "clickable": true, "set_of_marks": false}, "49ccaa91-a959-41aa": {"visibility": 0, "bbox": [8, 30150.875, 1264, 108], "clickable": false, "set_of_marks": false}, "55b3a987-9420-4d5f": {"visibility": 0, "bbox": [8, 30150.875, 140.03125, 17], "clickable": false, "set_of_marks": false}, "914c1f8c-da61-47f7": {"visibility": 0, "bbox": [148.03125, 30164.875, 0, 0], "clickable": false, "set_of_marks": false}, "716766fa-03dd-45a2": {"visibility": 0, "bbox": [698.15625, 30186.875, 9.1875, 17], "clickable": true, "set_of_marks": false}, "3116e768-1e45-4e8d": {"visibility": 0, "bbox": [985.890625, 30204.875, 55.984375, 17], "clickable": true, "set_of_marks": false}, "b9b34fa3-d275-4d64": {"visibility": 0, "bbox": [447.25, 30240.875, 34.03125, 17], "clickable": true, "set_of_marks": false}, "db82cd84-a212-43f1": {"visibility": 0, "bbox": [8, 30277.59375, 1264, 22], "clickable": false, "set_of_marks": false}, "cc99bc30-49dd-497a": {"visibility": 0, "bbox": [8, 30277.59375, 100.265625, 21], "clickable": false, "set_of_marks": false}, "cc9184d0-4897-4f4f": {"visibility": 0, "bbox": [8, 30277.59375, 100.265625, 21], "clickable": true, "set_of_marks": false}, "73f83119-91de-461f": {"visibility": 0, "bbox": [8, 30318.3125, 1264, 90], "clickable": false, "set_of_marks": false}, "d925ae42-38e2-4976": {"visibility": 0, "bbox": [8, 30318.3125, 192.921875, 17], "clickable": false, "set_of_marks": false}, "812c1c3f-17ef-4575": {"visibility": 0, "bbox": [200.921875, 30332.3125, 0, 0], "clickable": false, "set_of_marks": false}, "4a498a81-cced-4ea6": {"visibility": 0, "bbox": [629.1875, 30336.3125, 30.21875, 17], "clickable": true, "set_of_marks": false}, "1c80319e-c6ff-48d8": {"visibility": 0, "bbox": [8, 30424.3125, 1264, 18], "clickable": false, "set_of_marks": false}, "45ac0972-cc63-47b0": {"visibility": 0, "bbox": [8, 30458.3125, 1264, 54], "clickable": false, "set_of_marks": false}, "08df366b-1d98-469c": {"visibility": 0, "bbox": [8, 30531.03125, 1264, 22], "clickable": false, "set_of_marks": false}, "ed7f4908-a922-47a0": {"visibility": 0, "bbox": [8, 30531.03125, 137.71875, 21], "clickable": false, "set_of_marks": false}, "e5036f31-f2da-475a": {"visibility": 0, "bbox": [8, 30531.03125, 137.71875, 21], "clickable": true, "set_of_marks": false}, "f36691f7-66cd-467c": {"visibility": 0, "bbox": [8, 30571.75, 1264, 72], "clickable": false, "set_of_marks": false}, "88c55d46-0d00-4c59": {"visibility": 0, "bbox": [8, 30571.75, 198.5625, 17], "clickable": false, "set_of_marks": false}, "42e87a52-6c55-47ce": {"visibility": 0, "bbox": [206.5625, 30585.75, 0, 0], "clickable": false, "set_of_marks": false}, "40a2fb61-2b3d-4b99": {"visibility": 0, "bbox": [507.484375, 30589.75, 44.4375, 17], "clickable": true, "set_of_marks": false}, "b1ef830c-895e-4056": {"visibility": 0, "bbox": [8, 30659.75, 1264, 72], "clickable": false, "set_of_marks": false}, "e5246d2a-3705-4d72": {"visibility": 0, "bbox": [8, 30677.75, 1257.953125, 35], "clickable": true, "set_of_marks": false}, "ff8f9355-7ccb-43f5": {"visibility": 0, "bbox": [8, 30747.75, 1264, 18], "clickable": false, "set_of_marks": false}, "98aa1181-ae6d-4f77": {"visibility": 0, "bbox": [8, 30784.46875, 1264, 22], "clickable": false, "set_of_marks": false}, "ee2dd745-e246-4be2": {"visibility": 0, "bbox": [8, 30784.46875, 105.828125, 21], "clickable": false, "set_of_marks": false}, "f74a74ab-a588-4c24": {"visibility": 0, "bbox": [8, 30784.46875, 105.828125, 21], "clickable": true, "set_of_marks": false}, "9ee57198-082a-45b8": {"visibility": 0, "bbox": [8, 30825.1875, 1264, 72], "clickable": false, "set_of_marks": false}, "b0d0c0a2-c059-428c": {"visibility": 0, "bbox": [8, 30825.1875, 156.90625, 17], "clickable": false, "set_of_marks": false}, "f2969c91-6406-46e5": {"visibility": 0, "bbox": [164.90625, 30839.1875, 0, 0], "clickable": false, "set_of_marks": false}, "4030ce5d-3714-483c": {"visibility": 0, "bbox": [8, 30915.90625, 1264, 22], "clickable": false, "set_of_marks": false}, "1224e3be-6fcd-49f5": {"visibility": 0, "bbox": [8, 30915.90625, 57.140625, 21], "clickable": false, "set_of_marks": false}, "0582dfcb-2659-4196": {"visibility": 0, "bbox": [8, 30915.90625, 57.140625, 21], "clickable": true, "set_of_marks": false}, "53d92d5f-71ba-442e": {"visibility": 0, "bbox": [8, 30956.625, 1264, 90], "clickable": false, "set_of_marks": false}, "5a4a8585-e60a-48e4": {"visibility": 0, "bbox": [8, 30956.625, 188.484375, 17], "clickable": false, "set_of_marks": false}, "3f1d7b3a-15ec-4146": {"visibility": 0, "bbox": [196.484375, 30970.625, 0, 0], "clickable": false, "set_of_marks": false}, "d548aa9c-d5e9-47ca": {"visibility": 0, "bbox": [371.40625, 30974.625, 55.109375, 17], "clickable": true, "set_of_marks": false}, "07bc9aa1-0b84-4346": {"visibility": 0, "bbox": [851.484375, 30974.625, 47.109375, 17], "clickable": true, "set_of_marks": false}, "af2c14aa-5ba9-48d8": {"visibility": 0, "bbox": [642.328125, 31010.625, 31.09375, 17], "clickable": true, "set_of_marks": false}, "c5ecacc0-b7b2-4f80": {"visibility": 0, "bbox": [779.1875, 31010.625, 9.78125, 17], "clickable": true, "set_of_marks": false}, "681ad895-6e41-45c6": {"visibility": 0, "bbox": [8, 31065.34375, 1264, 22], "clickable": false, "set_of_marks": false}, "ca41adc1-4ec1-4318": {"visibility": 0, "bbox": [8, 31065.34375, 125.265625, 21], "clickable": false, "set_of_marks": false}, "d0e5071f-29ef-4fa8": {"visibility": 0, "bbox": [8, 31065.34375, 125.265625, 21], "clickable": true, "set_of_marks": false}, "795cc1e8-8dac-4ec1": {"visibility": 0, "bbox": [8, 31106.0625, 1264, 72], "clickable": false, "set_of_marks": false}, "fc01ea2a-3419-4c8c": {"visibility": 0, "bbox": [8, 31106.0625, 156.03125, 17], "clickable": false, "set_of_marks": false}, "34627b45-933c-4708": {"visibility": 0, "bbox": [164.03125, 31120.0625, 0, 0], "clickable": false, "set_of_marks": false}, "78cdfef8-84ed-4168": {"visibility": 0, "bbox": [152.859375, 31124.0625, 167.953125, 17], "clickable": true, "set_of_marks": false}, "506a5361-c3e0-4d12": {"visibility": 0, "bbox": [414.109375, 31160.0625, 91.53125, 17], "clickable": true, "set_of_marks": false}, "b0252507-429c-4e8b": {"visibility": 0, "bbox": [8, 31194.0625, 1264, 18], "clickable": false, "set_of_marks": false}, "3f07f282-c0ac-4f1c": {"visibility": 0, "bbox": [8, 31231.96875, 1264, 27], "clickable": false, "set_of_marks": false}, "7871152e-f8db-4973": {"visibility": 0, "bbox": [8, 31231.96875, 151.5625, 26], "clickable": false, "set_of_marks": false}, "26e81e47-10d0-4000": {"visibility": 0, "bbox": [8, 31278.875, 1264, 22], "clickable": false, "set_of_marks": false}, "fed2333c-ca68-4d16": {"visibility": 0, "bbox": [8, 31278.875, 86.734375, 21], "clickable": false, "set_of_marks": false}, "76731b0c-7675-455c": {"visibility": 0, "bbox": [8, 31319.59375, 1264, 18], "clickable": false, "set_of_marks": false}, "70ec4ba6-9eeb-45c7": {"visibility": 0, "bbox": [48.875, 31319.59375, 144.421875, 17], "clickable": true, "set_of_marks": false}, "8ba7dca2-1c95-4f8b": {"visibility": 0, "bbox": [48.875, 31319.59375, 73.328125, 17], "clickable": false, "set_of_marks": false}, "54fd3560-1a47-456e": {"visibility": 0, "bbox": [8, 31353.59375, 1264, 18], "clickable": false, "set_of_marks": false}, "232b3951-0b85-42e4": {"visibility": 0, "bbox": [8, 31353.59375, 98.5625, 17], "clickable": true, "set_of_marks": false}, "1231da11-77e9-4ff8": {"visibility": 0, "bbox": [367.84375, 31353.59375, 75.09375, 17], "clickable": true, "set_of_marks": false}, "06c9e305-9e7d-4339": {"visibility": 0, "bbox": [8, 31387.59375, 1264, 18], "clickable": false, "set_of_marks": false}, "f6667101-0ff1-4f08": {"visibility": 0, "bbox": [106.640625, 31387.59375, 187.96875, 17], "clickable": false, "set_of_marks": false}, "29bd98cb-6e3e-4542": {"visibility": 0, "bbox": [106.640625, 31387.59375, 187.96875, 17], "clickable": true, "set_of_marks": false}, "e19b4555-9c4b-480c": {"visibility": 0, "bbox": [379.921875, 31387.59375, 243.84375, 17], "clickable": false, "set_of_marks": false}, "42706079-3a99-4257": {"visibility": 0, "bbox": [379.921875, 31387.59375, 243.84375, 17], "clickable": true, "set_of_marks": false}, "5044e1ef-d25c-4e76": {"visibility": 0, "bbox": [8, 31421.59375, 1264, 36], "clickable": false, "set_of_marks": false}, "1a59bb10-31e9-4334": {"visibility": 0, "bbox": [397.0625, 31421.59375, 93.328125, 17], "clickable": true, "set_of_marks": false}, "437cffc5-542a-49b0": {"visibility": 0, "bbox": [297.875, 31439.59375, 113.109375, 17], "clickable": true, "set_of_marks": false}, "a0b9ea7b-c478-484b": {"visibility": 0, "bbox": [8, 31473.59375, 1264, 36], "clickable": false, "set_of_marks": false}, "566a46df-d30a-4773": {"visibility": 0, "bbox": [230.484375, 31473.59375, 70.671875, 17], "clickable": true, "set_of_marks": false}, "997ea127-e9bc-4f78": {"visibility": 0, "bbox": [798.53125, 31473.59375, 52.6875, 17], "clickable": true, "set_of_marks": false}, "e6c31a7c-3c70-426b": {"visibility": 0, "bbox": [8, 31525.59375, 1264, 36], "clickable": false, "set_of_marks": false}, "fd8fccab-6290-43ef": {"visibility": 0, "bbox": [8, 31525.59375, 71.546875, 17], "clickable": true, "set_of_marks": false}, "06e2cbb1-5a28-4c4b": {"visibility": 0, "bbox": [86.671875, 31525.59375, 93.59375, 17], "clickable": true, "set_of_marks": false}, "914d964b-b9a3-4392": {"visibility": 0, "bbox": [188.265625, 31525.59375, 82.203125, 17], "clickable": true, "set_of_marks": false}, "a5edb4a6-56b1-447c": {"visibility": 0, "bbox": [305.578125, 31525.59375, 114.203125, 17], "clickable": true, "set_of_marks": false}, "af3a014f-2593-4b57": {"visibility": 0, "bbox": [8, 31580.3125, 1264, 22], "clickable": false, "set_of_marks": false}, "663516d6-5e7e-4a6c": {"visibility": 0, "bbox": [8, 31580.3125, 137, 21], "clickable": false, "set_of_marks": false}, "465128fd-c9fd-4387": {"visibility": 0, "bbox": [8, 31621.03125, 1264, 18], "clickable": false, "set_of_marks": false}, "9891a982-32b8-4068": {"visibility": 0, "bbox": [48.875, 31621.03125, 183.515625, 17], "clickable": true, "set_of_marks": false}, "0dc80bde-fcd1-47fe": {"visibility": 0, "bbox": [48.875, 31621.03125, 73.328125, 17], "clickable": false, "set_of_marks": false}, "5efe816f-f591-454f": {"visibility": 0, "bbox": [8, 31655.03125, 1264, 36], "clickable": false, "set_of_marks": false}, "cbe3ce78-e3b7-4fcf": {"visibility": 0, "bbox": [8, 31707.03125, 1264, 36], "clickable": false, "set_of_marks": false}, "8948fa1a-a5ea-40bf": {"visibility": 0, "bbox": [244.421875, 31725.03125, 80.265625, 17], "clickable": true, "set_of_marks": false}, "0f63ab32-6950-4121": {"visibility": 0, "bbox": [8, 31761.75, 1264, 22], "clickable": false, "set_of_marks": false}, "591e7236-f0d8-4f37": {"visibility": 0, "bbox": [8, 31761.75, 63.390625, 21], "clickable": false, "set_of_marks": false}, "a3710615-213d-4611": {"visibility": 0, "bbox": [8, 31802.46875, 1264, 18], "clickable": false, "set_of_marks": false}, "8cb2e340-69c6-4b43": {"visibility": 0, "bbox": [25.328125, 31802.46875, 162.203125, 17], "clickable": false, "set_of_marks": false}, "12803cb2-1d8a-4da6": {"visibility": 0, "bbox": [25.328125, 31802.46875, 162.203125, 17], "clickable": true, "set_of_marks": false}, "058785ab-a0cb-4e1e": {"visibility": 0, "bbox": [8, 31836.46875, 1264, 18], "clickable": false, "set_of_marks": false}, "cef9b5e2-7eb9-4df4": {"visibility": 0, "bbox": [8, 31874.375, 1264, 27], "clickable": false, "set_of_marks": false}, "8eb175e1-4fd0-499b": {"visibility": 0, "bbox": [8, 31874.375, 62.21875, 26], "clickable": false, "set_of_marks": false}, "edbfe172-0024-4195": {"visibility": 0, "bbox": [8, 31921.28125, 1264, 108], "clickable": false, "set_of_marks": false}, "416c08de-f719-42f0": {"visibility": 0, "bbox": [48, 31921.28125, 1224, 36], "clickable": false, "set_of_marks": false}, "875568b1-dd83-4b44": {"visibility": 0, "bbox": [48, 31957.28125, 1224, 36], "clickable": false, "set_of_marks": false}, "96495079-5763-49e3": {"visibility": 0, "bbox": [48, 31957.28125, 98.5625, 17], "clickable": true, "set_of_marks": false}, "3dee7a84-0bc0-48fc": {"visibility": 0, "bbox": [469.25, 31975.28125, 65.78125, 17], "clickable": true, "set_of_marks": false}, "e3bbb6ca-f46f-45b0": {"visibility": 0, "bbox": [48, 31993.28125, 1224, 36], "clickable": false, "set_of_marks": false}, "6bf1d470-7f2d-439b": {"visibility": 0, "bbox": [8, 32045.28125, 1264, 453], "clickable": false, "set_of_marks": false}, "a8723b50-8a65-4d1a": {"visibility": 0, "bbox": [8, 32045.28125, 1264, 193], "clickable": false, "set_of_marks": false}, "a79ddd19-a7f5-483f": {"visibility": 0, "bbox": [8, 32045.28125, 1264, 154], "clickable": false, "set_of_marks": false}, "90784ec9-e7d2-4d1f": {"visibility": 0, "bbox": [80.421875, 32045.28125, 300, 150], "clickable": false, "set_of_marks": false}, "e3906edb-0616-4892": {"visibility": 0, "bbox": [155.40625, 32078.609375, 150.03125, 83.359375], "clickable": false, "set_of_marks": false}, "7151fbbd-901e-44a4": {"visibility": 0, "bbox": [8, 32199.28125, 1264, 39], "clickable": false, "set_of_marks": false}, "224555c8-9a81-43a2": {"visibility": 0, "bbox": [8, 32199.28125, 1264, 39], "clickable": false, "set_of_marks": false}, "fe3b17d7-fb24-4ee3": {"visibility": 0, "bbox": [8, 32199.28125, 1264, 39], "clickable": false, "set_of_marks": false}, "ef703b6d-b328-4c76": {"visibility": 0, "bbox": [8, 32199.28125, 1244, 27], "clickable": false, "set_of_marks": false}, "c2fe3e10-39de-4b02": {"visibility": 0, "bbox": [8, 32202.28125, 78.875, 18], "clickable": false, "set_of_marks": false}, "c1b504f3-ed4a-4b55": {"visibility": 0, "bbox": [8, 32202.28125, 74.421875, 17], "clickable": true, "set_of_marks": false}, "fb321607-bad9-426e": {"visibility": 0, "bbox": [82.421875, 32202.28125, 4.453125, 17], "clickable": false, "set_of_marks": false}, "a33885d5-e2a9-4335": {"visibility": 0, "bbox": [92.875, 32202.28125, 34.4375, 18], "clickable": false, "set_of_marks": false}, "2593e306-bb56-409d": {"visibility": 0, "bbox": [92.875, 32202.28125, 28.4375, 17], "clickable": false, "set_of_marks": false}, "a3fd267a-35c3-4c1d": {"visibility": 0, "bbox": [92.875, 32202.28125, 28.4375, 17], "clickable": true, "set_of_marks": false}, "3f0d23a6-508d-4291": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8a1de5bd-32d1-4b27": {"visibility": 0, "bbox": [133.3125, 32202.28125, 45.765625, 18], "clickable": false, "set_of_marks": false}, "6fbe126a-b26e-4b1e": {"visibility": 0, "bbox": [133.3125, 32202.28125, 39.765625, 17], "clickable": false, "set_of_marks": false}, "e448bfb3-ce40-4bf6": {"visibility": 0, "bbox": [133.3125, 32202.28125, 39.765625, 17], "clickable": true, "set_of_marks": false}, "2a2abb45-2532-45ac": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "bea32eed-3d20-45c5": {"visibility": 0, "bbox": [185.078125, 32202.28125, 95.46875, 18], "clickable": false, "set_of_marks": false}, "ccfe9d3a-bfb6-4b70": {"visibility": 0, "bbox": [185.078125, 32202.28125, 89.46875, 17], "clickable": false, "set_of_marks": false}, "119793f7-015d-4cf4": {"visibility": 0, "bbox": [185.078125, 32202.28125, 89.46875, 17], "clickable": true, "set_of_marks": false}, "c47e6f93-133a-42f4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fed66a6c-027f-418a": {"visibility": 0, "bbox": [286.546875, 32202.28125, 148.171875, 18], "clickable": false, "set_of_marks": false}, "d26bd8b5-29ed-4f6d": {"visibility": 0, "bbox": [286.546875, 32202.28125, 142.171875, 17], "clickable": false, "set_of_marks": false}, "f24fb6ff-12ee-468c": {"visibility": 0, "bbox": [286.546875, 32202.28125, 142.171875, 17], "clickable": true, "set_of_marks": false}, "79723d59-7e8a-4cce": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c3f89498-98c5-4e43": {"visibility": 0, "bbox": [1109.140625, 32238.28125, 162.859375, 16], "clickable": true, "set_of_marks": false}, "14809fa8-9fb2-437a": {"visibility": 0, "bbox": [8, 32238.28125, 1264, 172], "clickable": false, "set_of_marks": false}, "52167b6c-fc77-40e8": {"visibility": 0, "bbox": [8, 32238.28125, 1264, 154], "clickable": false, "set_of_marks": false}, "6d3ae4d0-8ea6-4323": {"visibility": 0, "bbox": [81.3125, 32238.28125, 300, 150], "clickable": false, "set_of_marks": false}, "8a59d4ca-7382-469f": {"visibility": 0, "bbox": [156.296875, 32271.609375, 150.03125, 83.359375], "clickable": false, "set_of_marks": false}, "2a87ba41-5dfe-418e": {"visibility": 0, "bbox": [8, 32392.28125, 1264, 18], "clickable": false, "set_of_marks": false}, "868f1761-3f26-487f": {"visibility": 0, "bbox": [8, 32392.28125, 52.4375, 17], "clickable": true, "set_of_marks": false}, "6d3c5808-ca0c-4a44": {"visibility": 0, "bbox": [64.4375, 32392.28125, 51.546875, 17], "clickable": true, "set_of_marks": false}, "cb6374af-5166-411a": {"visibility": 0, "bbox": [119.984375, 32392.28125, 41.796875, 17], "clickable": true, "set_of_marks": false}, "f69d6ebf-3aa4-42f6": {"visibility": 0, "bbox": [165.78125, 32392.28125, 54.203125, 17], "clickable": true, "set_of_marks": false}, "50c34c67-0a0e-42b2": {"visibility": 0, "bbox": [8, 32410.28125, 1264, 18], "clickable": false, "set_of_marks": false}, "ac89a49b-9e4e-4716": {"visibility": 0, "bbox": [256.390625, 32410.28125, 72.03125, 17], "clickable": true, "set_of_marks": false}, "b64a2a66-c55b-4427": {"visibility": 0, "bbox": [8, 32428.28125, 1264, 70], "clickable": false, "set_of_marks": false}, "eeae164e-8ede-4940": {"visibility": 0, "bbox": [8, 32428.28125, 1264, 70], "clickable": false, "set_of_marks": false}, "674ea9f0-2eab-4e77": {"visibility": 0, "bbox": [8, 32428.28125, 1264, 18], "clickable": false, "set_of_marks": false}, "5bf87111-476a-4c51": {"visibility": 0, "bbox": [8, 32462.28125, 1264, 36], "clickable": false, "set_of_marks": false}, "c53e1650-a0aa-41ef": {"visibility": 0, "bbox": [8, 32462.28125, 1264, 36], "clickable": false, "set_of_marks": false}, "267401ce-92d6-40a5": {"visibility": 0, "bbox": [48, 32462.28125, 1224, 18], "clickable": false, "set_of_marks": false}, "723a8cb9-f9f3-4a7b": {"visibility": 0, "bbox": [48, 32462.28125, 49.78125, 17], "clickable": true, "set_of_marks": false}, "7e3ecf3f-1eb7-486b": {"visibility": 0, "bbox": [48, 32480.28125, 1224, 18], "clickable": false, "set_of_marks": false}, "05cff75f-0a13-45b3": {"visibility": 0, "bbox": [48, 32480.28125, 43.546875, 17], "clickable": true, "set_of_marks": false}, "83750040-08aa-4b37": {"visibility": 0.1248563486512099, "bbox": [837.53125, -415, 336, 7224.30224609375], "clickable": false, "set_of_marks": 0}, "3eb87db8-6304-46d4": {"visibility": 0.12485652586792471, "bbox": [837.53125, -415, 336, 7224.2919921875], "clickable": false, "set_of_marks": 0}, "ddd257ed-0ea9-412b": {"visibility": 0, "bbox": [8, 32514.28125, 1264, 250], "clickable": false, "set_of_marks": false}, "5842d918-75a3-4959": {"visibility": 0, "bbox": [8, 32514.28125, 1264, 250], "clickable": false, "set_of_marks": false}, "9e267c75-caec-467c": {"visibility": 0, "bbox": [8, 32514.28125, 1264, 250], "clickable": false, "set_of_marks": false}, "57172511-0b56-4573": {"visibility": 0, "bbox": [8, 32514.28125, 300, 250], "clickable": false, "set_of_marks": false}, "ae557eb9-beb4-46a0": {"visibility": 0.09090909090909091, "bbox": [855.53125, -415, 300, 456.5], "clickable": false, "set_of_marks": 0}, "2832671e-bff7-48c3": {"visibility": 0.09595375722543352, "bbox": [855.53125, -391, 300, 432.5], "clickable": false, "set_of_marks": 0}, "f7d218fc-733c-4028": {"visibility": 0.0225, "bbox": [855.53125, -391, 300, 400], "clickable": false, "set_of_marks": true}, "0359a43b-1a37-45e8": {"visibility": 1, "bbox": [855.53125, 55.5, 300, 186.6666717529297], "clickable": false, "set_of_marks": 0}, "719411f3-1139-4d42": {"visibility": 1, "bbox": [855.53125, 55.5, 300, 166.6666717529297], "clickable": false, "set_of_marks": 0}, "24dfb49c-85d5-48f5": {"visibility": 1, "bbox": [860.53125, 55.5, 290, 166.6666717529297], "clickable": false, "set_of_marks": true}, "675d635a-27b8-42e0": {"visibility": 1, "bbox": [860.53125, 55.5, 290, 29.166667938232422], "clickable": false, "set_of_marks": true}, "c238d597-b22d-4876": {"visibility": 1, "bbox": [860.53125, 96.66667175292969, 290, 97.5], "clickable": false, "set_of_marks": true}, "255bfc99-1118-4647": {"visibility": 1, "bbox": [860.53125, 96.66667175292969, 100, 97.5], "clickable": true, "set_of_marks": 0}, "7f71c50e-56fc-4ec0": {"visibility": 1, "bbox": [860.53125, 96.66667175292969, 100, 75], "clickable": false, "set_of_marks": true}, "570e5276-29c0-4a39": {"visibility": 1, "bbox": [865.53125, 140, 24, 24], "clickable": false, "set_of_marks": true}, "4ae6302b-c80b-46da": {"visibility": 1, "bbox": [871.53125, 146, 12, 12], "clickable": false, "set_of_marks": 0}, "caf0b90d-2227-4dc0": {"visibility": 1, "bbox": [872.53125, 146, 10, 12], "clickable": false, "set_of_marks": true}, "292352d0-d0f1-4a78": {"visibility": 1, "bbox": [860.53125, 176.6666717529297, 100, 17.5], "clickable": false, "set_of_marks": true}, "4ec53fc4-3c6d-4642": {"visibility": 1, "bbox": [969.53125, 96.66667175292969, 100, 97.5], "clickable": true, "set_of_marks": 0}, "e1e3bd3d-4630-439d": {"visibility": 1, "bbox": [969.53125, 96.66667175292969, 100, 75], "clickable": false, "set_of_marks": true}, "0734154d-dce4-4c14": {"visibility": 1, "bbox": [974.53125, 140, 24, 24], "clickable": false, "set_of_marks": true}, "729f50fd-f5d5-498c": {"visibility": 1, "bbox": [980.53125, 146, 12, 12], "clickable": false, "set_of_marks": 0}, "b570a1a8-67ad-497d": {"visibility": 1, "bbox": [981.53125, 146, 10, 12], "clickable": false, "set_of_marks": true}, "8e319e90-4e75-4196": {"visibility": 1, "bbox": [969.53125, 176.6666717529297, 100, 17.5], "clickable": false, "set_of_marks": true}, "e426025b-0d72-4291": {"visibility": 1, "bbox": [1078.53125, 96.66667175292969, 100, 97.5], "clickable": true, "set_of_marks": 0}, "943b5021-5b19-44eb": {"visibility": 1, "bbox": [1078.53125, 96.66667175292969, 100, 75], "clickable": false, "set_of_marks": true}, "82b0e9d0-cdda-4787": {"visibility": 1, "bbox": [1083.53125, 140, 24, 24], "clickable": false, "set_of_marks": true}, "9350f1e9-537b-4852": {"visibility": 1, "bbox": [1089.53125, 146, 12, 12], "clickable": false, "set_of_marks": 0}, "2f8035c2-79f0-4555": {"visibility": 1, "bbox": [1090.53125, 146, 10, 12], "clickable": false, "set_of_marks": true}, "d0ea81d2-767b-425a": {"visibility": 1, "bbox": [1078.53125, 176.6666717529297, 100, 17.5], "clickable": false, "set_of_marks": true}, "23c95fa6-e475-4227": {"visibility": 1, "bbox": [1187.53125, 96.66667175292969, 100, 97.5], "clickable": true, "set_of_marks": 0}, "f313e05f-1955-4f1d": {"visibility": 1, "bbox": [1187.53125, 96.66667175292969, 100, 75], "clickable": false, "set_of_marks": true}, "c83ce04a-259a-4139": {"visibility": 1, "bbox": [1192.53125, 140, 24, 24], "clickable": false, "set_of_marks": true}, "043fb5ef-1a94-4637": {"visibility": 1, "bbox": [1198.53125, 146, 12, 12], "clickable": false, "set_of_marks": 0}, "b609bcf1-7624-4110": {"visibility": 1, "bbox": [1199.53125, 146, 10, 12], "clickable": false, "set_of_marks": true}, "ea539056-8ae1-4efd": {"visibility": 1, "bbox": [1187.53125, 176.6666717529297, 100, 17.5], "clickable": false, "set_of_marks": true}, "c8c4ff95-fbb1-45a1": {"visibility": 0, "bbox": [8, 33318.28125, 300, 30], "clickable": true, "set_of_marks": false}, "e4eee1e8-ded9-46d7": {"visibility": 0, "bbox": [8, 33318.28125, 300, 12], "clickable": false, "set_of_marks": false}, "6fc5106e-66b8-42cf": {"visibility": 0, "bbox": [8, 33318.28125, 300, 12], "clickable": false, "set_of_marks": false}, "469f106f-abe9-4782": {"visibility": 0, "bbox": [8, 33318.28125, 12, 12], "clickable": false, "set_of_marks": false}, "21403d40-2451-4a1c": {"visibility": 0, "bbox": [9, 33318.28125, 10, 12], "clickable": false, "set_of_marks": false}, "eeb3680a-46b2-487f": {"visibility": 0, "bbox": [8, 33330.28125, 300, 18], "clickable": false, "set_of_marks": false}, "47741eeb-c12b-47b6": {"visibility": 0, "bbox": [8, 33348.28125, 300, 30], "clickable": true, "set_of_marks": false}, "d499fe00-55cf-4404": {"visibility": 0, "bbox": [8, 33348.28125, 300, 12], "clickable": false, "set_of_marks": false}, "0772dd3d-3bd0-4d0a": {"visibility": 0, "bbox": [8, 33348.28125, 300, 12], "clickable": false, "set_of_marks": false}, "6fe39387-674b-4dc6": {"visibility": 0, "bbox": [8, 33348.28125, 12, 12], "clickable": false, "set_of_marks": false}, "33f8cbd2-2d1c-4eec": {"visibility": 0, "bbox": [9, 33348.28125, 10, 12], "clickable": false, "set_of_marks": false}, "ec9fa04f-3385-4867": {"visibility": 0, "bbox": [8, 33360.28125, 300, 18], "clickable": false, "set_of_marks": false}, "9203ed13-37d9-4687": {"visibility": 0, "bbox": [8, 33378.28125, 300, 30], "clickable": true, "set_of_marks": false}, "cf5968c9-3dae-4308": {"visibility": 0, "bbox": [8, 33378.28125, 300, 12], "clickable": false, "set_of_marks": false}, "f5995779-54a4-4700": {"visibility": 0, "bbox": [8, 33378.28125, 300, 12], "clickable": false, "set_of_marks": false}, "ce8ce75e-119d-4073": {"visibility": 0, "bbox": [8, 33378.28125, 12, 12], "clickable": false, "set_of_marks": false}, "e5afea90-cb27-41ff": {"visibility": 0, "bbox": [9, 33378.28125, 10, 12], "clickable": false, "set_of_marks": false}, "69036f5a-76ca-4e56": {"visibility": 0, "bbox": [8, 33390.28125, 300, 18], "clickable": false, "set_of_marks": false}, "6804f024-7408-454d": {"visibility": 0, "bbox": [8, 33408.28125, 300, 30], "clickable": true, "set_of_marks": false}, "fdabfe61-4687-42a2": {"visibility": 0, "bbox": [8, 33408.28125, 300, 12], "clickable": false, "set_of_marks": false}, "76de62df-605d-4f0b": {"visibility": 0, "bbox": [8, 33408.28125, 300, 12], "clickable": false, "set_of_marks": false}, "90e4255c-0971-43a4": {"visibility": 0, "bbox": [8, 33408.28125, 12, 12], "clickable": false, "set_of_marks": false}, "ac3f2a66-1204-4925": {"visibility": 0, "bbox": [9, 33408.28125, 10, 12], "clickable": false, "set_of_marks": false}, "4722896a-06f1-4e4a": {"visibility": 0, "bbox": [8, 33420.28125, 300, 18], "clickable": false, "set_of_marks": false}, "a2c74ddc-8e3e-4d99": {"visibility": 0, "bbox": [8, 33438.28125, 300, 30], "clickable": true, "set_of_marks": false}, "07c62a0a-51c7-49af": {"visibility": 0, "bbox": [8, 33438.28125, 300, 12], "clickable": false, "set_of_marks": false}, "0ff1c647-0e20-48fc": {"visibility": 0, "bbox": [8, 33438.28125, 300, 12], "clickable": false, "set_of_marks": false}, "66b5549b-695f-48cb": {"visibility": 0, "bbox": [8, 33438.28125, 12, 12], "clickable": false, "set_of_marks": false}, "247c299c-df69-4426": {"visibility": 0, "bbox": [9, 33438.28125, 10, 12], "clickable": false, "set_of_marks": false}, "02e29688-c7cb-4e93": {"visibility": 0, "bbox": [8, 33450.28125, 300, 18], "clickable": false, "set_of_marks": false}, "0ce4f0f6-5e4f-4879": {"visibility": 1, "bbox": [845.53125, 110.16667175292969, 24, 24], "clickable": false, "set_of_marks": true}, "82ca0bf9-b854-4902": {"visibility": 1, "bbox": [851.53125, 116.16667175292969, 12, 12], "clickable": false, "set_of_marks": 0}, "02869bd9-67aa-43e7": {"visibility": 1, "bbox": [851.53125, 117.16682434082031, 12, 9.999847412109375], "clickable": false, "set_of_marks": true}, "dafd6d46-358c-456d": {"visibility": 1, "bbox": [851.53125, 117.16682434082031, 12, 9.999847412109375], "clickable": false, "set_of_marks": 0}, "30b653c6-40b3-4785": {"visibility": 1, "bbox": [851.53125, 117.16682434082031, 12, 9.999847412109375], "clickable": false, "set_of_marks": 0}, "c2d83942-3dc3-401b": {"visibility": 1, "bbox": [1141.53125, 110.16667175292969, 24, 24], "clickable": false, "set_of_marks": true}, "f6c6d55c-c0e0-4923": {"visibility": 1, "bbox": [1147.53125, 116.16667175292969, 12, 12], "clickable": false, "set_of_marks": 0}, "599227cc-90b4-40d1": {"visibility": 1, "bbox": [1147.53125, 117.16667175292969, 12, 9.999847412109375], "clickable": false, "set_of_marks": true}, "5e7bae4c-a931-41dc": {"visibility": 1, "bbox": [1147.53125, 117.16667175292969, 12, 9.999847412109375], "clickable": false, "set_of_marks": 0}, "f1e57f01-9300-4680": {"visibility": 1, "bbox": [1147.53125, 117.16667175292969, 12, 9.999847412109375], "clickable": false, "set_of_marks": 0}, "c65d971c-57f7-454c": {"visibility": 1, "bbox": [860.53125, 210.1666717529297, 290, 12], "clickable": false, "set_of_marks": true}, "95664e56-3a92-4fcf": {"visibility": 1, "bbox": [967.53125, 210.1666717529297, 12, 12], "clickable": false, "set_of_marks": true}, "847c6d55-7ddd-4e6f": {"visibility": 1, "bbox": [983.53125, 210.1666717529297, 12, 12], "clickable": false, "set_of_marks": true}, "82de9abb-61a3-429e": {"visibility": 1, "bbox": [999.53125, 210.1666717529297, 12, 12], "clickable": false, "set_of_marks": true}, "2e7e28b8-2f0e-442c": {"visibility": 1, "bbox": [1015.53125, 210.1666717529297, 12, 12], "clickable": false, "set_of_marks": true}, "49775872-f3b1-40c3": {"visibility": 1, "bbox": [1031.53125, 210.1666717529297, 12, 12], "clickable": false, "set_of_marks": true}, "92b58ee3-b927-482c": {"visibility": 1, "bbox": [855.53125, 242.1666717529297, 300, 407.3333435058594], "clickable": false, "set_of_marks": 0}, "e920f960-450c-47e8": {"visibility": 1, "bbox": [855.53125, 266.16668701171875, 300, 383.3333435058594], "clickable": false, "set_of_marks": 0}, "383d064c-b90c-46b6": {"visibility": 1, "bbox": [855.53125, 266.16668701171875, 300, 359.3333435058594], "clickable": false, "set_of_marks": 0}, "2f324baa-f66a-4a08": {"visibility": 1, "bbox": [852.53125, 267.5, 119.80208587646484, 20], "clickable": false, "set_of_marks": true}, "0ff6fa07-79ad-420d": {"visibility": 1, "bbox": [855.53125, 302.5, 300, 323], "clickable": false, "set_of_marks": true}, "71a5db77-3fa9-43cb": {"visibility": 1, "bbox": [855.53125, 302.5, 300, 55], "clickable": false, "set_of_marks": true}, "d59dae72-f349-41b0": {"visibility": 1, "bbox": [855.53125, 302.5, 300, 55], "clickable": true, "set_of_marks": 0}, "d7916a73-c3be-465b": {"visibility": 1, "bbox": [855.53125, 302.5, 55, 55], "clickable": false, "set_of_marks": true}, "5dc14933-619b-47f8": {"visibility": 1, "bbox": [922.53125, 319.5, 233, 21], "clickable": false, "set_of_marks": true}, "795ec5d1-1cf9-4972": {"visibility": 1, "bbox": [855.53125, 369.5, 300, 55], "clickable": false, "set_of_marks": true}, "c584028d-8dc4-43c1": {"visibility": 1, "bbox": [855.53125, 369.5, 300, 55], "clickable": true, "set_of_marks": 0}, "2c72c239-b85d-4429": {"visibility": 1, "bbox": [855.53125, 369.5, 55, 55], "clickable": false, "set_of_marks": true}, "f287f463-1d72-4c2a": {"visibility": 1, "bbox": [922.53125, 386.5, 233, 21], "clickable": false, "set_of_marks": true}, "8e8c68df-6cb2-4bc5": {"visibility": 1, "bbox": [855.53125, 436.5, 300, 55], "clickable": false, "set_of_marks": true}, "7de69094-8c77-4da9": {"visibility": 1, "bbox": [855.53125, 436.5, 300, 55], "clickable": true, "set_of_marks": 0}, "91fc4d56-be0a-471e": {"visibility": 1, "bbox": [855.53125, 436.5, 55, 55], "clickable": false, "set_of_marks": true}, "0e1119aa-d35a-411e": {"visibility": 1, "bbox": [922.53125, 453.5, 233, 21], "clickable": false, "set_of_marks": true}, "c29bae3e-e2e6-454e": {"visibility": 1, "bbox": [855.53125, 503.5, 300, 55], "clickable": false, "set_of_marks": true}, "99e3602e-6ad1-406d": {"visibility": 1, "bbox": [855.53125, 503.5, 300, 55], "clickable": true, "set_of_marks": 0}, "073e89aa-636c-43f1": {"visibility": 1, "bbox": [855.53125, 503.5, 55, 55], "clickable": false, "set_of_marks": true}, "3184dd86-d1c4-4513": {"visibility": 1, "bbox": [922.53125, 520.5, 233, 21], "clickable": false, "set_of_marks": true}, "c6b023d8-353f-4f17": {"visibility": 1, "bbox": [855.53125, 570.5, 300, 55], "clickable": false, "set_of_marks": true}, "41dba305-fd97-4a8b": {"visibility": 1, "bbox": [855.53125, 570.5, 300, 55], "clickable": true, "set_of_marks": 0}, "455e2cb2-5ed4-4e75": {"visibility": 1, "bbox": [855.53125, 570.5, 55, 55], "clickable": false, "set_of_marks": true}, "6373248e-3cf4-49f8": {"visibility": 1, "bbox": [922.53125, 587.5, 233, 21], "clickable": false, "set_of_marks": true}, "f65759c2-367c-4a1b": {"visibility": 0, "bbox": [8, 33877.421875, 1264, 0], "clickable": false, "set_of_marks": false}, "b708463a-e1c2-4141": {"visibility": 0, "bbox": [8, 33877.421875, 1264, 18], "clickable": false, "set_of_marks": false}, "b79be179-a26a-427f": {"visibility": 0, "bbox": [8, 33877.421875, 1264, 0], "clickable": false, "set_of_marks": false}, "f8362fef-63c0-48cd": {"visibility": 0, "bbox": [8, 33877.421875, 1264, 0], "clickable": false, "set_of_marks": false}, "3def4f61-84b2-4f7e": {"visibility": 0, "bbox": [8, 33877.421875, 1264, 18], "clickable": false, "set_of_marks": false}, "bcddf7c6-7bf6-4cf8": {"visibility": 0, "bbox": [8, 33916.859375, 1264, 146.4375], "clickable": false, "set_of_marks": false}, "57f5e6b1-eb9f-42ea": {"visibility": 0, "bbox": [8, 33916.859375, 1264, 146.4375], "clickable": false, "set_of_marks": false}, "b0f220ac-bc28-4851": {"visibility": 0, "bbox": [8, 33916.859375, 1264, 146.4375], "clickable": false, "set_of_marks": false}, "09af68c2-1602-4c7b": {"visibility": 0, "bbox": [8, 33916.859375, 1264, 37], "clickable": false, "set_of_marks": false}, "7212839c-385e-4e92": {"visibility": 0, "bbox": [8, 33975.296875, 1264, 88], "clickable": false, "set_of_marks": false}, "a915ba91-7742-4680": {"visibility": 0, "bbox": [8, 33975.296875, 1264, 88], "clickable": false, "set_of_marks": false}, "8dc7e554-3a44-45d0": {"visibility": 0, "bbox": [8, 33975.296875, 1264, 88], "clickable": false, "set_of_marks": false}, "b985bb1d-e390-499e": {"visibility": 0, "bbox": [8, 33975.296875, 1264, 18], "clickable": false, "set_of_marks": false}, "b48d5cc3-5d2c-45ce": {"visibility": 0, "bbox": [8, 33975.296875, 147.03125, 17], "clickable": false, "set_of_marks": false}, "0cf10f0d-6c68-454b": {"visibility": 0, "bbox": [8, 34009.296875, 1264, 54], "clickable": false, "set_of_marks": false}, "7f600380-729c-4f37": {"visibility": 0, "bbox": [48, 34009.296875, 1224, 18], "clickable": false, "set_of_marks": false}, "87417dca-2f47-409c": {"visibility": 0, "bbox": [48, 34009.296875, 94.453125, 17], "clickable": true, "set_of_marks": false}, "8d43b602-600a-45ae": {"visibility": 0, "bbox": [48, 34009.296875, 8, 17], "clickable": false, "set_of_marks": false}, "8ffdc506-323f-492f": {"visibility": 0, "bbox": [60, 34009.296875, 82.453125, 17], "clickable": false, "set_of_marks": false}, "10530de3-7c81-495c": {"visibility": 0, "bbox": [48, 34027.296875, 1224, 18], "clickable": false, "set_of_marks": false}, "bf5ceae8-a325-48b6": {"visibility": 0, "bbox": [48, 34027.296875, 99.125, 17], "clickable": true, "set_of_marks": false}, "5f422129-7140-411a": {"visibility": 0, "bbox": [48, 34027.296875, 8, 17], "clickable": false, "set_of_marks": false}, "daf1d3a3-c810-4662": {"visibility": 0, "bbox": [60, 34027.296875, 87.125, 17], "clickable": false, "set_of_marks": false}, "f3c9f727-e4f4-4870": {"visibility": 0, "bbox": [48, 34045.296875, 1224, 18], "clickable": false, "set_of_marks": false}, "9b5a7cd5-d226-4a86": {"visibility": 0, "bbox": [48, 34045.296875, 95.453125, 17], "clickable": true, "set_of_marks": false}, "07faa4b7-f317-4e50": {"visibility": 0, "bbox": [48, 34045.296875, 8, 17], "clickable": false, "set_of_marks": false}, "74b3892a-f7c7-49cc": {"visibility": 0, "bbox": [59.71875, 34045.296875, 83.734375, 17], "clickable": false, "set_of_marks": false}, "dffe8b5b-8e27-4450": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "a32beae6-2fc1-4484": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "32e2557d-cf36-43f3": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "56e197d3-bb8c-418b": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "34c81add-fda5-4c7e": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "e143dc4d-cded-4f9e": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "ff54cd99-89b5-4678": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "2c5a1dde-31c1-4f8d": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "44a4f7d9-e0e2-4246": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "d155273d-a4a3-4ea5": {"visibility": 0, "bbox": [8, 34079.296875, 1264, 0], "clickable": false, "set_of_marks": false}, "a445f408-d36b-4ce0": {"visibility": 0, "bbox": [8, 34083.203125, 1264, 1741.8125], "clickable": false, "set_of_marks": false}, "f96f6a5c-b605-41b9": {"visibility": 0, "bbox": [8, 34083.203125, 1264, 1689.8125], "clickable": false, "set_of_marks": false}, "7e686178-21be-421c": {"visibility": 0, "bbox": [8, 34083.203125, 1264, 1112.0625], "clickable": false, "set_of_marks": false}, "38b93778-815b-4d14": {"visibility": 0, "bbox": [8, 34083.203125, 1264, 150], "clickable": false, "set_of_marks": false}, "973d1357-9e08-4183": {"visibility": 0, "bbox": [8, 34212.203125, 300, 26], "clickable": true, "set_of_marks": false}, "3a07926e-0a36-468f": {"visibility": 0, "bbox": [8, 34083.203125, 300, 150], "clickable": false, "set_of_marks": false}, "1eb3569b-f93b-43e7": {"visibility": 0, "bbox": [8, 34120.578125, 299.71875, 74.953125], "clickable": false, "set_of_marks": false}, "2492f035-35fb-4418": {"visibility": 0, "bbox": [8, 34253.109375, 1264, 112.71875], "clickable": false, "set_of_marks": false}, "e616c71b-b8ca-4d03": {"visibility": 0, "bbox": [8, 34253.109375, 1264, 22], "clickable": false, "set_of_marks": false}, "c2aa5a46-078a-45d6": {"visibility": 0, "bbox": [8, 34293.828125, 1264, 72], "clickable": false, "set_of_marks": false}, "7d904f30-cc9f-475a": {"visibility": 0, "bbox": [48, 34293.828125, 1224, 18], "clickable": false, "set_of_marks": false}, "bf47c7e1-30f6-4847": {"visibility": 0, "bbox": [48, 34293.828125, 52.453125, 17], "clickable": true, "set_of_marks": false}, "860d8d3e-b6b7-4415": {"visibility": 0, "bbox": [48, 34311.828125, 1224, 18], "clickable": false, "set_of_marks": false}, "7a2dbfe4-90f4-4a63": {"visibility": 0, "bbox": [48, 34311.828125, 56.875, 17], "clickable": true, "set_of_marks": false}, "5482f048-d1c7-44a9": {"visibility": 0, "bbox": [48, 34329.828125, 1224, 18], "clickable": false, "set_of_marks": false}, "1b3698c2-7287-4564": {"visibility": 0, "bbox": [48, 34329.828125, 51.546875, 17], "clickable": true, "set_of_marks": false}, "821ca9be-7bfb-4335": {"visibility": 0, "bbox": [48, 34347.828125, 1224, 18], "clickable": false, "set_of_marks": false}, "e68c8c4d-a7e6-467a": {"visibility": 0, "bbox": [48, 34347.828125, 58.640625, 17], "clickable": true, "set_of_marks": false}, "66511869-ec2b-4817": {"visibility": 0, "bbox": [8, 34384.546875, 1264, 810.71875], "clickable": false, "set_of_marks": false}, "89f65c79-c86e-436c": {"visibility": 0, "bbox": [8, 34384.546875, 1264, 22], "clickable": false, "set_of_marks": false}, "78058447-c8ea-4d62": {"visibility": 0, "bbox": [8, 34425.265625, 1264, 770], "clickable": false, "set_of_marks": false}, "26418719-73d9-4dc5": {"visibility": 0, "bbox": [48, 34425.265625, 1224, 154], "clickable": false, "set_of_marks": false}, "c1d51ae0-dc87-4202": {"visibility": 0, "bbox": [48, 34561.265625, 300, 17], "clickable": true, "set_of_marks": false}, "ceaef761-5392-4440": {"visibility": 0, "bbox": [48, 34425.265625, 300, 150], "clickable": false, "set_of_marks": false}, "f03f235f-cf0b-4e7a": {"visibility": 0, "bbox": [166.75, 34437.765625, 62.5, 125], "clickable": false, "set_of_marks": false}, "d4eff507-47ca-43b6": {"visibility": 0, "bbox": [48, 34579.265625, 1224, 154], "clickable": false, "set_of_marks": false}, "1d9f3f80-2941-440e": {"visibility": 0, "bbox": [48, 34715.265625, 300, 17], "clickable": true, "set_of_marks": false}, "ad8de287-f854-4fcb": {"visibility": 0, "bbox": [48, 34579.265625, 300, 150], "clickable": false, "set_of_marks": false}, "f5bcbbc1-bd4f-44ff": {"visibility": 0, "bbox": [129.25, 34598.015625, 137.484375, 110], "clickable": false, "set_of_marks": false}, "6ab1377c-859e-456f": {"visibility": 0, "bbox": [48, 34733.265625, 1224, 154], "clickable": false, "set_of_marks": false}, "3aa923b0-3b2b-48bd": {"visibility": 0, "bbox": [48, 34869.265625, 300, 17], "clickable": true, "set_of_marks": false}, "8fd82ef8-b248-46d1": {"visibility": 0, "bbox": [48, 34733.265625, 300, 150], "clickable": false, "set_of_marks": false}, "baddab68-d3e2-4bde": {"visibility": 0, "bbox": [123, 34758.265625, 150, 105], "clickable": false, "set_of_marks": false}, "0b9bcf4d-069f-49fe": {"visibility": 0, "bbox": [48, 34887.265625, 1224, 154], "clickable": false, "set_of_marks": false}, "a529ef92-f442-4d91": {"visibility": 0, "bbox": [48, 35023.265625, 300, 17], "clickable": true, "set_of_marks": false}, "1ed9c401-6eee-439c": {"visibility": 0, "bbox": [48, 34887.265625, 300, 150], "clickable": false, "set_of_marks": false}, "bb96606e-bcc0-43de": {"visibility": 0, "bbox": [123, 34887.265625, 150, 150], "clickable": false, "set_of_marks": false}, "43c19ea1-8505-48a0": {"visibility": 0, "bbox": [48, 35041.265625, 1224, 154], "clickable": false, "set_of_marks": false}, "721a9bb0-17e7-4847": {"visibility": 0, "bbox": [48, 35177.265625, 300, 17], "clickable": true, "set_of_marks": false}, "8e72a3d6-35e9-420a": {"visibility": 0, "bbox": [48, 35041.265625, 300, 150], "clickable": false, "set_of_marks": false}, "e9f8fc09-0b2a-48ae": {"visibility": 0, "bbox": [122.984375, 35041.265625, 150.015625, 150], "clickable": false, "set_of_marks": false}, "5afce25c-b475-4b3d": {"visibility": 0, "bbox": [8, 35213.984375, 1264, 202.71875], "clickable": false, "set_of_marks": false}, "ebfa1c95-43c3-4e99": {"visibility": 0, "bbox": [8, 35213.984375, 1264, 202.71875], "clickable": false, "set_of_marks": false}, "452707fe-562e-4647": {"visibility": 0, "bbox": [8, 35213.984375, 1264, 22], "clickable": false, "set_of_marks": false}, "16f9f388-d892-4ed7": {"visibility": 0, "bbox": [8, 35254.703125, 1264, 162], "clickable": false, "set_of_marks": false}, "7898ddda-8feb-4160": {"visibility": 0, "bbox": [48, 35254.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "c68e28d5-3285-4ec9": {"visibility": 0, "bbox": [48, 35254.703125, 112.875, 17], "clickable": true, "set_of_marks": false}, "6549399c-0d14-47ab": {"visibility": 0, "bbox": [48, 35272.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "f109ed0d-21a3-445f": {"visibility": 0, "bbox": [48, 35272.703125, 40, 17], "clickable": true, "set_of_marks": false}, "bdb95399-f72d-40a3": {"visibility": 0, "bbox": [48, 35290.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "9bc069dd-bf08-41c1": {"visibility": 0, "bbox": [48, 35290.703125, 48.859375, 17], "clickable": true, "set_of_marks": false}, "1b74ce8e-5bf2-4aba": {"visibility": 0, "bbox": [48, 35308.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "75f8c47e-3040-4b5e": {"visibility": 0, "bbox": [48, 35308.703125, 33.78125, 17], "clickable": true, "set_of_marks": false}, "8fa834f2-1b72-4539": {"visibility": 0, "bbox": [48, 35326.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "0d622d17-9685-4199": {"visibility": 0, "bbox": [48, 35326.703125, 49.765625, 17], "clickable": true, "set_of_marks": false}, "7787dab7-6ffe-40af": {"visibility": 0, "bbox": [48, 35344.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "e0d8880c-5396-47ac": {"visibility": 0, "bbox": [48, 35344.703125, 85.96875, 17], "clickable": true, "set_of_marks": false}, "d939a93a-966e-4424": {"visibility": 0, "bbox": [48, 35362.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "c7570a26-fb30-4c36": {"visibility": 0, "bbox": [48, 35362.703125, 93.765625, 17], "clickable": true, "set_of_marks": false}, "bafca24f-d62c-4f8d": {"visibility": 0, "bbox": [48, 35380.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "16664d0f-a197-42e1": {"visibility": 0, "bbox": [48, 35380.703125, 99.984375, 17], "clickable": true, "set_of_marks": false}, "14491806-b4bd-4faa": {"visibility": 0, "bbox": [48, 35398.703125, 1224, 18], "clickable": false, "set_of_marks": false}, "ba0797ef-ba33-47a8": {"visibility": 0, "bbox": [48, 35398.703125, 92.859375, 17], "clickable": true, "set_of_marks": false}, "9c33dcce-d93f-4646": {"visibility": 0, "bbox": [8, 35435.421875, 1264, 208.15625], "clickable": false, "set_of_marks": false}, "c0d183d6-f870-47bd": {"visibility": 0, "bbox": [8, 35435.421875, 1264, 112.71875], "clickable": false, "set_of_marks": false}, "4e7af799-05a3-4397": {"visibility": 0, "bbox": [8, 35435.421875, 1264, 22], "clickable": false, "set_of_marks": false}, "1ea255b9-6767-4dd0": {"visibility": 0, "bbox": [8, 35476.140625, 1264, 72], "clickable": false, "set_of_marks": false}, "9b1daee5-658a-49c7": {"visibility": 0, "bbox": [48, 35476.140625, 1224, 18], "clickable": false, "set_of_marks": false}, "4c0a988d-9f63-4a1f": {"visibility": 0, "bbox": [48, 35476.140625, 127.546875, 17], "clickable": true, "set_of_marks": false}, "a2e54b86-0371-49c1": {"visibility": 0, "bbox": [48, 35494.140625, 1224, 18], "clickable": false, "set_of_marks": false}, "3f7afdd6-5c58-44de": {"visibility": 0, "bbox": [48, 35494.140625, 50.671875, 17], "clickable": true, "set_of_marks": false}, "ead67db9-2c12-4e85": {"visibility": 0, "bbox": [48, 35512.140625, 1224, 18], "clickable": false, "set_of_marks": false}, "ee10b762-18b7-4416": {"visibility": 0, "bbox": [48, 35512.140625, 31.109375, 17], "clickable": true, "set_of_marks": false}, "33176d9c-3c67-496b": {"visibility": 0, "bbox": [48, 35530.140625, 1224, 18], "clickable": false, "set_of_marks": false}, "3f8e900c-9b3c-459b": {"visibility": 0, "bbox": [48, 35530.140625, 299.953125, 17], "clickable": true, "set_of_marks": false}, "8ee914a9-b044-47e6": {"visibility": 0, "bbox": [8, 35566.859375, 1264, 76.71875], "clickable": false, "set_of_marks": false}, "2bb22d5f-0975-4b45": {"visibility": 0, "bbox": [8, 35566.859375, 1264, 22], "clickable": false, "set_of_marks": false}, "8602e3f7-2548-4607": {"visibility": 0, "bbox": [8, 35607.578125, 1264, 36], "clickable": false, "set_of_marks": false}, "590c7ae5-c217-443f": {"visibility": 0, "bbox": [48, 35607.578125, 1224, 18], "clickable": false, "set_of_marks": false}, "0f194700-7c9c-4e12": {"visibility": 0, "bbox": [48, 35607.578125, 65.328125, 17], "clickable": true, "set_of_marks": false}, "c51c746c-2f4c-44ed": {"visibility": 0, "bbox": [48, 35625.578125, 1224, 18], "clickable": false, "set_of_marks": false}, "2428fbbc-c064-479d": {"visibility": 0, "bbox": [48, 35625.578125, 49.765625, 17], "clickable": true, "set_of_marks": false}, "eb310d35-4e22-4530": {"visibility": 0, "bbox": [8, 35662.296875, 1264, 110.71875], "clickable": false, "set_of_marks": false}, "9a5f963f-b0af-4f53": {"visibility": 0, "bbox": [8, 35662.296875, 1264, 58.71875], "clickable": false, "set_of_marks": false}, "320e684e-c164-4dc6": {"visibility": 0, "bbox": [8, 35662.296875, 1264, 22], "clickable": false, "set_of_marks": false}, "a060c782-1869-49c1": {"visibility": 0, "bbox": [8, 35721.015625, 1264, 52], "clickable": false, "set_of_marks": false}, "6d7b5611-cd31-4fdd": {"visibility": 0, "bbox": [8, 35721.015625, 0, 0], "clickable": false, "set_of_marks": false}, "56aa9fd1-79b3-433c": {"visibility": 0, "bbox": [8, 35737.015625, 1264, 36], "clickable": false, "set_of_marks": false}, "9ee41f76-8e86-402b": {"visibility": 0, "bbox": [48, 35737.015625, 1224, 18], "clickable": false, "set_of_marks": false}, "3989e553-fe5b-4428": {"visibility": 0, "bbox": [48, 35737.015625, 0, 17], "clickable": true, "set_of_marks": false}, "451f2d7b-c673-4b50": {"visibility": 0, "bbox": [48, 35751.015625, 0, 0], "clickable": false, "set_of_marks": false}, "22490ae4-4714-4a11": {"visibility": 0, "bbox": [48, 35755.015625, 1224, 18], "clickable": false, "set_of_marks": false}, "dddd7434-6b8e-48b2": {"visibility": 0, "bbox": [48, 35755.015625, 0, 17], "clickable": true, "set_of_marks": false}, "97d284b6-d233-498e": {"visibility": 0, "bbox": [48, 35769.015625, 0, 0], "clickable": false, "set_of_marks": false}, "96cdd100-2f94-4cf8": {"visibility": 0, "bbox": [8, 35789.015625, 1264, 36], "clickable": false, "set_of_marks": false}, "ad59cef9-fc64-4cce": {"visibility": 0, "bbox": [8, 35789.015625, 1264, 18], "clickable": false, "set_of_marks": false}, "a6642e66-532b-4ff6": {"visibility": 0, "bbox": [8, 35807.015625, 1264, 18], "clickable": false, "set_of_marks": false}, "ae46f3be-a437-4913": {"visibility": 0, "bbox": [8, 35807.015625, 112.8125, 17], "clickable": false, "set_of_marks": false}, "8dea77c3-eca7-4dc8": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0258481b-cdba-4f8e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a5113aea-ddd4-45c2": {"visibility": 0, "bbox": [8, 35825.015625, 1264, 204], "clickable": false, "set_of_marks": false}, "0fde1466-1d93-412d": {"visibility": 1, "bbox": [790.2291870117188, 566.3333740234375, 464.10418701171875, 26], "clickable": false, "set_of_marks": true}, "879814e9-fafa-4303": {"visibility": 1, "bbox": [790.2291870117188, 566.3333740234375, 464.10418701171875, 26], "clickable": false, "set_of_marks": 0}, "39f78afa-d256-4e99": {"visibility": 1, "bbox": [795.2291870117188, 568.3333740234375, 83.82292175292969, 22], "clickable": true, "set_of_marks": true}, "7decb388-0475-47bd": {"visibility": 1, "bbox": [803.2291870117188, 572, 67.15625, 14.666666984558105], "clickable": false, "set_of_marks": true}, "d29436b4-29fb-41cf": {"visibility": 1, "bbox": [879.0521240234375, 568.3333740234375, 50.677085876464844, 22], "clickable": true, "set_of_marks": true}, "42c85f9d-0eeb-496e": {"visibility": 1, "bbox": [887.0521240234375, 572, 34.01041793823242, 14.666666984558105], "clickable": false, "set_of_marks": true}, "b7f8e2ad-35be-41d9": {"visibility": 1, "bbox": [929.7291870117188, 568.3333740234375, 88.30208587646484, 22], "clickable": true, "set_of_marks": true}, "27bbd1c0-278c-4177": {"visibility": 1, "bbox": [937.7291870117188, 572, 71.63542175292969, 14.666666984558105], "clickable": false, "set_of_marks": true}, "deae1d9e-8bf4-45f0": {"visibility": 1, "bbox": [1026.03125, 568.8333740234375, 198.30209350585938, 21], "clickable": false, "set_of_marks": true}, "0a8ad64c-8a05-44e4": {"visibility": 1, "bbox": [1026.03125, 571.5, 198.30209350585938, 14.666666984558105], "clickable": true, "set_of_marks": true}, "7221fd38-98db-488a": {"visibility": 1, "bbox": [1232.3333740234375, 566.3333740234375, 22, 26], "clickable": true, "set_of_marks": true}, "d69483ce-7295-4a5f": {"visibility": 1, "bbox": [1232.3333740234375, 570.3333740234375, 18, 18], "clickable": false, "set_of_marks": true}, "2dc6ce8b-f726-4011": {"visibility": 1, "bbox": [1235.111328125, 573.1109619140625, 12.444499015808105, 12.445394515991211], "clickable": false, "set_of_marks": true}, "d5c67c47-4ef4-46f6": {"visibility": 0, "bbox": [8, 36011.015625, 1264, 18], "clickable": false, "set_of_marks": false}, "6f6b9849-4dd4-4239": {"visibility": 0, "bbox": [8, 36011.015625, 1264, 18], "clickable": false, "set_of_marks": false}, "59f3301c-ac7d-48c9": {"visibility": 0, "bbox": [8, 36011.015625, 18, 18], "clickable": false, "set_of_marks": false}, "4eaf74f9-2a40-46ab": {"visibility": 0, "bbox": [8.125, 36011.015625, 17.890625, 17.875], "clickable": false, "set_of_marks": false}, "358fe362-2876-4979": {"visibility": 0, "bbox": [8.125, 36011.015625, 17.890625, 17.875], "clickable": false, "set_of_marks": false}, "15b27b30-7a56-4940": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "38220979-e9af-414e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "8067e850-fdb0-420d": {"visibility": 0, "bbox": [8, 36011.015625, 18, 18], "clickable": false, "set_of_marks": false}, "cea0b864-6f7b-491c": {"visibility": 0, "bbox": [8, 36029.015625, 0, 0], "clickable": false, "set_of_marks": false}, "4e70ac4f-3d4d-4a7a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "48a0a205-6319-4b94": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "ca0921b2-455b-4fb8": {"visibility": 0, "bbox": [9, 36030.015625, 16, 16], "clickable": false, "set_of_marks": false}, "5c64287b-daf1-4e23": {"visibility": 0, "bbox": [8, 36029.015625, 18.015625, 18], "clickable": false, "set_of_marks": false}, "8204c5f0-761c-4250": {"visibility": 0, "bbox": [8.984375, 36030.015625, 16.03125, 16], "clickable": false, "set_of_marks": false}, "f0f5f00d-a6ca-470c": {"visibility": 0, "bbox": [9, 36030.015625, 16.015625, 16], "clickable": false, "set_of_marks": false}, "59129080-0763-403d": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "d8373131-86d0-4eff": {"visibility": 0, "bbox": [9, 36029.015625, 16, 18], "clickable": false, "set_of_marks": false}, "9e1d8a85-83e1-4317": {"visibility": 0, "bbox": [7.984375, 36029.015625, 18.03125, 18], "clickable": false, "set_of_marks": false}, "e55d911c-1f28-47b4": {"visibility": 0, "bbox": [7.984375, 36029.015625, 12.015625, 12], "clickable": false, "set_of_marks": false}, "c3b6faeb-a288-4cdf": {"visibility": 0, "bbox": [7.984375, 36030.015625, 12.015625, 10], "clickable": false, "set_of_marks": false}, "e1df7507-e485-4b2a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "f7f712d0-d703-49a8": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "cacaa635-d647-4b9e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "6c0a422f-47c5-4786": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "e20555dd-ee3c-4445": {"visibility": 0, "bbox": [8, 36029.015625, 150, 150], "clickable": false, "set_of_marks": false}, "19debde1-aac0-4119": {"visibility": 0, "bbox": [12, 36029.015625, 16, 24], "clickable": false, "set_of_marks": false}, "63596498-e391-405b": {"visibility": 0, "bbox": [9, 36030.015625, 16, 16], "clickable": false, "set_of_marks": false}, "329d302d-6e1e-4e5c": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "90b83c68-506a-498e": {"visibility": 0, "bbox": [8.984375, 36030.015625, 16.03125, 16], "clickable": false, "set_of_marks": false}, "7ee08a2a-0c18-4e4a": {"visibility": 0, "bbox": [8, 36029.015625, 12.015625, 12], "clickable": false, "set_of_marks": false}, "409bfdf6-6456-4a98": {"visibility": 0, "bbox": [9, 36029.015625, 10.015625, 12], "clickable": false, "set_of_marks": false}, "b3a78b34-3fd4-416f": {"visibility": 0, "bbox": [8, 36029.015625, 18.015625, 18], "clickable": false, "set_of_marks": false}, "90012d5b-8aee-4ac2": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "29302828-e434-4b4d": {"visibility": 0, "bbox": [9, 36029.015625, 10, 12], "clickable": false, "set_of_marks": false}, "456d4083-4eff-4ce1": {"visibility": 0, "bbox": [7.984375, 36029.015625, 18.015625, 18], "clickable": false, "set_of_marks": false}, "a0c2b49a-d5c0-4a08": {"visibility": 0, "bbox": [7.984375, 36029.015625, 12.015625, 12], "clickable": false, "set_of_marks": false}, "b62f0d54-d5a2-45ce": {"visibility": 0, "bbox": [8, 36030.015625, 18.015625, 16], "clickable": false, "set_of_marks": false}, "ac290e9c-ba3e-4661": {"visibility": 0, "bbox": [11, 36030.015625, 12, 16], "clickable": false, "set_of_marks": false}, "fd24ecad-ce46-4c96": {"visibility": 0, "bbox": [8, 36030.015625, 18, 16], "clickable": false, "set_of_marks": false}, "1981bc17-f468-42bc": {"visibility": 0, "bbox": [7.984375, 36030.015625, 18.015625, 16], "clickable": false, "set_of_marks": false}, "b7892640-6573-4c6e": {"visibility": 0, "bbox": [9, 36030.015625, 22.015625, 22], "clickable": false, "set_of_marks": false}, "7b68bcbc-ce4c-4671": {"visibility": 0, "bbox": [9, 36031.015625, 16, 14], "clickable": false, "set_of_marks": false}, "44cba387-fb04-438e": {"visibility": 0, "bbox": [9, 36030.015625, 10, 10], "clickable": false, "set_of_marks": false}, "aba2b4e4-b4b3-4154": {"visibility": 0, "bbox": [9, 36031.015625, 16, 14], "clickable": false, "set_of_marks": false}, "5a83bf07-c73d-4c16": {"visibility": 0, "bbox": [9, 36031.015625, 16, 14], "clickable": false, "set_of_marks": false}, "280cae3c-bf26-4fcd": {"visibility": 0, "bbox": [11, 36030.015625, 18, 22], "clickable": false, "set_of_marks": false}, "4615b226-e656-4a77": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "83678ecf-b6dc-4a5b": {"visibility": 0, "bbox": [17, 36029.015625, 6, 24], "clickable": false, "set_of_marks": false}, "9b47a44d-735f-4baf": {"visibility": 0, "bbox": [11, 36029.015625, 18, 24], "clickable": false, "set_of_marks": false}, "444cb626-bfdf-4e62": {"visibility": 0, "bbox": [11, 36029.015625, 18, 24], "clickable": false, "set_of_marks": false}, "fb9c3b2e-78c5-4dd9": {"visibility": 0, "bbox": [7.984375, 36031.015625, 24.015625, 20], "clickable": false, "set_of_marks": false}, "92d33969-c693-40f5": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "164f1256-2b73-455d": {"visibility": 0, "bbox": [15, 36031.015625, 10, 20], "clickable": false, "set_of_marks": false}, "9f12805b-2519-4c59": {"visibility": 0, "bbox": [9, 36032.015625, 22, 17.609375], "clickable": false, "set_of_marks": false}, "fe743a84-d58c-4991": {"visibility": 0, "bbox": [9, 36031.015625, 22, 20.359375], "clickable": false, "set_of_marks": false}, "8abad4f6-ecae-4c7c": {"visibility": 0, "bbox": [8, 36030.015625, 12, 10], "clickable": false, "set_of_marks": false}, "cb791cf0-700c-4a0f": {"visibility": 0, "bbox": [10, 36033.015625, 8.015625, 4.8125], "clickable": false, "set_of_marks": false}, "f4b71999-babb-47e4": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "0c429dee-41e4-4a7a": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "42455269-eb35-4f7b": {"visibility": 0, "bbox": [10, 36029.015625, 14, 18], "clickable": false, "set_of_marks": false}, "f207b992-2438-4d83": {"visibility": 0, "bbox": [15, 36030.015625, 4, 16], "clickable": false, "set_of_marks": false}, "b9310367-02db-4854": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "b9ba0217-960e-4310": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "77991dc6-ee2b-4c29": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "653b8cd4-1c14-43e8": {"visibility": 0, "bbox": [9, 36030.015625, 16, 16], "clickable": false, "set_of_marks": false}, "c7fad50b-c47c-4944": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "b9f94aae-bbdd-4b0f": {"visibility": 0, "bbox": [8, 36029.015625, 18.015625, 18], "clickable": false, "set_of_marks": false}, "93bc4023-bcd7-4a3d": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "38522c27-88f3-4622": {"visibility": 0, "bbox": [8.984375, 36030.015625, 16.03125, 16], "clickable": false, "set_of_marks": false}, "03f2153f-e9bf-45f6": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "7f95b8cd-84a6-4481": {"visibility": 0, "bbox": [7.984375, 36029.015625, 174.03125, 242.03125], "clickable": false, "set_of_marks": false}, "2aa25a3c-9b65-49e7": {"visibility": 0, "bbox": [50.6875, 36155.15625, 88.625, 79.3125], "clickable": false, "set_of_marks": false}, "4eb5aece-8d86-48fb": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "be49407c-dbd3-4fe9": {"visibility": 0, "bbox": [8, 36032.015625, 12.015625, 7], "clickable": false, "set_of_marks": false}, "3255860d-4cf1-4223": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "0975a044-e93f-494f": {"visibility": 0, "bbox": [9, 36030.015625, 16.015625, 16], "clickable": false, "set_of_marks": false}, "00077c32-2fe2-4d27": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "473a747e-18ab-49c5": {"visibility": 0, "bbox": [384.875, 36029.015625, 106.046875, 147.3125], "clickable": false, "set_of_marks": false}, "9142a701-f54e-4751": {"visibility": 0, "bbox": [410.890625, 36105.8125, 54, 48.296875], "clickable": false, "set_of_marks": false}, "d6366f40-abe5-4377": {"visibility": 0, "bbox": [8, 36037.875, 617.421875, 145.546875], "clickable": false, "set_of_marks": false}, "63827897-7b8a-4999": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "ca3e0ea9-7309-4daf": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "f34ca09f-7eb7-49f2": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "6ece31fe-f34f-4870": {"visibility": 0, "bbox": [9, 36029.015625, 16, 18], "clickable": false, "set_of_marks": false}, "badefbb0-3a0b-479b": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "90486be8-6e71-4a71": {"visibility": 0, "bbox": [7.984375, 36032.015625, 18.03125, 13], "clickable": false, "set_of_marks": false}, "4b1955f0-e657-4dbf": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "8fb0eb1b-7ffe-40f3": {"visibility": 0, "bbox": [8, 36029.015625, 18, 18], "clickable": false, "set_of_marks": false}, "52ee12d8-b748-4282": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "59055af6-da22-4f7b": {"visibility": 0, "bbox": [7.984375, 36029.015625, 18.03125, 18], "clickable": false, "set_of_marks": false}, "f5d1951d-8e53-40f3": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "5ae28904-22ba-4916": {"visibility": 0, "bbox": [7.984375, 36029.015625, 12.015625, 12], "clickable": false, "set_of_marks": false}, "ddf3d40b-48b9-4112": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "83b2540e-45df-4bc4": {"visibility": 0, "bbox": [7.984375, 36030.015625, 12.015625, 10], "clickable": false, "set_of_marks": false}, "ad549e02-ad38-4313": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "6f198a5c-bdfc-45fd": {"visibility": 0, "bbox": [23, 36044.015625, 150, 150], "clickable": false, "set_of_marks": false}, "0067e1af-4b04-4954": {"visibility": 0, "bbox": [23, 36044.015625, 150, 150], "clickable": false, "set_of_marks": false}, "252712b8-e0f8-4538": {"visibility": 0, "bbox": [23, 36044.015625, 150, 150], "clickable": false, "set_of_marks": false}, "0b2f35b9-00ca-4ddc": {"visibility": 0, "bbox": [23, 36044.015625, 150, 150], "clickable": false, "set_of_marks": false}, "ccfce876-9722-480d": {"visibility": 0, "bbox": [77.984375, 36085.671875, 48.03125, 65.015625], "clickable": false, "set_of_marks": false}, "c04161fe-6103-4b8a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "1af2b84b-c1d2-4278": {"visibility": 0, "bbox": [12, 36029.015625, 16, 24], "clickable": false, "set_of_marks": false}, "2324b8ce-2013-4ea4": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "f3afb989-9f97-488e": {"visibility": 0, "bbox": [9, 36030.015625, 16, 16], "clickable": false, "set_of_marks": false}, "96ea9052-47e6-43ba": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "cee82acc-6b8b-4679": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "1ae7d53b-611a-4d31": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "82650f4f-cb90-443b": {"visibility": 0, "bbox": [8, 36029.015625, 18, 18], "clickable": false, "set_of_marks": false}, "7bf4dcf9-07ba-45e6": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "de287330-a1b6-4d02": {"visibility": 0, "bbox": [8.984375, 36030.015625, 16.03125, 16], "clickable": false, "set_of_marks": false}, "acf69dfc-f276-4f96": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "d2a2aa89-ac5d-4876": {"visibility": 0, "bbox": [8, 36029.015625, 12.015625, 12], "clickable": false, "set_of_marks": false}, "424f81ed-08c7-4735": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "e14135b3-4eb9-407e": {"visibility": 0, "bbox": [9, 36029.015625, 10.015625, 12], "clickable": false, "set_of_marks": false}, "33530f10-3b25-4c83": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "e927874d-c4dd-4015": {"visibility": 0, "bbox": [8, 36029.015625, 18, 18], "clickable": false, "set_of_marks": false}, "18a0e6c6-e4ef-481b": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "bb56e60e-f72b-481e": {"visibility": 0, "bbox": [8, 36030.015625, 18.015625, 16], "clickable": false, "set_of_marks": false}, "77b6316b-1bfd-4c38": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "c1df5a96-9bcc-494d": {"visibility": 0, "bbox": [8, 36030.015625, 12.015625, 10], "clickable": false, "set_of_marks": false}, "1b5196a3-c549-4b66": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "f5cdabfd-2424-4b45": {"visibility": 0, "bbox": [8, 36029.015625, 18.015625, 18], "clickable": false, "set_of_marks": false}, "b04ef519-8acf-4af5": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "d8a822f7-c97b-43b9": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "633d2c96-ec1a-4216": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "d68cffec-479e-4362": {"visibility": 0, "bbox": [10, 36029.015625, 14, 18], "clickable": false, "set_of_marks": false}, "ab4c150d-d085-4ab1": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "9beca1c4-5aae-4018": {"visibility": 0, "bbox": [9, 36029.015625, 10, 12], "clickable": false, "set_of_marks": false}, "a65b1ac6-ac0d-4987": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "bbd70729-669d-443d": {"visibility": 0, "bbox": [7.984375, 36029.015625, 18.015625, 18], "clickable": false, "set_of_marks": false}, "4ff72fce-d365-4a20": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "9296f4b2-b785-4d2a": {"visibility": 0, "bbox": [7.984375, 36029.015625, 12.015625, 12], "clickable": false, "set_of_marks": false}, "0d469f32-8a7a-458b": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "ff79caad-fcc3-4b2f": {"visibility": 0, "bbox": [8, 36030.015625, 18.015625, 16], "clickable": false, "set_of_marks": false}, "8f21756b-19c6-4cbe": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "c2ccb091-7969-4f30": {"visibility": 0, "bbox": [11, 36030.015625, 12, 16], "clickable": false, "set_of_marks": false}, "721a1bd2-b59e-4f65": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "faae2287-3791-4b28": {"visibility": 0, "bbox": [8, 36030.015625, 18, 16], "clickable": false, "set_of_marks": false}, "eb2a62dd-cfe2-469e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "36096113-4167-4d7d": {"visibility": 0, "bbox": [7.984375, 36030.015625, 18.015625, 16], "clickable": false, "set_of_marks": false}, "aed00e5f-be20-4a3a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "44db5182-b5f6-4e56": {"visibility": 0, "bbox": [9, 36030.015625, 22.015625, 22], "clickable": false, "set_of_marks": false}, "c989d55f-04b0-4c46": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "2124ac6b-aede-49ea": {"visibility": 0, "bbox": [9, 36030.015625, 15.984375, 15.984375], "clickable": false, "set_of_marks": false}, "345cb03e-8f4c-4f3d": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "305a1e32-fd2f-4323": {"visibility": 0, "bbox": [8, 36030.015625, 12, 11], "clickable": false, "set_of_marks": false}, "6f867874-1c95-47e4": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "6d1578e4-6a56-4cd4": {"visibility": 0, "bbox": [9, 36031.015625, 16, 14], "clickable": false, "set_of_marks": false}, "5382d4f6-87c3-498e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "13188a1b-97bd-48cf": {"visibility": 0, "bbox": [9, 36030.015625, 10, 10], "clickable": false, "set_of_marks": false}, "05fd3b63-0923-4a59": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "18d92ef6-c434-4210": {"visibility": 0, "bbox": [9, 36031.015625, 16, 14], "clickable": false, "set_of_marks": false}, "d277b684-21d8-4919": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "9682c409-ed87-4394": {"visibility": 0, "bbox": [9, 36031.015625, 16, 14], "clickable": false, "set_of_marks": false}, "8293e7b6-4769-4d16": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "b002988e-6458-4095": {"visibility": 0, "bbox": [7.984375, 36033.015625, 18.03125, 10], "clickable": false, "set_of_marks": false}, "5f2afb66-5566-4f8a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "fdf62bd3-1b9e-4823": {"visibility": 0, "bbox": [8, 36029.015625, 18, 18], "clickable": false, "set_of_marks": false}, "0bd02bf1-3694-48c2": {"visibility": 0, "bbox": [16, 36033.015625, 2, 10], "clickable": false, "set_of_marks": false}, "5e8e5997-1e8a-4da2": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "e797f2a7-6871-494c": {"visibility": 0, "bbox": [11, 36030.015625, 18, 22], "clickable": false, "set_of_marks": false}, "28a0e86c-c2c8-4571": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "bdc1a9fd-ab68-4ed2": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "1593a1ad-775b-4775": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "aba65c9f-ff26-458c": {"visibility": 0, "bbox": [17, 36029.015625, 6, 24], "clickable": false, "set_of_marks": false}, "6e37fb04-a87e-4d66": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "09864c47-6cbb-420a": {"visibility": 0, "bbox": [11, 36029.015625, 18, 24], "clickable": false, "set_of_marks": false}, "83789a9f-0855-461e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "35c2d2f1-2695-4060": {"visibility": 0, "bbox": [11, 36029.015625, 18, 24], "clickable": false, "set_of_marks": false}, "a4a37555-f841-4a6a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "f4c869be-c5d7-4da4": {"visibility": 0, "bbox": [7.984375, 36031.015625, 24.015625, 20], "clickable": false, "set_of_marks": false}, "c5273a3f-10af-4c45": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "56036bff-effa-4497": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "11cd388f-d243-42f4": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "6f1b4dbf-fcd2-4707": {"visibility": 0, "bbox": [9.984375, 36032, 19.75, 18.609375], "clickable": false, "set_of_marks": false}, "cf0fbc3d-5885-46c0": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "4d4a4d83-d0c6-4697": {"visibility": 0, "bbox": [8.984375, 36035.96875, 21.890625, 12.9375], "clickable": false, "set_of_marks": false}, "fdd82096-ed96-4f25": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "19e0dded-bbb1-4bf5": {"visibility": 0, "bbox": [15, 36031.015625, 10, 20], "clickable": false, "set_of_marks": false}, "71dd94b9-cc10-4c39": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "92aeeb58-52ff-403b": {"visibility": 0, "bbox": [14.046875, 36031.0625, 12.015625, 19.390625], "clickable": false, "set_of_marks": false}, "aefb2cdf-7473-487a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "300ec3e0-17c3-4023": {"visibility": 0, "bbox": [9, 36032.015625, 22, 17.609375], "clickable": false, "set_of_marks": false}, "495834da-de77-47e4": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "663582d9-12d7-4164": {"visibility": 0, "bbox": [21.71875, 36033, 8.125, 16.984375], "clickable": false, "set_of_marks": false}, "e3aa8591-aa7d-4735": {"visibility": 0, "bbox": [9.984375, 36033.1875, 17.65625, 16.921875], "clickable": false, "set_of_marks": false}, "37c60aaa-1358-429d": {"visibility": 0, "bbox": [17, 36045.59375, 5.09375, 4.4375], "clickable": false, "set_of_marks": false}, "815d7703-5921-4ea0": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "e698ddbf-1ad4-43cc": {"visibility": 0, "bbox": [9, 36031.015625, 22, 20.359375], "clickable": false, "set_of_marks": false}, "5d4aebde-8b8a-4f6d": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "bd2e6004-426d-4226": {"visibility": 0, "bbox": [15, 36032.015625, 10, 18], "clickable": false, "set_of_marks": false}, "020d23a2-c250-4fa3": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "d38adc0d-dc1f-4607": {"visibility": 0, "bbox": [9.984375, 36033.109375, 19.40625, 15.625], "clickable": false, "set_of_marks": false}, "4685ab53-62e2-4900": {"visibility": 0, "bbox": [14.265625, 36035.734375, 12.5, 11.109375], "clickable": false, "set_of_marks": false}, "c48d6be5-5411-4d3e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "24e4591a-ab08-43d5": {"visibility": 0, "bbox": [8, 36032.03125, 23.828125, 17.09375], "clickable": false, "set_of_marks": false}, "0329338b-9fc7-4199": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "66146ced-7181-4b4c": {"visibility": 0, "bbox": [9, 36032.078125, 22.015625, 18.015625], "clickable": false, "set_of_marks": false}, "e1394b61-b87d-4a9e": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "00dd0187-4971-4181": {"visibility": 0, "bbox": [8, 36030.015625, 12, 10], "clickable": false, "set_of_marks": false}, "687f75ce-ba2f-4d21": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "d4371140-1a87-49e3": {"visibility": 0, "bbox": [10, 36033.015625, 8.015625, 4.8125], "clickable": false, "set_of_marks": false}, "eca751ae-d66b-4368": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "3b247e77-8e05-4858": {"visibility": 0, "bbox": [8, 36029.015625, 12, 12], "clickable": false, "set_of_marks": false}, "320bdb12-7de7-4dea": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "48db3239-ac1d-4823": {"visibility": 0, "bbox": [7.984375, 36028.984375, 18.03125, 18.046875], "clickable": false, "set_of_marks": false}, "55c9f514-4ac5-4ad8": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "c99499d3-e33d-48a0": {"visibility": 0, "bbox": [9, 36030.015625, 22.015625, 22], "clickable": false, "set_of_marks": false}, "390066a8-8d66-4e17": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "63e9b90f-0306-428b": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "44cd94fc-496f-4692": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "b5ba0f3d-21c8-4bd4": {"visibility": 0, "bbox": [10, 36029.015625, 14, 18], "clickable": false, "set_of_marks": false}, "a0f5187e-23b6-42f6": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "cbf3a1ec-16a5-4d3d": {"visibility": 0, "bbox": [15, 36030.015625, 4, 16], "clickable": false, "set_of_marks": false}, "a8b07114-033a-4605": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "18efa277-7eae-4c50": {"visibility": 0, "bbox": [8, 36033.015625, 24, 16.8125], "clickable": false, "set_of_marks": false}, "eee67eed-8c8f-4594": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "47463a7f-f3fe-4a7e": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "5b7fc077-f981-43a6": {"visibility": 0, "bbox": [8, 36029.015625, 24, 24], "clickable": false, "set_of_marks": false}, "c8e9e398-0cbd-4c4b": {"visibility": 0, "bbox": [13.828125, 36034.84375, 12.34375, 12.34375], "clickable": false, "set_of_marks": false}, "f9682f06-77de-42fd": {"visibility": 0, "bbox": [24.953125, 36033.15625, 2.90625, 2.90625], "clickable": false, "set_of_marks": false}, "77b85f7e-8a1b-4525": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "46c38527-f29a-4602": {"visibility": 0, "bbox": [7.984375, 36029.015625, 24.015625, 24], "clickable": false, "set_of_marks": false}, "93ef6fef-a564-4b6e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e62b43d8-e1ee-4116": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5b25a890-60f9-4d7b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d9826a83-4895-4c8a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5d4c4fac-a771-42ed": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c515ebe8-2f99-4002": {"visibility": 0, "bbox": [8, 36029.015625, 1264, 0], "clickable": false, "set_of_marks": false}, "3c5f6b61-b68d-49d4": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "157a94eb-23fd-4282": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e1d40445-7292-4e4a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c828b78a-71b6-44bd": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "417177ca-f687-4d2e": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "8b3fc685-d232-4d0d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "d28f6b0b-953b-4643": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "963ae955-7dcc-4e11": {"visibility": 0, "bbox": [8, 36029.015625, 1264, 0], "clickable": false, "set_of_marks": false}, "e15b2ff0-2ebe-41a5": {"visibility": 0, "bbox": [8, 36029.015625, 1264, 0], "clickable": false, "set_of_marks": false}, "2fc2e7bf-5aeb-4b29": {"visibility": 0, "bbox": [-3000, -3005, 115.09375, 94], "clickable": false, "set_of_marks": false}, "cc5be460-d678-428a": {"visibility": 0, "bbox": [-3000, -3005, 115.09375, 94], "clickable": false, "set_of_marks": false}, "a9cdc522-81a2-4e5b": {"visibility": 0, "bbox": [-3000, -3005, 115.09375, 94], "clickable": false, "set_of_marks": false}, "9595f405-b274-4a1e": {"visibility": 0, "bbox": [-3000, -3005, 115.09375, 94], "clickable": false, "set_of_marks": false}, "e720adbd-e861-4da1": {"visibility": 0, "bbox": [-3000, -3005, 115.09375, 18], "clickable": false, "set_of_marks": false}, "ee50b3ea-295f-4c11": {"visibility": 0, "bbox": [-3000, -3005, 115.09375, 17], "clickable": true, "set_of_marks": false}, "b552173c-13c7-4111": {"visibility": 0, "bbox": [-3000, -3004, 12, 13], "clickable": false, "set_of_marks": false}, "25d86fba-0047-439e": {"visibility": 0, "bbox": [-3000, -3003.59375, 12, 12.015625], "clickable": false, "set_of_marks": false}, "17a38ac2-e8f5-4676": {"visibility": 0, "bbox": [-2988, -3005, 103.09375, 17], "clickable": false, "set_of_marks": false}, "86d0916b-2697-4405": {"visibility": 0, "bbox": [-3000, -2987, 115.09375, 18], "clickable": false, "set_of_marks": false}, "fc1034e4-bea4-4127": {"visibility": 0, "bbox": [-3000, -2987, 114.203125, 17], "clickable": true, "set_of_marks": false}, "8e2c2235-0246-41cb": {"visibility": 0, "bbox": [-3000, -2986, 12, 13], "clickable": false, "set_of_marks": false}, "f2148736-f54c-42be": {"visibility": 0, "bbox": [-3000, -2985.59375, 12, 12.015625], "clickable": false, "set_of_marks": false}, "dd723657-4609-4830": {"visibility": 0, "bbox": [-2988, -2987, 102.203125, 17], "clickable": false, "set_of_marks": false}, "24b5424d-9f43-433d": {"visibility": 0, "bbox": [-3000, -2969, 115.09375, 39], "clickable": false, "set_of_marks": false}, "483ac31a-4df9-480d": {"visibility": 0, "bbox": [-3000, -2969, 115.09375, 13], "clickable": false, "set_of_marks": false}, "b757b7ec-592b-4df4": {"visibility": 0, "bbox": [-3000, -2970, 12, 17], "clickable": true, "set_of_marks": false}, "3aa17c28-cee3-4642": {"visibility": 0, "bbox": [-3000, -2969, 12, 13], "clickable": false, "set_of_marks": false}, "4bb1a67e-fc6b-41c6": {"visibility": 0, "bbox": [-3000, -2968.59375, 12.015625, 11.34375], "clickable": false, "set_of_marks": false}, "396cdf9b-cb5d-41b9": {"visibility": 0, "bbox": [-3000, -2956, 115.09375, 13], "clickable": false, "set_of_marks": false}, "cc730a6a-8e45-4291": {"visibility": 0, "bbox": [-3000, -2957, 12, 17], "clickable": true, "set_of_marks": false}, "5ccad730-f868-41e8": {"visibility": 0, "bbox": [-3000, -2956, 12, 13], "clickable": false, "set_of_marks": false}, "cfe49bc7-296c-4212": {"visibility": 0, "bbox": [-2997, -2955.59375, 6, 12.015625], "clickable": false, "set_of_marks": false}, "79a2ce8e-390b-48e2": {"visibility": 0, "bbox": [-3000, -2943, 115.09375, 13], "clickable": false, "set_of_marks": false}, "626bef4a-9453-4abd": {"visibility": 0, "bbox": [-3000, -2944, 12, 17], "clickable": true, "set_of_marks": false}, "26c789e8-acf6-4616": {"visibility": 0, "bbox": [-3000, -2943, 12, 13], "clickable": false, "set_of_marks": false}, "5bfedfc5-b152-41f3": {"visibility": 0, "bbox": [-3000, -2940.59375, 12, 9.015625], "clickable": false, "set_of_marks": false}, "f26ef44e-76e3-420d": {"visibility": 0, "bbox": [-3000, -2930, 115.09375, 19], "clickable": false, "set_of_marks": false}, "bb811b2f-7745-46e1": {"visibility": 0, "bbox": [-3000, -2930, 28, 19], "clickable": false, "set_of_marks": false}, "8126566b-b925-4403": {"visibility": 0, "bbox": [-2992, -2927, 12, 13], "clickable": false, "set_of_marks": false}, "1e030bfa-02e5-4547": {"visibility": 0, "bbox": [-2992, -2926.59375, 12, 12.015625], "clickable": false, "set_of_marks": false}, "5cccef2f-90bc-43e2": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "13d2fa6a-f0b4-4d18": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "08d7d682-ed86-44d0": {"visibility": 0, "bbox": [8, 36029.015625, 1264, 0], "clickable": false, "set_of_marks": false}, "75b0b2d6-f88e-4be0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1c31bd8d-50b8-47d6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "3941d76e-b29e-4423": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a6460d61-6fce-4b63": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e4cb15b2-fb07-4550": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "a06ce326-8073-423b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e635cdc4-cd3e-407a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "5594adb6-80b2-429d": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "99624868-8076-4d96": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fc357e24-e09e-4e12": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "af9343bc-f513-4315": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "739f060d-0930-41f9": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "db0012c4-4de8-4a8c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "14bb0ac2-c0f6-45e3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "b79168e2-63ff-47b6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2af032f3-5dbf-4a3a": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "6f9d5b56-7447-42dc": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4f559e5d-5a06-4db0": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "9b62ff50-db18-409f": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "53af45cb-335f-49bb": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "2dcc9ce2-3a5b-46a6": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "21aed5ff-2776-4420": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "29767161-3a8a-4432": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c234bdb7-2eed-422b": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "fd392636-55cd-46d3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1cc0dfc0-dca7-44d3": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "e7acc1ba-fd85-4c23": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "1e31273e-225c-4e40": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "4bf65f72-0951-4569": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "ba7fe927-208c-4993": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "c6dc8e98-88c0-4881": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "0a5fe0ba-cdb8-4a92": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "13cf1feb-9756-42f4": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "81eaf967-ac5c-4f19": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "1d3e9a92-f883-488a": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "6c2a047d-17d9-457c": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}, "291fc98a-44f3-4d61": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "7bb1cf56-15b6-47fd": {"visibility": 0, "bbox": [0, 0, 0, 0], "clickable": false, "set_of_marks": false}, "ffaa7bac-da7c-4e51": {"visibility": 0, "bbox": null, "clickable": 0, "set_of_marks": 0}}
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-0-0.html b/demonstrations/mkfumic/pages/page-0-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..dbd5ca88f89084bd5bf4219c86c6dbc9895bb407
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-0-0.html
@@ -0,0 +1,42 @@
+
+ Action Capture
+
+
+
+
+
+
+
Action Capture
+
Wait for user instructions, then begin by typing a URL into a search bar.
+
Remember to perform all the actions in the currently active tab.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-0-1.html b/demonstrations/mkfumic/pages/page-0-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..dbd5ca88f89084bd5bf4219c86c6dbc9895bb407
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-0-1.html
@@ -0,0 +1,42 @@
+
+ Action Capture
+
+
+
+
+
+
+
Action Capture
+
Wait for user instructions, then begin by typing a URL into a search bar.
+
Remember to perform all the actions in the currently active tab.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-104-0.html b/demonstrations/mkfumic/pages/page-104-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..d888c9fa7b1fe43511c44210cace78da592c289d
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-104-0.html
@@ -0,0 +1,3357 @@
+
+
+Kira | Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Kira
+
+
+
+
+
+
+ "Kira" written by Misa for the Kira videos.
+
+
+
+
+
+
+
Japanese
+
+
(キラ, kira )
+
+
+
+
+
+
+
+
+
Users in manga/anime
+
+
+
+
+
+
+
Users in other media
+
+
+
+
+
+
+
+
+
“I'm Kira. And... the god of this new world. In this world, I am the law, and I am the one maintaining order. That is the truth. Now, I am justice. The world's... only hope. ”
+
+— Light
+
Kira (キラ) is the figure attributed with causing the epidemic heart attack deaths of criminals. The name Kira was created by the public in response to Light Yagami 's initial use of the Death Note , and various members of the public view Kira as a god. Various Death Note users act as Kira, but their identities are unknown to the public so their actions are viewed as being committed by one entity.
+
In the Kira investigation, several differences in methods of killing are profiled, so the groups that oppose Kira determine that more than one person is acting as Kira. The different Kiras are given nicknames to differentiate them.
+
+
+
+
Public view of Kira
+
Artwork depicting Light's main goal of becoming God
+
After Light Yagami begins killing criminals with the Death Note, the large number of deaths attracts attention from the general public as well as law enforcement.
+
As the deaths of criminals continue to increase, people begin voicing their opinions of the situation and dub these deaths as the work of "Kira," derived from the Japanese pronunciation of the word "killer." The word itself originates in Japan, but later carries throughout the world as Kira continues to gain fame.
+
It seems that the figure Kira may have been around before Light Yagami obtained the Death Note. After suspicion had begun to arise about the mysterious deaths by heart attack of criminals worldwide, members of the public refer to it as "The Legend of the Savior Kira," saying "Kira is among us again," and that he is a "messenger from hell."
+
As the number of criminal deaths rises and no reason for these deaths are found (the only connection between them being heart attacks), law enforcement begins to strongly take notice. An Interpol conference is finally held between the representatives of the world's law enforcement agencies. The ultimate course of action decided upon is to bring in L , who is considered to be the world's greatest detective, having solved over many other difficult cases.
+
L decides to address Kira through TV, hoping to gain a reaction and discover Kira's location. He uses a decoy named Lind L. Tailor , a criminal on death row, who announces on live television that he is searching for Kira and that what Kira is doing is wrong. This causes Light to impulsively kill him in rage with the Death Note, narrowing his location to Japan's Kanto region.
+
Kira quickly becomes news, and various TV stations begin broadcasting anything related to Kira. A very notable station is Sakura TV , which airs the program Kira's Kingdom .
+
Within the six years of Kira's existence, the public takes strong sides. Some view Kira as a murderer, while others think of Kira as "God." Kira becomes a religious figure to a large portion of the public. Many people who have been wronged by others largely view Kira as their savior and praise him, thanking him for bringing criminals to justice. Misa Amane is such an example, since her parents' murder is avenged by Kira, and she relentlessly pursues him. Others view Kira as a criminal, for differing reasons. These include Near , the Japanese Task Force , and the SPK . Kira's influence becomes such that governments, including the United States under the weak-willed President George Sairas , give in to his influence and call off all attempts to capture him.
+
+
Kira worshipers shown at the very end of the manga.
+
After Light Yagami's death, the Kira killings stop and the world seemingly returns to normal; however, Kira worshipers remain. In the last chapter of the manga, a rather large group of cloaked worshipers is shown, each one carrying a candle. They are traveling through mountains, heading towards a place beneath the moonlight. As they reach their destination, a young woman emerges in the middle of the group and comes to the front. Near the edge of a cliff, she kneels down and places a candle before looking towards the moon.
+
+
Characters who act as Kira
+
This is the list of Kiras, in order, with a description of their time as Kira. All of these individuals are viewed as one "Kira" by the public. They are only referred to as these alternate titles by various individuals investigating the Kira case.
+
+
+
Also known as: Kira
+Light was the first human to use a Death Note within the series. Soon after finding it he decides to use it to cleanse the world of evil. He begins killing off criminals with the Death Note, an act which begins to draw attention from local law enforcement and later on, the world. The detective known as L begins a search for "Kira" and eventually suspects Light Yagami as the killer he is looking for. However, there is no physical evidence to prove Light is Kira, a fact that keeps L from ever capturing Light. After L dies, Light assumes the title of L , and his activities remain unchallenged for five years. Then when Near and Mello come onto the scene, their combined efforts expose Light as Kira. Light seemingly loses his sanity after Near tells him he has "lost", having to be shot several times by Matsuda. Light's name is then written by Ryuk in his Death Note, and he dies of a heart attack.
+
+
+
Also known as: Second Kira
+Misa was the second human to use a Death Note, and obtained her notebook from the Shinigami Rem . Misa was initially an extreme Kira supporter, due to the fact that Kira passed judgment on a man who murdered her parents. She makes several attempts to communicate to Kira through the use of the media, and eventually tracks down Light Yagami by using her Shinigami Eyes. Misa begins to follow Light's orders after she reveals her identity to him, and becomes a tool to Light, losing her memory and making Kira's judgments many different times to draw suspicion away from him. Although she remains committed to the original Kira's goal, her devotion largely subsides in favor of simply helping Light Yagami, who she falls in love with.
+
After coming to the conclusion that the Second Kira had met the first, and being unable to prove that Misa Amane was guilty, the Kira investigation refocuses its attention on the first Kira.
+
Misa was the only living Kira after Light's death. She had relinquished her memories of the Death Notes shortly before Light died, and since the SPK was now in possession of both notebooks, there was no way for her to ever regain her memories. In the manga, she commits suicide one year later, on Valentine's Day. In the anime's finale, Misa is last seen standing outside the safety rail on the edge of a skyscraper looking into the sunset.
+
+
+
Also known as: Yotsuba Kira
+Higuchi is an executive of Yotsuba Corporations and the only person, besides C-Kira , to hold the title of Kira who is in no way connected to the original Kira, Light Yagami. He obtained a Death Note from Rem after Light and Misa relinquished their Death Notes and their memories to avoid conviction. He only judged criminals for a short time, until Light and Misa were freed from imprisonment due to the deal Rem was told to offer: "kill criminals and you may write any other names you wish".
+
He later used the Death Note for selfish reasons such as promotion and furthering the business of Yotsuba. For that, he arranged for various colleagues to hold secret meetings in order to discuss how to further their company's fortunes by using Kira's powers, though they were not told that he himself was Kira. He also continued to kill criminals, though Light notes that he also killed people who had caused death unintentionally , such as a driver who had caused an accidental fatality in a car crash, something that the original Kira would never have done since he targeted hardened, established and bloodthirsty criminals.
+
Higuchi was later exposed as the new Kira and was arrested. His Death Note was given to Light, who recovered his memories as Kira and killed Higuchi before he was even put in a police car.
+
+
+
Also known as: X-Kira
+Mikami has always had a strong sense of justice and is the most understanding and committed to Kira's goals. After suspicion of Misa rose again, Light mailed Mikami her Death Note. Mikami carried out Light's orders as perfectly as possible, seeing him as God. Despite this devotion, it was a mistake made by Mikami that exposed Light as Kira. In the manga, he dies in prison, though in the anime he stabs himself in the chest with his pen and bleeds to death.
+
+
+
Also known as: Cheap Kira
+Their true identity never revealed, C-Kira appears in the one-shot set three years after the end of the series. C-Kira's Shinigami was Midora , and the origin of the Death Note which C-Kira used is unknown. C-Kira would kill the elderly, suicidal, immobile and any others who wished to die. C-Kira gained these sources via the Internet, and once by killing the members of the audience of a live television program who begged him to kill them. C-Kira's reign was short. He was talked down by Near (now known as L ) who made it clear that he was not going to even bother to investigate the case. C-Kira then wrote his own name down in his Death Note and died. The name of C-Kira was used by Near to mean "Cheap Kira," as Near has a very low opinion of the person.
+
+
+
Also known as: A-Kira
+Minoru appears in the Never Complete One-shot set ten years after the end of the series. He is given a Death Note by Ryuk, who hopes to find a human similar to Light who will use the Death Note, entertain him, and feed him apples. Rather than use the notebook himself, Minoru elects to hold an international auction and sell it to the highest bidder. He dies of a heart attack after selling the notebook to the United States of America, unaware that the King of Death has after-the-fact created a new rule that anyone who tries to sell a Death Note will be killed.
+
While active as Kira, Minoru is given the nickname "a-Kira" by Near, referring to his intention of auctioning off the Death Note.
+
+
In other media
+
Film series
+
In the Death Note film series , Light and Misa act as Kira and the Second Kira in much the same way they did in the original.
+
Kiyomi Takada takes on a role similar to Higuchi in the second film , acting as Kira to help further her career as a journalist.
+
The miniseries Death Note: New Generation and the film Death Note: Light Up the NEW World introduce new characters who act as Kira.
+
After Light's death, Ryuk brings a Death Note to Light's son Hikari Yagami , who begins acting as the new Kira with the help of his guardian Teru Mikami. They go mad and Mikami kills Hikari with the Death Note, and he is then killed by Tsukuru Mishima who has tracked Mikami down. The Death Note then falls to Mishima's possession, who continues the work of Kira.
+
Mishima passes the Death Note to Yuki Shien to continue his work as part of a plot to kill the Task Force and L's successor Ryuzaki . Shien continues to act as Kira, tracking down the other Death Notes, but he plans on finding and killing the new Kira (Mishima) because they are not the original Kira Light Yagami. He recruits Misa to help him by giving her possession of her old Death Note.
+
Sakura Aoi , Alexey Ivanov , Roger Irving , and Kenichi Mikuriya also possess and use Death Notes in the film series, but they do not act as Kira. Sakura kills people indiscriminately. Ivanov assists people with suicide, similar to C-Kira. Irving is a wall-street broker who kills his clients so he can make money. Mikuriya is a supreme court justice who kills Kira-supporters.
+
+
Television drama
+
In the Death Note television drama , Light and Misa act as Kira and the Second Kira in much the same way they did in the original.
+
Teru Mikami obtains Misa's Death Note by having her followed and her Death Note stolen. When Light realizes Mikami is behind it, he contacts him and Mikami begins working with Light, carrying out Kira's justice. Misa later rejoins them as well, carrying a scrap of Death Note paper on herself to retain her memories.
+
In the end, Light dies and the Death Notes burn. Misa and Mikami both lose their memories but survive. It's unknown what becomes of the surviving Kiras, but Mikami is last seen in custody and Misa is last seen with her idol group Ichigo Berry .
+
+
Musical
+
In Death Note: The Musical , Light and Misa are the only two Kiras.
+
In the end, Light dies of a heart attack when Ryuk writes his name in the Death Note. Misa is last seen in confinement without her memories, and her fate is unknown.
+
+
Trivia
+
In the six years of Kira's existence in the manga series, no one was ever convicted of being Kira. Although Higuchi, Mikami, and Light were arrested for their roles as Kira, they all died before they were officially sentenced.
+Kiyomi Takada is notably excluded from this list of Kiras in the manga series. Although she played a pivotal role in the latter half of the series and killed several people with pages of the Death Note, neither ownership of a notebook nor possession by a Shinigami ever happened to her. Taking this into consideration, Misa is, therefore, the only female Kira in the list.
+Due to Kira's presence, criminals began using aliases to protect themselves. Organized crime syndicates seemed to be left alone as long as they didn't commit violent crimes; despite Light having access to police records around the world and Misa's shinigami eyes, one wasn't wiped out until the mission to get the notebook back from Mello.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Others like you also viewed
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-12-0.html b/demonstrations/mkfumic/pages/page-12-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..af88fb1d043e967e85ca65542199d44f49394303
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-12-0.html
@@ -0,0 +1,3678 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+You searched for death note wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search Results for death note wiki
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://vignette.wikia.nocookie.net/00000000-0000-0000-0000-000000000000/thumbnail-down/width/400/height/225
+
+
+
+
+
+
+
+
+
+
+ More Wiki Communities
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-14-0.html b/demonstrations/mkfumic/pages/page-14-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..af88fb1d043e967e85ca65542199d44f49394303
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-14-0.html
@@ -0,0 +1,3678 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+You searched for death note wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search Results for death note wiki
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://vignette.wikia.nocookie.net/00000000-0000-0000-0000-000000000000/thumbnail-down/width/400/height/225
+
+
+
+
+
+
+
+
+
+
+ More Wiki Communities
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-16-0.html b/demonstrations/mkfumic/pages/page-16-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..ce7dc86a56aeb4c32655e69ff48e1ecc7dac7b7b
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-16-0.html
@@ -0,0 +1,3382 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-2-0.html b/demonstrations/mkfumic/pages/page-2-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..c045cc2993b9a413aa5069c367cae47db7f15588
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-2-0.html
@@ -0,0 +1,2631 @@
+
+
+
+Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Movies
+
+
+
Top News Stories in movies
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Games
+
+
+
Top News Stories in games
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in TV
+
+
+
Top News Stories in tv
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The latest trends, delivered straight to your inbox.
+
Stay up to date on all the latest in gaming and entertainment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-23-0.html b/demonstrations/mkfumic/pages/page-23-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..11fa95fee90761b92e696fe48512b8d76026e46b
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-23-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-25-0.html b/demonstrations/mkfumic/pages/page-25-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..661d6e6dbb35e03ceeb99b086fc70f0f45f816c7
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-25-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-3-0.html b/demonstrations/mkfumic/pages/page-3-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..455c250597b364b209df8a69dd40d60200c0d7a4
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-3-0.html
@@ -0,0 +1,2631 @@
+
+
+
+Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Movies
+
+
+
Top News Stories in movies
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Games
+
+
+
Top News Stories in games
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in TV
+
+
+
Top News Stories in tv
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The latest trends, delivered straight to your inbox.
+
Stay up to date on all the latest in gaming and entertainment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-32-0.html b/demonstrations/mkfumic/pages/page-32-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..94a8307a8c3ea2e47b2d9eeb946afefb33125ca7
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-32-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-35-0.html b/demonstrations/mkfumic/pages/page-35-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..fd92a6c68e039a51be88b02bd0cc177ad90098a7
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-35-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-43-0.html b/demonstrations/mkfumic/pages/page-43-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..b08a237b10e1a3b290c257039acc5daf5de622fe
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-43-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-48-0.html b/demonstrations/mkfumic/pages/page-48-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..88bb9648cf7dd30b0abb0f2793e252c2a1cf233b
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-48-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-53-0.html b/demonstrations/mkfumic/pages/page-53-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..d00eaf2516e51a7a3040f8143b859a3ea5a34c16
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-53-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-62-0.html b/demonstrations/mkfumic/pages/page-62-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..9da83cbe0a74b2ef4720ac074d2c68f44fde795d
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-62-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-63-0.html b/demonstrations/mkfumic/pages/page-63-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..9da83cbe0a74b2ef4720ac074d2c68f44fde795d
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-63-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-69-0.html b/demonstrations/mkfumic/pages/page-69-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..df2aa41f8907427450caadaf38f89f6cc4134823
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-69-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-72-0.html b/demonstrations/mkfumic/pages/page-72-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..24cb92b660bce135fca6a78ebd2e666ae1dca39e
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-72-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-78-0.html b/demonstrations/mkfumic/pages/page-78-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..39e7357609013660597faa730b7e7dbf03ae1865
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-78-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-8-0.html b/demonstrations/mkfumic/pages/page-8-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..f30205a1b8eb0b519675d05b5ade174c9b4a4eb0
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-8-0.html
@@ -0,0 +1,2631 @@
+
+
+
+Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Movies
+
+
+
Top News Stories in movies
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Games
+
+
+
Top News Stories in games
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in TV
+
+
+
Top News Stories in tv
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The latest trends, delivered straight to your inbox.
+
Stay up to date on all the latest in gaming and entertainment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-8-1.html b/demonstrations/mkfumic/pages/page-8-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..f30205a1b8eb0b519675d05b5ade174c9b4a4eb0
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-8-1.html
@@ -0,0 +1,2631 @@
+
+
+
+Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Movies
+
+
+
Top News Stories in movies
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in Games
+
+
+
Top News Stories in games
+
+
+
+
+
+
+
+
+
+
+
Popular Wiki Pages in TV
+
+
+
Top News Stories in tv
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the world's largest fan wiki platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The latest trends, delivered straight to your inbox.
+
Stay up to date on all the latest in gaming and entertainment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-84-0.html b/demonstrations/mkfumic/pages/page-84-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..8ad0e914679f3542c8cfecdd36de08aa91a90d37
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-84-0.html
@@ -0,0 +1,3388 @@
+
+
+Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Welcome to Death Note Wiki
+
+High school student Light Yagami discovers a supernatural notebook that allows him to kill anyone by writing the victim's name while picturing their face. The story follows his attempts to become a god by creating a New World cleansed of evil by using the notebook, and the complex conflict between himself and all those who try to stop or help him.
+
Death Note is a shounen series created by writer Tsugumi Ohba and artist Takeshi Obata . It began as a manga serialized in Weekly Shounen Jump in 2003, and it has been adapted into a live-action Japanese film series beginning in 2006, an anime series in 2006, a musical in 2015, a live-action television drama in 2015, an American film in 2017, and a German audio drama in 2018.
+
Welcome to Death Note Wiki , the fan-operated site documenting the Death Note series! We are currently editing 616 articles and 6,022 files , and you can help !
+
Death Note Wiki reveals plot details and spoilers about the series!
+
+
+
+
+
+ Series and adaptations
+
+
+
+
+
+
+
+News & announcements
+October 20, 2022 - The upcoming live-action Netflix series will be written by Halia Abdel-Meguid.
+July 6, 2022 - The Duffer Brothers are working on a new live-action Death Note adaptation for Netflix; this is "an entirely new take", not connected to the 2017 Netflix film .
+April 1, 2022 - Death Note: The Musical begins its third performance run in South Korea.
+February 4, 2021 - Death Note: Short Stories was released in Japan.
+February 4, 2020 - The new Death Note one-shot chapter was released in Jump SQ issue #3. The issue will feature Death Note on the cover and the 87-page chapter will have a color page.
+January 20, 2020 - Death Note: The Musical began its third performance run in Tokyo with a new cast.
+See more news
+Earlier news (click to expand):
+
September 19, 2019 - Preorders open for an L & Watari statue from Oniri Creations.
+August 2019 - An Light & L statue was released by MegaHouse.
+July 13 - August 12, 2019 - Takeshi Obata held his first art exhibition in Tokyo, Japan, titled Never Complete . It features art from his various works including Death Note , and hosts a preview of a new upcoming Death Note one-shot .
+July 5, 2019 - At Japan Expo, Oniri Creations unveiled the unpainted prototype for a new L & Watari figurine.
+March/April 2019 - A Light & Ryuk Diorama was released by Oniri Creations.
+February 28, 2019 - The final three episodes for the Death Note audio drama were released in German.
+February 2019 - The mobile game Othellonia held another Death Note crossover event.
+February 15, 2019 - Jump Force video game was released. It features various characters from Shonen Jump , including Light and Ryuk, although both are non-playable characters.
+January 31, 2019 - Episodes 7, 8, and 9 for the Death Note audio drama were released in German.
+January 22, 2019 - Death Note: Light Up the NEW World was released subtitled on DVD and Blu-ray in North America by Funimation. The first two Japanese live-action films Death Note and Death Note: The Last Name were also re-released subtitled.
+November 30, 2018 - Episodes 4, 5, and 6 for the Death Note audio drama were released in German.
+November 24, 2018 - A Russian-language concert for Death Note: The Musical performed in Moscow, Russia. All main singing roles were performed for the first time.
+October 26, 2018 - The first three episodes for the Death Note audio drama were released in German.
+October 2018 - Announcement: Wikia.com is moving to Fandom.com, and Death Note Wiki will be among the first wikis moved to the new address. All links will be forwarded after the move, so traffic from links to the former address will not be disrupted. (Staff blog announcement here .)
+August 22, 2018 - Announcement: A sequel to Netflix's 2017 Death Note film is in development.
+August 15, 2018 - The board game Death Note: Confrontation was released.
+July 17th, 2018 - Shonen Jump Exhibition Vol. 3 opened, featuring the 2000 era of Shonen Jump including Death Note . The Exhibitions are for Jump's 50th anniversary.
+May 30th - June 15th, 2018 - Jumputi Heroes mobile game began events related to Death Note . Light, Misa, and L became available in the game.
+January 13th, 2018 - The 2017 version of Death Note: The Musical with Hayato Kakizawa aired on WOWOW television in Japan.
+December 12th, 2017 - A Russian-language concert for Death Note: The Musical performed in St. Petersburg, Russia.
+December 2nd, 2017 - The 2017 version of Death Note: The Musical with Kenji Urai aired on WOWOW television in Japan.
+November 17th, 2017 - The film Death Note: Light Up the NEW World aired on television for the first time on "Friday Road Show". The version that aired is a special edition edited by the director Shinsuke Sato.
+October 31st and November 2nd, 2017 - Russian-language concert for Death Note: The Musical performed in Moscow, Russia.
+September 28th, 2017 - Netflix released Death Note: The VR Experience , an interactive video, on YouTube.
+September 8th-20th, 2017 - The mobile game Othellonia had a Death Note collaboration event.
+September 5th, 2017 - VIZ Media released the Death Note All-in-One Edition , a single omnibus volume of the complete manga series , in English.
+September 2nd-24th, 2017 - Death Note: The Musical had a second production run in Tokyo, Japan.
+August 25th, 2017 - The Death Note American film was released streaming on Netflix.
+August 21st, 2017 - A review embargo lifted for Netflix's Death Note American film and many early reviews were released.
+August 19th-21st, 2017 - Death Note: The Musical had four performances in Osaka, Japan.
+July 21st-23rd, 2017 - Death Note: The Musical had three performances in Taiwan, put on by the Japanese cast.
+July 20th, 2017 - Netflix's Death Note American film screened at San Diego Comic Con and a new clip was released online.
+June 29th, 2017 - The first full trailer and a featurette for Netflix's Death Note American film was released.
+June 24th-25th, 2017 - Death Note: The Musical had three performances in Toyama, Japan.
+April 19th, 2017 - Death Note: Light Up the NEW World was released on Blu-ray and DVD in Japan.
+March 22nd, 2017 - The first teaser trailer for Netflix's Death Note American remake film was released.
+March 2017 - Death Note: The Concert had four performances in Japan.
+January 3rd-26th, 2017 - Death Note: The Musical returned for a second production in South Korea.
+December 19th, 2016 - Death Note: The Musical Showcase performed in South Korea.
+October 29th, 2016 - Death Note: Light Up the NEW World premiered in Japan.
+September 2016 - Death Note: New Generation was released streaming on Hulu Japan.
+July 1st, 2016 - Death Note: The Escape opened for a limited release at Universal Studios Japan.
+July 5th, 2015 - The Death Note TV drama aired its first episode in Japan.
+June 11th, 2015 - Death Note: The Musical had its first performance in South Korea.
+April 1st, 2015 - Death Note: The Musical had its first performance in Japan.
+
+
+
+
+
+
+
+
+
+
+
+Affiliates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
If you would like to become an affiliate of Death Note Wiki,
contact us .
+
+
+Ongoing Anime Spotlights
+
+
+
+
+
+Upcoming Anime Spotlights
+Expand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Expand
+
+
+Finished Manga Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-87-0.html b/demonstrations/mkfumic/pages/page-87-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..a65b1139ab0520853c7fbbb3c339fd6652725b30
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-87-0.html
@@ -0,0 +1,3932 @@
+
+
+L (character) | Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This page features a video (above if enabled through preferences or logged out) not created or controlled by the Death Note Wiki. It may contain inaccuracies and misleading statements . If you would like to make corrections, please contact Wikia Staff at Special:Contact/general .
+
+
+
+
+
+
+
+
+
“Kira is childish, and he hates losing. You guessed it, I'm also childish and hate losing. ”
+
+— L (
"One" )
+
+L (エル, Eru ) is a world-renowned detective who takes on the challenge of catching the mass murderer known as Kira . In his investigation, L becomes suspicious of Light Yagami and makes it his goal to prove that Light is Kira.
+
+
+
+
Appearance
+
L's full appearance
+
L is a very slim, pale, tall young man with messy neck-length black hair and black eyes. One of his most noticeable features is the shadow below each of his eyes, a result of him being an insomniac. L is always shown to be wearing a pair of blue jeans and a long-sleeved white shirt. He almost never wears shoes or socks, preferring to go barefoot, even while in public. This was shown when he visited Light Yagami's school and was seen barefoot while sitting on a bench, not bothering to wear his shoes until he got up to walk. L also tends to hunch over when walking.
+
+
Character
+
The "L" that L uses to represent himself
+
L is quite secretive, and only communicates with the world through his assistant, Watari . He never shows his face to the world in person, instead representing himself with a capital letter L drawn in "Old English MT" or "Cloister Black" typeface. It is more likely to be "Cloister Black" as Watari's "W" is different in "Old English MT."
+
After meeting the Japanese Task Force , he requests that the task force refer to him as "Ryuzaki" as an additional safety measure. The Task Force never learns his true name, and it is revealed in neither the manga nor anime.
+
L is very intelligent, though his disheveled and languid appearance masks his great powers of deduction and many question his abilities upon viewing him. L tends to second-guess everything he is presented with, and is extremely meticulous and analytical. He is good at deceiving his opponents, and is willing to take drastic measures to solve a case. Some of his tactics are quite bold, such as having death row inmate Lind L. Tailor pose as himself on live TV in order to draw out Kira, while others seem bizarre to those involved, such as handcuffing himself to suspected-Kira, Light Yagami. He is also shown to have a dry sense of humor, and he isn't above making sarcastic remarks to people. Although he tends to be polite, to some (such as Task Force member Shuichi Aizawa ), L can seem condescending at times.
+
Using subterfuge, misinformation, disinformation, and an analytical knowledge of human nature to help lure a suspected murderer into a false sense of security and possibly make him carelessly over-confident, L sometimes gets what he wants through abnormal or possibly criminal channels. Whenever L gives percentages to indicate how much he suspects a person of committing a crime, such as "five percent," he may in fact be over ninety percent convinced of their culpability. Although L tells Light that he is among the least likely suspects with one of the lowest percentages of probability, in reality L is "pretty certain" that Light is Kira. As series writer Tsugumi Ohba said laughing, making light of L's tactics: "The truth is, he's a liar."
+
+
L's preferred posture
+
He also has several quirks, such as preferring to crouch rather than sit, eating only sweet foods (like desserts, candies and fruits) and holding items by using only a thumb and a finger. He also has an unusual way of sitting, with both of his feet on the chair. He claims that if he sits normally, his reasoning ability would drop 40%. Interestingly, in the manga, he is seen sitting on the floor in a pose similar to how one would meditate, while thinking deeply about the Kira case. He is often seen arranging objects and very intently stacking, or in other ways playing with, his staple food items. L is almost always encountered while performing actions that are considered inappropriate or rude in public. These actions/habits include biting fingernails, placing feet on furniture, slouching, chewing with an open mouth, talking with his mouth full, and calling out personal observations that may offend others.
+
With his status as the world's greatest detective, he, like Light, has a very sensitive pride, being afraid to be wrong in his deductions and theories, evident through his drastic measures (torturing Misa and confining Light during an unnecessarily lengthy amount of time), and lethargic behavior during the beginning of the Yotsuba arc .
+
Although he is often seen sitting and inactive, L retains a high athletic ability. L stayed in England for five years, and during that time he was the tennis champion in the England Junior Cup. He also has a knack for martial arts, which is demonstrated in his brief fight with Light. In chapter 38 of the manga, L suggests that even though he eats only sweet foods, he remains underweight because the brain uses the most calories of any organ in the body.
+
+
L kicks Light
+
When asked about L's ethnicity, creator of the series Tsugumi Ohba responded, "I think of him as a quarter Japanese, a quarter English, a quarter Russian, a quarter French or Italian, like that." Ohba said that L is the most intelligent character in the entire Death Note series because "the plot requires it." He added that he personally views L as "slightly evil."
+
+
History
+
At the age of eight,[4] L was found by Watari and taken to the orphanage known as Wammy's House, a home for gifted children. Sometime after, Watari realized that L had incredible intelligence and later assisted him in his cases.[5] L became a detective at a young, unknown age and eventually gained a reputation as the greatest detective in the world whose opinion is highly valued.
+
+
Plot
+
L notices the rapid rate of criminals dying of heart attacks, and suspects a person is behind this and that he is in Japan, so he seeks cooperation from the NPA . He begins the Kira case by having undocumented death row inmate Lind L. Tailor introduce himself on television as "L" and say that Kira is "evil." This provokes Kira into killing Tailor on the spot, which in turn confirms that the Kira killings are not a coincidental succession of heart attacks amongst criminals but the designs of an ingenious murderer who will kill any and all who try to stop him. It also reveals Kira's location, since the broadcast was televised only in the Kanto region. Not long after this, because of the time of day during which the criminals die coincide with out-of-school hours, he deduces that Kira may well be a student. Not long after this incident, criminals begin dying during one-hour intervals, intentionally contradicting L's theory, showing to L that Kira has access to police information. Because of this, he requests that 12 FBI agents investigate those close to each of the members of the police.
+
Shortly after the FBI's investigation begins, Kira begins testing his abilities using criminals and leaves behind meaningless clues, successfully distracting L from the agents. Not too long after this, all 12 FBI agents die at Kira's hand. This causes a large portion of the NPA to quit the investigation, only leaving a few members, Soichiro Yagami , Touta Matsuda , Hirokazu Ukita , Shuichi Aizawa , and Kanzo Mogi . L books a hotel room where all six of them can regularly do their investigation, and he gives them counterfeit police badges as well as belt buckles which allow them to contact L in case of an emergency.
+
+
L in the manga, declaring he is "justice" to the Task Force.
+
L finds footage of the death of one of the agents, and the footage shows that Raye Penber , who was investigating the families of Soichiro Yagami and Koreyoshi Kitamura , was reaching for something behind him when he died just outside the train. Furthermore, the body of Naomi Misora , who previously worked with L on the Los Angeles BB Serial Murder Cases and was Raye's fiancé, went missing. L assumes this was the work of Kira because Naomi didn't seem like the type to commit suicide at the loss of her fiancé. Because of these two factors, Kira must be among those whom Raye was investigating.
+
L installs surveillance cameras and wiretaps in the Yagami household as well as Kitamura's house. However, L places 64 in the room of Light Yagami , Soichiro's son, whom L observes the closest. After seeing Light's alibi (which was that he writes a name in a blind spot whilst studying), L senses something is very off about Light, deeming him "too perfect."
+
+
+
In order to take his investigation to its next stage, L decides to enroll at To-Oh University (東応大学, Tōō Daigaku )—the same college that Light attends—using the well-known name of a popular singer and actor, Hideki Ryuga . L attends To-Oh because he feels confident in his reasoning and interrogational skills and wishes to test his theory concerning Light's hidden identity by confronting him and perhaps provoking or tricking him to admit that he is indeed Kira. L is well aware that this is something of a gamble, and knows full well that his act of direct confrontation could prove fatal, but as he's convinced he understands Light's thought process, he feels confident that the adversary will not yet risk revealing his secret identity by killing him.
+
When L introduces himself as Ryuga, Light becomes alert and somewhat alarmed but recognizes that it would be pointless to attempt to kill him—the name is conspicuously fake. Light has no way of knowing whether Ryuga is the real L or a proxy acting under orders. He also reasons that L would have already introduced himself to Light's father earlier, and thus, were he to somehow kill L, this murder would instantly unmask him, proving that he is indeed Kira. If this person proved to be L's proxy, and his name really was Ryuga, he might die, but L would live and know his identity, without ever having had to reveal himself to Light, so that L will have gained all the advantage. Also, while writing the name "Hideki Ryuga" into the Death Note, the face of the pop singer bearing that name might enter Light's thoughts involuntarily, and that would cause the death of pop singer Ryuga, which would also lead L to the obvious conclusion that Light is Kira. As such, L's expectations about the outcome of his daring opening gambit prove true, and Light finds himself in a stalemate situation, unable to act for the time being, as any attempt to rid himself of his hunters would result in confirmed suspicions, his subsequent and unavoidable unmasking, and, ultimately, his undoing.
+
+
L's loss against Light in tennis.
+
L plans on getting closer to Light by asking him to join the investigation; this way, if Light is Kira, he would be more prone to slipping up, while Light not being Kira would still benefit the investigation. L begins by playing a tennis game with Light, in order to have grounds to get closer to Light and begin asking him about the investigation; during the game, L concludes that Light will attempt to meet with the Task Force members in order to confirm L's identity. After losing the tennis match, in order to prevent Light from meeting with the Task Force members, L announces his suspicions, claiming his suspicions are only one percent high. L begins testing Light at the cafe, first by asking him about why L revealed himself, then about the file that the FBI agents received, and finally about three notes Kira left behind using criminals. Light passes all the tests and doesn't slip up, and so L doesn't bother trying to test him anymore.
+
L then asks Light to join the investigation, but Light takes advantage of this by claiming that he'll refuse to join the investigation unless the Task Force members confirm L's identity. Considering L wants Light to join the investigation and he has another countermeasure to keep him safe anyway, L allows Light to have the Task Force members confirm his identity. Suddenly, L and Light receive news of Soichiro having collapsed of a heart attack due to stress, and at the hospital, L has Soichiro confirm his identity, while also asking for Light's thoughts on Kira's identity.
+
After a while, Kira sends tapes to Sakura TV , which airs on TV. After Kira begins to kill innocents to prove the fact that they're Kira, the Task Force tries their best to stop the broadcast. After all the calls fail, Ukita attempts to barge in the station, only for him to somehow be killed. This shocks them and angers Aizawa as Kira shouldn't have been able to discover Ukita's name. Luckily, a recovered Soichiro barges in the station using a truck, confirming his safety, and retrieves the tapes from Demegawa, and hands them over to L and the Task Force. Judging from the fact that Kira can now kill with just a face and that Kira is uncharacteristically killing innocents, L speculates that this is indeed a second Kira who seeks the collaboration and attention of the first. Because Light's deductive abilities would be useful, L asks Light to join the Task Force. Because Light knows of L's identity, L has Watari pose as another L through a computer screen in order to prevent Light from killing L and the Task Force, as an outsider would notice their deaths should they occur.
+
Together, they both manage to have the second Kira, who wishes to have L seen on TV, respond to them. In one of the responses, the second Kira mentions "Shinigami ," and since their existence isn't implausible to L considering previous events, L is shocked and unsettled by the idea of him potentially needing to change his worldview. After the second Kira sends a diary, Light goes to Aoyama on May 22nd under the guise of investigating, only for him to find nothing. On May 23rd, the second Kira releases a tape announcing that she has found Kira, which has L suspect Light further considering this is probably referring to when Light went to Aoyama the previous day, so L has Mogi secretly tail Light.
+
Judging from the fact that the second Kira now does not seek Kira's attention, L thinks that the second Kira and Kira have joined forces. After this, Light suddenly gains a gaggle of girlfriends, all of whom L investigates. L manages to discover that Misa Amane was ahold of these tapes thanks to the hairs and fibers on them. Thus, Misa Amane is the Second Kira. Her manager is then charged for drugs, and L meets Light again at the university. There, he meets Misa before she is detained. Because of this, Light is in deep trouble and he asks to be detained, and so L does so. During Light's confinement, no criminals are killed, which confirms to L that Light is Kira. During Light's seventh day of confinement, Light begins acting uncharacteristically as he lost his memories of being Kira. After fifteen days, criminals begin dropping dead again, and once 50 days have passed, the Task Force pressures L into releasing Light and Misa. However, before letting them free, L has Soichiro act as if he would shoot Light, as he believes that Misa would kill Soichiro in this situation. However, since she doesn't, L agrees to let them free.
+
+
L sulking.
+
Still convinced Light and Misa are Kira and the second Kira, respectively, L handcuffs his hands to Light's. L asks Light to manipulate Misa into spilling information regarding the case, but Light refuses as it is against his moral code. While Light, L, and Misa are in Misa's room, L sulks over the fact that he has come to the conclusion that Light and Misa have lost their memories of having been Kira and passed on their powers to someone else, which would make solving the case very difficult. Frustrated with L's unwillingness to continue due to all that L has put Light through because of the case, Light punches L, and in response, L kicks Light before Matsuda intervenes and stops the fight.
+
After a few months of not working on the case, L is shown Light's research; Light deduces Kira is now within the Yotsuba company and that Kira can kill through means other than heart attacks. Shortly after, because of the fact that Kira has bribed and blackmailed the NPA to not oppose Kira, Aizawa quits the Task Force in order to support his family after being fed up with L, who lied to Aizawa about him having to make a choice, as L had already ensured that anyone who would quit the NPA to work with the Task Force would be financially secure.
+
+
L and the team watching over the Yotsuba members.
+
L hires Aiber and Wedy to help them with the investigation now that the Task Force is not a part of the police. Together, they all manage to concoct a plan, but Matsuda messes up by taking initiative and entering Yotsuba headquarters. In order to fix his mistakes, L tells Matsuda to fake his death. L takes advantage of his second alias, Eraldo Coil , whom Yotsuba hired in order to find L, to find out more information about the company, with Aiber communicating with them as Eraldo.
+
When Misa finds evidence as to who the Third Kira is, L is a little underwhelmed, but comes up with a plan to stop Higuchi regardless. L uses Matsuda as bait during a Sakura TV talk show to lure Higuchi onto the scene, only for the Task Force members to ambush him. Higuchi makes an escape, but with the help of Ide and his return, the Task Force catches up to him. L finally discovers the Death Note , how Kira kills, and discovers the Shinigami , Rem . Light and Misa regain their memories as Kira, and L discovers a rule, one where if someone doesn't write within the notebook within 13 consecutive days, they die. Despite this being a perfect alibi for Light, L still suspects him. Due to pressure from the Task Force now believing Light and Misa are in the clear, L releases Misa and removes the handcuffs from his and Light's hands.
+
L stands out in the rain, hearing the "bells," and massages Light's feet after doing so . (This has happened only in the anime and is absent from the manga. Many fans interpret this as L having knowledge of his premature death.)
+
A few killings after Misa's release, the killings from Kira start up again, resulting in L quarreling with the Task Force as he plans on using the notebook to test the legitimacy of the 13-day rule. However, just then, Watari has died, as he noticed all the data concerning the Kira case has been deleted. Once L figures out Rem must have killed Watari, Rem writes L's name in the notebook, killing him. As L has a heart attack, Light catches L and holds him by the arms, allowing L to see Light's smug smirk to show that he was indeed Kira the whole time.
+
+
L's death in the anime.
+
Because of Wammy's House attempting to raise a successor to L, Near and Mello attempt to catch Kira, with Near doing this in order to avenge L and defend his pride. During some of his interactions with Near and Mello, Light remembers L. Ultimately, the combined efforts of Near and Mello succeed in defeating Light.
+
+
In other media
+
Film series
+
+
+
Kenichi Matsuyama as L in the Death Note film series
+
L retains many of the same characteristics seen in the original series. At the end of the first film, L eats potato chips in front of Light; Light understood this to mean that L was still suspicious of him, as Light had used a potato chip bag to hide a mini LCD television from security cameras while L filmed his room.
+
+
+
As there is no time delay between the first and second films, the second film begins soon before L supposedly dies. Unlike the manga and anime, in the second film, his original "death," caused by Rem writing his name in her Death Note, does not take effect, as L had written his own name in Misa's Death Note earlier. It is his self-sacrifice that allows him to stay alive for a longer duration (as he supposed that Kira would kill him on that day), and allows the investigation team to apprehend Light. After Ryuk kills Light, Ryuk offers L the Death Note. L refuses, and Ryuk, while saying that L is boring, leaves.
+
Twenty-three days after writing his name in the Death Note, and after burning all the remaining Death Notes and having a conversation with Soichiro Yagami, L dies peacefully while eating a chocolate bar, with a picture of Watari lying right beside him.
+
+
+
L: Change the WorLd chronicles the 23 days that L has left before he dies. L decides to solve one last case. He is in charge of stopping a deadly virus from spreading across the world. Ryuk comes to his aid on behalf of Kira's last wishes. Hideo Nakata, the director, told The Daily Yomiuri that he wanted to exhibit L's "human side," a quality which was not made all too apparent in the Death Note series.
+
+
Conception of L in the films
+
Manga rendition of L's film portrayal
+
Shūsuke Kaneko, director of the films, said that L's role was the most difficult to cast; as the starting date of the shooting schedule drew near, many of the "big name" actors had other projects. Kaneko decided to offer the role to Ken'ichi Matsuyama, "very much a newcomer." When Matsuyama spoke to him of his intention to "live as L," the young actor had "clinched it," declares Kaneko.
+
Matsuyama admits having experienced some difficulty in trying to portray L, and he worried about his performance. In the end, he decided to interpret L as an individual who does not "quite understand other people on an emotional level"—the actor reasoned that L rarely interacted with others, and as a consequence, his social skills and emotional expressiveness may not be those of a socially active person. Matsuyama, describing himself as "not very flexible physically," encountered difficulty in emulating L's postures. The actor also ate sweets that L would eat, and carefully considered the details of L's signature gestures.
+
Matsuyama said that he and Fujiwara became "so immersed" in their character portrayals, that they did not talk to one another while on the set; only when filming ceased did they converse, and they "went out for a drink or two."
+
Matsuyama described L and Light as having "such unique characters that they’re impossible to understand" and that "the inside of L’s head remains a mystery" to him. Matsuyama said that L and Light are "extremely" alike in that they have "very strong sense of justice."
+
+
Novels
+
+
In the novel Death Note: Another Note , the reader is led to believe L—under the alias, Rue Ryuzaki—is helping Naomi Misora solve a murder case. She was recruited for the case by L because she was on leave from the FBI. This Rue acts very much like L and shared many characteristics like crouching to sit and consuming sweets. At the end of the novel, the reader discovers that Beyond Birthday detective name B , who was another candidate to replace L along with Near and Mello, was not only the killer but also Rue Ryuzaki in disguise under heavy make-up. He was trying to make a case L could not solve to prove his superiority to L. In the book the only certified reference to L was the phone conversations Naomi had with him to discuss the case. At the very end of the book, as Naomi was going back to work, she sees a man similar to Rue, who the reader is led to believe is L (and probably is, considering that Mello earlier stated that this case was the first time that L had shown himself in public under the alias 'Ryuzaki'). This man attempts to give Naomi a hug, which she counters in self-defense and sends him tumbling down a flight of stairs. She then catches up to him and asks him his name, to which he replies, "Ryuzaki."
+
It is revealed that, prior to the series, L once told Mello three stories regarding his previous solved cases—the Los Angeles BB Murder Cases, detective wars against the real Eraldo Coil and Deneuve , and the story of how L met Watari.[6]
+
+
+
Although following closely the storyline of its film counterpart—with the exception of a few creative changes—the novelization reveals various attributes of L. It is revealed in the novel that the initial "L" has two meanings: L stands for "Last One," meaning no one could surpass or match him, but also for "Lost One," meaning a gifted entity who has dropped down, or was cast out from heaven.
+
The novel also states that L helped in the prevention of World War III when he was only eight years old.
+
In the novel, L takes a few capoeira lessons from Suruga. This is most likely a homage to the on-going fan speculation of L's capoeira like fighting style in the Death Note manga and anime.
+
Also, in the novel, L for the first time completely loses his composure and calm attitude: when Maki is kidnapped by Blue Ship, L breaks down and screams toward the sky after realizing that this was what Light meant about feeling helpless to protect the people he cares about. L also states at one point that "his heart hurts." His feelings about Light are also revealed, and it is described that L did consider Light to be his friend, going as far as holding on to Light's broken watch as a memento and saying, "Light, I'll see you on the other side. Let us explore the world of nothingness together."
+
According to the timeline that is presented on each page of the novel, it appears L was to have only 272 days left to live prior to writing his name onto the page of the Death Note . Based on this bit of information it's obvious that L's remaining natural lifespan at the end of the second film would only have amounted to less than a year.
+
According to page 151 of the novel, it is revealed that the reason why L has acquired so many eccentric quirks is because of the heavy strain of upholding the name of L. From the novel:
+
+
How L did not and could not forget the faces of thousands of victims. "Who could comprehend the man who had lived his life, and had to live confronting all the lives ended prematurely, the tears of the grief stricken survivors, the devaluing of life as a daily reality. How was it possible to measure the pain of such a man? Was it a strain so heavy that L's back curved under all its weight? Was it an agony so terrible as to leave the indelible dark circles around his eyes? Was it a feeling so bitter that every bite he took needed to be coated in sugar? The chronically rounded shoulders, the inevitable dark circles, the eccentric tastes—L suppressed the pain of being a champion of justice, but the evidence of the pain was molded into his very body."
+
L's detective skills are also explored. In the novel L manages to disguise himself from Kujo and the Blue Ship members by wearing lipstick and putting on a women's wig. He even goes as far as playing the part, and calling Suruga "Honey" while in disguise, much to his annoyance.
+
+
Yonkoma
+
Main articles: Death Note 13: How to Read and Yonkoma
+
Death Note 13: How to Read describes L in the Death Note yonkoma as the "holder of the world's greatest mind" and having the "powerful ability to act like a fool." Death Note 13: How to Read adds that in the yonkoma, "it's like [L was] born to be mocked."
+
+
Musical
+
Teppei Koike as L (Tokyo, 2015)
+
L's role in Death Note: The Musical is essentially the same, but there are some notable changes to the plot. L does not create the Task Force; the Task Force is formed prior to his involvement, and Soichiro Yagami calls L in to assist on the case.
+
The ending is also very different. Light convinces Rem to not just write L's name in the notebook but to also write the manner of L's death. As written, L goes to meet Light at a warehouse in Daikoku Wharf and he takes a gun. Light reveals himself as Kira and allows L to touch the Death Note and see Ryuk. L shoots Light in the leg, but Light reveals that this is all according to what's already been written, because Light intends to make it look like L himself was Kira and Light exposed him. Light guides the gun in L's hand to L's temple, and L pulls the trigger and dies.
+
+
Kim Junsu as L (Seongnam, 2015)
+
L is portrayed by various actors for the different musical productions. Teppei Koike (小池徹平, Koike Teppei ) portrayed him in the 2015 Japanese production, and he will reprise the role in 2017. Kim Junsu (김준수) portrayed him in both the 2015 and 2017 Korean productions. Jarrod Spector voiced the character for the New York studio demo recordings.
+
L performs the following songs in the Musical:
+
+
+
+
Kento Yamazaki as L
+
L receives major changes in the drama adaptation. Unlike his manga and anime counterpart, this live-action L sits properly, albeit with his feet on tables and his legs crossed, regularly wears shoes, and eschews sweets and candy in favour of energy drinks. He is also portrayed as far more bold, evident in episode 2 when he accuses Light and several other suspects as being Kira over the phone without even using a voice scrambler. He shows more emotions than L does in the manga, screaming during his fight with Light and laughing when he knows he has Light cornered.
+
L has a much closer relationship to Near in the drama, and the two of them regularly keep in touch over the phone. L is very wary of Near’s “Mello” personality and does not hesitate to scold Mello when he comes out. It is for this reason that L attempts to keep Near sheltered, though he ultimately fails when Near escapes the Wammy House. The two spend time together in person, and L values Near's contribution to the Higuchi case and respects his establishment as a world-renowned detective.
+
+
+
+
American actor Keith Stanfield portrays an American version of L in the 2017 Netflix adaptation of Death Note .
+
Similar to the television drama, L's character and background have significant changes. Prior to the events of the film, L was raised in an orphanage in New York where he and several other children were trained by Watari to become the greatest detectives in the world. The orphanage was eventually abandoned soon after L's departure. L also rarely took time to sleep and ate nothing but sweets and required Watari's aid to maintain his health.
+
Towards the film's third act, L displays an aggressive behavior that causes him to shout and even break things when he is angered. When Watari is killed, L's rage consumes him and he takes a gun in an attempt to hunt down Light Turner to avenge his mentor, but is knocked unconscious by a Kira worshipper before he can shoot Light.
+
After being taken into custody by the police, L is able to avoid prison due to his contacts in the government, but he is deported and is to be sent back to Japan. Before his plane takes off, L remembers Mia's involvement with Light and he breaks into Mia's house. He searches through her belongings and finds a page of the Death Note with the names of the FBI agents on it. Out of anger, L grabs a pen and considers writing Light's name down.
+
+
Conception
+
The following information is from Death Note 13: How to Read .
+
Tsugumi Ohba : Writer
+
Takeshi Obata : Artist
+
+
Overview
+
Ohba created L as a "force of justice" and a "super detective" who stands between Light and Light's goals and advances the story. Ohba believed that the story would not hold much interest if L was significantly older than Light, so Ohba created L as a young adult. Ohba said that for L's name he wanted to use a single letter with a lot of significance; according to Ohba, he considered "I" and "J" but decided that they did not "feel as good" as "L" and settled on it "after careful consideration." Ohba mentions having given L the alias "Ryuzaki" because L is pronounced like R in Japanese.
+
Ohba said that his favorite human character in the series was L as he believed that L was the "strongest" character in the series "besides Light." Obata also chose L as his favorite due to "appearance, personality, everything." He stated that he could never have created L and that he enjoyed drawing him. Obata added that because of this, L is not "real" to him, and he likes that aspect of L. In response to the question "Who was the most fun to draw?" both Ohba and Obata answered "L."
+
+
Appearance
+
Ohba claims he left "everything" about L's character design to Obata, who asked Ohba if L could be "unattractive." Afterwards, Ohba would include his ideas about the character into his thumbnails, including L's posture when seated, and notes such as: "he's English," and "he's listless." He also added details regarding L's mannerisms, and his "sweet tooth." Apart from all that, Ohba credits Obata for the character designs.
+
Obata described the thumbnail pictures of L created by Ohba as having a "plain face with no expression," and no "bags" under his eyes. According to Obata, the thumbnail design was "great, and I wish I could have used it as is." Obata drew L as an "attractive young man" until Chapter 11, when the character appeared in person. After Chapter 11 Obata decided to contrast L's appearance with that of Light's; Obata claims that both he and Ohba held this idea.
+
Obata speaks of his concern, during the development of the early manga chapters, that L would appear to be "so suspicious that Light would know instantly it was L if they ever met." When Obata's editor told him that he wanted L to have a face "looking cool based on the angle," Obata added black "bags" under L's eyes, and he cited Devilman' s Akira Fudou when expressing his belief that black bags "looked cool." In addition, Obata thought of a "dead eyes" concept, which involved L having "all-black eyes" and "mostly no eyebrows." Although he believes that giving it such black eyes tends to make an animated character appear "goofier," he also thinks that the bags "sharpen the character's gaze." Obata suggests that the design evokes "a feeling of mystery" surrounding the character, and as a result, the reader cannot determine L's true thoughts. He adds that the bags under L's eyes also attract speculation about L's lifestyle and past, and describes the bags as "useful." Obata designed L with a "simple" outfit of a white, long-sleeved shirt and jeans in order to convey the idea that L does not put much thought into choosing his attire. In Death Note 13: How to Read , Ohba presented an initial rough draft of L, and said that, with a "cool expression" and without the "bags" under his eyes the rough draft showed "a totally different person."
+
While designing color book covers, Obata assigned colors to characters to "get the atmosphere right." The color he assigned to L was gold.
+
+
Mannerisms
+
Obata has stated his belief that traits exhibited by L are best revealed "gradually." He is convinced that if he drew L eating "mountains of sweets" prior to revealing L's face, the character would not have "much credibility as a super detective," and people would question whether L was "crazy."
+
Obata mentions being told often that L's fighting style is much like capoeira; the artist claims that he did not consider this when he drew L's fights—he was simply thinking of the most effective method of kicking an adversary while being handcuffed to him. In Obata's opinion, if the style resembles capoeira, then this "adds another element to it" and "that makes me happy."
+
+
Trivia
+
L's name, L Lawliet, was first revealed in Death Note 13: How to Read on a promotional card featured at the beginning of the book.
+
L's lifespan in the anime
+
In the anime, certain characters take on stylized hair colors while the viewer hears their thoughts; L's color is blue.
+L's lifespan in the television drama is 51161121.
+L can tie two cherry stems in a knot with his mouth, as seen in episode 18.
+In the Death Note DVD Behind the Scenes, L's voice actor, Alessandro Juliani, describes L as an "enigma, and someone, that if you sat next to on the subway with you would probably move to the other side."
+In the Italian version, rather than using the letter "L" to spell his name, the phonetic spelling ("Elle") is used.
+In Full Metal Panic! The Second Raid episode 6, a character resembling L was briefly seen riding a bike.
+
An L Nendoroid figure
+
L was one of the Death Note characters made into Nendoroid figures. The L Nendoroid comes with a chair, an extra arm holding a cell phone, another body of L but in his crouching posture, and three other faces, an angry face, a shocked face, and a face looking to the right.
+American R&B singer Christina Grimmie cosplayed as L for her 2015 music video of "Shrug ." Two versions of the music video were made with the L cosplay being used in the "Dude Version ."
+
Quotes
+
“Kira is childish and he hates losing… I'm also childish and hate losing. ” (Chapter 11 )
+“Well, to put it simply… I had prepared a little trick to test whether you were Kira… But I didn't even feel the need to use it on any of you. ” (Chapter 13 )
+“He who moves first always wins. ” (Chapter 20 )
+“I just can't sit any other way than this. If I sit the way other people do, my reasoning ability drops by 40%. ” (Chapter 21 )
+“The only thing I see is the abnormal strength of Amane's love for Light Yagami. ” (Chapter 36 )
+“Light-kun, please shut Misa-san up. ” (Chapter 37 )
+"Not satisfied unless you're Kira…? Yes, that may be true… I have just realized something… I wanted you to be Kira…" (Chapter 38 )
+“Misa-san, take this seriously or I'll kick you. ” (Chapter 46 )
+“It's not a sense of justice. Figuring out difficult cases is my hobby. If you measured good and evil deeds by current laws, I would be responsible for many crimes. The same way you all like to solve mysteries and riddles, or clear video games more quickly. For me too, it's simply prolonging something I enjoy doing. That's why I only take on cases that pique my interest. It's not justice at all. And if it means being able to clear a case, I don't play fair, I'm a dishonest, cheating human being who hates losing. ” (Death Note One-Shot Special )
+“There are…many types of monsters in this world: Monsters who will not show themselves and who cause trouble; monsters who abduct children; monsters who devour dreams; monsters who suck blood, and… monsters who always tell lies. Lying monsters are a real nuisance. They are much more cunning than other monsters. They pose as humans even though they have no understanding of the human heart. They eat even though they've never experienced hunger. They study even though they have no interest in academics. They seek friendship even though they do not know how to love. If I were to encounter such a monster, I would likely be eaten by it. Because in truth, I am that monster. ” (Death Note Relight 2: L's Successors )
+“The killer is B. ” (Death Note: Another Note: The Los Angeles BB Murder Cases , p 104)
+“Light wanted to live like a god. He didn't die like one. ” (L: Change the WorLd )
+“Watari, now I want to live in this world a little bit longer. ” (L: Change the WorLd )
+“Misa Amane… I hope you enjoy the remaining few years of your life. ” (L: Change the WorLd , p 115)
+“Light, I'll see you on the other side. Let us explore the world of nothingness together. ” (L: Change the WorLd , p 188)
+
Themes
+
+
References
+
+
bg:Ел
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-89-0.html b/demonstrations/mkfumic/pages/page-89-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..3e699a977390be9e4ef921f672a21ab9b215252c
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-89-0.html
@@ -0,0 +1,4088 @@
+
+
+L (character) | Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This page features a video (above if enabled through preferences or logged out) not created or controlled by the Death Note Wiki. It may contain inaccuracies and misleading statements . If you would like to make corrections, please contact Wikia Staff at Special:Contact/general .
+
+
+
+
+
+
+
+
+
“Kira is childish, and he hates losing. You guessed it, I'm also childish and hate losing. ”
+
+— L (
"One" )
+
+L (エル, Eru ) is a world-renowned detective who takes on the challenge of catching the mass murderer known as Kira . In his investigation, L becomes suspicious of Light Yagami and makes it his goal to prove that Light is Kira.
+
+
+
+
Appearance
+
L's full appearance
+
L is a very slim, pale, tall young man with messy neck-length black hair and black eyes. One of his most noticeable features is the shadow below each of his eyes, a result of him being an insomniac. L is always shown to be wearing a pair of blue jeans and a long-sleeved white shirt. He almost never wears shoes or socks, preferring to go barefoot, even while in public. This was shown when he visited Light Yagami's school and was seen barefoot while sitting on a bench, not bothering to wear his shoes until he got up to walk. L also tends to hunch over when walking.
+
+
Character
+
The "L" that L uses to represent himself
+
L is quite secretive, and only communicates with the world through his assistant, Watari . He never shows his face to the world in person, instead representing himself with a capital letter L drawn in "Old English MT" or "Cloister Black" typeface. It is more likely to be "Cloister Black" as Watari's "W" is different in "Old English MT."
+
After meeting the Japanese Task Force , he requests that the task force refer to him as "Ryuzaki" as an additional safety measure. The Task Force never learns his true name, and it is revealed in neither the manga nor anime.
+
L is very intelligent, though his disheveled and languid appearance masks his great powers of deduction and many question his abilities upon viewing him. L tends to second-guess everything he is presented with, and is extremely meticulous and analytical. He is good at deceiving his opponents, and is willing to take drastic measures to solve a case. Some of his tactics are quite bold, such as having death row inmate Lind L. Tailor pose as himself on live TV in order to draw out Kira, while others seem bizarre to those involved, such as handcuffing himself to suspected-Kira, Light Yagami. He is also shown to have a dry sense of humor, and he isn't above making sarcastic remarks to people. Although he tends to be polite, to some (such as Task Force member Shuichi Aizawa ), L can seem condescending at times.
+
Using subterfuge, misinformation, disinformation, and an analytical knowledge of human nature to help lure a suspected murderer into a false sense of security and possibly make him carelessly over-confident, L sometimes gets what he wants through abnormal or possibly criminal channels. Whenever L gives percentages to indicate how much he suspects a person of committing a crime, such as "five percent," he may in fact be over ninety percent convinced of their culpability. Although L tells Light that he is among the least likely suspects with one of the lowest percentages of probability, in reality L is "pretty certain" that Light is Kira. As series writer Tsugumi Ohba said laughing, making light of L's tactics: "The truth is, he's a liar."
+
+
L's preferred posture
+
He also has several quirks, such as preferring to crouch rather than sit, eating only sweet foods (like desserts, candies and fruits) and holding items by using only a thumb and a finger. He also has an unusual way of sitting, with both of his feet on the chair. He claims that if he sits normally, his reasoning ability would drop 40%. Interestingly, in the manga, he is seen sitting on the floor in a pose similar to how one would meditate, while thinking deeply about the Kira case. He is often seen arranging objects and very intently stacking, or in other ways playing with, his staple food items. L is almost always encountered while performing actions that are considered inappropriate or rude in public. These actions/habits include biting fingernails, placing feet on furniture, slouching, chewing with an open mouth, talking with his mouth full, and calling out personal observations that may offend others.
+
With his status as the world's greatest detective, he, like Light, has a very sensitive pride, being afraid to be wrong in his deductions and theories, evident through his drastic measures (torturing Misa and confining Light during an unnecessarily lengthy amount of time), and lethargic behavior during the beginning of the Yotsuba arc .
+
Although he is often seen sitting and inactive, L retains a high athletic ability. L stayed in England for five years, and during that time he was the tennis champion in the England Junior Cup. He also has a knack for martial arts, which is demonstrated in his brief fight with Light. In chapter 38 of the manga, L suggests that even though he eats only sweet foods, he remains underweight because the brain uses the most calories of any organ in the body.
+
+
L kicks Light
+
When asked about L's ethnicity, creator of the series Tsugumi Ohba responded, "I think of him as a quarter Japanese, a quarter English, a quarter Russian, a quarter French or Italian, like that." Ohba said that L is the most intelligent character in the entire Death Note series because "the plot requires it." He added that he personally views L as "slightly evil."
+
+
History
+
At the age of eight,[4] L was found by Watari and taken to the orphanage known as Wammy's House, a home for gifted children. Sometime after, Watari realized that L had incredible intelligence and later assisted him in his cases.[5] L became a detective at a young, unknown age and eventually gained a reputation as the greatest detective in the world whose opinion is highly valued.
+
+
Plot
+
L notices the rapid rate of criminals dying of heart attacks, and suspects a person is behind this and that he is in Japan, so he seeks cooperation from the NPA . He begins the Kira case by having undocumented death row inmate Lind L. Tailor introduce himself on television as "L" and say that Kira is "evil." This provokes Kira into killing Tailor on the spot, which in turn confirms that the Kira killings are not a coincidental succession of heart attacks amongst criminals but the designs of an ingenious murderer who will kill any and all who try to stop him. It also reveals Kira's location, since the broadcast was televised only in the Kanto region. Not long after this, because of the time of day during which the criminals die coincide with out-of-school hours, he deduces that Kira may well be a student. Not long after this incident, criminals begin dying during one-hour intervals, intentionally contradicting L's theory, showing to L that Kira has access to police information. Because of this, he requests that 12 FBI agents investigate those close to each of the members of the police.
+
Shortly after the FBI's investigation begins, Kira begins testing his abilities using criminals and leaves behind meaningless clues, successfully distracting L from the agents. Not too long after this, all 12 FBI agents die at Kira's hand. This causes a large portion of the NPA to quit the investigation, only leaving a few members, Soichiro Yagami , Touta Matsuda , Hirokazu Ukita , Shuichi Aizawa , and Kanzo Mogi . L books a hotel room where all six of them can regularly do their investigation, and he gives them counterfeit police badges as well as belt buckles which allow them to contact L in case of an emergency.
+
+
L in the manga, declaring he is "justice" to the Task Force.
+
L finds footage of the death of one of the agents, and the footage shows that Raye Penber , who was investigating the families of Soichiro Yagami and Koreyoshi Kitamura , was reaching for something behind him when he died just outside the train. Furthermore, the body of Naomi Misora , who previously worked with L on the Los Angeles BB Serial Murder Cases and was Raye's fiancé, went missing. L assumes this was the work of Kira because Naomi didn't seem like the type to commit suicide at the loss of her fiancé. Because of these two factors, Kira must be among those whom Raye was investigating.
+
L installs surveillance cameras and wiretaps in the Yagami household as well as Kitamura's house. However, L places 64 in the room of Light Yagami , Soichiro's son, whom L observes the closest. After seeing Light's alibi (which was that he writes a name in a blind spot whilst studying), L senses something is very off about Light, deeming him "too perfect."
+
+
+
In order to take his investigation to its next stage, L decides to enroll at To-Oh University (東応大学, Tōō Daigaku )—the same college that Light attends—using the well-known name of a popular singer and actor, Hideki Ryuga . L attends To-Oh because he feels confident in his reasoning and interrogational skills and wishes to test his theory concerning Light's hidden identity by confronting him and perhaps provoking or tricking him to admit that he is indeed Kira. L is well aware that this is something of a gamble, and knows full well that his act of direct confrontation could prove fatal, but as he's convinced he understands Light's thought process, he feels confident that the adversary will not yet risk revealing his secret identity by killing him.
+
When L introduces himself as Ryuga, Light becomes alert and somewhat alarmed but recognizes that it would be pointless to attempt to kill him—the name is conspicuously fake. Light has no way of knowing whether Ryuga is the real L or a proxy acting under orders. He also reasons that L would have already introduced himself to Light's father earlier, and thus, were he to somehow kill L, this murder would instantly unmask him, proving that he is indeed Kira. If this person proved to be L's proxy, and his name really was Ryuga, he might die, but L would live and know his identity, without ever having had to reveal himself to Light, so that L will have gained all the advantage. Also, while writing the name "Hideki Ryuga" into the Death Note, the face of the pop singer bearing that name might enter Light's thoughts involuntarily, and that would cause the death of pop singer Ryuga, which would also lead L to the obvious conclusion that Light is Kira. As such, L's expectations about the outcome of his daring opening gambit prove true, and Light finds himself in a stalemate situation, unable to act for the time being, as any attempt to rid himself of his hunters would result in confirmed suspicions, his subsequent and unavoidable unmasking, and, ultimately, his undoing.
+
+
L's loss against Light in tennis.
+
L plans on getting closer to Light by asking him to join the investigation; this way, if Light is Kira, he would be more prone to slipping up, while Light not being Kira would still benefit the investigation. L begins by playing a tennis game with Light, in order to have grounds to get closer to Light and begin asking him about the investigation; during the game, L concludes that Light will attempt to meet with the Task Force members in order to confirm L's identity. After losing the tennis match, in order to prevent Light from meeting with the Task Force members, L announces his suspicions, claiming his suspicions are only one percent high. L begins testing Light at the cafe, first by asking him about why L revealed himself, then about the file that the FBI agents received, and finally about three notes Kira left behind using criminals. Light passes all the tests and doesn't slip up, and so L doesn't bother trying to test him anymore.
+
L then asks Light to join the investigation, but Light takes advantage of this by claiming that he'll refuse to join the investigation unless the Task Force members confirm L's identity. Considering L wants Light to join the investigation and he has another countermeasure to keep him safe anyway, L allows Light to have the Task Force members confirm his identity. Suddenly, L and Light receive news of Soichiro having collapsed of a heart attack due to stress, and at the hospital, L has Soichiro confirm his identity, while also asking for Light's thoughts on Kira's identity.
+
After a while, Kira sends tapes to Sakura TV , which airs on TV. After Kira begins to kill innocents to prove the fact that they're Kira, the Task Force tries their best to stop the broadcast. After all the calls fail, Ukita attempts to barge in the station, only for him to somehow be killed. This shocks them and angers Aizawa as Kira shouldn't have been able to discover Ukita's name. Luckily, a recovered Soichiro barges in the station using a truck, confirming his safety, and retrieves the tapes from Demegawa, and hands them over to L and the Task Force. Judging from the fact that Kira can now kill with just a face and that Kira is uncharacteristically killing innocents, L speculates that this is indeed a second Kira who seeks the collaboration and attention of the first. Because Light's deductive abilities would be useful, L asks Light to join the Task Force. Because Light knows of L's identity, L has Watari pose as another L through a computer screen in order to prevent Light from killing L and the Task Force, as an outsider would notice their deaths should they occur.
+
Together, they both manage to have the second Kira, who wishes to have L seen on TV, respond to them. In one of the responses, the second Kira mentions "Shinigami ," and since their existence isn't implausible to L considering previous events, L is shocked and unsettled by the idea of him potentially needing to change his worldview. After the second Kira sends a diary, Light goes to Aoyama on May 22nd under the guise of investigating, only for him to find nothing. On May 23rd, the second Kira releases a tape announcing that she has found Kira, which has L suspect Light further considering this is probably referring to when Light went to Aoyama the previous day, so L has Mogi secretly tail Light.
+
Judging from the fact that the second Kira now does not seek Kira's attention, L thinks that the second Kira and Kira have joined forces. After this, Light suddenly gains a gaggle of girlfriends, all of whom L investigates. L manages to discover that Misa Amane was ahold of these tapes thanks to the hairs and fibers on them. Thus, Misa Amane is the Second Kira. Her manager is then charged for drugs, and L meets Light again at the university. There, he meets Misa before she is detained. Because of this, Light is in deep trouble and he asks to be detained, and so L does so. During Light's confinement, no criminals are killed, which confirms to L that Light is Kira. During Light's seventh day of confinement, Light begins acting uncharacteristically as he lost his memories of being Kira. After fifteen days, criminals begin dropping dead again, and once 50 days have passed, the Task Force pressures L into releasing Light and Misa. However, before letting them free, L has Soichiro act as if he would shoot Light, as he believes that Misa would kill Soichiro in this situation. However, since she doesn't, L agrees to let them free.
+
+
L sulking.
+
Still convinced Light and Misa are Kira and the second Kira, respectively, L handcuffs his hands to Light's. L asks Light to manipulate Misa into spilling information regarding the case, but Light refuses as it is against his moral code. While Light, L, and Misa are in Misa's room, L sulks over the fact that he has come to the conclusion that Light and Misa have lost their memories of having been Kira and passed on their powers to someone else, which would make solving the case very difficult. Frustrated with L's unwillingness to continue due to all that L has put Light through because of the case, Light punches L, and in response, L kicks Light before Matsuda intervenes and stops the fight.
+
After a few months of not working on the case, L is shown Light's research; Light deduces Kira is now within the Yotsuba company and that Kira can kill through means other than heart attacks. Shortly after, because of the fact that Kira has bribed and blackmailed the NPA to not oppose Kira, Aizawa quits the Task Force in order to support his family after being fed up with L, who lied to Aizawa about him having to make a choice, as L had already ensured that anyone who would quit the NPA to work with the Task Force would be financially secure.
+
+
L and the team watching over the Yotsuba members.
+
L hires Aiber and Wedy to help them with the investigation now that the Task Force is not a part of the police. Together, they all manage to concoct a plan, but Matsuda messes up by taking initiative and entering Yotsuba headquarters. In order to fix his mistakes, L tells Matsuda to fake his death. L takes advantage of his second alias, Eraldo Coil , whom Yotsuba hired in order to find L, to find out more information about the company, with Aiber communicating with them as Eraldo.
+
When Misa finds evidence as to who the Third Kira is, L is a little underwhelmed, but comes up with a plan to stop Higuchi regardless. L uses Matsuda as bait during a Sakura TV talk show to lure Higuchi onto the scene, only for the Task Force members to ambush him. Higuchi makes an escape, but with the help of Ide and his return, the Task Force catches up to him. L finally discovers the Death Note , how Kira kills, and discovers the Shinigami , Rem . Light and Misa regain their memories as Kira, and L discovers a rule, one where if someone doesn't write within the notebook within 13 consecutive days, they die. Despite this being a perfect alibi for Light, L still suspects him. Due to pressure from the Task Force now believing Light and Misa are in the clear, L releases Misa and removes the handcuffs from his and Light's hands.
+
L stands out in the rain, hearing the "bells," and massages Light's feet after doing so . (This has happened only in the anime and is absent from the manga. Many fans interpret this as L having knowledge of his premature death.)
+
A few killings after Misa's release, the killings from Kira start up again, resulting in L quarreling with the Task Force as he plans on using the notebook to test the legitimacy of the 13-day rule. However, just then, Watari has died, as he noticed all the data concerning the Kira case has been deleted. Once L figures out Rem must have killed Watari, Rem writes L's name in the notebook, killing him. As L has a heart attack, Light catches L and holds him by the arms, allowing L to see Light's smug smirk to show that he was indeed Kira the whole time.
+
+
L's death in the anime.
+
Because of Wammy's House attempting to raise a successor to L, Near and Mello attempt to catch Kira, with Near doing this in order to avenge L and defend his pride. During some of his interactions with Near and Mello, Light remembers L. Ultimately, the combined efforts of Near and Mello succeed in defeating Light.
+
+
In other media
+
Film series
+
+
+
Kenichi Matsuyama as L in the Death Note film series
+
L retains many of the same characteristics seen in the original series. At the end of the first film, L eats potato chips in front of Light; Light understood this to mean that L was still suspicious of him, as Light had used a potato chip bag to hide a mini LCD television from security cameras while L filmed his room.
+
+
+
As there is no time delay between the first and second films, the second film begins soon before L supposedly dies. Unlike the manga and anime, in the second film, his original "death," caused by Rem writing his name in her Death Note, does not take effect, as L had written his own name in Misa's Death Note earlier. It is his self-sacrifice that allows him to stay alive for a longer duration (as he supposed that Kira would kill him on that day), and allows the investigation team to apprehend Light. After Ryuk kills Light, Ryuk offers L the Death Note. L refuses, and Ryuk, while saying that L is boring, leaves.
+
Twenty-three days after writing his name in the Death Note, and after burning all the remaining Death Notes and having a conversation with Soichiro Yagami, L dies peacefully while eating a chocolate bar, with a picture of Watari lying right beside him.
+
+
+
L: Change the WorLd chronicles the 23 days that L has left before he dies. L decides to solve one last case. He is in charge of stopping a deadly virus from spreading across the world. Ryuk comes to his aid on behalf of Kira's last wishes. Hideo Nakata, the director, told The Daily Yomiuri that he wanted to exhibit L's "human side," a quality which was not made all too apparent in the Death Note series.
+
+
Conception of L in the films
+
Manga rendition of L's film portrayal
+
Shūsuke Kaneko, director of the films, said that L's role was the most difficult to cast; as the starting date of the shooting schedule drew near, many of the "big name" actors had other projects. Kaneko decided to offer the role to Ken'ichi Matsuyama, "very much a newcomer." When Matsuyama spoke to him of his intention to "live as L," the young actor had "clinched it," declares Kaneko.
+
Matsuyama admits having experienced some difficulty in trying to portray L, and he worried about his performance. In the end, he decided to interpret L as an individual who does not "quite understand other people on an emotional level"—the actor reasoned that L rarely interacted with others, and as a consequence, his social skills and emotional expressiveness may not be those of a socially active person. Matsuyama, describing himself as "not very flexible physically," encountered difficulty in emulating L's postures. The actor also ate sweets that L would eat, and carefully considered the details of L's signature gestures.
+
Matsuyama said that he and Fujiwara became "so immersed" in their character portrayals, that they did not talk to one another while on the set; only when filming ceased did they converse, and they "went out for a drink or two."
+
Matsuyama described L and Light as having "such unique characters that they’re impossible to understand" and that "the inside of L’s head remains a mystery" to him. Matsuyama said that L and Light are "extremely" alike in that they have "very strong sense of justice."
+
+
Novels
+
+
In the novel Death Note: Another Note , the reader is led to believe L—under the alias, Rue Ryuzaki—is helping Naomi Misora solve a murder case. She was recruited for the case by L because she was on leave from the FBI. This Rue acts very much like L and shared many characteristics like crouching to sit and consuming sweets. At the end of the novel, the reader discovers that Beyond Birthday detective name B , who was another candidate to replace L along with Near and Mello, was not only the killer but also Rue Ryuzaki in disguise under heavy make-up. He was trying to make a case L could not solve to prove his superiority to L. In the book the only certified reference to L was the phone conversations Naomi had with him to discuss the case. At the very end of the book, as Naomi was going back to work, she sees a man similar to Rue, who the reader is led to believe is L (and probably is, considering that Mello earlier stated that this case was the first time that L had shown himself in public under the alias 'Ryuzaki'). This man attempts to give Naomi a hug, which she counters in self-defense and sends him tumbling down a flight of stairs. She then catches up to him and asks him his name, to which he replies, "Ryuzaki."
+
It is revealed that, prior to the series, L once told Mello three stories regarding his previous solved cases—the Los Angeles BB Murder Cases, detective wars against the real Eraldo Coil and Deneuve , and the story of how L met Watari.[6]
+
+
+
Although following closely the storyline of its film counterpart—with the exception of a few creative changes—the novelization reveals various attributes of L. It is revealed in the novel that the initial "L" has two meanings: L stands for "Last One," meaning no one could surpass or match him, but also for "Lost One," meaning a gifted entity who has dropped down, or was cast out from heaven.
+
The novel also states that L helped in the prevention of World War III when he was only eight years old.
+
In the novel, L takes a few capoeira lessons from Suruga. This is most likely a homage to the on-going fan speculation of L's capoeira like fighting style in the Death Note manga and anime.
+
Also, in the novel, L for the first time completely loses his composure and calm attitude: when Maki is kidnapped by Blue Ship, L breaks down and screams toward the sky after realizing that this was what Light meant about feeling helpless to protect the people he cares about. L also states at one point that "his heart hurts." His feelings about Light are also revealed, and it is described that L did consider Light to be his friend, going as far as holding on to Light's broken watch as a memento and saying, "Light, I'll see you on the other side. Let us explore the world of nothingness together."
+
According to the timeline that is presented on each page of the novel, it appears L was to have only 272 days left to live prior to writing his name onto the page of the Death Note . Based on this bit of information it's obvious that L's remaining natural lifespan at the end of the second film would only have amounted to less than a year.
+
According to page 151 of the novel, it is revealed that the reason why L has acquired so many eccentric quirks is because of the heavy strain of upholding the name of L. From the novel:
+
+
How L did not and could not forget the faces of thousands of victims. "Who could comprehend the man who had lived his life, and had to live confronting all the lives ended prematurely, the tears of the grief stricken survivors, the devaluing of life as a daily reality. How was it possible to measure the pain of such a man? Was it a strain so heavy that L's back curved under all its weight? Was it an agony so terrible as to leave the indelible dark circles around his eyes? Was it a feeling so bitter that every bite he took needed to be coated in sugar? The chronically rounded shoulders, the inevitable dark circles, the eccentric tastes—L suppressed the pain of being a champion of justice, but the evidence of the pain was molded into his very body."
+
L's detective skills are also explored. In the novel L manages to disguise himself from Kujo and the Blue Ship members by wearing lipstick and putting on a women's wig. He even goes as far as playing the part, and calling Suruga "Honey" while in disguise, much to his annoyance.
+
+
Yonkoma
+
Main articles: Death Note 13: How to Read and Yonkoma
+
Death Note 13: How to Read describes L in the Death Note yonkoma as the "holder of the world's greatest mind" and having the "powerful ability to act like a fool." Death Note 13: How to Read adds that in the yonkoma, "it's like [L was] born to be mocked."
+
+
Musical
+
Teppei Koike as L (Tokyo, 2015)
+
L's role in Death Note: The Musical is essentially the same, but there are some notable changes to the plot. L does not create the Task Force; the Task Force is formed prior to his involvement, and Soichiro Yagami calls L in to assist on the case.
+
The ending is also very different. Light convinces Rem to not just write L's name in the notebook but to also write the manner of L's death. As written, L goes to meet Light at a warehouse in Daikoku Wharf and he takes a gun. Light reveals himself as Kira and allows L to touch the Death Note and see Ryuk. L shoots Light in the leg, but Light reveals that this is all according to what's already been written, because Light intends to make it look like L himself was Kira and Light exposed him. Light guides the gun in L's hand to L's temple, and L pulls the trigger and dies.
+
+
Kim Junsu as L (Seongnam, 2015)
+
L is portrayed by various actors for the different musical productions. Teppei Koike (小池徹平, Koike Teppei ) portrayed him in the 2015 Japanese production, and he will reprise the role in 2017. Kim Junsu (김준수) portrayed him in both the 2015 and 2017 Korean productions. Jarrod Spector voiced the character for the New York studio demo recordings.
+
L performs the following songs in the Musical:
+
+
+
+
Kento Yamazaki as L
+
L receives major changes in the drama adaptation. Unlike his manga and anime counterpart, this live-action L sits properly, albeit with his feet on tables and his legs crossed, regularly wears shoes, and eschews sweets and candy in favour of energy drinks. He is also portrayed as far more bold, evident in episode 2 when he accuses Light and several other suspects as being Kira over the phone without even using a voice scrambler. He shows more emotions than L does in the manga, screaming during his fight with Light and laughing when he knows he has Light cornered.
+
L has a much closer relationship to Near in the drama, and the two of them regularly keep in touch over the phone. L is very wary of Near’s “Mello” personality and does not hesitate to scold Mello when he comes out. It is for this reason that L attempts to keep Near sheltered, though he ultimately fails when Near escapes the Wammy House. The two spend time together in person, and L values Near's contribution to the Higuchi case and respects his establishment as a world-renowned detective.
+
+
+
+
American actor Keith Stanfield portrays an American version of L in the 2017 Netflix adaptation of Death Note .
+
Similar to the television drama, L's character and background have significant changes. Prior to the events of the film, L was raised in an orphanage in New York where he and several other children were trained by Watari to become the greatest detectives in the world. The orphanage was eventually abandoned soon after L's departure. L also rarely took time to sleep and ate nothing but sweets and required Watari's aid to maintain his health.
+
Towards the film's third act, L displays an aggressive behavior that causes him to shout and even break things when he is angered. When Watari is killed, L's rage consumes him and he takes a gun in an attempt to hunt down Light Turner to avenge his mentor, but is knocked unconscious by a Kira worshipper before he can shoot Light.
+
After being taken into custody by the police, L is able to avoid prison due to his contacts in the government, but he is deported and is to be sent back to Japan. Before his plane takes off, L remembers Mia's involvement with Light and he breaks into Mia's house. He searches through her belongings and finds a page of the Death Note with the names of the FBI agents on it. Out of anger, L grabs a pen and considers writing Light's name down.
+
+
Conception
+
The following information is from Death Note 13: How to Read .
+
Tsugumi Ohba : Writer
+
Takeshi Obata : Artist
+
+
Overview
+
Ohba created L as a "force of justice" and a "super detective" who stands between Light and Light's goals and advances the story. Ohba believed that the story would not hold much interest if L was significantly older than Light, so Ohba created L as a young adult. Ohba said that for L's name he wanted to use a single letter with a lot of significance; according to Ohba, he considered "I" and "J" but decided that they did not "feel as good" as "L" and settled on it "after careful consideration." Ohba mentions having given L the alias "Ryuzaki" because L is pronounced like R in Japanese.
+
Ohba said that his favorite human character in the series was L as he believed that L was the "strongest" character in the series "besides Light." Obata also chose L as his favorite due to "appearance, personality, everything." He stated that he could never have created L and that he enjoyed drawing him. Obata added that because of this, L is not "real" to him, and he likes that aspect of L. In response to the question "Who was the most fun to draw?" both Ohba and Obata answered "L."
+
+
Appearance
+
Ohba claims he left "everything" about L's character design to Obata, who asked Ohba if L could be "unattractive." Afterwards, Ohba would include his ideas about the character into his thumbnails, including L's posture when seated, and notes such as: "he's English," and "he's listless." He also added details regarding L's mannerisms, and his "sweet tooth." Apart from all that, Ohba credits Obata for the character designs.
+
Obata described the thumbnail pictures of L created by Ohba as having a "plain face with no expression," and no "bags" under his eyes. According to Obata, the thumbnail design was "great, and I wish I could have used it as is." Obata drew L as an "attractive young man" until Chapter 11, when the character appeared in person. After Chapter 11 Obata decided to contrast L's appearance with that of Light's; Obata claims that both he and Ohba held this idea.
+
Obata speaks of his concern, during the development of the early manga chapters, that L would appear to be "so suspicious that Light would know instantly it was L if they ever met." When Obata's editor told him that he wanted L to have a face "looking cool based on the angle," Obata added black "bags" under L's eyes, and he cited Devilman' s Akira Fudou when expressing his belief that black bags "looked cool." In addition, Obata thought of a "dead eyes" concept, which involved L having "all-black eyes" and "mostly no eyebrows." Although he believes that giving it such black eyes tends to make an animated character appear "goofier," he also thinks that the bags "sharpen the character's gaze." Obata suggests that the design evokes "a feeling of mystery" surrounding the character, and as a result, the reader cannot determine L's true thoughts. He adds that the bags under L's eyes also attract speculation about L's lifestyle and past, and describes the bags as "useful." Obata designed L with a "simple" outfit of a white, long-sleeved shirt and jeans in order to convey the idea that L does not put much thought into choosing his attire. In Death Note 13: How to Read , Ohba presented an initial rough draft of L, and said that, with a "cool expression" and without the "bags" under his eyes the rough draft showed "a totally different person."
+
While designing color book covers, Obata assigned colors to characters to "get the atmosphere right." The color he assigned to L was gold.
+
+
Mannerisms
+
Obata has stated his belief that traits exhibited by L are best revealed "gradually." He is convinced that if he drew L eating "mountains of sweets" prior to revealing L's face, the character would not have "much credibility as a super detective," and people would question whether L was "crazy."
+
Obata mentions being told often that L's fighting style is much like capoeira; the artist claims that he did not consider this when he drew L's fights—he was simply thinking of the most effective method of kicking an adversary while being handcuffed to him. In Obata's opinion, if the style resembles capoeira, then this "adds another element to it" and "that makes me happy."
+
+
Trivia
+
L's name, L Lawliet, was first revealed in Death Note 13: How to Read on a promotional card featured at the beginning of the book.
+
L's lifespan in the anime
+
In the anime, certain characters take on stylized hair colors while the viewer hears their thoughts; L's color is blue.
+L's lifespan in the television drama is 51161121.
+L can tie two cherry stems in a knot with his mouth, as seen in episode 18.
+In the Death Note DVD Behind the Scenes, L's voice actor, Alessandro Juliani, describes L as an "enigma, and someone, that if you sat next to on the subway with you would probably move to the other side."
+In the Italian version, rather than using the letter "L" to spell his name, the phonetic spelling ("Elle") is used.
+In Full Metal Panic! The Second Raid episode 6, a character resembling L was briefly seen riding a bike.
+
An L Nendoroid figure
+
L was one of the Death Note characters made into Nendoroid figures. The L Nendoroid comes with a chair, an extra arm holding a cell phone, another body of L but in his crouching posture, and three other faces, an angry face, a shocked face, and a face looking to the right.
+American R&B singer Christina Grimmie cosplayed as L for her 2015 music video of "Shrug ." Two versions of the music video were made with the L cosplay being used in the "Dude Version ."
+
Quotes
+
“Kira is childish and he hates losing… I'm also childish and hate losing. ” (Chapter 11 )
+“Well, to put it simply… I had prepared a little trick to test whether you were Kira… But I didn't even feel the need to use it on any of you. ” (Chapter 13 )
+“He who moves first always wins. ” (Chapter 20 )
+“I just can't sit any other way than this. If I sit the way other people do, my reasoning ability drops by 40%. ” (Chapter 21 )
+“The only thing I see is the abnormal strength of Amane's love for Light Yagami. ” (Chapter 36 )
+“Light-kun, please shut Misa-san up. ” (Chapter 37 )
+"Not satisfied unless you're Kira…? Yes, that may be true… I have just realized something… I wanted you to be Kira…" (Chapter 38 )
+“Misa-san, take this seriously or I'll kick you. ” (Chapter 46 )
+“It's not a sense of justice. Figuring out difficult cases is my hobby. If you measured good and evil deeds by current laws, I would be responsible for many crimes. The same way you all like to solve mysteries and riddles, or clear video games more quickly. For me too, it's simply prolonging something I enjoy doing. That's why I only take on cases that pique my interest. It's not justice at all. And if it means being able to clear a case, I don't play fair, I'm a dishonest, cheating human being who hates losing. ” (Death Note One-Shot Special )
+“There are…many types of monsters in this world: Monsters who will not show themselves and who cause trouble; monsters who abduct children; monsters who devour dreams; monsters who suck blood, and… monsters who always tell lies. Lying monsters are a real nuisance. They are much more cunning than other monsters. They pose as humans even though they have no understanding of the human heart. They eat even though they've never experienced hunger. They study even though they have no interest in academics. They seek friendship even though they do not know how to love. If I were to encounter such a monster, I would likely be eaten by it. Because in truth, I am that monster. ” (Death Note Relight 2: L's Successors )
+“The killer is B. ” (Death Note: Another Note: The Los Angeles BB Murder Cases , p 104)
+“Light wanted to live like a god. He didn't die like one. ” (L: Change the WorLd )
+“Watari, now I want to live in this world a little bit longer. ” (L: Change the WorLd )
+“Misa Amane… I hope you enjoy the remaining few years of your life. ” (L: Change the WorLd , p 115)
+“Light, I'll see you on the other side. Let us explore the world of nothingness together. ” (L: Change the WorLd , p 188)
+
Themes
+
+
References
+
+
bg:Ел
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-96-0.html b/demonstrations/mkfumic/pages/page-96-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..a34b4091b3ecf5a52c62438c35d15174e1d328bf
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-96-0.html
@@ -0,0 +1,4116 @@
+
+
+L (character) | Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This page features a video (above if enabled through preferences or logged out) not created or controlled by the Death Note Wiki. It may contain inaccuracies and misleading statements . If you would like to make corrections, please contact Wikia Staff at Special:Contact/general .
+
+
+
+
+
+
+
+
+
“Kira is childish, and he hates losing. You guessed it, I'm also childish and hate losing. ”
+
+— L (
"One" )
+
+L (エル, Eru ) is a world-renowned detective who takes on the challenge of catching the mass murderer known as Kira . In his investigation, L becomes suspicious of Light Yagami and makes it his goal to prove that Light is Kira.
+
+
+
+
Appearance
+
L's full appearance
+
L is a very slim, pale, tall young man with messy neck-length black hair and black eyes. One of his most noticeable features is the shadow below each of his eyes, a result of him being an insomniac. L is always shown to be wearing a pair of blue jeans and a long-sleeved white shirt. He almost never wears shoes or socks, preferring to go barefoot, even while in public. This was shown when he visited Light Yagami's school and was seen barefoot while sitting on a bench, not bothering to wear his shoes until he got up to walk. L also tends to hunch over when walking.
+
+
Character
+
The "L" that L uses to represent himself
+
L is quite secretive, and only communicates with the world through his assistant, Watari . He never shows his face to the world in person, instead representing himself with a capital letter L drawn in "Old English MT" or "Cloister Black" typeface. It is more likely to be "Cloister Black" as Watari's "W" is different in "Old English MT."
+
After meeting the Japanese Task Force , he requests that the task force refer to him as "Ryuzaki" as an additional safety measure. The Task Force never learns his true name, and it is revealed in neither the manga nor anime.
+
L is very intelligent, though his disheveled and languid appearance masks his great powers of deduction and many question his abilities upon viewing him. L tends to second-guess everything he is presented with, and is extremely meticulous and analytical. He is good at deceiving his opponents, and is willing to take drastic measures to solve a case. Some of his tactics are quite bold, such as having death row inmate Lind L. Tailor pose as himself on live TV in order to draw out Kira, while others seem bizarre to those involved, such as handcuffing himself to suspected-Kira, Light Yagami. He is also shown to have a dry sense of humor, and he isn't above making sarcastic remarks to people. Although he tends to be polite, to some (such as Task Force member Shuichi Aizawa ), L can seem condescending at times.
+
Using subterfuge, misinformation, disinformation, and an analytical knowledge of human nature to help lure a suspected murderer into a false sense of security and possibly make him carelessly over-confident, L sometimes gets what he wants through abnormal or possibly criminal channels. Whenever L gives percentages to indicate how much he suspects a person of committing a crime, such as "five percent," he may in fact be over ninety percent convinced of their culpability. Although L tells Light that he is among the least likely suspects with one of the lowest percentages of probability, in reality L is "pretty certain" that Light is Kira. As series writer Tsugumi Ohba said laughing, making light of L's tactics: "The truth is, he's a liar."
+
+
L's preferred posture
+
He also has several quirks, such as preferring to crouch rather than sit, eating only sweet foods (like desserts, candies and fruits) and holding items by using only a thumb and a finger. He also has an unusual way of sitting, with both of his feet on the chair. He claims that if he sits normally, his reasoning ability would drop 40%. Interestingly, in the manga, he is seen sitting on the floor in a pose similar to how one would meditate, while thinking deeply about the Kira case. He is often seen arranging objects and very intently stacking, or in other ways playing with, his staple food items. L is almost always encountered while performing actions that are considered inappropriate or rude in public. These actions/habits include biting fingernails, placing feet on furniture, slouching, chewing with an open mouth, talking with his mouth full, and calling out personal observations that may offend others.
+
With his status as the world's greatest detective, he, like Light, has a very sensitive pride, being afraid to be wrong in his deductions and theories, evident through his drastic measures (torturing Misa and confining Light during an unnecessarily lengthy amount of time), and lethargic behavior during the beginning of the Yotsuba arc .
+
Although he is often seen sitting and inactive, L retains a high athletic ability. L stayed in England for five years, and during that time he was the tennis champion in the England Junior Cup. He also has a knack for martial arts, which is demonstrated in his brief fight with Light. In chapter 38 of the manga, L suggests that even though he eats only sweet foods, he remains underweight because the brain uses the most calories of any organ in the body.
+
+
L kicks Light
+
When asked about L's ethnicity, creator of the series Tsugumi Ohba responded, "I think of him as a quarter Japanese, a quarter English, a quarter Russian, a quarter French or Italian, like that." Ohba said that L is the most intelligent character in the entire Death Note series because "the plot requires it." He added that he personally views L as "slightly evil."
+
+
History
+
At the age of eight,[4] L was found by Watari and taken to the orphanage known as Wammy's House, a home for gifted children. Sometime after, Watari realized that L had incredible intelligence and later assisted him in his cases.[5] L became a detective at a young, unknown age and eventually gained a reputation as the greatest detective in the world whose opinion is highly valued.
+
+
Plot
+
L notices the rapid rate of criminals dying of heart attacks, and suspects a person is behind this and that he is in Japan, so he seeks cooperation from the NPA . He begins the Kira case by having undocumented death row inmate Lind L. Tailor introduce himself on television as "L" and say that Kira is "evil." This provokes Kira into killing Tailor on the spot, which in turn confirms that the Kira killings are not a coincidental succession of heart attacks amongst criminals but the designs of an ingenious murderer who will kill any and all who try to stop him. It also reveals Kira's location, since the broadcast was televised only in the Kanto region. Not long after this, because of the time of day during which the criminals die coincide with out-of-school hours, he deduces that Kira may well be a student. Not long after this incident, criminals begin dying during one-hour intervals, intentionally contradicting L's theory, showing to L that Kira has access to police information. Because of this, he requests that 12 FBI agents investigate those close to each of the members of the police.
+
Shortly after the FBI's investigation begins, Kira begins testing his abilities using criminals and leaves behind meaningless clues, successfully distracting L from the agents. Not too long after this, all 12 FBI agents die at Kira's hand. This causes a large portion of the NPA to quit the investigation, only leaving a few members, Soichiro Yagami , Touta Matsuda , Hirokazu Ukita , Shuichi Aizawa , and Kanzo Mogi . L books a hotel room where all six of them can regularly do their investigation, and he gives them counterfeit police badges as well as belt buckles which allow them to contact L in case of an emergency.
+
+
L in the manga, declaring he is "justice" to the Task Force.
+
L finds footage of the death of one of the agents, and the footage shows that Raye Penber , who was investigating the families of Soichiro Yagami and Koreyoshi Kitamura , was reaching for something behind him when he died just outside the train. Furthermore, the body of Naomi Misora , who previously worked with L on the Los Angeles BB Serial Murder Cases and was Raye's fiancé, went missing. L assumes this was the work of Kira because Naomi didn't seem like the type to commit suicide at the loss of her fiancé. Because of these two factors, Kira must be among those whom Raye was investigating.
+
L installs surveillance cameras and wiretaps in the Yagami household as well as Kitamura's house. However, L places 64 in the room of Light Yagami , Soichiro's son, whom L observes the closest. After seeing Light's alibi (which was that he writes a name in a blind spot whilst studying), L senses something is very off about Light, deeming him "too perfect."
+
+
+
In order to take his investigation to its next stage, L decides to enroll at To-Oh University (東応大学, Tōō Daigaku )—the same college that Light attends—using the well-known name of a popular singer and actor, Hideki Ryuga . L attends To-Oh because he feels confident in his reasoning and interrogational skills and wishes to test his theory concerning Light's hidden identity by confronting him and perhaps provoking or tricking him to admit that he is indeed Kira. L is well aware that this is something of a gamble, and knows full well that his act of direct confrontation could prove fatal, but as he's convinced he understands Light's thought process, he feels confident that the adversary will not yet risk revealing his secret identity by killing him.
+
When L introduces himself as Ryuga, Light becomes alert and somewhat alarmed but recognizes that it would be pointless to attempt to kill him—the name is conspicuously fake. Light has no way of knowing whether Ryuga is the real L or a proxy acting under orders. He also reasons that L would have already introduced himself to Light's father earlier, and thus, were he to somehow kill L, this murder would instantly unmask him, proving that he is indeed Kira. If this person proved to be L's proxy, and his name really was Ryuga, he might die, but L would live and know his identity, without ever having had to reveal himself to Light, so that L will have gained all the advantage. Also, while writing the name "Hideki Ryuga" into the Death Note, the face of the pop singer bearing that name might enter Light's thoughts involuntarily, and that would cause the death of pop singer Ryuga, which would also lead L to the obvious conclusion that Light is Kira. As such, L's expectations about the outcome of his daring opening gambit prove true, and Light finds himself in a stalemate situation, unable to act for the time being, as any attempt to rid himself of his hunters would result in confirmed suspicions, his subsequent and unavoidable unmasking, and, ultimately, his undoing.
+
+
L's loss against Light in tennis.
+
L plans on getting closer to Light by asking him to join the investigation; this way, if Light is Kira, he would be more prone to slipping up, while Light not being Kira would still benefit the investigation. L begins by playing a tennis game with Light, in order to have grounds to get closer to Light and begin asking him about the investigation; during the game, L concludes that Light will attempt to meet with the Task Force members in order to confirm L's identity. After losing the tennis match, in order to prevent Light from meeting with the Task Force members, L announces his suspicions, claiming his suspicions are only one percent high. L begins testing Light at the cafe, first by asking him about why L revealed himself, then about the file that the FBI agents received, and finally about three notes Kira left behind using criminals. Light passes all the tests and doesn't slip up, and so L doesn't bother trying to test him anymore.
+
L then asks Light to join the investigation, but Light takes advantage of this by claiming that he'll refuse to join the investigation unless the Task Force members confirm L's identity. Considering L wants Light to join the investigation and he has another countermeasure to keep him safe anyway, L allows Light to have the Task Force members confirm his identity. Suddenly, L and Light receive news of Soichiro having collapsed of a heart attack due to stress, and at the hospital, L has Soichiro confirm his identity, while also asking for Light's thoughts on Kira's identity.
+
After a while, Kira sends tapes to Sakura TV , which airs on TV. After Kira begins to kill innocents to prove the fact that they're Kira, the Task Force tries their best to stop the broadcast. After all the calls fail, Ukita attempts to barge in the station, only for him to somehow be killed. This shocks them and angers Aizawa as Kira shouldn't have been able to discover Ukita's name. Luckily, a recovered Soichiro barges in the station using a truck, confirming his safety, and retrieves the tapes from Demegawa, and hands them over to L and the Task Force. Judging from the fact that Kira can now kill with just a face and that Kira is uncharacteristically killing innocents, L speculates that this is indeed a second Kira who seeks the collaboration and attention of the first. Because Light's deductive abilities would be useful, L asks Light to join the Task Force. Because Light knows of L's identity, L has Watari pose as another L through a computer screen in order to prevent Light from killing L and the Task Force, as an outsider would notice their deaths should they occur.
+
Together, they both manage to have the second Kira, who wishes to have L seen on TV, respond to them. In one of the responses, the second Kira mentions "Shinigami ," and since their existence isn't implausible to L considering previous events, L is shocked and unsettled by the idea of him potentially needing to change his worldview. After the second Kira sends a diary, Light goes to Aoyama on May 22nd under the guise of investigating, only for him to find nothing. On May 23rd, the second Kira releases a tape announcing that she has found Kira, which has L suspect Light further considering this is probably referring to when Light went to Aoyama the previous day, so L has Mogi secretly tail Light.
+
Judging from the fact that the second Kira now does not seek Kira's attention, L thinks that the second Kira and Kira have joined forces. After this, Light suddenly gains a gaggle of girlfriends, all of whom L investigates. L manages to discover that Misa Amane was ahold of these tapes thanks to the hairs and fibers on them. Thus, Misa Amane is the Second Kira. Her manager is then charged for drugs, and L meets Light again at the university. There, he meets Misa before she is detained. Because of this, Light is in deep trouble and he asks to be detained, and so L does so. During Light's confinement, no criminals are killed, which confirms to L that Light is Kira. During Light's seventh day of confinement, Light begins acting uncharacteristically as he lost his memories of being Kira. After fifteen days, criminals begin dropping dead again, and once 50 days have passed, the Task Force pressures L into releasing Light and Misa. However, before letting them free, L has Soichiro act as if he would shoot Light, as he believes that Misa would kill Soichiro in this situation. However, since she doesn't, L agrees to let them free.
+
+
L sulking.
+
Still convinced Light and Misa are Kira and the second Kira, respectively, L handcuffs his hands to Light's. L asks Light to manipulate Misa into spilling information regarding the case, but Light refuses as it is against his moral code. While Light, L, and Misa are in Misa's room, L sulks over the fact that he has come to the conclusion that Light and Misa have lost their memories of having been Kira and passed on their powers to someone else, which would make solving the case very difficult. Frustrated with L's unwillingness to continue due to all that L has put Light through because of the case, Light punches L, and in response, L kicks Light before Matsuda intervenes and stops the fight.
+
After a few months of not working on the case, L is shown Light's research; Light deduces Kira is now within the Yotsuba company and that Kira can kill through means other than heart attacks. Shortly after, because of the fact that Kira has bribed and blackmailed the NPA to not oppose Kira, Aizawa quits the Task Force in order to support his family after being fed up with L, who lied to Aizawa about him having to make a choice, as L had already ensured that anyone who would quit the NPA to work with the Task Force would be financially secure.
+
+
L and the team watching over the Yotsuba members.
+
L hires Aiber and Wedy to help them with the investigation now that the Task Force is not a part of the police. Together, they all manage to concoct a plan, but Matsuda messes up by taking initiative and entering Yotsuba headquarters. In order to fix his mistakes, L tells Matsuda to fake his death. L takes advantage of his second alias, Eraldo Coil , whom Yotsuba hired in order to find L, to find out more information about the company, with Aiber communicating with them as Eraldo.
+
When Misa finds evidence as to who the Third Kira is, L is a little underwhelmed, but comes up with a plan to stop Higuchi regardless. L uses Matsuda as bait during a Sakura TV talk show to lure Higuchi onto the scene, only for the Task Force members to ambush him. Higuchi makes an escape, but with the help of Ide and his return, the Task Force catches up to him. L finally discovers the Death Note , how Kira kills, and discovers the Shinigami , Rem . Light and Misa regain their memories as Kira, and L discovers a rule, one where if someone doesn't write within the notebook within 13 consecutive days, they die. Despite this being a perfect alibi for Light, L still suspects him. Due to pressure from the Task Force now believing Light and Misa are in the clear, L releases Misa and removes the handcuffs from his and Light's hands.
+
L stands out in the rain, hearing the "bells," and massages Light's feet after doing so . (This has happened only in the anime and is absent from the manga. Many fans interpret this as L having knowledge of his premature death.)
+
A few killings after Misa's release, the killings from Kira start up again, resulting in L quarreling with the Task Force as he plans on using the notebook to test the legitimacy of the 13-day rule. However, just then, Watari has died, as he noticed all the data concerning the Kira case has been deleted. Once L figures out Rem must have killed Watari, Rem writes L's name in the notebook, killing him. As L has a heart attack, Light catches L and holds him by the arms, allowing L to see Light's smug smirk to show that he was indeed Kira the whole time.
+
+
L's death in the anime.
+
Because of Wammy's House attempting to raise a successor to L, Near and Mello attempt to catch Kira, with Near doing this in order to avenge L and defend his pride. During some of his interactions with Near and Mello, Light remembers L. Ultimately, the combined efforts of Near and Mello succeed in defeating Light.
+
+
In other media
+
Film series
+
+
+
Kenichi Matsuyama as L in the Death Note film series
+
L retains many of the same characteristics seen in the original series. At the end of the first film, L eats potato chips in front of Light; Light understood this to mean that L was still suspicious of him, as Light had used a potato chip bag to hide a mini LCD television from security cameras while L filmed his room.
+
+
+
As there is no time delay between the first and second films, the second film begins soon before L supposedly dies. Unlike the manga and anime, in the second film, his original "death," caused by Rem writing his name in her Death Note, does not take effect, as L had written his own name in Misa's Death Note earlier. It is his self-sacrifice that allows him to stay alive for a longer duration (as he supposed that Kira would kill him on that day), and allows the investigation team to apprehend Light. After Ryuk kills Light, Ryuk offers L the Death Note. L refuses, and Ryuk, while saying that L is boring, leaves.
+
Twenty-three days after writing his name in the Death Note, and after burning all the remaining Death Notes and having a conversation with Soichiro Yagami, L dies peacefully while eating a chocolate bar, with a picture of Watari lying right beside him.
+
+
+
L: Change the WorLd chronicles the 23 days that L has left before he dies. L decides to solve one last case. He is in charge of stopping a deadly virus from spreading across the world. Ryuk comes to his aid on behalf of Kira's last wishes. Hideo Nakata, the director, told The Daily Yomiuri that he wanted to exhibit L's "human side," a quality which was not made all too apparent in the Death Note series.
+
+
Conception of L in the films
+
Manga rendition of L's film portrayal
+
Shūsuke Kaneko, director of the films, said that L's role was the most difficult to cast; as the starting date of the shooting schedule drew near, many of the "big name" actors had other projects. Kaneko decided to offer the role to Ken'ichi Matsuyama, "very much a newcomer." When Matsuyama spoke to him of his intention to "live as L," the young actor had "clinched it," declares Kaneko.
+
Matsuyama admits having experienced some difficulty in trying to portray L, and he worried about his performance. In the end, he decided to interpret L as an individual who does not "quite understand other people on an emotional level"—the actor reasoned that L rarely interacted with others, and as a consequence, his social skills and emotional expressiveness may not be those of a socially active person. Matsuyama, describing himself as "not very flexible physically," encountered difficulty in emulating L's postures. The actor also ate sweets that L would eat, and carefully considered the details of L's signature gestures.
+
Matsuyama said that he and Fujiwara became "so immersed" in their character portrayals, that they did not talk to one another while on the set; only when filming ceased did they converse, and they "went out for a drink or two."
+
Matsuyama described L and Light as having "such unique characters that they’re impossible to understand" and that "the inside of L’s head remains a mystery" to him. Matsuyama said that L and Light are "extremely" alike in that they have "very strong sense of justice."
+
+
Novels
+
+
In the novel Death Note: Another Note , the reader is led to believe L—under the alias, Rue Ryuzaki—is helping Naomi Misora solve a murder case. She was recruited for the case by L because she was on leave from the FBI. This Rue acts very much like L and shared many characteristics like crouching to sit and consuming sweets. At the end of the novel, the reader discovers that Beyond Birthday detective name B , who was another candidate to replace L along with Near and Mello, was not only the killer but also Rue Ryuzaki in disguise under heavy make-up. He was trying to make a case L could not solve to prove his superiority to L. In the book the only certified reference to L was the phone conversations Naomi had with him to discuss the case. At the very end of the book, as Naomi was going back to work, she sees a man similar to Rue, who the reader is led to believe is L (and probably is, considering that Mello earlier stated that this case was the first time that L had shown himself in public under the alias 'Ryuzaki'). This man attempts to give Naomi a hug, which she counters in self-defense and sends him tumbling down a flight of stairs. She then catches up to him and asks him his name, to which he replies, "Ryuzaki."
+
It is revealed that, prior to the series, L once told Mello three stories regarding his previous solved cases—the Los Angeles BB Murder Cases, detective wars against the real Eraldo Coil and Deneuve , and the story of how L met Watari.[6]
+
+
+
Although following closely the storyline of its film counterpart—with the exception of a few creative changes—the novelization reveals various attributes of L. It is revealed in the novel that the initial "L" has two meanings: L stands for "Last One," meaning no one could surpass or match him, but also for "Lost One," meaning a gifted entity who has dropped down, or was cast out from heaven.
+
The novel also states that L helped in the prevention of World War III when he was only eight years old.
+
In the novel, L takes a few capoeira lessons from Suruga. This is most likely a homage to the on-going fan speculation of L's capoeira like fighting style in the Death Note manga and anime.
+
Also, in the novel, L for the first time completely loses his composure and calm attitude: when Maki is kidnapped by Blue Ship, L breaks down and screams toward the sky after realizing that this was what Light meant about feeling helpless to protect the people he cares about. L also states at one point that "his heart hurts." His feelings about Light are also revealed, and it is described that L did consider Light to be his friend, going as far as holding on to Light's broken watch as a memento and saying, "Light, I'll see you on the other side. Let us explore the world of nothingness together."
+
According to the timeline that is presented on each page of the novel, it appears L was to have only 272 days left to live prior to writing his name onto the page of the Death Note . Based on this bit of information it's obvious that L's remaining natural lifespan at the end of the second film would only have amounted to less than a year.
+
According to page 151 of the novel, it is revealed that the reason why L has acquired so many eccentric quirks is because of the heavy strain of upholding the name of L. From the novel:
+
+
How L did not and could not forget the faces of thousands of victims. "Who could comprehend the man who had lived his life, and had to live confronting all the lives ended prematurely, the tears of the grief stricken survivors, the devaluing of life as a daily reality. How was it possible to measure the pain of such a man? Was it a strain so heavy that L's back curved under all its weight? Was it an agony so terrible as to leave the indelible dark circles around his eyes? Was it a feeling so bitter that every bite he took needed to be coated in sugar? The chronically rounded shoulders, the inevitable dark circles, the eccentric tastes—L suppressed the pain of being a champion of justice, but the evidence of the pain was molded into his very body."
+
L's detective skills are also explored. In the novel L manages to disguise himself from Kujo and the Blue Ship members by wearing lipstick and putting on a women's wig. He even goes as far as playing the part, and calling Suruga "Honey" while in disguise, much to his annoyance.
+
+
Yonkoma
+
Main articles: Death Note 13: How to Read and Yonkoma
+
Death Note 13: How to Read describes L in the Death Note yonkoma as the "holder of the world's greatest mind" and having the "powerful ability to act like a fool." Death Note 13: How to Read adds that in the yonkoma, "it's like [L was] born to be mocked."
+
+
Musical
+
Teppei Koike as L (Tokyo, 2015)
+
L's role in Death Note: The Musical is essentially the same, but there are some notable changes to the plot. L does not create the Task Force; the Task Force is formed prior to his involvement, and Soichiro Yagami calls L in to assist on the case.
+
The ending is also very different. Light convinces Rem to not just write L's name in the notebook but to also write the manner of L's death. As written, L goes to meet Light at a warehouse in Daikoku Wharf and he takes a gun. Light reveals himself as Kira and allows L to touch the Death Note and see Ryuk. L shoots Light in the leg, but Light reveals that this is all according to what's already been written, because Light intends to make it look like L himself was Kira and Light exposed him. Light guides the gun in L's hand to L's temple, and L pulls the trigger and dies.
+
+
Kim Junsu as L (Seongnam, 2015)
+
L is portrayed by various actors for the different musical productions. Teppei Koike (小池徹平, Koike Teppei ) portrayed him in the 2015 Japanese production, and he will reprise the role in 2017. Kim Junsu (김준수) portrayed him in both the 2015 and 2017 Korean productions. Jarrod Spector voiced the character for the New York studio demo recordings.
+
L performs the following songs in the Musical:
+
+
+
+
Kento Yamazaki as L
+
L receives major changes in the drama adaptation. Unlike his manga and anime counterpart, this live-action L sits properly, albeit with his feet on tables and his legs crossed, regularly wears shoes, and eschews sweets and candy in favour of energy drinks. He is also portrayed as far more bold, evident in episode 2 when he accuses Light and several other suspects as being Kira over the phone without even using a voice scrambler. He shows more emotions than L does in the manga, screaming during his fight with Light and laughing when he knows he has Light cornered.
+
L has a much closer relationship to Near in the drama, and the two of them regularly keep in touch over the phone. L is very wary of Near’s “Mello” personality and does not hesitate to scold Mello when he comes out. It is for this reason that L attempts to keep Near sheltered, though he ultimately fails when Near escapes the Wammy House. The two spend time together in person, and L values Near's contribution to the Higuchi case and respects his establishment as a world-renowned detective.
+
+
+
+
American actor Keith Stanfield portrays an American version of L in the 2017 Netflix adaptation of Death Note .
+
Similar to the television drama, L's character and background have significant changes. Prior to the events of the film, L was raised in an orphanage in New York where he and several other children were trained by Watari to become the greatest detectives in the world. The orphanage was eventually abandoned soon after L's departure. L also rarely took time to sleep and ate nothing but sweets and required Watari's aid to maintain his health.
+
Towards the film's third act, L displays an aggressive behavior that causes him to shout and even break things when he is angered. When Watari is killed, L's rage consumes him and he takes a gun in an attempt to hunt down Light Turner to avenge his mentor, but is knocked unconscious by a Kira worshipper before he can shoot Light.
+
After being taken into custody by the police, L is able to avoid prison due to his contacts in the government, but he is deported and is to be sent back to Japan. Before his plane takes off, L remembers Mia's involvement with Light and he breaks into Mia's house. He searches through her belongings and finds a page of the Death Note with the names of the FBI agents on it. Out of anger, L grabs a pen and considers writing Light's name down.
+
+
Conception
+
The following information is from Death Note 13: How to Read .
+
Tsugumi Ohba : Writer
+
Takeshi Obata : Artist
+
+
Overview
+
Ohba created L as a "force of justice" and a "super detective" who stands between Light and Light's goals and advances the story. Ohba believed that the story would not hold much interest if L was significantly older than Light, so Ohba created L as a young adult. Ohba said that for L's name he wanted to use a single letter with a lot of significance; according to Ohba, he considered "I" and "J" but decided that they did not "feel as good" as "L" and settled on it "after careful consideration." Ohba mentions having given L the alias "Ryuzaki" because L is pronounced like R in Japanese.
+
Ohba said that his favorite human character in the series was L as he believed that L was the "strongest" character in the series "besides Light." Obata also chose L as his favorite due to "appearance, personality, everything." He stated that he could never have created L and that he enjoyed drawing him. Obata added that because of this, L is not "real" to him, and he likes that aspect of L. In response to the question "Who was the most fun to draw?" both Ohba and Obata answered "L."
+
+
Appearance
+
Ohba claims he left "everything" about L's character design to Obata, who asked Ohba if L could be "unattractive." Afterwards, Ohba would include his ideas about the character into his thumbnails, including L's posture when seated, and notes such as: "he's English," and "he's listless." He also added details regarding L's mannerisms, and his "sweet tooth." Apart from all that, Ohba credits Obata for the character designs.
+
Obata described the thumbnail pictures of L created by Ohba as having a "plain face with no expression," and no "bags" under his eyes. According to Obata, the thumbnail design was "great, and I wish I could have used it as is." Obata drew L as an "attractive young man" until Chapter 11, when the character appeared in person. After Chapter 11 Obata decided to contrast L's appearance with that of Light's; Obata claims that both he and Ohba held this idea.
+
Obata speaks of his concern, during the development of the early manga chapters, that L would appear to be "so suspicious that Light would know instantly it was L if they ever met." When Obata's editor told him that he wanted L to have a face "looking cool based on the angle," Obata added black "bags" under L's eyes, and he cited Devilman' s Akira Fudou when expressing his belief that black bags "looked cool." In addition, Obata thought of a "dead eyes" concept, which involved L having "all-black eyes" and "mostly no eyebrows." Although he believes that giving it such black eyes tends to make an animated character appear "goofier," he also thinks that the bags "sharpen the character's gaze." Obata suggests that the design evokes "a feeling of mystery" surrounding the character, and as a result, the reader cannot determine L's true thoughts. He adds that the bags under L's eyes also attract speculation about L's lifestyle and past, and describes the bags as "useful." Obata designed L with a "simple" outfit of a white, long-sleeved shirt and jeans in order to convey the idea that L does not put much thought into choosing his attire. In Death Note 13: How to Read , Ohba presented an initial rough draft of L, and said that, with a "cool expression" and without the "bags" under his eyes the rough draft showed "a totally different person."
+
While designing color book covers, Obata assigned colors to characters to "get the atmosphere right." The color he assigned to L was gold.
+
+
Mannerisms
+
Obata has stated his belief that traits exhibited by L are best revealed "gradually." He is convinced that if he drew L eating "mountains of sweets" prior to revealing L's face, the character would not have "much credibility as a super detective," and people would question whether L was "crazy."
+
Obata mentions being told often that L's fighting style is much like capoeira; the artist claims that he did not consider this when he drew L's fights—he was simply thinking of the most effective method of kicking an adversary while being handcuffed to him. In Obata's opinion, if the style resembles capoeira, then this "adds another element to it" and "that makes me happy."
+
+
Trivia
+
L's name, L Lawliet, was first revealed in Death Note 13: How to Read on a promotional card featured at the beginning of the book.
+
L's lifespan in the anime
+
In the anime, certain characters take on stylized hair colors while the viewer hears their thoughts; L's color is blue.
+L's lifespan in the television drama is 51161121.
+L can tie two cherry stems in a knot with his mouth, as seen in episode 18.
+In the Death Note DVD Behind the Scenes, L's voice actor, Alessandro Juliani, describes L as an "enigma, and someone, that if you sat next to on the subway with you would probably move to the other side."
+In the Italian version, rather than using the letter "L" to spell his name, the phonetic spelling ("Elle") is used.
+In Full Metal Panic! The Second Raid episode 6, a character resembling L was briefly seen riding a bike.
+
An L Nendoroid figure
+
L was one of the Death Note characters made into Nendoroid figures. The L Nendoroid comes with a chair, an extra arm holding a cell phone, another body of L but in his crouching posture, and three other faces, an angry face, a shocked face, and a face looking to the right.
+American R&B singer Christina Grimmie cosplayed as L for her 2015 music video of "Shrug ." Two versions of the music video were made with the L cosplay being used in the "Dude Version ."
+
Quotes
+
“Kira is childish and he hates losing… I'm also childish and hate losing. ” (Chapter 11 )
+“Well, to put it simply… I had prepared a little trick to test whether you were Kira… But I didn't even feel the need to use it on any of you. ” (Chapter 13 )
+“He who moves first always wins. ” (Chapter 20 )
+“I just can't sit any other way than this. If I sit the way other people do, my reasoning ability drops by 40%. ” (Chapter 21 )
+“The only thing I see is the abnormal strength of Amane's love for Light Yagami. ” (Chapter 36 )
+“Light-kun, please shut Misa-san up. ” (Chapter 37 )
+"Not satisfied unless you're Kira…? Yes, that may be true… I have just realized something… I wanted you to be Kira…" (Chapter 38 )
+“Misa-san, take this seriously or I'll kick you. ” (Chapter 46 )
+“It's not a sense of justice. Figuring out difficult cases is my hobby. If you measured good and evil deeds by current laws, I would be responsible for many crimes. The same way you all like to solve mysteries and riddles, or clear video games more quickly. For me too, it's simply prolonging something I enjoy doing. That's why I only take on cases that pique my interest. It's not justice at all. And if it means being able to clear a case, I don't play fair, I'm a dishonest, cheating human being who hates losing. ” (Death Note One-Shot Special )
+“There are…many types of monsters in this world: Monsters who will not show themselves and who cause trouble; monsters who abduct children; monsters who devour dreams; monsters who suck blood, and… monsters who always tell lies. Lying monsters are a real nuisance. They are much more cunning than other monsters. They pose as humans even though they have no understanding of the human heart. They eat even though they've never experienced hunger. They study even though they have no interest in academics. They seek friendship even though they do not know how to love. If I were to encounter such a monster, I would likely be eaten by it. Because in truth, I am that monster. ” (Death Note Relight 2: L's Successors )
+“The killer is B. ” (Death Note: Another Note: The Los Angeles BB Murder Cases , p 104)
+“Light wanted to live like a god. He didn't die like one. ” (L: Change the WorLd )
+“Watari, now I want to live in this world a little bit longer. ” (L: Change the WorLd )
+“Misa Amane… I hope you enjoy the remaining few years of your life. ” (L: Change the WorLd , p 115)
+“Light, I'll see you on the other side. Let us explore the world of nothingness together. ” (L: Change the WorLd , p 188)
+
Themes
+
+
References
+
+
bg:Ел
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Others like you also viewed
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/pages/page-99-0.html b/demonstrations/mkfumic/pages/page-99-0.html
new file mode 100644
index 0000000000000000000000000000000000000000..48a8c0e3e34914e07987c4c70f3f406e818da3e5
--- /dev/null
+++ b/demonstrations/mkfumic/pages/page-99-0.html
@@ -0,0 +1,3195 @@
+
+
+Kira | Death Note Wiki | Fandom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Kira
+
+
+
+
+
+
+ "Kira" written by Misa for the Kira videos.
+
+
+
+
+
+
+
Japanese
+
+
(キラ, kira )
+
+
+
+
+
+
+
+
+
Users in manga/anime
+
+
+
+
+
+
+
Users in other media
+
+
+
+
+
+
+
+
+
“I'm Kira. And... the god of this new world. In this world, I am the law, and I am the one maintaining order. That is the truth. Now, I am justice. The world's... only hope. ”
+
+— Light
+
Kira (キラ) is the figure attributed with causing the epidemic heart attack deaths of criminals. The name Kira was created by the public in response to Light Yagami 's initial use of the Death Note , and various members of the public view Kira as a god. Various Death Note users act as Kira, but their identities are unknown to the public so their actions are viewed as being committed by one entity.
+
In the Kira investigation, several differences in methods of killing are profiled, so the groups that oppose Kira determine that more than one person is acting as Kira. The different Kiras are given nicknames to differentiate them.
+
+
+
+
Public view of Kira
+
Artwork depicting Light's main goal of becoming God
+
After Light Yagami begins killing criminals with the Death Note, the large number of deaths attracts attention from the general public as well as law enforcement.
+
As the deaths of criminals continue to increase, people begin voicing their opinions of the situation and dub these deaths as the work of "Kira," derived from the Japanese pronunciation of the word "killer." The word itself originates in Japan, but later carries throughout the world as Kira continues to gain fame.
+
It seems that the figure Kira may have been around before Light Yagami obtained the Death Note. After suspicion had begun to arise about the mysterious deaths by heart attack of criminals worldwide, members of the public refer to it as "The Legend of the Savior Kira," saying "Kira is among us again," and that he is a "messenger from hell."
+
As the number of criminal deaths rises and no reason for these deaths are found (the only connection between them being heart attacks), law enforcement begins to strongly take notice. An Interpol conference is finally held between the representatives of the world's law enforcement agencies. The ultimate course of action decided upon is to bring in L , who is considered to be the world's greatest detective, having solved over many other difficult cases.
+
L decides to address Kira through TV, hoping to gain a reaction and discover Kira's location. He uses a decoy named Lind L. Tailor , a criminal on death row, who announces on live television that he is searching for Kira and that what Kira is doing is wrong. This causes Light to impulsively kill him in rage with the Death Note, narrowing his location to Japan's Kanto region.
+
Kira quickly becomes news, and various TV stations begin broadcasting anything related to Kira. A very notable station is Sakura TV , which airs the program Kira's Kingdom .
+
Within the six years of Kira's existence, the public takes strong sides. Some view Kira as a murderer, while others think of Kira as "God." Kira becomes a religious figure to a large portion of the public. Many people who have been wronged by others largely view Kira as their savior and praise him, thanking him for bringing criminals to justice. Misa Amane is such an example, since her parents' murder is avenged by Kira, and she relentlessly pursues him. Others view Kira as a criminal, for differing reasons. These include Near , the Japanese Task Force , and the SPK . Kira's influence becomes such that governments, including the United States under the weak-willed President George Sairas , give in to his influence and call off all attempts to capture him.
+
+
Kira worshipers shown at the very end of the manga.
+
After Light Yagami's death, the Kira killings stop and the world seemingly returns to normal; however, Kira worshipers remain. In the last chapter of the manga, a rather large group of cloaked worshipers is shown, each one carrying a candle. They are traveling through mountains, heading towards a place beneath the moonlight. As they reach their destination, a young woman emerges in the middle of the group and comes to the front. Near the edge of a cliff, she kneels down and places a candle before looking towards the moon.
+
+
Characters who act as Kira
+
This is the list of Kiras, in order, with a description of their time as Kira. All of these individuals are viewed as one "Kira" by the public. They are only referred to as these alternate titles by various individuals investigating the Kira case.
+
+
+
Also known as: Kira
+Light was the first human to use a Death Note within the series. Soon after finding it he decides to use it to cleanse the world of evil. He begins killing off criminals with the Death Note, an act which begins to draw attention from local law enforcement and later on, the world. The detective known as L begins a search for "Kira" and eventually suspects Light Yagami as the killer he is looking for. However, there is no physical evidence to prove Light is Kira, a fact that keeps L from ever capturing Light. After L dies, Light assumes the title of L , and his activities remain unchallenged for five years. Then when Near and Mello come onto the scene, their combined efforts expose Light as Kira. Light seemingly loses his sanity after Near tells him he has "lost", having to be shot several times by Matsuda. Light's name is then written by Ryuk in his Death Note, and he dies of a heart attack.
+
+
+
Also known as: Second Kira
+Misa was the second human to use a Death Note, and obtained her notebook from the Shinigami Rem . Misa was initially an extreme Kira supporter, due to the fact that Kira passed judgment on a man who murdered her parents. She makes several attempts to communicate to Kira through the use of the media, and eventually tracks down Light Yagami by using her Shinigami Eyes. Misa begins to follow Light's orders after she reveals her identity to him, and becomes a tool to Light, losing her memory and making Kira's judgments many different times to draw suspicion away from him. Although she remains committed to the original Kira's goal, her devotion largely subsides in favor of simply helping Light Yagami, who she falls in love with.
+
After coming to the conclusion that the Second Kira had met the first, and being unable to prove that Misa Amane was guilty, the Kira investigation refocuses its attention on the first Kira.
+
Misa was the only living Kira after Light's death. She had relinquished her memories of the Death Notes shortly before Light died, and since the SPK was now in possession of both notebooks, there was no way for her to ever regain her memories. In the manga, she commits suicide one year later, on Valentine's Day. In the anime's finale, Misa is last seen standing outside the safety rail on the edge of a skyscraper looking into the sunset.
+
+
+
Also known as: Yotsuba Kira
+Higuchi is an executive of Yotsuba Corporations and the only person, besides C-Kira , to hold the title of Kira who is in no way connected to the original Kira, Light Yagami. He obtained a Death Note from Rem after Light and Misa relinquished their Death Notes and their memories to avoid conviction. He only judged criminals for a short time, until Light and Misa were freed from imprisonment due to the deal Rem was told to offer: "kill criminals and you may write any other names you wish".
+
He later used the Death Note for selfish reasons such as promotion and furthering the business of Yotsuba. For that, he arranged for various colleagues to hold secret meetings in order to discuss how to further their company's fortunes by using Kira's powers, though they were not told that he himself was Kira. He also continued to kill criminals, though Light notes that he also killed people who had caused death unintentionally , such as a driver who had caused an accidental fatality in a car crash, something that the original Kira would never have done since he targeted hardened, established and bloodthirsty criminals.
+
Higuchi was later exposed as the new Kira and was arrested. His Death Note was given to Light, who recovered his memories as Kira and killed Higuchi before he was even put in a police car.
+
+
+
Also known as: X-Kira
+Mikami has always had a strong sense of justice and is the most understanding and committed to Kira's goals. After suspicion of Misa rose again, Light mailed Mikami her Death Note. Mikami carried out Light's orders as perfectly as possible, seeing him as God. Despite this devotion, it was a mistake made by Mikami that exposed Light as Kira. In the manga, he dies in prison, though in the anime he stabs himself in the chest with his pen and bleeds to death.
+
+
+
Also known as: Cheap Kira
+Their true identity never revealed, C-Kira appears in the one-shot set three years after the end of the series. C-Kira's Shinigami was Midora , and the origin of the Death Note which C-Kira used is unknown. C-Kira would kill the elderly, suicidal, immobile and any others who wished to die. C-Kira gained these sources via the Internet, and once by killing the members of the audience of a live television program who begged him to kill them. C-Kira's reign was short. He was talked down by Near (now known as L ) who made it clear that he was not going to even bother to investigate the case. C-Kira then wrote his own name down in his Death Note and died. The name of C-Kira was used by Near to mean "Cheap Kira," as Near has a very low opinion of the person.
+
+
+
Also known as: A-Kira
+Minoru appears in the Never Complete One-shot set ten years after the end of the series. He is given a Death Note by Ryuk, who hopes to find a human similar to Light who will use the Death Note, entertain him, and feed him apples. Rather than use the notebook himself, Minoru elects to hold an international auction and sell it to the highest bidder. He dies of a heart attack after selling the notebook to the United States of America, unaware that the King of Death has after-the-fact created a new rule that anyone who tries to sell a Death Note will be killed.
+
While active as Kira, Minoru is given the nickname "a-Kira" by Near, referring to his intention of auctioning off the Death Note.
+
+
In other media
+
Film series
+
In the Death Note film series , Light and Misa act as Kira and the Second Kira in much the same way they did in the original.
+
Kiyomi Takada takes on a role similar to Higuchi in the second film , acting as Kira to help further her career as a journalist.
+
The miniseries Death Note: New Generation and the film Death Note: Light Up the NEW World introduce new characters who act as Kira.
+
After Light's death, Ryuk brings a Death Note to Light's son Hikari Yagami , who begins acting as the new Kira with the help of his guardian Teru Mikami. They go mad and Mikami kills Hikari with the Death Note, and he is then killed by Tsukuru Mishima who has tracked Mikami down. The Death Note then falls to Mishima's possession, who continues the work of Kira.
+
Mishima passes the Death Note to Yuki Shien to continue his work as part of a plot to kill the Task Force and L's successor Ryuzaki . Shien continues to act as Kira, tracking down the other Death Notes, but he plans on finding and killing the new Kira (Mishima) because they are not the original Kira Light Yagami. He recruits Misa to help him by giving her possession of her old Death Note.
+
Sakura Aoi , Alexey Ivanov , Roger Irving , and Kenichi Mikuriya also possess and use Death Notes in the film series, but they do not act as Kira. Sakura kills people indiscriminately. Ivanov assists people with suicide, similar to C-Kira. Irving is a wall-street broker who kills his clients so he can make money. Mikuriya is a supreme court justice who kills Kira-supporters.
+
+
Television drama
+
In the Death Note television drama , Light and Misa act as Kira and the Second Kira in much the same way they did in the original.
+
Teru Mikami obtains Misa's Death Note by having her followed and her Death Note stolen. When Light realizes Mikami is behind it, he contacts him and Mikami begins working with Light, carrying out Kira's justice. Misa later rejoins them as well, carrying a scrap of Death Note paper on herself to retain her memories.
+
In the end, Light dies and the Death Notes burn. Misa and Mikami both lose their memories but survive. It's unknown what becomes of the surviving Kiras, but Mikami is last seen in custody and Misa is last seen with her idol group Ichigo Berry .
+
+
Musical
+
In Death Note: The Musical , Light and Misa are the only two Kiras.
+
In the end, Light dies of a heart attack when Ryuk writes his name in the Death Note. Misa is last seen in confinement without her memories, and her fate is unknown.
+
+
Trivia
+
In the six years of Kira's existence in the manga series, no one was ever convicted of being Kira. Although Higuchi, Mikami, and Light were arrested for their roles as Kira, they all died before they were officially sentenced.
+Kiyomi Takada is notably excluded from this list of Kiras in the manga series. Although she played a pivotal role in the latter half of the series and killed several people with pages of the Death Note, neither ownership of a notebook nor possession by a Shinigami ever happened to her. Taking this into consideration, Misa is, therefore, the only female Kira in the list.
+Due to Kira's presence, criminals began using aliases to protect themselves. Organized crime syndicates seemed to be left alone as long as they didn't commit violent crimes; despite Light having access to police records around the world and Misa's shinigami eyes, one wasn't wiped out until the mission to get the notebook back from Mello.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demonstrations/mkfumic/screenshots/screenshot-0-0.png b/demonstrations/mkfumic/screenshots/screenshot-0-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..4573f77141557ed7b7878c00c2805c039d4f376e
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-0-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a1e5b97c437b9d75e6aa13e73a4788ff1e6e78481fe1e695b2cdca12dd8aa8a
+size 37764
diff --git a/demonstrations/mkfumic/screenshots/screenshot-101-0.png b/demonstrations/mkfumic/screenshots/screenshot-101-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..4268ecb260d982e00a1ab2015f9110fab5f79a9f
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-101-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ade5e29c43ae4c19c479443b5c43747b66a1fadf10a592f282861960eeebe60
+size 314148
diff --git a/demonstrations/mkfumic/screenshots/screenshot-104-0.png b/demonstrations/mkfumic/screenshots/screenshot-104-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..0199d6d5fdfa53a0803d400f8b6b333e0006c6cc
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-104-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5e3519775b308c3a738505a8405aed52eada30c2db9a52ceeec29fe64a8016a8
+size 564320
diff --git a/demonstrations/mkfumic/screenshots/screenshot-12-0.png b/demonstrations/mkfumic/screenshots/screenshot-12-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..870e5f46587ea20804e9126f3bf3c23954635d15
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-12-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91eafc3f66ca3917c0b73aa5fc2f3308052608f256aabe1b2ae47484abf192f1
+size 727672
diff --git a/demonstrations/mkfumic/screenshots/screenshot-13-0.png b/demonstrations/mkfumic/screenshots/screenshot-13-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..870e5f46587ea20804e9126f3bf3c23954635d15
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-13-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91eafc3f66ca3917c0b73aa5fc2f3308052608f256aabe1b2ae47484abf192f1
+size 727672
diff --git a/demonstrations/mkfumic/screenshots/screenshot-16-0.png b/demonstrations/mkfumic/screenshots/screenshot-16-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..6949bc1d6e99c0cb915e3637e6d1fc53f516bbf6
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-16-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:954945d1239db77a36264c27842ab9c4abeaee5dc4bd5ce9c1bee18ea9912d80
+size 426035
diff --git a/demonstrations/mkfumic/screenshots/screenshot-2-0.png b/demonstrations/mkfumic/screenshots/screenshot-2-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..5738406afbbed86f57d4dcc62282b14d766a5b1d
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-2-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c79e9d10fd5a50ce47558badff5175f54ba3b33de130654f32909c069c3f35fc
+size 955179
diff --git a/demonstrations/mkfumic/screenshots/screenshot-23-0.png b/demonstrations/mkfumic/screenshots/screenshot-23-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b0312f960e0345dff4911e5005c84ce99aa457b
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-23-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1c0a4aec0f3798bcbac7599774087992877d701695a7b96cbf80d6d3a7d3c3c
+size 494633
diff --git a/demonstrations/mkfumic/screenshots/screenshot-25-0.png b/demonstrations/mkfumic/screenshots/screenshot-25-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..eff769a55f95979ff2643b502ded275b5e55c911
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-25-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd857751f84bea81d6139de56f4ffd61a3cdf9081a8dafa4b935fcc79cafd473
+size 494217
diff --git a/demonstrations/mkfumic/screenshots/screenshot-3-0.png b/demonstrations/mkfumic/screenshots/screenshot-3-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..0b9d3ee3affaf496018810fe961496623aa4e380
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-3-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d979c781a45961fac24657bce776d2b2bc41a1d64c0e01f13c1ff8799b412757
+size 725099
diff --git a/demonstrations/mkfumic/screenshots/screenshot-32-0.png b/demonstrations/mkfumic/screenshots/screenshot-32-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..b0024757e6be779f28678225514b1033279fc6a4
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-32-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6bbf4d889b13beeed569ea925dd1107706335128484cff9b624c88120bb9ab5e
+size 491201
diff --git a/demonstrations/mkfumic/screenshots/screenshot-35-0.png b/demonstrations/mkfumic/screenshots/screenshot-35-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f2786b2cfd65125b75114847882803de121adc4
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-35-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f62e68588534bd85fafc17f6c693ae021ed796a6f5a9697f194730b61528f86e
+size 462855
diff --git a/demonstrations/mkfumic/screenshots/screenshot-39-0.png b/demonstrations/mkfumic/screenshots/screenshot-39-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..5413209335ff24ce3e05c7926d59b5fcbd58245a
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-39-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4935b4e689996fc5379d2ad602be87e54be3c3bba0280752b3180f989caf3b0a
+size 444660
diff --git a/demonstrations/mkfumic/screenshots/screenshot-43-0.png b/demonstrations/mkfumic/screenshots/screenshot-43-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..128aaf0fc0a1f78f0a864cb848a2f5d1a0cf39ad
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-43-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1c0c481ccbf2ca4df3d865354d868e809f18cf980c10c01dbbe2158009156ea8
+size 789611
diff --git a/demonstrations/mkfumic/screenshots/screenshot-48-0.png b/demonstrations/mkfumic/screenshots/screenshot-48-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0ac88ab2c68b74d225bd15878767407a2d054c0
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-48-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:42586ac3e5ddd7ddff82fba5ce24991221edab66f4109d71b61880ae8c5c5a8b
+size 775174
diff --git a/demonstrations/mkfumic/screenshots/screenshot-53-0.png b/demonstrations/mkfumic/screenshots/screenshot-53-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..bf4ed2fed3e418059f0704424a367cf6ddd478dd
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-53-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35d21e489314cdb4a306403737c70bdc53310a80f02671fda6ad7568492c32ee
+size 762537
diff --git a/demonstrations/mkfumic/screenshots/screenshot-57-0.png b/demonstrations/mkfumic/screenshots/screenshot-57-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..bca1a8bb7c8a8fba8b3e0503fa4b54f402d9d5ff
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-57-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:018689b689cba3f9a6f76aba94102a5eba684152bc964016fe739a0cc931cb9e
+size 757074
diff --git a/demonstrations/mkfumic/screenshots/screenshot-62-0.png b/demonstrations/mkfumic/screenshots/screenshot-62-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..5187e1ac7f33f0c4c4d0d3254fdaeb8ca04b5bbd
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-62-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:67554619be826b617de14d56feaf7635b9cf030443ec2ebd2451127521fe67c9
+size 768742
diff --git a/demonstrations/mkfumic/screenshots/screenshot-63-0.png b/demonstrations/mkfumic/screenshots/screenshot-63-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..b44f3e32d139fbbcc043105fa361bd0708760017
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-63-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:37733906ded27a6693ef7eb802d0515b7cb62dd084dee8a97f9325c70b8be7cc
+size 949511
diff --git a/demonstrations/mkfumic/screenshots/screenshot-69-0.png b/demonstrations/mkfumic/screenshots/screenshot-69-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..232de25c174c507d27635adbb76731b3681ab060
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-69-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8c470a2c7065e448b2a642c40fffee516300231568f0f757574d4a93bd52faf7
+size 951488
diff --git a/demonstrations/mkfumic/screenshots/screenshot-72-0.png b/demonstrations/mkfumic/screenshots/screenshot-72-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..d30bd77bdb6cee6258aec6e66613b4287bab4639
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-72-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:456e005f56de1354a1895120dfb576a062fc6ee9b9616c4646bae302990615f1
+size 941588
diff --git a/demonstrations/mkfumic/screenshots/screenshot-78-0.png b/demonstrations/mkfumic/screenshots/screenshot-78-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..89cd03870c124cff4411081746bc493ff924b3cc
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-78-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43afd61651480c5219c2e5c92649ba31b0da8e2be2c8b21039932b442ac6bed7
+size 946310
diff --git a/demonstrations/mkfumic/screenshots/screenshot-8-0.png b/demonstrations/mkfumic/screenshots/screenshot-8-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..cbd10d26bc954eba85bfa9e1f66da52d8e5f4487
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-8-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1c1f05c1970e029e2863e02a822563962385b6c26c9594506408bba0eea8d4b
+size 726149
diff --git a/demonstrations/mkfumic/screenshots/screenshot-8-1.png b/demonstrations/mkfumic/screenshots/screenshot-8-1.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b7d4f85cef730bc87dad90ff612f050944b7610
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-8-1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e6d6a9fafe88f94a8cc22ee05463e76236b8828f8d1904acbfaa3aafa84a577c
+size 726228
diff --git a/demonstrations/mkfumic/screenshots/screenshot-83-0.png b/demonstrations/mkfumic/screenshots/screenshot-83-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..5cf6a63e4f0c98439eb82d55d0b450f33cdd1fb6
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-83-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e20000d3496eeeee47b692efb84b9081ce764e8084b26ff35ed32de7684fb34a
+size 954249
diff --git a/demonstrations/mkfumic/screenshots/screenshot-86-0.png b/demonstrations/mkfumic/screenshots/screenshot-86-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..43a752776064ec364984762be08d771c00204dbb
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-86-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4e2e6a231f38d92a7928999c1a44c0048ab11d6a920df6f504d782836980a39
+size 317639
diff --git a/demonstrations/mkfumic/screenshots/screenshot-87-0.png b/demonstrations/mkfumic/screenshots/screenshot-87-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..43a752776064ec364984762be08d771c00204dbb
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-87-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4e2e6a231f38d92a7928999c1a44c0048ab11d6a920df6f504d782836980a39
+size 317639
diff --git a/demonstrations/mkfumic/screenshots/screenshot-89-0.png b/demonstrations/mkfumic/screenshots/screenshot-89-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..375ee2361216b95d9d1ef660bce2052695702241
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-89-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:59cd60fe8ba38fe044d41c175bc293a68f51ec8021e1006dbba053a5024941bd
+size 467917
diff --git a/demonstrations/mkfumic/screenshots/screenshot-95-0.png b/demonstrations/mkfumic/screenshots/screenshot-95-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..076c65b3cf41a45481d0910f030dba8cb02a23e6
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-95-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cf0e9adbc1faf3d0ebea94df12e7794aeb7475b8f37e514b584a9f892781c39d
+size 621619
diff --git a/demonstrations/mkfumic/screenshots/screenshot-99-0.png b/demonstrations/mkfumic/screenshots/screenshot-99-0.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c1fb356fb81b5bf82b864ad8f1d1fafdee4d112
--- /dev/null
+++ b/demonstrations/mkfumic/screenshots/screenshot-99-0.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:08da1a2387fe38eaf0fb6783040cb9976d8fcea80b1215a854334e145628ed55
+size 313729