dreamworks/dist/js/883.e2be0631.js
2023-09-05 10:31:00 +08:00

42 lines
1.2 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(self["webpackChunkvue_dreamfactory"]=self["webpackChunkvue_dreamfactory"]||[]).push([[883],{7045:function(e,t,i){var r=i(6339),o=i(3070);e.exports=function(e,t,i){return i.get&&r(i.get,t,{getter:!0}),i.set&&r(i.set,t,{setter:!0}),o.f(e,t,i)}},7066:function(e,t,i){"use strict";var r=i(9670);e.exports=function(){var e=r(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}},6314:function(e,t,i){var r=i(2109),o=i(2597);r({target:"Object",stat:!0},{hasOwn:o})},2087:function(e,t,i){var r=i(7854),o=i(9781),n=i(7045),s=i(7066),a=i(7293),l=r.RegExp,c=l.prototype,d=o&&a((function(){var e=!0;try{l(".","d")}catch(d){e=!1}var t={},i="",r=e?"dgimsy":"gimsy",o=function(e,r){Object.defineProperty(t,e,{get:function(){return i+=r,!0}})},n={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var s in e&&(n.hasIndices="d"),n)o(s,n[s]);var a=Object.getOwnPropertyDescriptor(c,"flags").get.call(t);return a!==r||i!==r}));d&&n(c,"flags",{configurable:!0,get:s})},5186:function(e){"use strict";function t(e,t){var i=new Array(arguments.length-1),r=0,o=2,n=!0;while(o<arguments.length)i[r++]=arguments[o++];return new Promise((function(o,s){i[r]=function(e){if(n)if(n=!1,e)s(e);else{var t=new Array(arguments.length-1),i=0;while(i<t.length)t[i++]=arguments[i];o.apply(null,t)}};try{e.apply(t||null,i)}catch(a){n&&(n=!1,s(a))}}))}e.exports=t},8673:function(e,t,i){"use strict";i(1703);var r=t;r.length=function(e){var t=e.length;if(!t)return 0;var i=0;while(--t%4>1&&"="===e.charAt(t))++i;return Math.ceil(3*e.length)/4-i};for(var o=new Array(64),n=new Array(123),s=0;s<64;)n[o[s]=s<26?s+65:s<52?s+71:s<62?s-4:s-59|43]=s++;r.encode=function(e,t,i){var r,n=null,s=[],a=0,l=0;while(t<i){var c=e[t++];switch(l){case 0:s[a++]=o[c>>2],r=(3&c)<<4,l=1;break;case 1:s[a++]=o[r|c>>4],r=(15&c)<<2,l=2;break;case 2:s[a++]=o[r|c>>6],s[a++]=o[63&c],l=0;break}a>8191&&((n||(n=[])).push(String.fromCharCode.apply(String,s)),a=0)}return l&&(s[a++]=o[r],s[a++]=61,1===l&&(s[a++]=61)),n?(a&&n.push(String.fromCharCode.apply(String,s.slice(0,a))),n.join("")):String.fromCharCode.apply(String,s.slice(0,a))};var a="invalid encoding";r.decode=function(e,t,i){for(var r,o=i,s=0,l=0;l<e.length;){var c=e.charCodeAt(l++);if(61===c&&s>1)break;if(void 0===(c=n[c]))throw Error(a);switch(s){case 0:r=c,s=1;break;case 1:t[i++]=r<<2|(48&c)>>4,r=c,s=2;break;case 2:t[i++]=(15&r)<<4|(60&c)>>2,r=c,s=3;break;case 3:t[i++]=(3&r)<<6|c,s=0;break}}if(1===s)throw Error(a);return i-o},r.test=function(e){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(e)}},3207:function(e,t,i){"use strict";function r(e,t){"string"===typeof e&&(t=e,e=void 0);var i=[];function o(e){if("string"!==typeof e){var t=n();if(r.verbose&&console.log("codegen: "+t),t="return "+t,e){var s=Object.keys(e),a=new Array(s.length+1),l=new Array(s.length),c=0;while(c<s.length)a[c]=s[c],l[c]=e[s[c++]];return a[c]=t,Function.apply(null,a).apply(null,l)}return Function(t)()}var d=new Array(arguments.length-1),h=0;while(h<d.length)d[h]=arguments[++h];if(h=0,e=e.replace(/%([%dfijs])/g,(function(e,t){var i=d[h++];switch(t){case"d":case"f":return String(Number(i));case"i":return String(Math.floor(i));case"j":return JSON.stringify(i);case"s":return String(i)}return"%"})),h!==d.length)throw Error("parameter count mismatch");return i.push(e),o}function n(r){return"function "+(r||t||"")+"("+(e&&e.join(",")||"")+"){\n "+i.join("\n ")+"\n}"}return o.toString=n,o}i(1703),e.exports=r,r.verbose=!1},8825:function(e){"use strict";function t(){this._listeners={}}e.exports=t,t.prototype.on=function(e,t,i){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:t,ctx:i||this}),this},t.prototype.off=function(e,t){if(void 0===e)this._listeners={};else if(void 0===t)this._listeners[e]=[];else for(var i=this._listeners[e],r=0;r<i.length;)i[r].fn===t?i.splice(r,1):++r;return this},t.prototype.emit=function(e){var t=this._listeners[e];if(t){for(var i=[],r=1;r<arguments.length;)i.push(arguments[r++]);for(r=0;r<t.length;)t[r].fn.apply(t[r++].ctx,i)}return this}},7965:function(e,t,i){"use strict";i(1703),i(8675),i(7380),i(1118),e.exports=s;var r=i(5186),o=i(6332),n=o("fs");function s(e,t,i){return"function"===typeof t?(i=t,t={}):t||(t={}),i?!t.xhr&&n&&n.readFile?n.readFile(e,(function(r,o){return r&&"undefined"!==typeof XMLHttpRequest?s.xhr(e,t,i):r?i(r):i(null,t.binary?o:o.toString("utf8"))})):s.xhr(e,t,i):r(s,this,e,t)}s.xhr=function(e,t,i){var r=new XMLHttpRequest;r.onreadystatechange=function(){if(4===r.readyState){if(0!==r.status&&200!==r.status)return i(Error("status "+r.status));if(t.binary){var e=r.response;if(!e){e=[];for(var o=0;o<r.responseText.length;++o)e.push(255&r.responseText.charCodeAt(o))}return i(null,"undefined"!==typeof Uint8Array?new Uint8Array(e):e)}return i(null,r.responseText)}},t.binary&&("overrideMimeType"in r&&r.overrideMimeType("text/plain; charset=x-user-defined"),r.responseType="arraybuffer"),r.open("GET",e),r.send()}},2913:function(e,t,i){"use strict";function r(e){return"undefined"!==typeof Float32Array?function(){var t=new Float32Array([-0]),i=new Uint8Array(t.buffer),r=128===i[3];function o(e,r,o){t[0]=e,r[o]=i[0],r[o+1]=i[1],r[o+2]=i[2],r[o+3]=i[3]}function n(e,r,o){t[0]=e,r[o]=i[3],r[o+1]=i[2],r[o+2]=i[1],r[o+3]=i[0]}function s(e,r){return i[0]=e[r],i[1]=e[r+1],i[2]=e[r+2],i[3]=e[r+3],t[0]}function a(e,r){return i[3]=e[r],i[2]=e[r+1],i[1]=e[r+2],i[0]=e[r+3],t[0]}e.writeFloatLE=r?o:n,e.writeFloatBE=r?n:o,e.readFloatLE=r?s:a,e.readFloatBE=r?a:s}():function(){function t(e,t,i,r){var o=t<0?1:0;if(o&&(t=-t),0===t)e(1/t>0?0:2147483648,i,r);else if(isNaN(t))e(2143289344,i,r);else if(t>34028234663852886e22)e((o<<31|2139095040)>>>0,i,r);else if(t<11754943508222875e-54)e((o<<31|Math.round(t/1401298464324817e-60))>>>0,i,r);else{var n=Math.floor(Math.log(t)/Math.LN2),s=8388607&Math.round(t*Math.pow(2,-n)*8388608);e((o<<31|n+127<<23|s)>>>0,i,r)}}function i(e,t,i){var r=e(t,i),o=2*(r>>31)+1,n=r>>>23&255,s=8388607&r;return 255===n?s?NaN:o*(1/0):0===n?1401298464324817e-60*o*s:o*Math.pow(2,n-150)*(s+8388608)}e.writeFloatLE=t.bind(null,o),e.writeFloatBE=t.bind(null,n),e.readFloatLE=i.bind(null,s),e.readFloatBE=i.bind(null,a)}(),"undefined"!==typeof Float64Array?function(){var t=new Float64Array([-0]),i=new Uint8Array(t.buffer),r=128===i[7];function o(e,r,o){t[0]=e,r[o]=i[0],r[o+1]=i[1],r[o+2]=i[2],r[o+3]=i[3],r[o+4]=i[4],r[o+5]=i[5],r[o+6]=i[6],r[o+7]=i[7]}function n(e,r,o){t[0]=e,r[o]=i[7],r[o+1]=i[6],r[o+2]=i[5],r[o+3]=i[4],r[o+4]=i[3],r[o+5]=i[2],r[o+6]=i[1],r[o+7]=i[0]}function s(e,r){return i[0]=e[r],i[1]=e[r+1],i[2]=e[r+2],i[3]=e[r+3],i[4]=e[r+4],i[5]=e[r+5],i[6]=e[r+6],i[7]=e[r+7],t[0]}function a(e,r){return i[7]=e[r],i[6]=e[r+1],i[5]=e[r+2],i[4]=e[r+3],i[3]=e[r+4],i[2]=e[r+5],i[1]=e[r+6],i[0]=e[r+7],t[0]}e.writeDoubleLE=r?o:n,e.writeDoubleBE=r?n:o,e.readDoubleLE=r?s:a,e.readDoubleBE=r?a:s}():function(){function t(e,t,i,r,o,n){var s=r<0?1:0;if(s&&(r=-r),0===r)e(0,o,n+t),e(1/r>0?0:2147483648,o,n+i);else if(isNaN(r))e(0,o,n+t),e(2146959360,o,n+i);else if(r>17976931348623157e292)e(0,o,n+t),e((s<<31|2146435072)>>>0,o,n+i);else{var a;if(r<22250738585072014e-324)a=r/5e-324,e(a>>>0,o,n+t),e((s<<31|a/4294967296)>>>0,o,n+i);else{var l=Math.floor(Math.log(r)/Math.LN2);1024===l&&(l=1023),a=r*Math.pow(2,-l),e(4503599627370496*a>>>0,o,n+t),e((s<<31|l+1023<<20|1048576*a&1048575)>>>0,o,n+i)}}}function i(e,t,i,r,o){var n=e(r,o+t),s=e(r,o+i),a=2*(s>>31)+1,l=s>>>20&2047,c=4294967296*(1048575&s)+n;return 2047===l?c?NaN:a*(1/0):0===l?5e-324*a*c:a*Math.pow(2,l-1075)*(c+4503599627370496)}e.writeDoubleLE=t.bind(null,o,0,4),e.writeDoubleBE=t.bind(null,n,4,0),e.readDoubleLE=i.bind(null,s,0,4),e.readDoubleBE=i.bind(null,a,4,0)}(),e}function o(e,t,i){t[i]=255&e,t[i+1]=e>>>8&255,t[i+2]=e>>>16&255,t[i+3]=e>>>24}function n(e,t,i){t[i]=e>>>24,t[i+1]=e>>>16&255,t[i+2]=e>>>8&255,t[i+3]=255&e}function s(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function a(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}i(8675),i(7380),i(1118),e.exports=r(r)},6332:function(module){"use strict";function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(e){}return null}module.exports=inquire},1172:function(e,t){"use strict";var i=t,r=i.isAbsolute=function(e){return/^(?:\/|\w+:)/.test(e)},o=i.normalize=function(e){e=e.replace(/\\/g,"/").replace(/\/{2,}/g,"/");var t=e.split("/"),i=r(e),o="";i&&(o=t.shift()+"/");for(var n=0;n<t.length;)".."===t[n]?n>0&&".."!==t[n-1]?t.splice(--n,2):i?t.splice(n,1):++n:"."===t[n]?t.splice(n,1):++n;return o+t.join("/")};i.resolve=function(e,t,i){return i||(t=o(t)),r(t)?t:(i||(e=o(e)),(e=e.replace(/(?:\/|^)[^/]+$/,"")).length?o(e+"/"+t):t)}},1168:function(e){"use strict";function t(e,t,i){var r=i||8192,o=r>>>1,n=null,s=r;return function(i){if(i<1||i>o)return e(i);s+i>r&&(n=e(r),s=0);var a=t.call(n,s,s+=i);return 7&s&&(s=1+(7|s)),a}}e.exports=t},9561:function(e,t){"use strict";var i=t;i.length=function(e){for(var t=0,i=0,r=0;r<e.length;++r)i=e.charCodeAt(r),i<128?t+=1:i<2048?t+=2:55296===(64512&i)&&56320===(64512&e.charCodeAt(r+1))?(++r,t+=4):t+=3;return t},i.read=function(e,t,i){var r=i-t;if(r<1)return"";var o,n=null,s=[],a=0;while(t<i)o=e[t++],o<128?s[a++]=o:o>191&&o<224?s[a++]=(31&o)<<6|63&e[t++]:o>239&&o<365?(o=((7&o)<<18|(63&e[t++])<<12|(63&e[t++])<<6|63&e[t++])-65536,s[a++]=55296+(o>>10),s[a++]=56320+(1023&o)):s[a++]=(15&o)<<12|(63&e[t++])<<6|63&e[t++],a>8191&&((n||(n=[])).push(String.fromCharCode.apply(String,s)),a=0);return n?(a&&n.push(String.fromCharCode.apply(String,s.slice(0,a))),n.join("")):String.fromCharCode.apply(String,s.slice(0,a))},i.write=function(e,t,i){for(var r,o,n=i,s=0;s<e.length;++s)r=e.charCodeAt(s),r<128?t[i++]=r:r<2048?(t[i++]=r>>6|192,t[i++]=63&r|128):55296===(64512&r)&&56320===(64512&(o=e.charCodeAt(s+1)))?(r=65536+((1023&r)<<10)+(1023&o),++s,t[i++]=r>>18|240,t[i++]=r>>12&63|128,t[i++]=r>>6&63|128,t[i++]=63&r|128):(t[i++]=r>>12|224,t[i++]=r>>6&63|128,t[i++]=63&r|128);return i-n}},9702:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_RESULT__;__webpack_require__(8675),__webpack_require__(7380),__webpack_require__(1118),
/**
* [js-md5]{@link https://github.com/emn178/js-md5}
*
* @namespace md5
* @version 0.7.3
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2014-2017
* @license MIT
*/
function(){"use strict";var ERROR="input is invalid type",WINDOW="object"===typeof window,root=WINDOW?window:{};root.JS_MD5_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"===typeof self,NODE_JS=!root.JS_MD5_NO_NODE_JS&&"object"===typeof process&&process.versions&&process.versions.node;NODE_JS?root=__webpack_require__.g:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_MD5_NO_COMMON_JS&&module.exports,AMD=__webpack_require__.amdO,ARRAY_BUFFER=!root.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[128,32768,8388608,-2147483648],SHIFT=[0,8,16,24],OUTPUT_TYPES=["hex","array","digest","buffer","arrayBuffer","base64"],BASE64_ENCODE_CHAR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),blocks=[],buffer8;if(ARRAY_BUFFER){var buffer=new ArrayBuffer(68);buffer8=new Uint8Array(buffer),blocks=new Uint32Array(buffer)}!root.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e){return function(t){return new Md5(!0).update(t)[e]()}},createMethod=function(){var e=createOutputMethod("hex");NODE_JS&&(e=nodeWrap(e)),e.create=function(){return new Md5},e.update=function(t){return e.create().update(t)};for(var t=0;t<OUTPUT_TYPES.length;++t){var i=OUTPUT_TYPES[t];e[i]=createOutputMethod(i)}return e},nodeWrap=function(method){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),nodeMethod=function(e){if("string"===typeof e)return crypto.createHash("md5").update(e,"utf8").digest("hex");if(null===e||void 0===e)throw ERROR;return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),Array.isArray(e)||ArrayBuffer.isView(e)||e.constructor===Buffer?crypto.createHash("md5").update(new Buffer(e)).digest("hex"):method(e)};return nodeMethod};function Md5(e){if(e)blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks,this.buffer8=buffer8;else if(ARRAY_BUFFER){var t=new ArrayBuffer(68);this.buffer8=new Uint8Array(t),this.blocks=new Uint32Array(t)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}Md5.prototype.update=function(e){if(!this.finalized){var t,i=typeof e;if("string"!==i){if("object"!==i)throw ERROR;if(null===e)throw ERROR;if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw ERROR;t=!0}var r,o,n=0,s=e.length,a=this.blocks,l=this.buffer8;while(n<s){if(this.hashed&&(this.hashed=!1,a[0]=a[16],a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),t)if(ARRAY_BUFFER)for(o=this.start;n<s&&o<64;++n)l[o++]=e[n];else for(o=this.start;n<s&&o<64;++n)a[o>>2]|=e[n]<<SHIFT[3&o++];else if(ARRAY_BUFFER)for(o=this.start;n<s&&o<64;++n)r=e.charCodeAt(n),r<128?l[o++]=r:r<2048?(l[o++]=192|r>>6,l[o++]=128|63&r):r<55296||r>=57344?(l[o++]=224|r>>12,l[o++]=128|r>>6&63,l[o++]=128|63&r):(r=65536+((1023&r)<<10|1023&e.charCodeAt(++n)),l[o++]=240|r>>18,l[o++]=128|r>>12&63,l[o++]=128|r>>6&63,l[o++]=128|63&r);else for(o=this.start;n<s&&o<64;++n)r=e.charCodeAt(n),r<128?a[o>>2]|=r<<SHIFT[3&o++]:r<2048?(a[o>>2]|=(192|r>>6)<<SHIFT[3&o++],a[o>>2]|=(128|63&r)<<SHIFT[3&o++]):r<55296||r>=57344?(a[o>>2]|=(224|r>>12)<<SHIFT[3&o++],a[o>>2]|=(128|r>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&r)<<SHIFT[3&o++]):(r=65536+((1023&r)<<10|1023&e.charCodeAt(++n)),a[o>>2]|=(240|r>>18)<<SHIFT[3&o++],a[o>>2]|=(128|r>>12&63)<<SHIFT[3&o++],a[o>>2]|=(128|r>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&r)<<SHIFT[3&o++]);this.lastByteIndex=o,this.bytes+=o-this.start,o>=64?(this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>2]|=EXTRA[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var e,t,i,r,o,n,s=this.blocks;this.first?(e=s[0]-680876937,e=(e<<7|e>>>25)-271733879<<0,r=(-1732584194^2004318071&e)+s[1]-117830708,r=(r<<12|r>>>20)+e<<0,i=(-271733879^r&(-271733879^e))+s[2]-1126478375,i=(i<<17|i>>>15)+r<<0,t=(e^i&(r^e))+s[3]-1316259209,t=(t<<22|t>>>10)+i<<0):(e=this.h0,t=this.h1,i=this.h2,r=this.h3,e+=(r^t&(i^r))+s[0]-680876936,e=(e<<7|e>>>25)+t<<0,r+=(i^e&(t^i))+s[1]-389564586,r=(r<<12|r>>>20)+e<<0,i+=(t^r&(e^t))+s[2]+606105819,i=(i<<17|i>>>15)+r<<0,t+=(e^i&(r^e))+s[3]-1044525330,t=(t<<22|t>>>10)+i<<0),e+=(r^t&(i^r))+s[4]-176418897,e=(e<<7|e>>>25)+t<<0,r+=(i^e&(t^i))+s[5]+1200080426,r=(r<<12|r>>>20)+e<<0,i+=(t^r&(e^t))+s[6]-1473231341,i=(i<<17|i>>>15)+r<<0,t+=(e^i&(r^e))+s[7]-45705983,t=(t<<22|t>>>10)+i<<0,e+=(r^t&(i^r))+s[8]+1770035416,e=(e<<7|e>>>25)+t<<0,r+=(i^e&(t^i))+s[9]-1958414417,r=(r<<12|r>>>20)+e<<0,i+=(t^r&(e^t))+s[10]-42063,i=(i<<17|i>>>15)+r<<0,t+=(e^i&(r^e))+s[11]-1990404162,t=(t<<22|t>>>10)+i<<0,e+=(r^t&(i^r))+s[12]+1804603682,e=(e<<7|e>>>25)+t<<0,r+=(i^e&(t^i))+s[13]-40341101,r=(r<<12|r>>>20)+e<<0,i+=(t^r&(e^t))+s[14]-1502002290,i=(i<<17|i>>>15)+r<<0,t+=(e^i&(r^e))+s[15]+1236535329,t=(t<<22|t>>>10)+i<<0,e+=(i^r&(t^i))+s[1]-165796510,e=(e<<5|e>>>27)+t<<0,r+=(t^i&(e^t))+s[6]-1069501632,r=(r<<9|r>>>23)+e<<0,i+=(e^t&(r^e))+s[11]+643717713,i=(i<<14|i>>>18)+r<<0,t+=(r^e&(i^r))+s[0]-373897302,t=(t<<20|t>>>12)+i<<0,e+=(i^r&(t^i))+s[5]-701558691,e=(e<<5|e>>>27)+t<<0,r+=(t^i&(e^t))+s[10]+38016083,r=(r<<9|r>>>23)+e<<0,i+=(e^t&(r^e))+s[15]-660478335,i=(i<<14|i>>>18)+r<<0,t+=(r^e&(i^r))+s[4]-405537848,t=(t<<20|t>>>12)+i<<0,e+=(i^r&(t^i))+s[9]+568446438,e=(e<<5|e>>>27)+t<<0,r+=(t^i&(e^t))+s[14]-1019803690,r=(r<<9|r>>>23)+e<<0,i+=(e^t&(r^e))+s[3]-187363961,i=(i<<14|i>>>18)+r<<0,t+=(r^e&(i^r))+s[8]+1163531501,t=(t<<20|t>>>12)+i<<0,e+=(i^r&(t^i))+s[13]-1444681467,e=(e<<5|e>>>27)+t<<0,r+=(t^i&(e^t))+s[2]-51403784,r=(r<<9|r>>>23)+e<<0,i+=(e^t&(r^e))+s[7]+1735328473,i=(i<<14|i>>>18)+r<<0,t+=(r^e&(i^r))+s[12]-1926607734,t=(t<<20|t>>>12)+i<<0,o=t^i,e+=(o^r)+s[5]-378558,e=(e<<4|e>>>28)+t<<0,r+=(o^e)+s[8]-2022574463,r=(r<<11|r>>>21)+e<<0,n=r^e,i+=(n^t)+s[11]+1839030562,i=(i<<16|i>>>16)+r<<0,t+=(n^i)+s[14]-35309556,t=(t<<23|t>>>9)+i<<0,o=t^i,e+=(o^r)+s[1]-1530992060,e=(e<<4|e>>>28)+t<<0,r+=(o^e)+s[4]+1272893353,r=(r<<11|r>>>21)+e<<0,n=r^e,i+=(n^t)+s[7]-155497632,i=(i<<16|i>>>16)+r<<0,t+=(n^i)+s[10]-1094730640,t=(t<<23|t>>>9)+i<<0,o=t^i,e+=(o^r)+s[13]+681279174,e=(e<<4|e>>>28)+t<<0,r+=(o^e)+s[0]-358537222,r=(r<<11|r>>>21)+e<<0,n=r^e,i+=(n^t)+s[3]-722521979,i=(i<<16|i>>>16)+r<<0,t+=(n^i)+s[6]+76029189,t=(t<<23|t>>>9)+i<<0,o=t^i,e+=(o^r)+s[9]-640364487,e=(e<<4|e>>>28)+t<<0,r+=(o^e)+s[12]-421815835,r=(r<<11|r>>>21)+e<<0,n=r^e,i+=(n^t)+s[15]+530742520,i=(i<<16|i>>>16)+r<<0,t+=(n^i)+s[2]-995338651,t=(t<<23|t>>>9)+i<<0,e+=(i^(t|~r))+s[0]-198630844,e=(e<<6|e>>>26)+t<<0,r+=(t^(e|~i))+s[7]+1126891415,r=(r<<10|r>>>22)+e<<0,i+=(e^(r|~t))+s[14]-1416354905,i=(i<<15|i>>>17)+r<<0,t+=(r^(i|~e))+s[5]-57434055,t=(t<<21|t>>>11)+i<<0,e+=(i^(t|~r))+s[12]+1700485571,e=(e<<6|e>>>26)+t<<0,r+=(t^(e|~i))+s[3]-1894986606,r=(r<<10|r>>>22)+e<<0,i+=(e^(r|~t))+s[10]-1051523,i=(i<<15|i>>>17)+r<<0,t+=(r^(i|~e))+s[1]-2054922799,t=(t<<21|t>>>11)+i<<0,e+=(i^(t|~r))+s[8]+1873313359,e=(e<<6|e>>>26)+t<<0,r+=(t^(e|~i))+s[15]-30611744,r=(r<<10|r>>>22)+e<<0,i+=(e^(r|~t))+s[6]-1560198380,i=(i<<15|i>>>17)+r<<0,t+=(r^(i|~e))+s[13]+1309151649,t=(t<<21|t>>>11)+i<<0,e+=(i^(t|~r))+s[4]-145523070,e=(e<<6|e>>>26)+t<<0,r+=(t^(e|~i))+s[11]-1120210379,r=(r<<10|r>>>22)+e<<0,i+=(e^(r|~t))+s[2]+718787259,i=(i<<15|i>>>17)+r<<0,t+=(r^(i|~e))+s[9]-343485551,t=(t<<21|t>>>11)+i<<0,this.first?(this.h0=e+1732584193<<0,this.h1=t-271733879<<0,this.h2=i-1732584194<<0,this.h3=r+271733878<<0,this.first=!1):(this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+i<<0,this.h3=this.h3+r<<0)},Md5.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,i=this.h2,r=this.h3;return HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,i=this.h2,r=this.h3;return[255&e,e>>8&255,e>>16&255,e>>24&255,255&t,t>>8&255,t>>16&255,t>>24&255,255&i,i>>8&255,i>>16&255,i>>24&255,255&r,r>>8&255,r>>16&255,r>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var e,t,i,r="",o=this.array(),n=0;n<15;)e=o[n++],t=o[n++],i=o[n++],r+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[63&(e<<4|t>>>4)]+BASE64_ENCODE_CHAR[63&(t<<2|i>>>6)]+BASE64_ENCODE_CHAR[63&i];return e=o[n],r+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[e<<4&63]+"==",r};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))}()},6326:function(e,t,i){"use strict";e.exports=i(7412)},3520:function(e,t,i){"use strict";var r=t,o=i(6445),n=i(965);function s(e,t,i,r){if(t.resolvedType)if(t.resolvedType instanceof o){e("switch(d%s){",r);for(var n=t.resolvedType.values,s=Object.keys(n),a=0;a<s.length;++a)t.repeated&&n[s[a]]===t.typeDefault&&e("default:"),e("case%j:",s[a])("case %i:",n[s[a]])("m%s=%j",r,n[s[a]])("break");e("}")}else e('if(typeof d%s!=="object")',r)("throw TypeError(%j)",t.fullName+": object expected")("m%s=types[%i].fromObject(d%s)",r,i,r);else{var l=!1;switch(t.type){case"double":case"float":e("m%s=Number(d%s)",r,r);break;case"uint32":case"fixed32":e("m%s=d%s>>>0",r,r);break;case"int32":case"sint32":case"sfixed32":e("m%s=d%s|0",r,r);break;case"uint64":l=!0;case"int64":case"sint64":case"fixed64":case"sfixed64":e("if(util.Long)")("(m%s=util.Long.fromValue(d%s)).unsigned=%j",r,r,l)('else if(typeof d%s==="string")',r)("m%s=parseInt(d%s,10)",r,r)('else if(typeof d%s==="number")',r)("m%s=d%s",r,r)('else if(typeof d%s==="object")',r)("m%s=new util.LongBits(d%s.low>>>0,d%s.high>>>0).toNumber(%s)",r,r,r,l?"true":"");break;case"bytes":e('if(typeof d%s==="string")',r)("util.base64.decode(d%s,m%s=util.newBuffer(util.base64.length(d%s)),0)",r,r,r)("else if(d%s.length)",r)("m%s=d%s",r,r);break;case"string":e("m%s=String(d%s)",r,r);break;case"bool":e("m%s=Boolean(d%s)",r,r);break}}return e}function a(e,t,i,r){if(t.resolvedType)t.resolvedType instanceof o?e("d%s=o.enums===String?types[%i].values[m%s]:m%s",r,i,r,r):e("d%s=types[%i].toObject(m%s,o)",r,i,r);else{var n=!1;switch(t.type){case"double":case"float":e("d%s=o.json&&!isFinite(m%s)?String(m%s):m%s",r,r,r,r);break;case"uint64":n=!0;case"int64":case"sint64":case"fixed64":case"sfixed64":e('if(typeof m%s==="number")',r)("d%s=o.longs===String?String(m%s):m%s",r,r,r)("else")("d%s=o.longs===String?util.Long.prototype.toString.call(m%s):o.longs===Number?new util.LongBits(m%s.low>>>0,m%s.high>>>0).toNumber(%s):m%s",r,r,r,r,n?"true":"",r);break;case"bytes":e("d%s=o.bytes===String?util.base64.encode(m%s,0,m%s.length):o.bytes===Array?Array.prototype.slice.call(m%s):m%s",r,r,r,r,r);break;default:e("d%s=m%s",r,r);break}}return e}r.fromObject=function(e){var t=e.fieldsArray,i=n.codegen(["d"],e.name+"$fromObject")("if(d instanceof this.ctor)")("return d");if(!t.length)return i("return new this.ctor");i("var m=new this.ctor");for(var r=0;r<t.length;++r){var a=t[r].resolve(),l=n.safeProp(a.name);a.map?(i("if(d%s){",l)('if(typeof d%s!=="object")',l)("throw TypeError(%j)",a.fullName+": object expected")("m%s={}",l)("for(var ks=Object.keys(d%s),i=0;i<ks.length;++i){",l),s(i,a,r,l+"[ks[i]]")("}")("}")):a.repeated?(i("if(d%s){",l)("if(!Array.isArray(d%s))",l)("throw TypeError(%j)",a.fullName+": array expected")("m%s=[]",l)("for(var i=0;i<d%s.length;++i){",l),s(i,a,r,l+"[i]")("}")("}")):(a.resolvedType instanceof o||i("if(d%s!=null){",l),s(i,a,r,l),a.resolvedType instanceof o||i("}"))}return i("return m")},r.toObject=function(e){var t=e.fieldsArray.slice().sort(n.compareFieldsById);if(!t.length)return n.codegen()("return {}");for(var i=n.codegen(["m","o"],e.name+"$toObject")("if(!o)")("o={}")("var d={}"),r=[],s=[],l=[],c=0;c<t.length;++c)t[c].partOf||(t[c].resolve().repeated?r:t[c].map?s:l).push(t[c]);if(r.length){for(i("if(o.arrays||o.defaults){"),c=0;c<r.length;++c)i("d%s=[]",n.safeProp(r[c].name));i("}")}if(s.length){for(i("if(o.objects||o.defaults){"),c=0;c<s.length;++c)i("d%s={}",n.safeProp(s[c].name));i("}")}if(l.length){for(i("if(o.defaults){"),c=0;c<l.length;++c){var d=l[c],h=n.safeProp(d.name);if(d.resolvedType instanceof o)i("d%s=o.enums===String?%j:%j",h,d.resolvedType.valuesById[d.typeDefault],d.typeDefault);else if(d.long)i("if(util.Long){")("var n=new util.Long(%i,%i,%j)",d.typeDefault.low,d.typeDefault.high,d.typeDefault.unsigned)("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():n",h)("}else")("d%s=o.longs===String?%j:%i",h,d.typeDefault.toString(),d.typeDefault.toNumber());else if(d.bytes){var u="["+Array.prototype.slice.call(d.typeDefault).join(",")+"]";i("if(o.bytes===String)d%s=%j",h,String.fromCharCode.apply(String,d.typeDefault))("else{")("d%s=%s",h,u)("if(o.bytes!==Array)d%s=util.newBuffer(d%s)",h,h)("}")}else i("d%s=%j",h,d.typeDefault)}i("}")}var f=!1;for(c=0;c<t.length;++c){d=t[c];var p=e._fieldsArray.indexOf(d);h=n.safeProp(d.name);d.map?(f||(f=!0,i("var ks2")),i("if(m%s&&(ks2=Object.keys(m%s)).length){",h,h)("d%s={}",h)("for(var j=0;j<ks2.length;++j){"),a(i,d,p,h+"[ks2[j]]")("}")):d.repeated?(i("if(m%s&&m%s.length){",h,h)("d%s=[]",h)("for(var j=0;j<m%s.length;++j){",h),a(i,d,p,h+"[j]")("}")):(i("if(m%s!=null&&m.hasOwnProperty(%j)){",h,d.name),a(i,d,p,h),d.partOf&&i("if(o.oneofs)")("d%s=%j",n.safeProp(d.partOf.name),d.name)),i("}")}return i("return d")}},1711:function(e,t,i){"use strict";e.exports=a;var r=i(6445),o=i(4470),n=i(965);function s(e){return"missing required '"+e.name+"'"}function a(e){var t=n.codegen(["r","l"],e.name+"$decode")("if(!(r instanceof Reader))")("r=Reader.create(r)")("var c=l===undefined?r.len:r.pos+l,m=new this.ctor"+(e.fieldsArray.filter((function(e){return e.map})).length?",k,value":""))("while(r.pos<c){")("var t=r.uint32()");e.group&&t("if((t&7)===4)")("break"),t("switch(t>>>3){");for(var i=0;i<e.fieldsArray.length;++i){var a=e._fieldsArray[i].resolve(),l=a.resolvedType instanceof r?"int32":a.type,c="m"+n.safeProp(a.name);t("case %i:",a.id),a.map?(t("if(%s===util.emptyObject)",c)("%s={}",c)("var c2 = r.uint32()+r.pos"),void 0!==o.defaults[a.keyType]?t("k=%j",o.defaults[a.keyType]):t("k=null"),void 0!==o.defaults[l]?t("value=%j",o.defaults[l]):t("value=null"),t("while(r.pos<c2){")("var tag2=r.uint32()")("switch(tag2>>>3){")("case 1: k=r.%s(); break",a.keyType)("case 2:"),void 0===o.basic[l]?t("value=types[%i].decode(r,r.uint32())",i):t("value=r.%s()",l),t("break")("default:")("r.skipType(tag2&7)")("break")("}")("}"),void 0!==o.long[a.keyType]?t('%s[typeof k==="object"?util.longToHash(k):k]=value',c):t("%s[k]=value",c)):a.repeated?(t("if(!(%s&&%s.length))",c,c)("%s=[]",c),void 0!==o.packed[l]&&t("if((t&7)===2){")("var c2=r.uint32()+r.pos")("while(r.pos<c2)")("%s.push(r.%s())",c,l)("}else"),void 0===o.basic[l]?t(a.resolvedType.group?"%s.push(types[%i].decode(r))":"%s.push(types[%i].decode(r,r.uint32()))",c,i):t("%s.push(r.%s())",c,l)):void 0===o.basic[l]?t(a.resolvedType.group?"%s=types[%i].decode(r)":"%s=types[%i].decode(r,r.uint32())",c,i):t("%s=r.%s()",c,l),t("break")}for(t("default:")("r.skipType(t&7)")("break")("}")("}"),i=0;i<e._fieldsArray.length;++i){var d=e._fieldsArray[i];d.required&&t("if(!m.hasOwnProperty(%j))",d.name)("throw util.ProtocolError(%j,{instance:m})",s(d))}return t("return m")}},9991:function(e,t,i){"use strict";e.exports=a;var r=i(6445),o=i(4470),n=i(965);function s(e,t,i,r){return t.resolvedType.group?e("types[%i].encode(%s,w.uint32(%i)).uint32(%i)",i,r,(t.id<<3|3)>>>0,(t.id<<3|4)>>>0):e("types[%i].encode(%s,w.uint32(%i).fork()).ldelim()",i,r,(t.id<<3|2)>>>0)}function a(e){for(var t,i=n.codegen(["m","w"],e.name+"$encode")("if(!w)")("w=Writer.create()"),a=e.fieldsArray.slice().sort(n.compareFieldsById),l=0;l<a.length;++l){var c=a[l].resolve(),d=e._fieldsArray.indexOf(c),h=c.resolvedType instanceof r?"int32":c.type,u=o.basic[h];t="m"+n.safeProp(c.name),c.map?(i("if(%s!=null&&Object.hasOwnProperty.call(m,%j)){",t,c.name)("for(var ks=Object.keys(%s),i=0;i<ks.length;++i){",t)("w.uint32(%i).fork().uint32(%i).%s(ks[i])",(c.id<<3|2)>>>0,8|o.mapKey[c.keyType],c.keyType),void 0===u?i("types[%i].encode(%s[ks[i]],w.uint32(18).fork()).ldelim().ldelim()",d,t):i(".uint32(%i).%s(%s[ks[i]]).ldelim()",16|u,h,t),i("}")("}")):c.repeated?(i("if(%s!=null&&%s.length){",t,t),c.packed&&void 0!==o.packed[h]?i("w.uint32(%i).fork()",(c.id<<3|2)>>>0)("for(var i=0;i<%s.length;++i)",t)("w.%s(%s[i])",h,t)("w.ldelim()"):(i("for(var i=0;i<%s.length;++i)",t),void 0===u?s(i,c,d,t+"[i]"):i("w.uint32(%i).%s(%s[i])",(c.id<<3|u)>>>0,h,t)),i("}")):(c.optional&&i("if(%s!=null&&Object.hasOwnProperty.call(m,%j))",t,c.name),void 0===u?s(i,c,d,t):i("w.uint32(%i).%s(%s)",(c.id<<3|u)>>>0,h,t))}return i("return w")}},6445:function(e,t,i){"use strict";i(1703),e.exports=s;var r=i(6133);((s.prototype=Object.create(r.prototype)).constructor=s).className="Enum";var o=i(3595),n=i(965);function s(e,t,i,o,n){if(r.call(this,e,i),t&&"object"!==typeof t)throw TypeError("values must be an object");if(this.valuesById={},this.values=Object.create(this.valuesById),this.comment=o,this.comments=n||{},this.reserved=void 0,t)for(var s=Object.keys(t),a=0;a<s.length;++a)"number"===typeof t[s[a]]&&(this.valuesById[this.values[s[a]]=t[s[a]]]=s[a])}s.fromJSON=function(e,t){var i=new s(e,t.values,t.options,t.comment,t.comments);return i.reserved=t.reserved,i},s.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return n.toObject(["options",this.options,"values",this.values,"reserved",this.reserved&&this.reserved.length?this.reserved:void 0,"comment",t?this.comment:void 0,"comments",t?this.comments:void 0])},s.prototype.add=function(e,t,i){if(!n.isString(e))throw TypeError("name must be a string");if(!n.isInteger(t))throw TypeError("id must be an integer");if(void 0!==this.values[e])throw Error("duplicate name '"+e+"' in "+this);if(this.isReservedId(t))throw Error("id "+t+" is reserved in "+this);if(this.isReservedName(e))throw Error("name '"+e+"' is reserved in "+this);if(void 0!==this.valuesById[t]){if(!this.options||!this.options.allow_alias)throw Error("duplicate id "+t+" in "+this);this.values[e]=t}else this.valuesById[this.values[e]=t]=e;return this.comments[e]=i||null,this},s.prototype.remove=function(e){if(!n.isString(e))throw TypeError("name must be a string");var t=this.values[e];if(null==t)throw Error("name '"+e+"' does not exist in "+this);return delete this.valuesById[t],delete this.values[e],delete this.comments[e],this},s.prototype.isReservedId=function(e){return o.isReservedId(this.reserved,e)},s.prototype.isReservedName=function(e){return o.isReservedName(this.reserved,e)}},4434:function(e,t,i){"use strict";i(1703),e.exports=c;var r=i(6133);((c.prototype=Object.create(r.prototype)).constructor=c).className="Field";var o,n=i(6445),s=i(4470),a=i(965),l=/^required|optional|repeated$/;function c(e,t,i,o,n,c,d){if(a.isObject(o)?(d=n,c=o,o=n=void 0):a.isObject(n)&&(d=c,c=n,n=void 0),r.call(this,e,c),!a.isInteger(t)||t<0)throw TypeError("id must be a non-negative integer");if(!a.isString(i))throw TypeError("type must be a string");if(void 0!==o&&!l.test(o=o.toString().toLowerCase()))throw TypeError("rule must be a string rule");if(void 0!==n&&!a.isString(n))throw TypeError("extend must be a string");"proto3_optional"===o&&(o="optional"),this.rule=o&&"optional"!==o?o:void 0,this.type=i,this.id=t,this.extend=n||void 0,this.required="required"===o,this.optional=!this.required,this.repeated="repeated"===o,this.map=!1,this.message=null,this.partOf=null,this.typeDefault=null,this.defaultValue=null,this.long=!!a.Long&&void 0!==s.long[i],this.bytes="bytes"===i,this.resolvedType=null,this.extensionField=null,this.declaringField=null,this._packed=null,this.comment=d}c.fromJSON=function(e,t){return new c(e,t.id,t.type,t.rule,t.extend,t.options,t.comment)},Object.defineProperty(c.prototype,"packed",{get:function(){return null===this._packed&&(this._packed=!1!==this.getOption("packed")),this._packed}}),c.prototype.setOption=function(e,t,i){return"packed"===e&&(this._packed=null),r.prototype.setOption.call(this,e,t,i)},c.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return a.toObject(["rule","optional"!==this.rule&&this.rule||void 0,"type",this.type,"id",this.id,"extend",this.extend,"options",this.options,"comment",t?this.comment:void 0])},c.prototype.resolve=function(){if(this.resolved)return this;if(void 0===(this.typeDefault=s.defaults[this.type])&&(this.resolvedType=(this.declaringField?this.declaringField.parent:this.parent).lookupTypeOrEnum(this.type),this.resolvedType instanceof o?this.typeDefault=null:this.typeDefault=this.resolvedType.values[Object.keys(this.resolvedType.values)[0]]),this.options&&null!=this.options["default"]&&(this.typeDefault=this.options["default"],this.resolvedType instanceof n&&"string"===typeof this.typeDefault&&(this.typeDefault=this.resolvedType.values[this.typeDefault])),this.options&&(!0!==this.options.packed&&(void 0===this.options.packed||!this.resolvedType||this.resolvedType instanceof n)||delete this.options.packed,Object.keys(this.options).length||(this.options=void 0)),this.long)this.typeDefault=a.Long.fromNumber(this.typeDefault,"u"===this.type.charAt(0)),Object.freeze&&Object.freeze(this.typeDefault);else if(this.bytes&&"string"===typeof this.typeDefault){var e;a.base64.test(this.typeDefault)?a.base64.decode(this.typeDefault,e=a.newBuffer(a.base64.length(this.typeDefault)),0):a.utf8.write(this.typeDefault,e=a.newBuffer(a.utf8.length(this.typeDefault)),0),this.typeDefault=e}return this.map?this.defaultValue=a.emptyObject:this.repeated?this.defaultValue=a.emptyArray:this.defaultValue=this.typeDefault,this.parent instanceof o&&(this.parent.ctor.prototype[this.name]=this.defaultValue),r.prototype.resolve.call(this)},c.d=function(e,t,i,r){return"function"===typeof t?t=a.decorateType(t).name:t&&"object"===typeof t&&(t=a.decorateEnum(t).name),function(o,n){a.decorateType(o.constructor).add(new c(n,e,t,i,{default:r}))}},c._configure=function(e){o=e}},7412:function(e,t,i){"use strict";var r=e.exports=i(9507);function o(e,t,i){return"function"===typeof t?(i=t,t=new r.Root):t||(t=new r.Root),t.load(e,i)}function n(e,t){return t||(t=new r.Root),t.loadSync(e)}r.build="light",r.load=o,r.loadSync=n,r.encoder=i(9991),r.decoder=i(1711),r.verifier=i(3478),r.converter=i(3520),r.ReflectionObject=i(6133),r.Namespace=i(3595),r.Root=i(309),r.Enum=i(6445),r.Type=i(9705),r.Field=i(4434),r.OneOf=i(369),r.MapField=i(4147),r.Service=i(2531),r.Method=i(2946),r.Message=i(1373),r.wrappers=i(1130),r.types=i(4470),r.util=i(965),r.ReflectionObject._configure(r.Root),r.Namespace._configure(r.Type,r.Service,r.Enum),r.Root._configure(r.Type),r.Field._configure(r.Type)},9507:function(e,t,i){"use strict";var r=t;function o(){r.util._configure(),r.Writer._configure(r.BufferWriter),r.Reader._configure(r.BufferReader)}r.build="minimal",r.Writer=i(7156),r.BufferWriter=i(8252),r.Reader=i(9799),r.BufferReader=i(8894),r.util=i(7102),r.rpc=i(7753),r.roots=i(358),r.configure=o,o()},4147:function(e,t,i){"use strict";i(1703),e.exports=s;var r=i(4434);((s.prototype=Object.create(r.prototype)).constructor=s).className="MapField";var o=i(4470),n=i(965);function s(e,t,i,o,s,a){if(r.call(this,e,t,o,void 0,void 0,s,a),!n.isString(i))throw TypeError("keyType must be a string");this.keyType=i,this.resolvedKeyType=null,this.map=!0}s.fromJSON=function(e,t){return new s(e,t.id,t.keyType,t.type,t.options,t.comment)},s.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return n.toObject(["keyType",this.keyType,"type",this.type,"id",this.id,"extend",this.extend,"options",this.options,"comment",t?this.comment:void 0])},s.prototype.resolve=function(){if(this.resolved)return this;if(void 0===o.mapKey[this.keyType])throw Error("invalid key type: "+this.keyType);return r.prototype.resolve.call(this)},s.d=function(e,t,i){return"function"===typeof i?i=n.decorateType(i).name:i&&"object"===typeof i&&(i=n.decorateEnum(i).name),function(r,o){n.decorateType(r.constructor).add(new s(o,e,t,i))}}},1373:function(e,t,i){"use strict";e.exports=o;var r=i(7102);function o(e){if(e)for(var t=Object.keys(e),i=0;i<t.length;++i)this[t[i]]=e[t[i]]}o.create=function(e){return this.$type.create(e)},o.encode=function(e,t){return this.$type.encode(e,t)},o.encodeDelimited=function(e,t){return this.$type.encodeDelimited(e,t)},o.decode=function(e){return this.$type.decode(e)},o.decodeDelimited=function(e){return this.$type.decodeDelimited(e)},o.verify=function(e){return this.$type.verify(e)},o.fromObject=function(e){return this.$type.fromObject(e)},o.toObject=function(e,t){return this.$type.toObject(e,t)},o.prototype.toJSON=function(){return this.$type.toObject(this,r.toJSONOptions)}},2946:function(e,t,i){"use strict";i(1703),e.exports=n;var r=i(6133);((n.prototype=Object.create(r.prototype)).constructor=n).className="Method";var o=i(965);function n(e,t,i,n,s,a,l,c,d){if(o.isObject(s)?(l=s,s=a=void 0):o.isObject(a)&&(l=a,a=void 0),void 0!==t&&!o.isString(t))throw TypeError("type must be a string");if(!o.isString(i))throw TypeError("requestType must be a string");if(!o.isString(n))throw TypeError("responseType must be a string");r.call(this,e,l),this.type=t||"rpc",this.requestType=i,this.requestStream=!!s||void 0,this.responseType=n,this.responseStream=!!a||void 0,this.resolvedRequestType=null,this.resolvedResponseType=null,this.comment=c,this.parsedOptions=d}n.fromJSON=function(e,t){return new n(e,t.type,t.requestType,t.responseType,t.requestStream,t.responseStream,t.options,t.comment,t.parsedOptions)},n.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return o.toObject(["type","rpc"!==this.type&&this.type||void 0,"requestType",this.requestType,"requestStream",this.requestStream,"responseType",this.responseType,"responseStream",this.responseStream,"options",this.options,"comment",t?this.comment:void 0,"parsedOptions",this.parsedOptions])},n.prototype.resolve=function(){return this.resolved?this:(this.resolvedRequestType=this.parent.lookupType(this.requestType),this.resolvedResponseType=this.parent.lookupType(this.responseType),r.prototype.resolve.call(this))}},3595:function(e,t,i){"use strict";i(1703),e.exports=h;var r=i(6133);((h.prototype=Object.create(r.prototype)).constructor=h).className="Namespace";var o,n,s,a=i(4434),l=i(369),c=i(965);function d(e,t){if(e&&e.length){for(var i={},r=0;r<e.length;++r)i[e[r].name]=e[r].toJSON(t);return i}}function h(e,t){r.call(this,e,t),this.nested=void 0,this._nestedArray=null}function u(e){return e._nestedArray=null,e}h.fromJSON=function(e,t){return new h(e,t.options).addJSON(t.nested)},h.arrayToJSON=d,h.isReservedId=function(e,t){if(e)for(var i=0;i<e.length;++i)if("string"!==typeof e[i]&&e[i][0]<=t&&e[i][1]>t)return!0;return!1},h.isReservedName=function(e,t){if(e)for(var i=0;i<e.length;++i)if(e[i]===t)return!0;return!1},Object.defineProperty(h.prototype,"nestedArray",{get:function(){return this._nestedArray||(this._nestedArray=c.toArray(this.nested))}}),h.prototype.toJSON=function(e){return c.toObject(["options",this.options,"nested",d(this.nestedArray,e)])},h.prototype.addJSON=function(e){var t=this;if(e)for(var i,r=Object.keys(e),l=0;l<r.length;++l)i=e[r[l]],t.add((void 0!==i.fields?o.fromJSON:void 0!==i.values?s.fromJSON:void 0!==i.methods?n.fromJSON:void 0!==i.id?a.fromJSON:h.fromJSON)(r[l],i));return this},h.prototype.get=function(e){return this.nested&&this.nested[e]||null},h.prototype.getEnum=function(e){if(this.nested&&this.nested[e]instanceof s)return this.nested[e].values;throw Error("no such enum: "+e)},h.prototype.add=function(e){if(!(e instanceof a&&void 0!==e.extend||e instanceof o||e instanceof s||e instanceof n||e instanceof h||e instanceof l))throw TypeError("object must be a valid nested object");if(this.nested){var t=this.get(e.name);if(t){if(!(t instanceof h&&e instanceof h)||t instanceof o||t instanceof n)throw Error("duplicate name '"+e.name+"' in "+this);for(var i=t.nestedArray,r=0;r<i.length;++r)e.add(i[r]);this.remove(t),this.nested||(this.nested={}),e.setOptions(t.options,!0)}}else this.nested={};return this.nested[e.name]=e,e.onAdd(this),u(this)},h.prototype.remove=function(e){if(!(e instanceof r))throw TypeError("object must be a ReflectionObject");if(e.parent!==this)throw Error(e+" is not a member of "+this);return delete this.nested[e.name],Object.keys(this.nested).length||(this.nested=void 0),e.onRemove(this),u(this)},h.prototype.define=function(e,t){if(c.isString(e))e=e.split(".");else if(!Array.isArray(e))throw TypeError("illegal path");if(e&&e.length&&""===e[0])throw Error("path must be relative");var i=this;while(e.length>0){var r=e.shift();if(i.nested&&i.nested[r]){if(i=i.nested[r],!(i instanceof h))throw Error("path conflicts with non-namespace objects")}else i.add(i=new h(r))}return t&&i.addJSON(t),i},h.prototype.resolveAll=function(){var e=this.nestedArray,t=0;while(t<e.length)e[t]instanceof h?e[t++].resolveAll():e[t++].resolve();return this.resolve()},h.prototype.lookup=function(e,t,i){if("boolean"===typeof t?(i=t,t=void 0):t&&!Array.isArray(t)&&(t=[t]),c.isString(e)&&e.length){if("."===e)return this.root;e=e.split(".")}else if(!e.length)return this;if(""===e[0])return this.root.lookup(e.slice(1),t);var r=this.get(e[0]);if(r){if(1===e.length){if(!t||t.indexOf(r.constructor)>-1)return r}else if(r instanceof h&&(r=r.lookup(e.slice(1),t,!0)))return r}else for(var o=0;o<this.nestedArray.length;++o)if(this._nestedArray[o]instanceof h&&(r=this._nestedArray[o].lookup(e,t,!0)))return r;return null===this.parent||i?null:this.parent.lookup(e,t)},h.prototype.lookupType=function(e){var t=this.lookup(e,[o]);if(!t)throw Error("no such type: "+e);return t},h.prototype.lookupEnum=function(e){var t=this.lookup(e,[s]);if(!t)throw Error("no such Enum '"+e+"' in "+this);return t},h.prototype.lookupTypeOrEnum=function(e){var t=this.lookup(e,[o,s]);if(!t)throw Error("no such Type or Enum '"+e+"' in "+this);return t},h.prototype.lookupService=function(e){var t=this.lookup(e,[n]);if(!t)throw Error("no such Service '"+e+"' in "+this);return t},h._configure=function(e,t,i){o=e,n=t,s=i}},6133:function(e,t,i){"use strict";i(1703),e.exports=n,n.className="ReflectionObject";var r,o=i(965);function n(e,t){if(!o.isString(e))throw TypeError("name must be a string");if(t&&!o.isObject(t))throw TypeError("options must be an object");this.options=t,this.parsedOptions=null,this.name=e,this.parent=null,this.resolved=!1,this.comment=null,this.filename=null}Object.defineProperties(n.prototype,{root:{get:function(){var e=this;while(null!==e.parent)e=e.parent;return e}},fullName:{get:function(){var e=[this.name],t=this.parent;while(t)e.unshift(t.name),t=t.parent;return e.join(".")}}}),n.prototype.toJSON=function(){throw Error()},n.prototype.onAdd=function(e){this.parent&&this.parent!==e&&this.parent.remove(this),this.parent=e,this.resolved=!1;var t=e.root;t instanceof r&&t._handleAdd(this)},n.prototype.onRemove=function(e){var t=e.root;t instanceof r&&t._handleRemove(this),this.parent=null,this.resolved=!1},n.prototype.resolve=function(){return this.resolved||this.root instanceof r&&(this.resolved=!0),this},n.prototype.getOption=function(e){if(this.options)return this.options[e]},n.prototype.setOption=function(e,t,i){return i&&this.options&&void 0!==this.options[e]||((this.options||(this.options={}))[e]=t),this},n.prototype.setParsedOption=function(e,t,i){this.parsedOptions||(this.parsedOptions=[]);var r=this.parsedOptions;if(i){var n=r.find((function(t){return Object.prototype.hasOwnProperty.call(t,e)}));if(n){var s=n[e];o.setProperty(s,i,t)}else n={},n[e]=o.setProperty({},i,t),r.push(n)}else{var a={};a[e]=t,r.push(a)}return this},n.prototype.setOptions=function(e,t){if(e)for(var i=Object.keys(e),r=0;r<i.length;++r)this.setOption(i[r],e[i[r]],t);return this},n.prototype.toString=function(){var e=this.constructor.className,t=this.fullName;return t.length?e+" "+t:e},n._configure=function(e){r=e}},369:function(e,t,i){"use strict";i(1703),e.exports=s;var r=i(6133);((s.prototype=Object.create(r.prototype)).constructor=s).className="OneOf";var o=i(4434),n=i(965);function s(e,t,i,o){if(Array.isArray(t)||(i=t,t=void 0),r.call(this,e,i),void 0!==t&&!Array.isArray(t))throw TypeError("fieldNames must be an Array");this.oneof=t||[],this.fieldsArray=[],this.comment=o}function a(e){if(e.parent)for(var t=0;t<e.fieldsArray.length;++t)e.fieldsArray[t].parent||e.parent.add(e.fieldsArray[t])}s.fromJSON=function(e,t){return new s(e,t.oneof,t.options,t.comment)},s.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return n.toObject(["options",this.options,"oneof",this.oneof,"comment",t?this.comment:void 0])},s.prototype.add=function(e){if(!(e instanceof o))throw TypeError("field must be a Field");return e.parent&&e.parent!==this.parent&&e.parent.remove(e),this.oneof.push(e.name),this.fieldsArray.push(e),e.partOf=this,a(this),this},s.prototype.remove=function(e){if(!(e instanceof o))throw TypeError("field must be a Field");var t=this.fieldsArray.indexOf(e);if(t<0)throw Error(e+" is not a member of "+this);return this.fieldsArray.splice(t,1),t=this.oneof.indexOf(e.name),t>-1&&this.oneof.splice(t,1),e.partOf=null,this},s.prototype.onAdd=function(e){r.prototype.onAdd.call(this,e);for(var t=this,i=0;i<this.oneof.length;++i){var o=e.get(this.oneof[i]);o&&!o.partOf&&(o.partOf=t,t.fieldsArray.push(o))}a(this)},s.prototype.onRemove=function(e){for(var t,i=0;i<this.fieldsArray.length;++i)(t=this.fieldsArray[i]).parent&&t.parent.remove(t);r.prototype.onRemove.call(this,e)},s.d=function(){var e=new Array(arguments.length),t=0;while(t<arguments.length)e[t]=arguments[t++];return function(t,i){n.decorateType(t.constructor).add(new s(i,e)),Object.defineProperty(t,i,{get:n.oneOfGetter(e),set:n.oneOfSetter(e)})}}},9799:function(e,t,i){"use strict";i(1703),i(8675),i(7380),i(1118),e.exports=l;var r,o=i(7102),n=o.LongBits,s=o.utf8;function a(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function l(e){this.buf=e,this.pos=0,this.len=e.length}var c="undefined"!==typeof Uint8Array?function(e){if(e instanceof Uint8Array||Array.isArray(e))return new l(e);throw Error("illegal buffer")}:function(e){if(Array.isArray(e))return new l(e);throw Error("illegal buffer")},d=function(){return o.Buffer?function(e){return(l.create=function(e){return o.Buffer.isBuffer(e)?new r(e):c(e)})(e)}:c};function h(){var e=new n(0,0),t=0;if(!(this.len-this.pos>4)){for(;t<3;++t){if(this.pos>=this.len)throw a(this);if(e.lo=(e.lo|(127&this.buf[this.pos])<<7*t)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(127&this.buf[this.pos++])<<7*t)>>>0,e}for(;t<4;++t)if(e.lo=(e.lo|(127&this.buf[this.pos])<<7*t)>>>0,this.buf[this.pos++]<128)return e;if(e.lo=(e.lo|(127&this.buf[this.pos])<<28)>>>0,e.hi=(e.hi|(127&this.buf[this.pos])>>4)>>>0,this.buf[this.pos++]<128)return e;if(t=0,this.len-this.pos>4){for(;t<5;++t)if(e.hi=(e.hi|(127&this.buf[this.pos])<<7*t+3)>>>0,this.buf[this.pos++]<128)return e}else for(;t<5;++t){if(this.pos>=this.len)throw a(this);if(e.hi=(e.hi|(127&this.buf[this.pos])<<7*t+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}function u(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}function f(){if(this.pos+8>this.len)throw a(this,8);return new n(u(this.buf,this.pos+=4),u(this.buf,this.pos+=4))}l.create=d(),l.prototype._slice=o.Array.prototype.subarray||o.Array.prototype.slice,l.prototype.uint32=function(){var e=4294967295;return function(){if(e=(127&this.buf[this.pos])>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(127&this.buf[this.pos])<<7)>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(127&this.buf[this.pos])<<14)>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(127&this.buf[this.pos])<<21)>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(15&this.buf[this.pos])<<28)>>>0,this.buf[this.pos++]<128)return e;if((this.pos+=5)>this.len)throw this.pos=this.len,a(this,10);return e}}(),l.prototype.int32=function(){return 0|this.uint32()},l.prototype.sint32=function(){var e=this.uint32();return e>>>1^-(1&e)|0},l.prototype.bool=function(){return 0!==this.uint32()},l.prototype.fixed32=function(){if(this.pos+4>this.len)throw a(this,4);return u(this.buf,this.pos+=4)},l.prototype.sfixed32=function(){if(this.pos+4>this.len)throw a(this,4);return 0|u(this.buf,this.pos+=4)},l.prototype.float=function(){if(this.pos+4>this.len)throw a(this,4);var e=o.float.readFloatLE(this.buf,this.pos);return this.pos+=4,e},l.prototype.double=function(){if(this.pos+8>this.len)throw a(this,4);var e=o.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,e},l.prototype.bytes=function(){var e=this.uint32(),t=this.pos,i=this.pos+e;if(i>this.len)throw a(this,e);return this.pos+=e,Array.isArray(this.buf)?this.buf.slice(t,i):t===i?new this.buf.constructor(0):this._slice.call(this.buf,t,i)},l.prototype.string=function(){var e=this.bytes();return s.read(e,0,e.length)},l.prototype.skip=function(e){if("number"===typeof e){if(this.pos+e>this.len)throw a(this,e);this.pos+=e}else do{if(this.pos>=this.len)throw a(this)}while(128&this.buf[this.pos++]);return this},l.prototype.skipType=function(e){switch(e){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:while(4!==(e=7&this.uint32()))this.skipType(e);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+e+" at offset "+this.pos)}return this},l._configure=function(e){r=e,l.create=d(),r._configure();var t=o.Long?"toLong":"toNumber";o.merge(l.prototype,{int64:function(){return h.call(this)[t](!1)},uint64:function(){return h.call(this)[t](!0)},sint64:function(){return h.call(this).zzDecode()[t](!1)},fixed64:function(){return f.call(this)[t](!0)},sfixed64:function(){return f.call(this)[t](!1)}})}},8894:function(e,t,i){"use strict";e.exports=n;var r=i(9799);(n.prototype=Object.create(r.prototype)).constructor=n;var o=i(7102);function n(e){r.call(this,e)}n._configure=function(){o.Buffer&&(n.prototype._slice=o.Buffer.prototype.slice)},n.prototype.string=function(){var e=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+e,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+e,this.len))},n._configure()},309:function(e,t,i){"use strict";i(1703),e.exports=h;var r=i(3595);((h.prototype=Object.create(r.prototype)).constructor=h).className="Root";var o,n,s,a=i(4434),l=i(6445),c=i(369),d=i(965);function h(e){r.call(this,"",e),this.deferred=[],this.files=[]}function u(){}h.fromJSON=function(e,t){return t||(t=new h),e.options&&t.setOptions(e.options),t.addJSON(e.nested)},h.prototype.resolvePath=d.path.resolve,h.prototype.fetch=d.fetch,h.prototype.load=function e(t,i,r){"function"===typeof i&&(r=i,i=void 0);var o=this;if(!r)return d.asPromise(e,o,t,i);var a=r===u;function l(e,t){if(r){var i=r;if(r=null,a)throw e;i(e,t)}}function c(e){var t=e.lastIndexOf("google/protobuf/");if(t>-1){var i=e.substring(t);if(i in s)return i}return null}function h(e,t){try{if(d.isString(t)&&"{"===t.charAt(0)&&(t=JSON.parse(t)),d.isString(t)){n.filename=e;var r,s=n(t,o,i),h=0;if(s.imports)for(;h<s.imports.length;++h)(r=c(s.imports[h])||o.resolvePath(e,s.imports[h]))&&f(r);if(s.weakImports)for(h=0;h<s.weakImports.length;++h)(r=c(s.weakImports[h])||o.resolvePath(e,s.weakImports[h]))&&f(r,!0)}else o.setOptions(t.options).addJSON(t.nested)}catch(u){l(u)}a||p||l(null,o)}function f(e,t){if(!(o.files.indexOf(e)>-1))if(o.files.push(e),e in s)a?h(e,s[e]):(++p,setTimeout((function(){--p,h(e,s[e])})));else if(a){var i;try{i=d.fs.readFileSync(e).toString("utf8")}catch(n){return void(t||l(n))}h(e,i)}else++p,o.fetch(e,(function(i,n){--p,r&&(i?t?p||l(null,o):l(i):h(e,n))}))}var p=0;d.isString(t)&&(t=[t]);for(var m,A=0;A<t.length;++A)(m=o.resolvePath("",t[A]))&&f(m);if(a)return o;p||l(null,o)},h.prototype.loadSync=function(e,t){if(!d.isNode)throw Error("not supported");return this.load(e,t,u)},h.prototype.resolveAll=function(){if(this.deferred.length)throw Error("unresolvable extensions: "+this.deferred.map((function(e){return"'extend "+e.extend+"' in "+e.parent.fullName})).join(", "));return r.prototype.resolveAll.call(this)};var f=/^[A-Z]/;function p(e,t){var i=t.parent.lookup(t.extend);if(i){var r=new a(t.fullName,t.id,t.type,t.rule,void 0,t.options);return r.declaringField=t,t.extensionField=r,i.add(r),!0}return!1}h.prototype._handleAdd=function(e){if(e instanceof a)void 0===e.extend||e.extensionField||p(this,e)||this.deferred.push(e);else if(e instanceof l)f.test(e.name)&&(e.parent[e.name]=e.values);else if(!(e instanceof c)){if(e instanceof o)for(var t=0;t<this.deferred.length;)p(this,this.deferred[t])?this.deferred.splice(t,1):++t;for(var i=0;i<e.nestedArray.length;++i)this._handleAdd(e._nestedArray[i]);f.test(e.name)&&(e.parent[e.name]=e)}},h.prototype._handleRemove=function(e){if(e instanceof a){if(void 0!==e.extend)if(e.extensionField)e.extensionField.parent.remove(e.extensionField),e.extensionField=null;else{var t=this.deferred.indexOf(e);t>-1&&this.deferred.splice(t,1)}}else if(e instanceof l)f.test(e.name)&&delete e.parent[e.name];else if(e instanceof r){for(var i=0;i<e.nestedArray.length;++i)this._handleRemove(e._nestedArray[i]);f.test(e.name)&&delete e.parent[e.name]}},h._configure=function(e,t,i){o=e,n=t,s=i}},358:function(e){"use strict";e.exports={}},7753:function(e,t,i){"use strict";var r=t;r.Service=i(964)},964:function(e,t,i){"use strict";i(1703),e.exports=o;var r=i(7102);function o(e,t,i){if("function"!==typeof e)throw TypeError("rpcImpl must be a function");r.EventEmitter.call(this),this.rpcImpl=e,this.requestDelimited=Boolean(t),this.responseDelimited=Boolean(i)}(o.prototype=Object.create(r.EventEmitter.prototype)).constructor=o,o.prototype.rpcCall=function e(t,i,o,n,s){if(!n)throw TypeError("request must be specified");var a=this;if(!s)return r.asPromise(e,a,t,i,o,n);if(a.rpcImpl)try{return a.rpcImpl(t,i[a.requestDelimited?"encodeDelimited":"encode"](n).finish(),(function(e,i){if(e)return a.emit("error",e,t),s(e);if(null!==i){if(!(i instanceof o))try{i=o[a.responseDelimited?"decodeDelimited":"decode"](i)}catch(e){return a.emit("error",e,t),s(e)}return a.emit("data",i,t),s(null,i)}a.end(!0)}))}catch(l){return a.emit("error",l,t),void setTimeout((function(){s(l)}),0)}else setTimeout((function(){s(Error("already ended"))}),0)},o.prototype.end=function(e){return this.rpcImpl&&(e||this.rpcImpl(null,null,null),this.rpcImpl=null,this.emit("end").off()),this}},2531:function(e,t,i){"use strict";i(1703),e.exports=a;var r=i(3595);((a.prototype=Object.create(r.prototype)).constructor=a).className="Service";var o=i(2946),n=i(965),s=i(7753);function a(e,t){r.call(this,e,t),this.methods={},this._methodsArray=null}function l(e){return e._methodsArray=null,e}a.fromJSON=function(e,t){var i=new a(e,t.options);if(t.methods)for(var r=Object.keys(t.methods),n=0;n<r.length;++n)i.add(o.fromJSON(r[n],t.methods[r[n]]));return t.nested&&i.addJSON(t.nested),i.comment=t.comment,i},a.prototype.toJSON=function(e){var t=r.prototype.toJSON.call(this,e),i=!!e&&Boolean(e.keepComments);return n.toObject(["options",t&&t.options||void 0,"methods",r.arrayToJSON(this.methodsArray,e)||{},"nested",t&&t.nested||void 0,"comment",i?this.comment:void 0])},Object.defineProperty(a.prototype,"methodsArray",{get:function(){return this._methodsArray||(this._methodsArray=n.toArray(this.methods))}}),a.prototype.get=function(e){return this.methods[e]||r.prototype.get.call(this,e)},a.prototype.resolveAll=function(){for(var e=this.methodsArray,t=0;t<e.length;++t)e[t].resolve();return r.prototype.resolve.call(this)},a.prototype.add=function(e){if(this.get(e.name))throw Error("duplicate name '"+e.name+"' in "+this);return e instanceof o?(this.methods[e.name]=e,e.parent=this,l(this)):r.prototype.add.call(this,e)},a.prototype.remove=function(e){if(e instanceof o){if(this.methods[e.name]!==e)throw Error(e+" is not a member of "+this);return delete this.methods[e.name],e.parent=null,l(this)}return r.prototype.remove.call(this,e)},a.prototype.create=function(e,t,i){for(var r,o=new s.Service(e,t,i),a=0;a<this.methodsArray.length;++a){var l=n.lcFirst((r=this._methodsArray[a]).resolve().name).replace(/[^$\w_]/g,"");o[l]=n.codegen(["r","c"],n.isReserved(l)?l+"_":l)("return this.rpcCall(m,q,s,r,c)")({m:r,q:r.resolvedRequestType.ctor,s:r.resolvedResponseType.ctor})}return o}},9705:function(e,t,i){"use strict";i(1703),e.exports=y;var r=i(3595);((y.prototype=Object.create(r.prototype)).constructor=y).className="Type";var o=i(6445),n=i(369),s=i(4434),a=i(4147),l=i(2531),c=i(1373),d=i(9799),h=i(7156),u=i(965),f=i(9991),p=i(1711),m=i(3478),A=i(3520),g=i(1130);function y(e,t){r.call(this,e,t),this.fields={},this.oneofs=void 0,this.extensions=void 0,this.reserved=void 0,this.group=void 0,this._fieldsById=null,this._fieldsArray=null,this._oneofsArray=null,this._ctor=null}function C(e){return e._fieldsById=e._fieldsArray=e._oneofsArray=null,delete e.encode,delete e.decode,delete e.verify,e}Object.defineProperties(y.prototype,{fieldsById:{get:function(){if(this._fieldsById)return this._fieldsById;this._fieldsById={};for(var e=Object.keys(this.fields),t=0;t<e.length;++t){var i=this.fields[e[t]],r=i.id;if(this._fieldsById[r])throw Error("duplicate id "+r+" in "+this);this._fieldsById[r]=i}return this._fieldsById}},fieldsArray:{get:function(){return this._fieldsArray||(this._fieldsArray=u.toArray(this.fields))}},oneofsArray:{get:function(){return this._oneofsArray||(this._oneofsArray=u.toArray(this.oneofs))}},ctor:{get:function(){return this._ctor||(this.ctor=y.generateConstructor(this)())},set:function(e){var t=e.prototype;t instanceof c||((e.prototype=new c).constructor=e,u.merge(e.prototype,t)),e.$type=e.prototype.$type=this,u.merge(e,c,!0),this._ctor=e;for(var i=0;i<this.fieldsArray.length;++i)this._fieldsArray[i].resolve();var r={};for(i=0;i<this.oneofsArray.length;++i)r[this._oneofsArray[i].resolve().name]={get:u.oneOfGetter(this._oneofsArray[i].oneof),set:u.oneOfSetter(this._oneofsArray[i].oneof)};i&&Object.defineProperties(e.prototype,r)}}}),y.generateConstructor=function(e){for(var t,i=u.codegen(["p"],e.name),r=0;r<e.fieldsArray.length;++r)(t=e._fieldsArray[r]).map?i("this%s={}",u.safeProp(t.name)):t.repeated&&i("this%s=[]",u.safeProp(t.name));return i("if(p)for(var ks=Object.keys(p),i=0;i<ks.length;++i)if(p[ks[i]]!=null)")("this[ks[i]]=p[ks[i]]")},y.fromJSON=function(e,t){var i=new y(e,t.options);i.extensions=t.extensions,i.reserved=t.reserved;for(var c=Object.keys(t.fields),d=0;d<c.length;++d)i.add(("undefined"!==typeof t.fields[c[d]].keyType?a.fromJSON:s.fromJSON)(c[d],t.fields[c[d]]));if(t.oneofs)for(c=Object.keys(t.oneofs),d=0;d<c.length;++d)i.add(n.fromJSON(c[d],t.oneofs[c[d]]));if(t.nested)for(c=Object.keys(t.nested),d=0;d<c.length;++d){var h=t.nested[c[d]];i.add((void 0!==h.id?s.fromJSON:void 0!==h.fields?y.fromJSON:void 0!==h.values?o.fromJSON:void 0!==h.methods?l.fromJSON:r.fromJSON)(c[d],h))}return t.extensions&&t.extensions.length&&(i.extensions=t.extensions),t.reserved&&t.reserved.length&&(i.reserved=t.reserved),t.group&&(i.group=!0),t.comment&&(i.comment=t.comment),i},y.prototype.toJSON=function(e){var t=r.prototype.toJSON.call(this,e),i=!!e&&Boolean(e.keepComments);return u.toObject(["options",t&&t.options||void 0,"oneofs",r.arrayToJSON(this.oneofsArray,e),"fields",r.arrayToJSON(this.fieldsArray.filter((function(e){return!e.declaringField})),e)||{},"extensions",this.extensions&&this.extensions.length?this.extensions:void 0,"reserved",this.reserved&&this.reserved.length?this.reserved:void 0,"group",this.group||void 0,"nested",t&&t.nested||void 0,"comment",i?this.comment:void 0])},y.prototype.resolveAll=function(){var e=this.fieldsArray,t=0;while(t<e.length)e[t++].resolve();var i=this.oneofsArray;t=0;while(t<i.length)i[t++].resolve();return r.prototype.resolveAll.call(this)},y.prototype.get=function(e){return this.fields[e]||this.oneofs&&this.oneofs[e]||this.nested&&this.nested[e]||null},y.prototype.add=function(e){if(this.get(e.name))throw Error("duplicate name '"+e.name+"' in "+this);if(e instanceof s&&void 0===e.extend){if(this._fieldsById?this._fieldsById[e.id]:this.fieldsById[e.id])throw Error("duplicate id "+e.id+" in "+this);if(this.isReservedId(e.id))throw Error("id "+e.id+" is reserved in "+this);if(this.isReservedName(e.name))throw Error("name '"+e.name+"' is reserved in "+this);return e.parent&&e.parent.remove(e),this.fields[e.name]=e,e.message=this,e.onAdd(this),C(this)}return e instanceof n?(this.oneofs||(this.oneofs={}),this.oneofs[e.name]=e,e.onAdd(this),C(this)):r.prototype.add.call(this,e)},y.prototype.remove=function(e){if(e instanceof s&&void 0===e.extend){if(!this.fields||this.fields[e.name]!==e)throw Error(e+" is not a member of "+this);return delete this.fields[e.name],e.parent=null,e.onRemove(this),C(this)}if(e instanceof n){if(!this.oneofs||this.oneofs[e.name]!==e)throw Error(e+" is not a member of "+this);return delete this.oneofs[e.name],e.parent=null,e.onRemove(this),C(this)}return r.prototype.remove.call(this,e)},y.prototype.isReservedId=function(e){return r.isReservedId(this.reserved,e)},y.prototype.isReservedName=function(e){return r.isReservedName(this.reserved,e)},y.prototype.create=function(e){return new this.ctor(e)},y.prototype.setup=function(){for(var e=this.fullName,t=[],i=0;i<this.fieldsArray.length;++i)t.push(this._fieldsArray[i].resolve().resolvedType);this.encode=f(this)({Writer:h,types:t,util:u}),this.decode=p(this)({Reader:d,types:t,util:u}),this.verify=m(this)({types:t,util:u}),this.fromObject=A.fromObject(this)({types:t,util:u}),this.toObject=A.toObject(this)({types:t,util:u});var r=g[e];if(r){var o=Object.create(this);o.fromObject=this.fromObject,this.fromObject=r.fromObject.bind(o),o.toObject=this.toObject,this.toObject=r.toObject.bind(o)}return this},y.prototype.encode=function(e,t){return this.setup().encode(e,t)},y.prototype.encodeDelimited=function(e,t){return this.encode(e,t&&t.len?t.fork():t).ldelim()},y.prototype.decode=function(e,t){return this.setup().decode(e,t)},y.prototype.decodeDelimited=function(e){return e instanceof d||(e=d.create(e)),this.decode(e,e.uint32())},y.prototype.verify=function(e){return this.setup().verify(e)},y.prototype.fromObject=function(e){return this.setup().fromObject(e)},y.prototype.toObject=function(e,t){return this.setup().toObject(e,t)},y.d=function(e){return function(t){u.decorateType(t,e)}}},4470:function(e,t,i){"use strict";var r=t,o=i(965),n=["double","float","int32","uint32","sint32","fixed32","sfixed32","int64","uint64","sint64","fixed64","sfixed64","bool","string","bytes"];function s(e,t){var i=0,r={};t|=0;while(i<e.length)r[n[i+t]]=e[i++];return r}r.basic=s([1,5,0,0,0,5,5,0,0,0,1,1,0,2,2]),r.defaults=s([0,0,0,0,0,0,0,0,0,0,0,0,!1,"",o.emptyArray,null]),r.long=s([0,0,0,1,1],7),r.mapKey=s([0,0,0,5,5,0,0,0,1,1,0,2],2),r.packed=s([1,5,0,0,0,5,5,0,0,0,1,1,0])},965:function(e,t,i){"use strict";i(1703);var r,o,n=e.exports=i(7102),s=i(358);n.codegen=i(3207),n.fetch=i(7965),n.path=i(1172),n.fs=n.inquire("fs"),n.toArray=function(e){if(e){var t=Object.keys(e),i=new Array(t.length),r=0;while(r<t.length)i[r]=e[t[r++]];return i}return[]},n.toObject=function(e){var t={},i=0;while(i<e.length){var r=e[i++],o=e[i++];void 0!==o&&(t[r]=o)}return t};var a=/\\/g,l=/"/g;n.isReserved=function(e){return/^(?:do|if|in|for|let|new|try|var|case|else|enum|eval|false|null|this|true|void|with|break|catch|class|const|super|throw|while|yield|delete|export|import|public|return|static|switch|typeof|default|extends|finally|package|private|continue|debugger|function|arguments|interface|protected|implements|instanceof)$/.test(e)},n.safeProp=function(e){return!/^[$\w_]+$/.test(e)||n.isReserved(e)?'["'+e.replace(a,"\\\\").replace(l,'\\"')+'"]':"."+e},n.ucFirst=function(e){return e.charAt(0).toUpperCase()+e.substring(1)};var c=/_([a-z])/g;n.camelCase=function(e){return e.substring(0,1)+e.substring(1).replace(c,(function(e,t){return t.toUpperCase()}))},n.compareFieldsById=function(e,t){return e.id-t.id},n.decorateType=function(e,t){if(e.$type)return t&&e.$type.name!==t&&(n.decorateRoot.remove(e.$type),e.$type.name=t,n.decorateRoot.add(e.$type)),e.$type;r||(r=i(9705));var o=new r(t||e.name);return n.decorateRoot.add(o),o.ctor=e,Object.defineProperty(e,"$type",{value:o,enumerable:!1}),Object.defineProperty(e.prototype,"$type",{value:o,enumerable:!1}),o};var d=0;n.decorateEnum=function(e){if(e.$type)return e.$type;o||(o=i(6445));var t=new o("Enum"+d++,e);return n.decorateRoot.add(t),Object.defineProperty(e,"$type",{value:t,enumerable:!1}),t},n.setProperty=function(e,t,i){function r(e,t,i){var o=t.shift();if("__proto__"===o)return e;if(t.length>0)e[o]=r(e[o]||{},t,i);else{var n=e[o];n&&(i=[].concat(n).concat(i)),e[o]=i}return e}if("object"!==typeof e)throw TypeError("dst must be an object");if(!t)throw TypeError("path must be specified");return t=t.split("."),r(e,t,i)},Object.defineProperty(n,"decorateRoot",{get:function(){return s["decorated"]||(s["decorated"]=new(i(309)))}})},6350:function(e,t,i){"use strict";e.exports=o;var r=i(7102);function o(e,t){this.lo=e>>>0,this.hi=t>>>0}var n=o.zero=new o(0,0);n.toNumber=function(){return 0},n.zzEncode=n.zzDecode=function(){return this},n.length=function(){return 1};var s=o.zeroHash="\0\0\0\0\0\0\0\0";o.fromNumber=function(e){if(0===e)return n;var t=e<0;t&&(e=-e);var i=e>>>0,r=(e-i)/4294967296>>>0;return t&&(r=~r>>>0,i=~i>>>0,++i>4294967295&&(i=0,++r>4294967295&&(r=0))),new o(i,r)},o.from=function(e){if("number"===typeof e)return o.fromNumber(e);if(r.isString(e)){if(!r.Long)return o.fromNumber(parseInt(e,10));e=r.Long.fromString(e)}return e.low||e.high?new o(e.low>>>0,e.high>>>0):n},o.prototype.toNumber=function(e){if(!e&&this.hi>>>31){var t=1+~this.lo>>>0,i=~this.hi>>>0;return t||(i=i+1>>>0),-(t+4294967296*i)}return this.lo+4294967296*this.hi},o.prototype.toLong=function(e){return r.Long?new r.Long(0|this.lo,0|this.hi,Boolean(e)):{low:0|this.lo,high:0|this.hi,unsigned:Boolean(e)}};var a=String.prototype.charCodeAt;o.fromHash=function(e){return e===s?n:new o((a.call(e,0)|a.call(e,1)<<8|a.call(e,2)<<16|a.call(e,3)<<24)>>>0,(a.call(e,4)|a.call(e,5)<<8|a.call(e,6)<<16|a.call(e,7)<<24)>>>0)},o.prototype.toHash=function(){return String.fromCharCode(255&this.lo,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,255&this.hi,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)},o.prototype.zzEncode=function(){var e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this},o.prototype.zzDecode=function(){var e=-(1&this.lo);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this},o.prototype.length=function(){var e=this.lo,t=(this.lo>>>28|this.hi<<4)>>>0,i=this.hi>>>24;return 0===i?0===t?e<16384?e<128?1:2:e<2097152?3:4:t<16384?t<128?5:6:t<2097152?7:8:i<128?9:10}},7102:function(e,t,i){"use strict";i(8675),i(7380),i(1118),i(1703);var r=t;function o(e,t,i){for(var r=Object.keys(t),o=0;o<r.length;++o)void 0!==e[r[o]]&&i||(e[r[o]]=t[r[o]]);return e}function n(e){function t(e,i){if(!(this instanceof t))return new t(e,i);Object.defineProperty(this,"message",{get:function(){return e}}),Error.captureStackTrace?Error.captureStackTrace(this,t):Object.defineProperty(this,"stack",{value:(new Error).stack||""}),i&&o(this,i)}return(t.prototype=Object.create(Error.prototype)).constructor=t,Object.defineProperty(t.prototype,"name",{get:function(){return e}}),t.prototype.toString=function(){return this.name+": "+this.message},t}r.asPromise=i(5186),r.base64=i(8673),r.EventEmitter=i(8825),r.float=i(2913),r.inquire=i(6332),r.utf8=i(9561),r.pool=i(1168),r.LongBits=i(6350),r.isNode=Boolean("undefined"!==typeof i.g&&i.g&&i.g.process&&i.g.process.versions&&i.g.process.versions.node),r.global=r.isNode&&i.g||"undefined"!==typeof window&&window||"undefined"!==typeof self&&self||this,r.emptyArray=Object.freeze?Object.freeze([]):[],r.emptyObject=Object.freeze?Object.freeze({}):{},r.isInteger=Number.isInteger||function(e){return"number"===typeof e&&isFinite(e)&&Math.floor(e)===e},r.isString=function(e){return"string"===typeof e||e instanceof String},r.isObject=function(e){return e&&"object"===typeof e},r.isset=r.isSet=function(e,t){var i=e[t];return!(null==i||!e.hasOwnProperty(t))&&("object"!==typeof i||(Array.isArray(i)?i.length:Object.keys(i).length)>0)},r.Buffer=function(){try{var e=r.inquire("buffer").Buffer;return e.prototype.utf8Write?e:null}catch(t){return null}}(),r._Buffer_from=null,r._Buffer_allocUnsafe=null,r.newBuffer=function(e){return"number"===typeof e?r.Buffer?r._Buffer_allocUnsafe(e):new r.Array(e):r.Buffer?r._Buffer_from(e):"undefined"===typeof Uint8Array?e:new Uint8Array(e)},r.Array="undefined"!==typeof Uint8Array?Uint8Array:Array,r.Long=r.global.dcodeIO&&r.global.dcodeIO.Long||r.global.Long||r.inquire("long"),r.key2Re=/^true|false|0|1$/,r.key32Re=/^-?(?:0|[1-9][0-9]*)$/,r.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/,r.longToHash=function(e){return e?r.LongBits.from(e).toHash():r.LongBits.zeroHash},r.longFromHash=function(e,t){var i=r.LongBits.fromHash(e);return r.Long?r.Long.fromBits(i.lo,i.hi,t):i.toNumber(Boolean(t))},r.merge=o,r.lcFirst=function(e){return e.charAt(0).toLowerCase()+e.substring(1)},r.newError=n,r.ProtocolError=n("ProtocolError"),r.oneOfGetter=function(e){for(var t={},i=0;i<e.length;++i)t[e[i]]=1;return function(){for(var e=Object.keys(this),i=e.length-1;i>-1;--i)if(1===t[e[i]]&&void 0!==this[e[i]]&&null!==this[e[i]])return e[i]}},r.oneOfSetter=function(e){return function(t){for(var i=0;i<e.length;++i)e[i]!==t&&delete this[e[i]]}},r.toJSONOptions={longs:String,enums:String,bytes:String,json:!0},r._configure=function(){var e=r.Buffer;e?(r._Buffer_from=e.from!==Uint8Array.from&&e.from||function(t,i){return new e(t,i)},r._Buffer_allocUnsafe=e.allocUnsafe||function(t){return new e(t)}):r._Buffer_from=r._Buffer_allocUnsafe=null}},3478:function(e,t,i){"use strict";e.exports=l;var r=i(6445),o=i(965);function n(e,t){return e.name+": "+t+(e.repeated&&"array"!==t?"[]":e.map&&"object"!==t?"{k:"+e.keyType+"}":"")+" expected"}function s(e,t,i,o){if(t.resolvedType)if(t.resolvedType instanceof r){e("switch(%s){",o)("default:")("return%j",n(t,"enum value"));for(var s=Object.keys(t.resolvedType.values),a=0;a<s.length;++a)e("case %i:",t.resolvedType.values[s[a]]);e("break")("}")}else e("{")("var e=types[%i].verify(%s);",i,o)("if(e)")("return%j+e",t.name+".")("}");else switch(t.type){case"int32":case"uint32":case"sint32":case"fixed32":case"sfixed32":e("if(!util.isInteger(%s))",o)("return%j",n(t,"integer"));break;case"int64":case"uint64":case"sint64":case"fixed64":case"sfixed64":e("if(!util.isInteger(%s)&&!(%s&&util.isInteger(%s.low)&&util.isInteger(%s.high)))",o,o,o,o)("return%j",n(t,"integer|Long"));break;case"float":case"double":e('if(typeof %s!=="number")',o)("return%j",n(t,"number"));break;case"bool":e('if(typeof %s!=="boolean")',o)("return%j",n(t,"boolean"));break;case"string":e("if(!util.isString(%s))",o)("return%j",n(t,"string"));break;case"bytes":e('if(!(%s&&typeof %s.length==="number"||util.isString(%s)))',o,o,o)("return%j",n(t,"buffer"));break}return e}function a(e,t,i){switch(t.keyType){case"int32":case"uint32":case"sint32":case"fixed32":case"sfixed32":e("if(!util.key32Re.test(%s))",i)("return%j",n(t,"integer key"));break;case"int64":case"uint64":case"sint64":case"fixed64":case"sfixed64":e("if(!util.key64Re.test(%s))",i)("return%j",n(t,"integer|Long key"));break;case"bool":e("if(!util.key2Re.test(%s))",i)("return%j",n(t,"boolean key"));break}return e}function l(e){var t=o.codegen(["m"],e.name+"$verify")('if(typeof m!=="object"||m===null)')("return%j","object expected"),i=e.oneofsArray,r={};i.length&&t("var p={}");for(var l=0;l<e.fieldsArray.length;++l){var c=e._fieldsArray[l].resolve(),d="m"+o.safeProp(c.name);if(c.optional&&t("if(%s!=null&&m.hasOwnProperty(%j)){",d,c.name),c.map)t("if(!util.isObject(%s))",d)("return%j",n(c,"object"))("var k=Object.keys(%s)",d)("for(var i=0;i<k.length;++i){"),a(t,c,"k[i]"),s(t,c,l,d+"[k[i]]")("}");else if(c.repeated)t("if(!Array.isArray(%s))",d)("return%j",n(c,"array"))("for(var i=0;i<%s.length;++i){",d),s(t,c,l,d+"[i]")("}");else{if(c.partOf){var h=o.safeProp(c.partOf.name);1===r[c.partOf.name]&&t("if(p%s===1)",h)("return%j",c.partOf.name+": multiple values"),r[c.partOf.name]=1,t("p%s=1",h)}s(t,c,l,d)}c.optional&&t("}")}return t("return null")}},1130:function(e,t,i){"use strict";var r=t,o=i(1373);r[".google.protobuf.Any"]={fromObject:function(e){if(e&&e["@type"]){var t=e["@type"].substring(e["@type"].lastIndexOf("/")+1),i=this.lookup(t);if(i){var r="."===e["@type"].charAt(0)?e["@type"].substr(1):e["@type"];return-1===r.indexOf("/")&&(r="/"+r),this.create({type_url:r,value:i.encode(i.fromObject(e)).finish()})}}return this.fromObject(e)},toObject:function(e,t){var i="type.googleapis.com/",r="",n="";if(t&&t.json&&e.type_url&&e.value){n=e.type_url.substring(e.type_url.lastIndexOf("/")+1),r=e.type_url.substring(0,e.type_url.lastIndexOf("/")+1);var s=this.lookup(n);s&&(e=s.decode(e.value))}if(!(e instanceof this.ctor)&&e instanceof o){var a=e.$type.toObject(e,t),l="."===e.$type.fullName[0]?e.$type.fullName.substr(1):e.$type.fullName;return""===r&&(r=i),n=r+l,a["@type"]=n,a}return this.toObject(e,t)}}},7156:function(e,t,i){"use strict";e.exports=h;var r,o=i(7102),n=o.LongBits,s=o.base64,a=o.utf8;function l(e,t,i){this.fn=e,this.len=t,this.next=void 0,this.val=i}function c(){}function d(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function h(){this.len=0,this.head=new l(c,0,0),this.tail=this.head,this.states=null}var u=function(){return o.Buffer?function(){return(h.create=function(){return new r})()}:function(){return new h}};function f(e,t,i){t[i]=255&e}function p(e,t,i){while(e>127)t[i++]=127&e|128,e>>>=7;t[i]=e}function m(e,t){this.len=e,this.next=void 0,this.val=t}function A(e,t,i){while(e.hi)t[i++]=127&e.lo|128,e.lo=(e.lo>>>7|e.hi<<25)>>>0,e.hi>>>=7;while(e.lo>127)t[i++]=127&e.lo|128,e.lo=e.lo>>>7;t[i++]=e.lo}function g(e,t,i){t[i]=255&e,t[i+1]=e>>>8&255,t[i+2]=e>>>16&255,t[i+3]=e>>>24}h.create=u(),h.alloc=function(e){return new o.Array(e)},o.Array!==Array&&(h.alloc=o.pool(h.alloc,o.Array.prototype.subarray)),h.prototype._push=function(e,t,i){return this.tail=this.tail.next=new l(e,t,i),this.len+=t,this},m.prototype=Object.create(l.prototype),m.prototype.fn=p,h.prototype.uint32=function(e){return this.len+=(this.tail=this.tail.next=new m((e>>>=0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this},h.prototype.int32=function(e){return e<0?this._push(A,10,n.fromNumber(e)):this.uint32(e)},h.prototype.sint32=function(e){return this.uint32((e<<1^e>>31)>>>0)},h.prototype.uint64=function(e){var t=n.from(e);return this._push(A,t.length(),t)},h.prototype.int64=h.prototype.uint64,h.prototype.sint64=function(e){var t=n.from(e).zzEncode();return this._push(A,t.length(),t)},h.prototype.bool=function(e){return this._push(f,1,e?1:0)},h.prototype.fixed32=function(e){return this._push(g,4,e>>>0)},h.prototype.sfixed32=h.prototype.fixed32,h.prototype.fixed64=function(e){var t=n.from(e);return this._push(g,4,t.lo)._push(g,4,t.hi)},h.prototype.sfixed64=h.prototype.fixed64,h.prototype.float=function(e){return this._push(o.float.writeFloatLE,4,e)},h.prototype.double=function(e){return this._push(o.float.writeDoubleLE,8,e)};var y=o.Array.prototype.set?function(e,t,i){t.set(e,i)}:function(e,t,i){for(var r=0;r<e.length;++r)t[i+r]=e[r]};h.prototype.bytes=function(e){var t=e.length>>>0;if(!t)return this._push(f,1,0);if(o.isString(e)){var i=h.alloc(t=s.length(e));s.decode(e,i,0),e=i}return this.uint32(t)._push(y,t,e)},h.prototype.string=function(e){var t=a.length(e);return t?this.uint32(t)._push(a.write,t,e):this._push(f,1,0)},h.prototype.fork=function(){return this.states=new d(this),this.head=this.tail=new l(c,0,0),this.len=0,this},h.prototype.reset=function(){return this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new l(c,0,0),this.len=0),this},h.prototype.ldelim=function(){var e=this.head,t=this.tail,i=this.len;return this.reset().uint32(i),i&&(this.tail.next=e.next,this.tail=t,this.len+=i),this},h.prototype.finish=function(){var e=this.head.next,t=this.constructor.alloc(this.len),i=0;while(e)e.fn(e.val,t,i),i+=e.len,e=e.next;return t},h._configure=function(e){r=e,h.create=u(),r._configure()}},8252:function(e,t,i){"use strict";i(8675),i(7380),i(1118),e.exports=n;var r=i(7156);(n.prototype=Object.create(r.prototype)).constructor=n;var o=i(7102);function n(){r.call(this)}function s(e,t,i){e.length<40?o.utf8.write(e,t,i):t.utf8Write?t.utf8Write(e,i):t.write(e,i)}n._configure=function(){n.alloc=o._Buffer_allocUnsafe,n.writeBytesBuffer=o.Buffer&&o.Buffer.prototype instanceof Uint8Array&&"set"===o.Buffer.prototype.set.name?function(e,t,i){t.set(e,i)}:function(e,t,i){if(e.copy)e.copy(t,i,0,e.length);else for(var r=0;r<e.length;)t[i++]=e[r++]}},n.prototype.bytes=function(e){o.isString(e)&&(e=o._Buffer_from(e,"base64"));var t=e.length>>>0;return this.uint32(t),t&&this._push(n.writeBytesBuffer,t,e),this},n.prototype.string=function(e){var t=o.Buffer.byteLength(e);return this.uint32(t),t&&this._push(s,t,e),this},n._configure()},2477:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{f:function(){return Vue3JsonEditor}});var core_js_modules_es_object_has_own_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(6314),core_js_modules_es_object_has_own_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(core_js_modules_es_object_has_own_js__WEBPACK_IMPORTED_MODULE_0__),core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1703),core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_1__),core_js_modules_es_regexp_flags_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(2087),core_js_modules_es_regexp_flags_js__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(core_js_modules_es_regexp_flags_js__WEBPACK_IMPORTED_MODULE_2__),core_js_modules_web_dom_exception_stack_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(2801),core_js_modules_web_dom_exception_stack_js__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(core_js_modules_web_dom_exception_stack_js__WEBPACK_IMPORTED_MODULE_3__),vue__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(3396),vue__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4870),commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof __webpack_require__.g?__webpack_require__.g:"undefined"!=typeof self?self:{};function createCommonjsModule(e,t){return e(t={exports:{}},t.exports),t.exports}var check=function(e){return e&&e.Math==Math&&e},global_1=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof commonjsGlobal&&commonjsGlobal)||function(){return this}()||Function("return this")(),isPure=!1,defineProperty$8=Object.defineProperty,setGlobal=function(e,t){try{defineProperty$8(global_1,e,{value:t,configurable:!0,writable:!0})}catch(i){global_1[e]=t}return t},SHARED="__core-js_shared__",store$1=global_1[SHARED]||setGlobal(SHARED,{}),sharedStore=store$1,shared=createCommonjsModule((function(e){(e.exports=function(e,t){return sharedStore[e]||(sharedStore[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.21.1",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})})),fails=function(e){try{return!!e()}catch(e){return!0}},functionBindNative=!fails((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),FunctionPrototype$3=Function.prototype,bind$1=FunctionPrototype$3.bind,call$2=FunctionPrototype$3.call,uncurryThis=functionBindNative&&bind$1.bind(call$2,call$2),functionUncurryThis=functionBindNative?function(e){return e&&uncurryThis(e)}:function(e){return e&&function(){return call$2.apply(e,arguments)}},TypeError$k=global_1.TypeError,requireObjectCoercible=function(e){if(null==e)throw TypeError$k("Can't call method on "+e);return e},Object$5=global_1.Object,toObject=function(e){return Object$5(requireObjectCoercible(e))},hasOwnProperty=functionUncurryThis({}.hasOwnProperty),hasOwnProperty_1=Object.hasOwn||function(e,t){return hasOwnProperty(toObject(e),t)},id=0,postfix=Math.random(),toString$1=functionUncurryThis(1..toString),uid=function(e){return"Symbol("+(void 0===e?"":e)+")_"+toString$1(++id+postfix,36)},isCallable=function(e){return"function"==typeof e},aFunction=function(e){return isCallable(e)?e:void 0},getBuiltIn=function(e,t){return arguments.length<2?aFunction(global_1[e]):global_1[e]&&global_1[e][t]},engineUserAgent=getBuiltIn("navigator","userAgent")||"",process=global_1.process,Deno=global_1.Deno,versions=process&&process.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1])),!version&&engineUserAgent&&(match=engineUserAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=engineUserAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));var engineV8Version=version,nativeSymbol=!!Object.getOwnPropertySymbols&&!fails((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&engineV8Version&&engineV8Version<41})),useSymbolAsUid=nativeSymbol&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,WellKnownSymbolsStore$1=shared("wks"),Symbol$1=global_1.Symbol,symbolFor=Symbol$1&&Symbol$1.for,createWellKnownSymbol=useSymbolAsUid?Symbol$1:Symbol$1&&Symbol$1.withoutSetter||uid,wellKnownSymbol=function(e){if(!hasOwnProperty_1(WellKnownSymbolsStore$1,e)||!nativeSymbol&&"string"!=typeof WellKnownSymbolsStore$1[e]){var t="Symbol."+e;nativeSymbol&&hasOwnProperty_1(Symbol$1,e)?WellKnownSymbolsStore$1[e]=Symbol$1[e]:WellKnownSymbolsStore$1[e]=useSymbolAsUid&&symbolFor?symbolFor(t):createWellKnownSymbol(t)}return WellKnownSymbolsStore$1[e]},TO_STRING_TAG$3=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG$3]="z";var toStringTagSupport="[object z]"===String(test),descriptors=!fails((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),isObject=function(e){return"object"==typeof e?null!==e:isCallable(e)},document$1=global_1.document,EXISTS$1=isObject(document$1)&&isObject(document$1.createElement),documentCreateElement=function(e){return EXISTS$1?document$1.createElement(e):{}},ie8DomDefine=!descriptors&&!fails((function(){return 7!=Object.defineProperty(documentCreateElement("div"),"a",{get:function(){return 7}}).a})),v8PrototypeDefineBug=descriptors&&fails((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),String$5=global_1.String,TypeError$j=global_1.TypeError,anObject=function(e){if(isObject(e))return e;throw TypeError$j(String$5(e)+" is not an object")},call$1=Function.prototype.call,functionCall=functionBindNative?call$1.bind(call$1):function(){return call$1.apply(call$1,arguments)},objectIsPrototypeOf=functionUncurryThis({}.isPrototypeOf),Object$4=global_1.Object,isSymbol=useSymbolAsUid?function(e){return"symbol"==typeof e}:function(e){var t=getBuiltIn("Symbol");return isCallable(t)&&objectIsPrototypeOf(t.prototype,Object$4(e))},String$4=global_1.String,tryToString=function(e){try{return String$4(e)}catch(e){return"Object"}},TypeError$i=global_1.TypeError,aCallable=function(e){if(isCallable(e))return e;throw TypeError$i(tryToString(e)+" is not a function")},getMethod=function(e,t){var i=e[t];return null==i?void 0:aCallable(i)},TypeError$h=global_1.TypeError,ordinaryToPrimitive=function(e,t){var i,r;if("string"===t&&isCallable(i=e.toString)&&!isObject(r=functionCall(i,e)))return r;if(isCallable(i=e.valueOf)&&!isObject(r=functionCall(i,e)))return r;if("string"!==t&&isCallable(i=e.toString)&&!isObject(r=functionCall(i,e)))return r;throw TypeError$h("Can't convert object to primitive value")},TypeError$g=global_1.TypeError,TO_PRIMITIVE$1=wellKnownSymbol("toPrimitive"),toPrimitive=function(e,t){if(!isObject(e)||isSymbol(e))return e;var i,r=getMethod(e,TO_PRIMITIVE$1);if(r){if(void 0===t&&(t="default"),i=functionCall(r,e,t),!isObject(i)||isSymbol(i))return i;throw TypeError$g("Can't convert object to primitive value")}return void 0===t&&(t="number"),ordinaryToPrimitive(e,t)},toPropertyKey=function(e){var t=toPrimitive(e,"string");return isSymbol(t)?t:t+""},TypeError$f=global_1.TypeError,$defineProperty$1=Object.defineProperty,$getOwnPropertyDescriptor$2=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE$1="configurable",WRITABLE="writable",f$7=descriptors?v8PrototypeDefineBug?function(e,t,i){if(anObject(e),t=toPropertyKey(t),anObject(i),"function"==typeof e&&"prototype"===t&&"value"in i&&WRITABLE in i&&!i[WRITABLE]){var r=$getOwnPropertyDescriptor$2(e,t);r&&r[WRITABLE]&&(e[t]=i.value,i={configurable:CONFIGURABLE$1 in i?i[CONFIGURABLE$1]:r[CONFIGURABLE$1],enumerable:ENUMERABLE in i?i[ENUMERABLE]:r[ENUMERABLE],writable:!1})}return $defineProperty$1(e,t,i)}:$defineProperty$1:function(e,t,i){if(anObject(e),t=toPropertyKey(t),anObject(i),ie8DomDefine)try{return $defineProperty$1(e,t,i)}catch(e){}if("get"in i||"set"in i)throw TypeError$f("Accessors not supported");return"value"in i&&(e[t]=i.value),e},objectDefineProperty={f:f$7},createPropertyDescriptor=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},createNonEnumerableProperty=descriptors?function(e,t,i){return objectDefineProperty.f(e,t,createPropertyDescriptor(1,i))}:function(e,t,i){return e[t]=i,e},functionToString$1=functionUncurryThis(Function.toString);isCallable(sharedStore.inspectSource)||(sharedStore.inspectSource=function(e){return functionToString$1(e)});var inspectSource=sharedStore.inspectSource,WeakMap$1=global_1.WeakMap,nativeWeakMap=isCallable(WeakMap$1)&&/native code/.test(inspectSource(WeakMap$1)),keys$2=shared("keys"),sharedKey=function(e){return keys$2[e]||(keys$2[e]=uid(e))},hiddenKeys$1={},OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError$e=global_1.TypeError,WeakMap=global_1.WeakMap,set,get,has,enforce=function(e){return has(e)?get(e):set(e,{})},getterFor=function(e){return function(t){var i;if(!isObject(t)||(i=get(t)).type!==e)throw TypeError$e("Incompatible receiver, "+e+" required");return i}};if(nativeWeakMap||sharedStore.state){var store=sharedStore.state||(sharedStore.state=new WeakMap),wmget=functionUncurryThis(store.get),wmhas=functionUncurryThis(store.has),wmset=functionUncurryThis(store.set);set=function(e,t){if(wmhas(store,e))throw new TypeError$e(OBJECT_ALREADY_INITIALIZED);return t.facade=e,wmset(store,e,t),t},get=function(e){return wmget(store,e)||{}},has=function(e){return wmhas(store,e)}}else{var STATE=sharedKey("state");hiddenKeys$1[STATE]=!0,set=function(e,t){if(hasOwnProperty_1(e,STATE))throw new TypeError$e(OBJECT_ALREADY_INITIALIZED);return t.facade=e,createNonEnumerableProperty(e,STATE,t),t},get=function(e){return hasOwnProperty_1(e,STATE)?e[STATE]:{}},has=function(e){return hasOwnProperty_1(e,STATE)}}var internalState={set:set,get:get,has:has,enforce:enforce,getterFor:getterFor},FunctionPrototype$2=Function.prototype,getDescriptor=descriptors&&Object.getOwnPropertyDescriptor,EXISTS=hasOwnProperty_1(FunctionPrototype$2,"name"),PROPER=EXISTS&&"something"===function(){}.name,CONFIGURABLE=EXISTS&&(!descriptors||descriptors&&getDescriptor(FunctionPrototype$2,"name").configurable),functionName={EXISTS:EXISTS,PROPER:PROPER,CONFIGURABLE:CONFIGURABLE},redefine=createCommonjsModule((function(e){var t=functionName.CONFIGURABLE,i=internalState.get,r=internalState.enforce,o=String(String).split("String");(e.exports=function(e,i,n,s){var a,l=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet,h=s&&void 0!==s.name?s.name:i;isCallable(n)&&("Symbol("===String(h).slice(0,7)&&(h="["+String(h).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!hasOwnProperty_1(n,"name")||t&&n.name!==h)&&createNonEnumerableProperty(n,"name",h),(a=r(n)).source||(a.source=o.join("string"==typeof h?h:""))),e!==global_1?(l?!d&&e[i]&&(c=!0):delete e[i],c?e[i]=n:createNonEnumerableProperty(e,i,n)):c?e[i]=n:setGlobal(i,n)})(Function.prototype,"toString",(function(){return isCallable(this)&&i(this).source||inspectSource(this)}))})),toString=functionUncurryThis({}.toString),stringSlice$a=functionUncurryThis("".slice),classofRaw=function(e){return stringSlice$a(toString(e),8,-1)},TO_STRING_TAG$2=wellKnownSymbol("toStringTag"),Object$3=global_1.Object,CORRECT_ARGUMENTS="Arguments"==classofRaw(function(){return arguments}()),tryGet=function(e,t){try{return e[t]}catch(e){}},classof=toStringTagSupport?classofRaw:function(e){var t,i,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(i=tryGet(t=Object$3(e),TO_STRING_TAG$2))?i:CORRECT_ARGUMENTS?classofRaw(t):"Object"==(r=classofRaw(t))&&isCallable(t.callee)?"Arguments":r},objectToString=toStringTagSupport?{}.toString:function(){return"[object "+classof(this)+"]"};function asyncGeneratorStep(e,t,i,r,o,n,s){try{var a=e[n](s),l=a.value}catch(e){return void i(e)}a.done?t(l):Promise.resolve(l).then(r,o)}function _asyncToGenerator(e){return function(){var t=this,i=arguments;return new Promise((function(r,o){var n=e.apply(t,i);function s(e){asyncGeneratorStep(n,r,o,s,a,"next",e)}function a(e){asyncGeneratorStep(n,r,o,s,a,"throw",e)}s(void 0)}))}}toStringTagSupport||redefine(Object.prototype,"toString",objectToString,{unsafe:!0});var $propertyIsEnumerable$1={}.propertyIsEnumerable,getOwnPropertyDescriptor$4=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor$4&&!$propertyIsEnumerable$1.call({1:2},1),f$6=NASHORN_BUG?function(e){var t=getOwnPropertyDescriptor$4(this,e);return!!t&&t.enumerable}:$propertyIsEnumerable$1,objectPropertyIsEnumerable={f:f$6},Object$2=global_1.Object,split$3=functionUncurryThis("".split),indexedObject=fails((function(){return!Object$2("z").propertyIsEnumerable(0)}))?function(e){return"String"==classofRaw(e)?split$3(e,""):Object$2(e)}:Object$2,toIndexedObject=function(e){return indexedObject(requireObjectCoercible(e))},$getOwnPropertyDescriptor$1=Object.getOwnPropertyDescriptor,f$5=descriptors?$getOwnPropertyDescriptor$1:function(e,t){if(e=toIndexedObject(e),t=toPropertyKey(t),ie8DomDefine)try{return $getOwnPropertyDescriptor$1(e,t)}catch(e){}if(hasOwnProperty_1(e,t))return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable.f,e,t),e[t])},objectGetOwnPropertyDescriptor={f:f$5},ceil=Math.ceil,floor$5=Math.floor,toIntegerOrInfinity=function(e){var t=+e;return t!=t||0===t?0:(t>0?floor$5:ceil)(t)},max$4=Math.max,min$4=Math.min,toAbsoluteIndex=function(e,t){var i=toIntegerOrInfinity(e);return i<0?max$4(i+t,0):min$4(i,t)},min$3=Math.min,toLength=function(e){return e>0?min$3(toIntegerOrInfinity(e),9007199254740991):0},lengthOfArrayLike=function(e){return toLength(e.length)},createMethod$3=function(e){return function(t,i,r){var o,n=toIndexedObject(t),s=lengthOfArrayLike(n),a=toAbsoluteIndex(r,s);if(e&&i!=i){for(;s>a;)if((o=n[a++])!=o)return!0}else for(;s>a;a++)if((e||a in n)&&n[a]===i)return e||a||0;return!e&&-1}},arrayIncludes={includes:createMethod$3(!0),indexOf:createMethod$3(!1)},indexOf$1=arrayIncludes.indexOf,push$7=functionUncurryThis([].push),objectKeysInternal=function(e,t){var i,r=toIndexedObject(e),o=0,n=[];for(i in r)!hasOwnProperty_1(hiddenKeys$1,i)&&hasOwnProperty_1(r,i)&&push$7(n,i);for(;t.length>o;)hasOwnProperty_1(r,i=t[o++])&&(~indexOf$1(n,i)||push$7(n,i));return n},enumBugKeys=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],hiddenKeys=enumBugKeys.concat("length","prototype"),f$4=Object.getOwnPropertyNames||function(e){return objectKeysInternal(e,hiddenKeys)},objectGetOwnPropertyNames={f:f$4},f$3=Object.getOwnPropertySymbols,objectGetOwnPropertySymbols={f:f$3},concat$2=functionUncurryThis([].concat),ownKeys=getBuiltIn("Reflect","ownKeys")||function(e){var t=objectGetOwnPropertyNames.f(anObject(e)),i=objectGetOwnPropertySymbols.f;return i?concat$2(t,i(e)):t},copyConstructorProperties=function(e,t,i){for(var r=ownKeys(t),o=objectDefineProperty.f,n=objectGetOwnPropertyDescriptor.f,s=0;s<r.length;s++){var a=r[s];hasOwnProperty_1(e,a)||i&&hasOwnProperty_1(i,a)||o(e,a,n(t,a))}},replacement=/#|\.prototype\./,isForced=function(e,t){var i=data[normalize(e)];return i==POLYFILL||i!=NATIVE&&(isCallable(t)?fails(t):!!t)},normalize=isForced.normalize=function(e){return String(e).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P",isForced_1=isForced,getOwnPropertyDescriptor$3=objectGetOwnPropertyDescriptor.f,_export=function(e,t){var i,r,o,n,s,a=e.target,l=e.global,c=e.stat;if(i=l?global_1:c?global_1[a]||setGlobal(a,{}):(global_1[a]||{}).prototype)for(r in t){if(n=t[r],o=e.noTargetGet?(s=getOwnPropertyDescriptor$3(i,r))&&s.value:i[r],!isForced_1(l?r:a+(c?".":"#")+r,e.forced)&&void 0!==o){if(typeof n==typeof o)continue;copyConstructorProperties(n,o)}(e.sham||o&&o.sham)&&createNonEnumerableProperty(n,"sham",!0),redefine(i,r,n,e)}},objectKeys=Object.keys||function(e){return objectKeysInternal(e,enumBugKeys)},f$2=descriptors&&!v8PrototypeDefineBug?Object.defineProperties:function(e,t){anObject(e);for(var i,r=toIndexedObject(t),o=objectKeys(t),n=o.length,s=0;n>s;)objectDefineProperty.f(e,i=o[s++],r[i]);return e},objectDefineProperties={f:f$2},html=getBuiltIn("document","documentElement"),GT=">",LT="<",PROTOTYPE$1="prototype",SCRIPT="script",IE_PROTO$1=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(e){return LT+SCRIPT+GT+e+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(e){e.write(scriptTag("")),e.close();var t=e.parentWindow.Object;return e=null,t},NullProtoObjectViaIFrame=function(){var e,t=documentCreateElement("iframe"),i="java"+SCRIPT+":";return t.style.display="none",html.appendChild(t),t.src=String(i),(e=t.contentWindow.document).open(),e.write(scriptTag("document.F=Object")),e.close(),e.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(e){}NullProtoObject="undefined"!=typeof document?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var e=enumBugKeys.length;e--;)delete NullProtoObject[PROTOTYPE$1][enumBugKeys[e]];return NullProtoObject()};hiddenKeys$1[IE_PROTO$1]=!0;var objectCreate=Object.create||function(e,t){var i;return null!==e?(EmptyConstructor[PROTOTYPE$1]=anObject(e),i=new EmptyConstructor,EmptyConstructor[PROTOTYPE$1]=null,i[IE_PROTO$1]=e):i=NullProtoObject(),void 0===t?i:objectDefineProperties.f(i,t)},UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype$1=Array.prototype;null==ArrayPrototype$1[UNSCOPABLES]&&objectDefineProperty.f(ArrayPrototype$1,UNSCOPABLES,{configurable:!0,value:objectCreate(null)});var addToUnscopables=function(e){ArrayPrototype$1[UNSCOPABLES][e]=!0},$includes=arrayIncludes.includes;_export({target:"Array",proto:!0},{includes:function(e){return $includes(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables("includes");var MATCH$2=wellKnownSymbol("match"),isRegexp=function(e){var t;return isObject(e)&&(void 0!==(t=e[MATCH$2])?!!t:"RegExp"==classofRaw(e))},TypeError$d=global_1.TypeError,notARegexp=function(e){if(isRegexp(e))throw TypeError$d("The method doesn't accept regular expressions");return e},String$3=global_1.String,toString_1=function(e){if("Symbol"===classof(e))throw TypeError("Cannot convert a Symbol value to a string");return String$3(e)},MATCH$1=wellKnownSymbol("match"),correctIsRegexpLogic=function(e){var t=/./;try{"/./"[e](t)}catch(i){try{return t[MATCH$1]=!1,"/./"[e](t)}catch(e){}}return!1},stringIndexOf$2=functionUncurryThis("".indexOf);_export({target:"String",proto:!0,forced:!correctIsRegexpLogic("includes")},{includes:function(e){return!!~stringIndexOf$2(toString_1(requireObjectCoercible(this)),toString_1(notARegexp(e)),arguments.length>1?arguments[1]:void 0)}});var FunctionPrototype$1=Function.prototype,apply=FunctionPrototype$1.apply,call=FunctionPrototype$1.call,functionApply="object"==typeof Reflect&&Reflect.apply||(functionBindNative?call.bind(apply):function(){return call.apply(apply,arguments)}),isArray=Array.isArray||function(e){return"Array"==classofRaw(e)},createProperty=function(e,t,i){var r=toPropertyKey(t);r in e?objectDefineProperty.f(e,r,createPropertyDescriptor(0,i)):e[r]=i},Array$4=global_1.Array,max$3=Math.max,arraySliceSimple=function(e,t,i){for(var r=lengthOfArrayLike(e),o=toAbsoluteIndex(t,r),n=toAbsoluteIndex(void 0===i?r:i,r),s=Array$4(max$3(n-o,0)),a=0;o<n;o++,a++)createProperty(s,a,e[o]);return s.length=a,s},$getOwnPropertyNames$1=objectGetOwnPropertyNames.f,windowNames="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],getWindowNames=function(e){try{return $getOwnPropertyNames$1(e)}catch(e){return arraySliceSimple(windowNames)}},f$1=function(e){return windowNames&&"Window"==classofRaw(e)?getWindowNames(e):$getOwnPropertyNames$1(toIndexedObject(e))},objectGetOwnPropertyNamesExternal={f:f$1},arraySlice$1=functionUncurryThis([].slice),f=wellKnownSymbol,wellKnownSymbolWrapped={f:f},path=global_1,defineProperty$7=objectDefineProperty.f,defineWellKnownSymbol=function(e){var t=path.Symbol||(path.Symbol={});hasOwnProperty_1(t,e)||defineProperty$7(t,e,{value:wellKnownSymbolWrapped.f(e)})},defineProperty$6=objectDefineProperty.f,TO_STRING_TAG$1=wellKnownSymbol("toStringTag"),setToStringTag=function(e,t,i){e&&!i&&(e=e.prototype),e&&!hasOwnProperty_1(e,TO_STRING_TAG$1)&&defineProperty$6(e,TO_STRING_TAG$1,{configurable:!0,value:t})},bind=functionUncurryThis(functionUncurryThis.bind),functionBindContext=function(e,t){return aCallable(e),void 0===t?e:functionBindNative?bind(e,t):function(){return e.apply(t,arguments)}},noop=function(){},empty=[],construct=getBuiltIn("Reflect","construct"),constructorRegExp=/^\s*(?:class|function)\b/,exec$4=functionUncurryThis(constructorRegExp.exec),INCORRECT_TO_STRING=!constructorRegExp.exec(noop),isConstructorModern=function(e){if(!isCallable(e))return!1;try{return construct(noop,empty,e),!0}catch(e){return!1}},isConstructorLegacy=function(e){if(!isCallable(e))return!1;switch(classof(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return INCORRECT_TO_STRING||!!exec$4(constructorRegExp,inspectSource(e))}catch(e){return!0}};isConstructorLegacy.sham=!0;var isConstructor=!construct||fails((function(){var e;return isConstructorModern(isConstructorModern.call)||!isConstructorModern(Object)||!isConstructorModern((function(){e=!0}))||e}))?isConstructorLegacy:isConstructorModern,SPECIES$5=wellKnownSymbol("species"),Array$3=global_1.Array,arraySpeciesConstructor=function(e){var t;return isArray(e)&&(t=e.constructor,(isConstructor(t)&&(t===Array$3||isArray(t.prototype))||isObject(t)&&null===(t=t[SPECIES$5]))&&(t=void 0)),void 0===t?Array$3:t},arraySpeciesCreate=function(e,t){return new(arraySpeciesConstructor(e))(0===t?0:t)},push$6=functionUncurryThis([].push),createMethod$2=function(e){var t=1==e,i=2==e,r=3==e,o=4==e,n=6==e,s=7==e,a=5==e||n;return function(l,c,d,h){for(var u,f,p=toObject(l),m=indexedObject(p),A=functionBindContext(c,d),g=lengthOfArrayLike(m),y=0,C=h||arraySpeciesCreate,D=t?C(l,g):i||s?C(l,0):void 0;g>y;y++)if((a||y in m)&&(f=A(u=m[y],y,p),e))if(t)D[y]=f;else if(f)switch(e){case 3:return!0;case 5:return u;case 6:return y;case 2:push$6(D,u)}else switch(e){case 4:return!1;case 7:push$6(D,u)}return n?-1:r||o?o:D}},arrayIteration={forEach:createMethod$2(0),map:createMethod$2(1),filter:createMethod$2(2),some:createMethod$2(3),every:createMethod$2(4),find:createMethod$2(5),findIndex:createMethod$2(6),filterReject:createMethod$2(7)},$forEach$1=arrayIteration.forEach,HIDDEN=sharedKey("hidden"),SYMBOL="Symbol",PROTOTYPE="prototype",TO_PRIMITIVE=wellKnownSymbol("toPrimitive"),setInternalState$4=internalState.set,getInternalState$3=internalState.getterFor(SYMBOL),ObjectPrototype$1=Object[PROTOTYPE],$Symbol=global_1.Symbol,SymbolPrototype$1=$Symbol&&$Symbol[PROTOTYPE],TypeError$c=global_1.TypeError,QObject=global_1.QObject,$stringify=getBuiltIn("JSON","stringify"),nativeGetOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f,nativeDefineProperty=objectDefineProperty.f,nativeGetOwnPropertyNames=objectGetOwnPropertyNamesExternal.f,nativePropertyIsEnumerable=objectPropertyIsEnumerable.f,push$5=functionUncurryThis([].push),AllSymbols=shared("symbols"),ObjectPrototypeSymbols=shared("op-symbols"),StringToSymbolRegistry=shared("string-to-symbol-registry"),SymbolToStringRegistry=shared("symbol-to-string-registry"),WellKnownSymbolsStore=shared("wks"),USE_SETTER=!QObject||!QObject[PROTOTYPE]||!QObject[PROTOTYPE].findChild,setSymbolDescriptor=descriptors&&fails((function(){return 7!=objectCreate(nativeDefineProperty({},"a",{get:function(){return nativeDefineProperty(this,"a",{value:7}).a}})).a}))?function(e,t,i){var r=nativeGetOwnPropertyDescriptor$1(ObjectPrototype$1,t);r&&delete ObjectPrototype$1[t],nativeDefineProperty(e,t,i),r&&e!==ObjectPrototype$1&&nativeDefineProperty(ObjectPrototype$1,t,r)}:nativeDefineProperty,wrap=function(e,t){var i=AllSymbols[e]=objectCreate(SymbolPrototype$1);return setInternalState$4(i,{type:SYMBOL,tag:e,description:t}),descriptors||(i.description=t),i},$defineProperty=function(e,t,i){e===ObjectPrototype$1&&$defineProperty(ObjectPrototypeSymbols,t,i),anObject(e);var r=toPropertyKey(t);return anObject(i),hasOwnProperty_1(AllSymbols,r)?(i.enumerable?(hasOwnProperty_1(e,HIDDEN)&&e[HIDDEN][r]&&(e[HIDDEN][r]=!1),i=objectCreate(i,{enumerable:createPropertyDescriptor(0,!1)})):(hasOwnProperty_1(e,HIDDEN)||nativeDefineProperty(e,HIDDEN,createPropertyDescriptor(1,{})),e[HIDDEN][r]=!0),setSymbolDescriptor(e,r,i)):nativeDefineProperty(e,r,i)},$defineProperties=function(e,t){anObject(e);var i=toIndexedObject(t),r=objectKeys(i).concat($getOwnPropertySymbols(i));return $forEach$1(r,(function(t){descriptors&&!functionCall($propertyIsEnumerable,i,t)||$defineProperty(e,t,i[t])})),e},$create=function(e,t){return void 0===t?objectCreate(e):$defineProperties(objectCreate(e),t)},$propertyIsEnumerable=function(e){var t=toPropertyKey(e),i=functionCall(nativePropertyIsEnumerable,this,t);return!(this===ObjectPrototype$1&&hasOwnProperty_1(AllSymbols,t)&&!hasOwnProperty_1(ObjectPrototypeSymbols,t))&&(!(i||!hasOwnProperty_1(this,t)||!hasOwnProperty_1(AllSymbols,t)||hasOwnProperty_1(this,HIDDEN)&&this[HIDDEN][t])||i)},$getOwnPropertyDescriptor=function(e,t){var i=toIndexedObject(e),r=toPropertyKey(t);if(i!==ObjectPrototype$1||!hasOwnProperty_1(AllSymbols,r)||hasOwnProperty_1(ObjectPrototypeSymbols,r)){var o=nativeGetOwnPropertyDescriptor$1(i,r);return!o||!hasOwnProperty_1(AllSymbols,r)||hasOwnProperty_1(i,HIDDEN)&&i[HIDDEN][r]||(o.enumerable=!0),o}},$getOwnPropertyNames=function(e){var t=nativeGetOwnPropertyNames(toIndexedObject(e)),i=[];return $forEach$1(t,(function(e){hasOwnProperty_1(AllSymbols,e)||hasOwnProperty_1(hiddenKeys$1,e)||push$5(i,e)})),i},$getOwnPropertySymbols=function(e){var t=e===ObjectPrototype$1,i=nativeGetOwnPropertyNames(t?ObjectPrototypeSymbols:toIndexedObject(e)),r=[];return $forEach$1(i,(function(e){!hasOwnProperty_1(AllSymbols,e)||t&&!hasOwnProperty_1(ObjectPrototype$1,e)||push$5(r,AllSymbols[e])})),r};if(nativeSymbol||($Symbol=function(){if(objectIsPrototypeOf(SymbolPrototype$1,this))throw TypeError$c("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?toString_1(arguments[0]):void 0,t=uid(e),i=function(e){this===ObjectPrototype$1&&functionCall(i,ObjectPrototypeSymbols,e),hasOwnProperty_1(this,HIDDEN)&&hasOwnProperty_1(this[HIDDEN],t)&&(this[HIDDEN][t]=!1),setSymbolDescriptor(this,t,createPropertyDescriptor(1,e))};return descriptors&&USE_SETTER&&setSymbolDescriptor(ObjectPrototype$1,t,{configurable:!0,set:i}),wrap(t,e)},SymbolPrototype$1=$Symbol[PROTOTYPE],redefine(SymbolPrototype$1,"toString",(function(){return getInternalState$3(this).tag})),redefine($Symbol,"withoutSetter",(function(e){return wrap(uid(e),e)})),objectPropertyIsEnumerable.f=$propertyIsEnumerable,objectDefineProperty.f=$defineProperty,objectDefineProperties.f=$defineProperties,objectGetOwnPropertyDescriptor.f=$getOwnPropertyDescriptor,objectGetOwnPropertyNames.f=objectGetOwnPropertyNamesExternal.f=$getOwnPropertyNames,objectGetOwnPropertySymbols.f=$getOwnPropertySymbols,wellKnownSymbolWrapped.f=function(e){return wrap(wellKnownSymbol(e),e)},descriptors&&(nativeDefineProperty(SymbolPrototype$1,"description",{configurable:!0,get:function(){return getInternalState$3(this).description}}),redefine(ObjectPrototype$1,"propertyIsEnumerable",$propertyIsEnumerable,{unsafe:!0}))),_export({global:!0,wrap:!0,forced:!nativeSymbol,sham:!nativeSymbol},{Symbol:$Symbol}),$forEach$1(objectKeys(WellKnownSymbolsStore),(function(e){defineWellKnownSymbol(e)})),_export({target:SYMBOL,stat:!0,forced:!nativeSymbol},{for:function(e){var t=toString_1(e);if(hasOwnProperty_1(StringToSymbolRegistry,t))return StringToSymbolRegistry[t];var i=$Symbol(t);return StringToSymbolRegistry[t]=i,SymbolToStringRegistry[i]=t,i},keyFor:function(e){if(!isSymbol(e))throw TypeError$c(e+" is not a symbol");if(hasOwnProperty_1(SymbolToStringRegistry,e))return SymbolToStringRegistry[e]},useSetter:function(){USE_SETTER=!0},useSimple:function(){USE_SETTER=!1}}),_export({target:"Object",stat:!0,forced:!nativeSymbol,sham:!descriptors},{create:$create,defineProperty:$defineProperty,defineProperties:$defineProperties,getOwnPropertyDescriptor:$getOwnPropertyDescriptor}),_export({target:"Object",stat:!0,forced:!nativeSymbol},{getOwnPropertyNames:$getOwnPropertyNames,getOwnPropertySymbols:$getOwnPropertySymbols}),_export({target:"Object",stat:!0,forced:fails((function(){objectGetOwnPropertySymbols.f(1)}))},{getOwnPropertySymbols:function(e){return objectGetOwnPropertySymbols.f(toObject(e))}}),$stringify){var FORCED_JSON_STRINGIFY=!nativeSymbol||fails((function(){var e=$Symbol();return"[null]"!=$stringify([e])||"{}"!=$stringify({a:e})||"{}"!=$stringify(Object(e))}));_export({target:"JSON",stat:!0,forced:FORCED_JSON_STRINGIFY},{stringify:function(e,t,i){var r=arraySlice$1(arguments),o=t;if((isObject(t)||void 0!==e)&&!isSymbol(e))return isArray(t)||(t=function(e,t){if(isCallable(o)&&(t=functionCall(o,this,e,t)),!isSymbol(t))return t}),r[1]=t,functionApply($stringify,null,r)}})}if(!SymbolPrototype$1[TO_PRIMITIVE]){var valueOf=SymbolPrototype$1.valueOf;redefine(SymbolPrototype$1,TO_PRIMITIVE,(function(e){return functionCall(valueOf,this)}))}setToStringTag($Symbol,SYMBOL),hiddenKeys$1[HIDDEN]=!0;var defineProperty$5=objectDefineProperty.f,NativeSymbol=global_1.Symbol,SymbolPrototype=NativeSymbol&&NativeSymbol.prototype;if(descriptors&&isCallable(NativeSymbol)&&(!("description"in SymbolPrototype)||void 0!==NativeSymbol().description)){var EmptyStringDescriptionStore={},SymbolWrapper=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:toString_1(arguments[0]),t=objectIsPrototypeOf(SymbolPrototype,this)?new NativeSymbol(e):void 0===e?NativeSymbol():NativeSymbol(e);return""===e&&(EmptyStringDescriptionStore[t]=!0),t};copyConstructorProperties(SymbolWrapper,NativeSymbol),SymbolWrapper.prototype=SymbolPrototype,SymbolPrototype.constructor=SymbolWrapper;var NATIVE_SYMBOL="Symbol(test)"==String(NativeSymbol("test")),symbolToString=functionUncurryThis(SymbolPrototype.toString),symbolValueOf=functionUncurryThis(SymbolPrototype.valueOf),regexp=/^Symbol\((.*)\)[^)]+$/,replace$8=functionUncurryThis("".replace),stringSlice$9=functionUncurryThis("".slice);defineProperty$5(SymbolPrototype,"description",{configurable:!0,get:function(){var e=symbolValueOf(this),t=symbolToString(e);if(hasOwnProperty_1(EmptyStringDescriptionStore,e))return"";var i=NATIVE_SYMBOL?stringSlice$9(t,7,-1):replace$8(t,regexp,"$1");return""===i?void 0:i}}),_export({global:!0,forced:!0},{Symbol:SymbolWrapper})}defineWellKnownSymbol("iterator");var charAt$7=functionUncurryThis("".charAt),charCodeAt$2=functionUncurryThis("".charCodeAt),stringSlice$8=functionUncurryThis("".slice),createMethod$1=function(e){return function(t,i){var r,o,n=toString_1(requireObjectCoercible(t)),s=toIntegerOrInfinity(i),a=n.length;return s<0||s>=a?e?"":void 0:(r=charCodeAt$2(n,s))<55296||r>56319||s+1===a||(o=charCodeAt$2(n,s+1))<56320||o>57343?e?charAt$7(n,s):r:e?stringSlice$8(n,s,s+2):o-56320+(r-55296<<10)+65536}},stringMultibyte={codeAt:createMethod$1(!1),charAt:createMethod$1(!0)},correctPrototypeGetter=!fails((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),IE_PROTO=sharedKey("IE_PROTO"),Object$1=global_1.Object,ObjectPrototype=Object$1.prototype,objectGetPrototypeOf=correctPrototypeGetter?Object$1.getPrototypeOf:function(e){var t=toObject(e);if(hasOwnProperty_1(t,IE_PROTO))return t[IE_PROTO];var i=t.constructor;return isCallable(i)&&t instanceof i?i.prototype:t instanceof Object$1?ObjectPrototype:null},ITERATOR$6=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS$1=!1,IteratorPrototype$2,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=objectGetPrototypeOf(objectGetPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype$2=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS$1=!0);var NEW_ITERATOR_PROTOTYPE=null==IteratorPrototype$2||fails((function(){var e={};return IteratorPrototype$2[ITERATOR$6].call(e)!==e}));NEW_ITERATOR_PROTOTYPE&&(IteratorPrototype$2={}),isCallable(IteratorPrototype$2[ITERATOR$6])||redefine(IteratorPrototype$2,ITERATOR$6,(function(){return this}));var iteratorsCore={IteratorPrototype:IteratorPrototype$2,BUGGY_SAFARI_ITERATORS:BUGGY_SAFARI_ITERATORS$1},iterators={},IteratorPrototype$1=iteratorsCore.IteratorPrototype,returnThis$1=function(){return this},createIteratorConstructor=function(e,t,i,r){var o=t+" Iterator";return e.prototype=objectCreate(IteratorPrototype$1,{next:createPropertyDescriptor(+!r,i)}),setToStringTag(e,o,!1),iterators[o]=returnThis$1,e},String$2=global_1.String,TypeError$b=global_1.TypeError,aPossiblePrototype=function(e){if("object"==typeof e||isCallable(e))return e;throw TypeError$b("Can't set "+String$2(e)+" as a prototype")},objectSetPrototypeOf=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,i={};try{(e=functionUncurryThis(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(i,[]),t=i instanceof Array}catch(e){}return function(i,r){return anObject(i),aPossiblePrototype(r),t?e(i,r):i.__proto__=r,i}}():void 0),PROPER_FUNCTION_NAME$2=functionName.PROPER,CONFIGURABLE_FUNCTION_NAME=functionName.CONFIGURABLE,IteratorPrototype=iteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=iteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR$5=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this},defineIterator=function(e,t,i,r,o,n,s){createIteratorConstructor(i,t,r);var a,l,c,d=function(e){if(e===o&&m)return m;if(!BUGGY_SAFARI_ITERATORS&&e in f)return f[e];switch(e){case KEYS:case VALUES:case ENTRIES:return function(){return new i(this,e)}}return function(){return new i(this)}},h=t+" Iterator",u=!1,f=e.prototype,p=f[ITERATOR$5]||f["@@iterator"]||o&&f[o],m=!BUGGY_SAFARI_ITERATORS&&p||d(o),A="Array"==t&&f.entries||p;if(A&&(a=objectGetPrototypeOf(A.call(new e)))!==Object.prototype&&a.next&&(objectGetPrototypeOf(a)!==IteratorPrototype&&(objectSetPrototypeOf?objectSetPrototypeOf(a,IteratorPrototype):isCallable(a[ITERATOR$5])||redefine(a,ITERATOR$5,returnThis)),setToStringTag(a,h,!0)),PROPER_FUNCTION_NAME$2&&o==VALUES&&p&&p.name!==VALUES&&(CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(f,"name",VALUES):(u=!0,m=function(){return functionCall(p,this)})),o)if(l={values:d(VALUES),keys:n?m:d(KEYS),entries:d(ENTRIES)},s)for(c in l)(BUGGY_SAFARI_ITERATORS||u||!(c in f))&&redefine(f,c,l[c]);else _export({target:t,proto:!0,forced:BUGGY_SAFARI_ITERATORS||u},l);return f[ITERATOR$5]!==m&&redefine(f,ITERATOR$5,m,{name:o}),iterators[t]=m,l},charAt$6=stringMultibyte.charAt,STRING_ITERATOR="String Iterator",setInternalState$3=internalState.set,getInternalState$2=internalState.getterFor(STRING_ITERATOR);defineIterator(String,"String",(function(e){setInternalState$3(this,{type:STRING_ITERATOR,string:toString_1(e),index:0})}),(function(){var e,t=getInternalState$2(this),i=t.string,r=t.index;return r>=i.length?{value:void 0,done:!0}:(e=charAt$6(i,r),t.index+=e.length,{value:e,done:!1})}));var domIterables={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype,domTokenListPrototype=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype,defineProperty$4=objectDefineProperty.f,ARRAY_ITERATOR="Array Iterator",setInternalState$2=internalState.set,getInternalState$1=internalState.getterFor(ARRAY_ITERATOR),es_array_iterator=defineIterator(Array,"Array",(function(e,t){setInternalState$2(this,{type:ARRAY_ITERATOR,target:toIndexedObject(e),index:0,kind:t})}),(function(){var e=getInternalState$1(this),t=e.target,i=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==i?{value:r,done:!1}:"values"==i?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),values=iterators.Arguments=iterators.Array;if(addToUnscopables("keys"),addToUnscopables("values"),addToUnscopables("entries"),descriptors&&"values"!==values.name)try{defineProperty$4(values,"name",{value:"values"})}catch(e){}var ITERATOR$4=wellKnownSymbol("iterator"),TO_STRING_TAG=wellKnownSymbol("toStringTag"),ArrayValues=es_array_iterator.values,handlePrototype$1=function(e,t){if(e){if(e[ITERATOR$4]!==ArrayValues)try{createNonEnumerableProperty(e,ITERATOR$4,ArrayValues)}catch(t){e[ITERATOR$4]=ArrayValues}if(e[TO_STRING_TAG]||createNonEnumerableProperty(e,TO_STRING_TAG,t),domIterables[t])for(var i in es_array_iterator)if(e[i]!==es_array_iterator[i])try{createNonEnumerableProperty(e,i,es_array_iterator[i])}catch(t){e[i]=es_array_iterator[i]}}};for(var COLLECTION_NAME$1 in domIterables)handlePrototype$1(global_1[COLLECTION_NAME$1]&&global_1[COLLECTION_NAME$1].prototype,COLLECTION_NAME$1);function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}handlePrototype$1(domTokenListPrototype,"DOMTokenList"),defineWellKnownSymbol("asyncIterator"),defineWellKnownSymbol("toStringTag"),setToStringTag(global_1.JSON,"JSON",!0),setToStringTag(Math,"Math",!0);var FAILS_ON_PRIMITIVES$9=fails((function(){objectGetPrototypeOf(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$9,sham:!correctPrototypeGetter},{getPrototypeOf:function(e){return objectGetPrototypeOf(toObject(e))}});var FUNCTION_NAME_EXISTS=functionName.EXISTS,defineProperty$3=objectDefineProperty.f,FunctionPrototype=Function.prototype,functionToString=functionUncurryThis(FunctionPrototype.toString),nameRE=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,regExpExec=functionUncurryThis(nameRE.exec),NAME="name";descriptors&&!FUNCTION_NAME_EXISTS&&defineProperty$3(FunctionPrototype,NAME,{configurable:!0,get:function(){try{return regExpExec(nameRE,functionToString(this))[1]}catch(e){return""}}});var regexpFlags=function(){var e=anObject(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},PROPER_FUNCTION_NAME$1=functionName.PROPER,TO_STRING="toString",RegExpPrototype$2=RegExp.prototype,n$ToString=RegExpPrototype$2[TO_STRING],getFlags$1=functionUncurryThis(regexpFlags),NOT_GENERIC=fails((function(){return"/a/b"!=n$ToString.call({source:"a",flags:"b"})})),INCORRECT_NAME=PROPER_FUNCTION_NAME$1&&n$ToString.name!=TO_STRING;(NOT_GENERIC||INCORRECT_NAME)&&redefine(RegExp.prototype,TO_STRING,(function(){var e=anObject(this),t=toString_1(e.source),i=e.flags;return"/"+t+"/"+toString_1(void 0===i&&objectIsPrototypeOf(RegExpPrototype$2,e)&&!("flags"in RegExpPrototype$2)?getFlags$1(e):i)}),{unsafe:!0});var arrayMethodIsStrict=function(e,t){var i=[][e];return!!i&&fails((function(){i.call(null,t||function(){return 1},1)}))},$forEach=arrayIteration.forEach,STRICT_METHOD$1=arrayMethodIsStrict("forEach"),arrayForEach=STRICT_METHOD$1?[].forEach:function(e){return $forEach(this,e,arguments.length>1?arguments[1]:void 0)},handlePrototype=function(e){if(e&&e.forEach!==arrayForEach)try{createNonEnumerableProperty(e,"forEach",arrayForEach)}catch(t){e.forEach=arrayForEach}};for(var COLLECTION_NAME in domIterables)domIterables[COLLECTION_NAME]&&handlePrototype(global_1[COLLECTION_NAME]&&global_1[COLLECTION_NAME].prototype);handlePrototype(domTokenListPrototype);var SPECIES$4=wellKnownSymbol("species"),arrayMethodHasSpeciesSupport=function(e){return engineV8Version>=51||!fails((function(){var t=[];return(t.constructor={})[SPECIES$4]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},HAS_SPECIES_SUPPORT$3=arrayMethodHasSpeciesSupport("slice"),SPECIES$3=wellKnownSymbol("species"),Array$2=global_1.Array,max$2=Math.max;_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$3},{slice:function(e,t){var i,r,o,n=toIndexedObject(this),s=lengthOfArrayLike(n),a=toAbsoluteIndex(e,s),l=toAbsoluteIndex(void 0===t?s:t,s);if(isArray(n)&&(i=n.constructor,(isConstructor(i)&&(i===Array$2||isArray(i.prototype))||isObject(i)&&null===(i=i[SPECIES$3]))&&(i=void 0),i===Array$2||void 0===i))return arraySlice$1(n,a,l);for(r=new(void 0===i?Array$2:i)(max$2(l-a,0)),o=0;a<l;a++,o++)a in n&&createProperty(r,o,n[a]);return r.length=o,r}}),createCommonjsModule((function(e){!function(t){var i,r=Object.prototype,o=r.hasOwnProperty,n="function"==typeof Symbol?Symbol:{},s=n.iterator||"@@iterator",a=n.asyncIterator||"@@asyncIterator",l=n.toStringTag||"@@toStringTag",c=t.regeneratorRuntime;if(c)e.exports=c;else{(c=t.regeneratorRuntime=e.exports).wrap=C;var d="suspendedStart",h="suspendedYield",u="executing",f="completed",p={},m={};m[s]=function(){return this};var A=Object.getPrototypeOf,g=A&&A(A(_([])));g&&g!==r&&o.call(g,s)&&(m=g);var y=w.prototype=v.prototype=Object.create(m);B.prototype=y.constructor=w,w.constructor=B,w[l]=B.displayName="GeneratorFunction",c.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===B||"GeneratorFunction"===(t.displayName||t.name))},c.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,w):(e.__proto__=w,l in e||(e[l]="GeneratorFunction")),e.prototype=Object.create(y),e},c.awrap=function(e){return{__await:e}},k(b.prototype),b.prototype[a]=function(){return this},c.AsyncIterator=b,c.async=function(e,t,i,r){var o=new b(C(e,t,i,r));return c.isGeneratorFunction(t)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},k(y),y[l]="Generator",y[s]=function(){return this},y.toString=function(){return"[object Generator]"},c.keys=function(e){var t=[];for(var i in e)t.push(i);return t.reverse(),function i(){for(;t.length;){var r=t.pop();if(r in e)return i.value=r,i.done=!1,i}return i.done=!0,i}},c.values=_,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=i,this.done=!1,this.delegate=null,this.method="next",this.arg=i,this.tryEntries.forEach(x),!e)for(var t in this)"t"===t.charAt(0)&&o.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=i)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,o){return a.type="throw",a.arg=e,t.next=r,o&&(t.method="next",t.arg=i),!!o}for(var n=this.tryEntries.length-1;n>=0;--n){var s=this.tryEntries[n],a=s.completion;if("root"===s.tryLoc)return r("end");if(s.tryLoc<=this.prev){var l=o.call(s,"catchLoc"),c=o.call(s,"finallyLoc");if(l&&c){if(this.prev<s.catchLoc)return r(s.catchLoc,!0);if(this.prev<s.finallyLoc)return r(s.finallyLoc)}else if(l){if(this.prev<s.catchLoc)return r(s.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return r(s.finallyLoc)}}}},abrupt:function(e,t){for(var i=this.tryEntries.length-1;i>=0;--i){var r=this.tryEntries[i];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var n=r;break}}n&&("break"===e||"continue"===e)&&n.tryLoc<=t&&t<=n.finallyLoc&&(n=null);var s=n?n.completion:{};return s.type=e,s.arg=t,n?(this.method="next",this.next=n.finallyLoc,p):this.complete(s)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var i=this.tryEntries[t];if(i.finallyLoc===e)return this.complete(i.completion,i.afterLoc),x(i),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var i=this.tryEntries[t];if(i.tryLoc===e){var r=i.completion;if("throw"===r.type){var o=r.arg;x(i)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:_(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=i),p}}}function C(e,t,i,r){var o=t&&t.prototype instanceof v?t:v,n=Object.create(o.prototype),s=new S(r||[]);return n._invoke=function(e,t,i){var r=d;return function(o,n){if(r===u)throw new Error("Generator is already running");if(r===f){if("throw"===o)throw n;return R()}for(i.method=o,i.arg=n;;){var s=i.delegate;if(s){var a=E(s,i);if(a){if(a===p)continue;return a}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(r===d)throw r=f,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);r=u;var l=D(e,t,i);if("normal"===l.type){if(r=i.done?f:h,l.arg===p)continue;return{value:l.arg,done:i.done}}"throw"===l.type&&(r=f,i.method="throw",i.arg=l.arg)}}}(e,i,s),n}function D(e,t,i){try{return{type:"normal",arg:e.call(t,i)}}catch(e){return{type:"throw",arg:e}}}function v(){}function B(){}function w(){}function k(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function b(e){function t(i,r,n,s){var a=D(e[i],e,r);if("throw"!==a.type){var l=a.arg,c=l.value;return c&&"object"===_typeof(c)&&o.call(c,"__await")?Promise.resolve(c.__await).then((function(e){t("next",e,n,s)}),(function(e){t("throw",e,n,s)})):Promise.resolve(c).then((function(e){l.value=e,n(l)}),s)}s(a.arg)}var i;this._invoke=function(e,r){function o(){return new Promise((function(i,o){t(e,r,i,o)}))}return i=i?i.then(o,o):o()}}function E(e,t){var r=e.iterator[t.method];if(r===i){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=i,E(e,t),"throw"===t.method))return p;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var o=D(r,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,p;var n=o.arg;return n?n.done?(t[e.resultName]=n.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=i),t.delegate=null,p):n:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function F(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function x(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(F,this),this.reset(!0)}function _(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r<e.length;)if(o.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=i,t.done=!0,t};return n.next=n}}return{next:R}}function R(){return{value:i,done:!0}}}(function(){return this}()||Function("return this")())}));var FAILS_ON_PRIMITIVES$8=fails((function(){objectKeys(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$8},{keys:function(e){return objectKeys(toObject(e))}});var inheritIfRequired=function(e,t,i){var r,o;return objectSetPrototypeOf&&isCallable(r=t.constructor)&&r!==i&&isObject(o=r.prototype)&&o!==i.prototype&&objectSetPrototypeOf(e,o),e},$RegExp$2=global_1.RegExp,UNSUPPORTED_Y$3=fails((function(){var e=$RegExp$2("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),MISSED_STICKY$1=UNSUPPORTED_Y$3||fails((function(){return!$RegExp$2("a","y").sticky})),BROKEN_CARET=UNSUPPORTED_Y$3||fails((function(){var e=$RegExp$2("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),regexpStickyHelpers={BROKEN_CARET:BROKEN_CARET,MISSED_STICKY:MISSED_STICKY$1,UNSUPPORTED_Y:UNSUPPORTED_Y$3},SPECIES$2=wellKnownSymbol("species"),setSpecies=function(e){var t=getBuiltIn(e),i=objectDefineProperty.f;descriptors&&t&&!t[SPECIES$2]&&i(t,SPECIES$2,{configurable:!0,get:function(){return this}})},$RegExp$1=global_1.RegExp,regexpUnsupportedDotAll=fails((function(){var e=$RegExp$1(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),$RegExp=global_1.RegExp,regexpUnsupportedNcg=fails((function(){var e=$RegExp("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),defineProperty$2=objectDefineProperty.f,getOwnPropertyNames$2=objectGetOwnPropertyNames.f,enforceInternalState=internalState.enforce,MATCH=wellKnownSymbol("match"),NativeRegExp=global_1.RegExp,RegExpPrototype$1=NativeRegExp.prototype,SyntaxError$1=global_1.SyntaxError,getFlags=functionUncurryThis(regexpFlags),exec$3=functionUncurryThis(RegExpPrototype$1.exec),charAt$5=functionUncurryThis("".charAt),replace$7=functionUncurryThis("".replace),stringIndexOf$1=functionUncurryThis("".indexOf),stringSlice$7=functionUncurryThis("".slice),IS_NCG=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,re1=/a/g,re2=/a/g,CORRECT_NEW=new NativeRegExp(re1)!==re1,MISSED_STICKY=regexpStickyHelpers.MISSED_STICKY,UNSUPPORTED_Y$2=regexpStickyHelpers.UNSUPPORTED_Y,BASE_FORCED=descriptors&&(!CORRECT_NEW||MISSED_STICKY||regexpUnsupportedDotAll||regexpUnsupportedNcg||fails((function(){return re2[MATCH]=!1,NativeRegExp(re1)!=re1||NativeRegExp(re2)==re2||"/a/i"!=NativeRegExp(re1,"i")}))),handleDotAll=function(e){for(var t,i=e.length,r=0,o="",n=!1;r<=i;r++)"\\"!==(t=charAt$5(e,r))?n||"."!==t?("["===t?n=!0:"]"===t&&(n=!1),o+=t):o+="[\\s\\S]":o+=t+charAt$5(e,++r);return o},handleNCG=function(e){for(var t,i=e.length,r=0,o="",n=[],s={},a=!1,l=!1,c=0,d="";r<=i;r++){if("\\"===(t=charAt$5(e,r)))t+=charAt$5(e,++r);else if("]"===t)a=!1;else if(!a)switch(!0){case"["===t:a=!0;break;case"("===t:exec$3(IS_NCG,stringSlice$7(e,r+1))&&(r+=2,l=!0),o+=t,c++;continue;case">"===t&&l:if(""===d||hasOwnProperty_1(s,d))throw new SyntaxError$1("Invalid capture group name");s[d]=!0,n[n.length]=[d,c],l=!1,d="";continue}l?d+=t:o+=t}return[o,n]};if(isForced_1("RegExp",BASE_FORCED)){for(var RegExpWrapper=function(e,t){var i,r,o,n,s,a,l=objectIsPrototypeOf(RegExpPrototype$1,this),c=isRegexp(e),d=void 0===t,h=[],u=e;if(!l&&c&&d&&e.constructor===RegExpWrapper)return e;if((c||objectIsPrototypeOf(RegExpPrototype$1,e))&&(e=e.source,d&&(t="flags"in u?u.flags:getFlags(u))),e=void 0===e?"":toString_1(e),t=void 0===t?"":toString_1(t),u=e,regexpUnsupportedDotAll&&"dotAll"in re1&&(r=!!t&&stringIndexOf$1(t,"s")>-1)&&(t=replace$7(t,/s/g,"")),i=t,MISSED_STICKY&&"sticky"in re1&&(o=!!t&&stringIndexOf$1(t,"y")>-1)&&UNSUPPORTED_Y$2&&(t=replace$7(t,/y/g,"")),regexpUnsupportedNcg&&(e=(n=handleNCG(e))[0],h=n[1]),s=inheritIfRequired(NativeRegExp(e,t),l?this:RegExpPrototype$1,RegExpWrapper),(r||o||h.length)&&(a=enforceInternalState(s),r&&(a.dotAll=!0,a.raw=RegExpWrapper(handleDotAll(e),i)),o&&(a.sticky=!0),h.length&&(a.groups=h)),e!==u)try{createNonEnumerableProperty(s,"source",""===u?"(?:)":u)}catch(e){}return s},proxy=function(e){e in RegExpWrapper||defineProperty$2(RegExpWrapper,e,{configurable:!0,get:function(){return NativeRegExp[e]},set:function(t){NativeRegExp[e]=t}})},keys$1=getOwnPropertyNames$2(NativeRegExp),index=0;keys$1.length>index;)proxy(keys$1[index++]);RegExpPrototype$1.constructor=RegExpWrapper,RegExpWrapper.prototype=RegExpPrototype$1,redefine(global_1,"RegExp",RegExpWrapper)}setSpecies("RegExp");var getInternalState=internalState.get,nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt$4=functionUncurryThis("".charAt),indexOf=functionUncurryThis("".indexOf),replace$6=functionUncurryThis("".replace),stringSlice$6=functionUncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var e=/a/,t=/b*/g;return functionCall(nativeExec,e,"a"),functionCall(nativeExec,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),UNSUPPORTED_Y$1=regexpStickyHelpers.BROKEN_CARET,NPCG_INCLUDED=void 0!==/()??/.exec("")[1],PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y$1||regexpUnsupportedDotAll||regexpUnsupportedNcg;PATCH&&(patchedExec=function(e){var t,i,r,o,n,s,a,l=this,c=getInternalState(l),d=toString_1(e),h=c.raw;if(h)return h.lastIndex=l.lastIndex,t=functionCall(patchedExec,h,d),l.lastIndex=h.lastIndex,t;var u=c.groups,f=UNSUPPORTED_Y$1&&l.sticky,p=functionCall(regexpFlags,l),m=l.source,A=0,g=d;if(f&&(p=replace$6(p,"y",""),-1===indexOf(p,"g")&&(p+="g"),g=stringSlice$6(d,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==charAt$4(d,l.lastIndex-1))&&(m="(?: "+m+")",g=" "+g,A++),i=new RegExp("^(?:"+m+")",p)),NPCG_INCLUDED&&(i=new RegExp("^"+m+"$(?!\\s)",p)),UPDATES_LAST_INDEX_WRONG&&(r=l.lastIndex),o=functionCall(nativeExec,f?i:l,g),f?o?(o.input=stringSlice$6(o.input,A),o[0]=stringSlice$6(o[0],A),o.index=l.lastIndex,l.lastIndex+=o[0].length):l.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&o&&(l.lastIndex=l.global?o.index+o[0].length:r),NPCG_INCLUDED&&o&&o.length>1&&functionCall(nativeReplace,o[0],i,(function(){for(n=1;n<arguments.length-2;n++)void 0===arguments[n]&&(o[n]=void 0)})),o&&u)for(o.groups=s=objectCreate(null),n=0;n<u.length;n++)s[(a=u[n])[0]]=o[a[1]];return o});var regexpExec=patchedExec;_export({target:"RegExp",proto:!0,forced:/./.exec!==regexpExec},{exec:regexpExec});var SPECIES$1=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype,fixRegexpWellKnownSymbolLogic=function(e,t,i,r){var o=wellKnownSymbol(e),n=!fails((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),s=n&&!fails((function(){var t=!1,i=/a/;return"split"===e&&((i={}).constructor={},i.constructor[SPECIES$1]=function(){return i},i.flags="",i[o]=/./[o]),i.exec=function(){return t=!0,null},i[o](""),!t}));if(!n||!s||i){var a=functionUncurryThis(/./[o]),l=t(o,""[e],(function(e,t,i,r,o){var s=functionUncurryThis(e),l=t.exec;return l===regexpExec||l===RegExpPrototype.exec?n&&!o?{done:!0,value:a(t,i,r)}:{done:!0,value:s(i,t,r)}:{done:!1}}));redefine(String.prototype,e,l[0]),redefine(RegExpPrototype,o,l[1])}r&&createNonEnumerableProperty(RegExpPrototype[o],"sham",!0)},TypeError$a=global_1.TypeError,aConstructor=function(e){if(isConstructor(e))return e;throw TypeError$a(tryToString(e)+" is not a constructor")},SPECIES=wellKnownSymbol("species"),speciesConstructor=function(e,t){var i,r=anObject(e).constructor;return void 0===r||null==(i=anObject(r)[SPECIES])?t:aConstructor(i)},charAt$3=stringMultibyte.charAt,advanceStringIndex=function(e,t,i){return t+(i?charAt$3(e,t).length:1)},TypeError$9=global_1.TypeError,regexpExecAbstract=function(e,t){var i=e.exec;if(isCallable(i)){var r=functionCall(i,e,t);return null!==r&&anObject(r),r}if("RegExp"===classofRaw(e))return functionCall(regexpExec,e,t);throw TypeError$9("RegExp#exec called on incompatible receiver")},UNSUPPORTED_Y=regexpStickyHelpers.UNSUPPORTED_Y,MAX_UINT32=4294967295,min$2=Math.min,$push=[].push,exec$2=functionUncurryThis(/./.exec),push$4=functionUncurryThis($push),stringSlice$5=functionUncurryThis("".slice),SPLIT_WORKS_WITH_OVERWRITTEN_EXEC=!fails((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var i="ab".split(e);return 2!==i.length||"a"!==i[0]||"b"!==i[1]}));fixRegexpWellKnownSymbolLogic("split",(function(e,t,i){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,i){var r=toString_1(requireObjectCoercible(this)),o=void 0===i?MAX_UINT32:i>>>0;if(0===o)return[];if(void 0===e)return[r];if(!isRegexp(e))return functionCall(t,r,e,o);for(var n,s,a,l=[],c=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),d=0,h=new RegExp(e.source,c+"g");(n=functionCall(regexpExec,h,r))&&!((s=h.lastIndex)>d&&(push$4(l,stringSlice$5(r,d,n.index)),n.length>1&&n.index<r.length&&functionApply($push,l,arraySliceSimple(n,1)),a=n[0].length,d=s,l.length>=o));)h.lastIndex===n.index&&h.lastIndex++;return d===r.length?!a&&exec$2(h,"")||push$4(l,""):push$4(l,stringSlice$5(r,d)),l.length>o?arraySliceSimple(l,0,o):l}:"0".split(void 0,0).length?function(e,i){return void 0===e&&0===i?[]:functionCall(t,this,e,i)}:t,[function(t,i){var o=requireObjectCoercible(this),n=null==t?void 0:getMethod(t,e);return n?functionCall(n,t,o,i):functionCall(r,toString_1(o),t,i)},function(e,o){var n=anObject(this),s=toString_1(e),a=i(r,n,s,o,r!==t);if(a.done)return a.value;var l=speciesConstructor(n,RegExp),c=n.unicode,d=(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.unicode?"u":"")+(UNSUPPORTED_Y?"g":"y"),h=new l(UNSUPPORTED_Y?"^(?:"+n.source+")":n,d),u=void 0===o?MAX_UINT32:o>>>0;if(0===u)return[];if(0===s.length)return null===regexpExecAbstract(h,s)?[s]:[];for(var f=0,p=0,m=[];p<s.length;){h.lastIndex=UNSUPPORTED_Y?0:p;var A,g=regexpExecAbstract(h,UNSUPPORTED_Y?stringSlice$5(s,p):s);if(null===g||(A=min$2(toLength(h.lastIndex+(UNSUPPORTED_Y?p:0)),s.length))===f)p=advanceStringIndex(s,p,c);else{if(push$4(m,stringSlice$5(s,f,p)),m.length===u)return m;for(var y=1;y<=g.length-1;y++)if(push$4(m,g[y]),m.length===u)return m;p=f=A}}return push$4(m,stringSlice$5(s,f)),m}]}),!SPLIT_WORKS_WITH_OVERWRITTEN_EXEC,UNSUPPORTED_Y);var floor$4=Math.floor,charAt$2=functionUncurryThis("".charAt),replace$5=functionUncurryThis("".replace),stringSlice$4=functionUncurryThis("".slice),SUBSTITUTION_SYMBOLS=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g,getSubstitution=function(e,t,i,r,o,n){var s=i+e.length,a=r.length,l=SUBSTITUTION_SYMBOLS_NO_NAMED;return void 0!==o&&(o=toObject(o),l=SUBSTITUTION_SYMBOLS),replace$5(n,l,(function(n,l){var c;switch(charAt$2(l,0)){case"$":return"$";case"&":return e;case"`":return stringSlice$4(t,0,i);case"'":return stringSlice$4(t,s);case"<":c=o[stringSlice$4(l,1,-1)];break;default:var d=+l;if(0===d)return n;if(d>a){var h=floor$4(d/10);return 0===h?n:h<=a?void 0===r[h-1]?charAt$2(l,1):r[h-1]+charAt$2(l,1):n}c=r[d-1]}return void 0===c?"":c}))},REPLACE=wellKnownSymbol("replace"),max$1=Math.max,min$1=Math.min,concat$1=functionUncurryThis([].concat),push$3=functionUncurryThis([].push),stringIndexOf=functionUncurryThis("".indexOf),stringSlice$3=functionUncurryThis("".slice),maybeToString=function(e){return void 0===e?e:String(e)},REPLACE_KEEPS_$0="$0"==="a".replace(/./,"$0"),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=!!/./[REPLACE]&&""===/./[REPLACE]("a","$0"),REPLACE_SUPPORTS_NAMED_GROUPS=!fails((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}));fixRegexpWellKnownSymbolLogic("replace",(function(e,t,i){var r=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(e,i){var r=requireObjectCoercible(this),o=null==e?void 0:getMethod(e,REPLACE);return o?functionCall(o,e,r,i):functionCall(t,toString_1(r),e,i)},function(e,o){var n=anObject(this),s=toString_1(e);if("string"==typeof o&&-1===stringIndexOf(o,r)&&-1===stringIndexOf(o,"$<")){var a=i(t,n,s,o);if(a.done)return a.value}var l=isCallable(o);l||(o=toString_1(o));var c=n.global;if(c){var d=n.unicode;n.lastIndex=0}for(var h=[];;){var u=regexpExecAbstract(n,s);if(null===u)break;if(push$3(h,u),!c)break;""===toString_1(u[0])&&(n.lastIndex=advanceStringIndex(s,toLength(n.lastIndex),d))}for(var f="",p=0,m=0;m<h.length;m++){for(var A=toString_1((u=h[m])[0]),g=max$1(min$1(toIntegerOrInfinity(u.index),s.length),0),y=[],C=1;C<u.length;C++)push$3(y,maybeToString(u[C]));var D=u.groups;if(l){var v=concat$1([A],y,g,s);void 0!==D&&push$3(v,D);var B=toString_1(functionApply(o,void 0,v))}else B=getSubstitution(A,s,g,y,D,o);g>=p&&(f+=stringSlice$3(s,p,g)+B,p=g+A.length)}return f+stringSlice$3(s,p)}]}),!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);var sameValue=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};fixRegexpWellKnownSymbolLogic("search",(function(e,t,i){return[function(t){var i=requireObjectCoercible(this),r=null==t?void 0:getMethod(t,e);return r?functionCall(r,t,i):new RegExp(t)[e](toString_1(i))},function(e){var r=anObject(this),o=toString_1(e),n=i(t,r,o);if(n.done)return n.value;var s=r.lastIndex;sameValue(s,0)||(r.lastIndex=0);var a=regexpExecAbstract(r,o);return sameValue(r.lastIndex,s)||(r.lastIndex=s),null===a?-1:a.index}]}));var IS_CONCAT_SPREADABLE=wellKnownSymbol("isConcatSpreadable"),MAX_SAFE_INTEGER$1=9007199254740991,MAXIMUM_ALLOWED_INDEX_EXCEEDED="Maximum allowed index exceeded",TypeError$8=global_1.TypeError,IS_CONCAT_SPREADABLE_SUPPORT=engineV8Version>=51||!fails((function(){var e=[];return e[IS_CONCAT_SPREADABLE]=!1,e.concat()[0]!==e})),SPECIES_SUPPORT=arrayMethodHasSpeciesSupport("concat"),isConcatSpreadable=function(e){if(!isObject(e))return!1;var t=e[IS_CONCAT_SPREADABLE];return void 0!==t?!!t:isArray(e)},FORCED$2=!IS_CONCAT_SPREADABLE_SUPPORT||!SPECIES_SUPPORT;_export({target:"Array",proto:!0,forced:FORCED$2},{concat:function(e){var t,i,r,o,n,s=toObject(this),a=arraySpeciesCreate(s,0),l=0;for(t=-1,r=arguments.length;t<r;t++)if(isConcatSpreadable(n=-1===t?s:arguments[t])){if(l+(o=lengthOfArrayLike(n))>MAX_SAFE_INTEGER$1)throw TypeError$8(MAXIMUM_ALLOWED_INDEX_EXCEEDED);for(i=0;i<o;i++,l++)i in n&&createProperty(a,l,n[i])}else{if(l>=MAX_SAFE_INTEGER$1)throw TypeError$8(MAXIMUM_ALLOWED_INDEX_EXCEEDED);createProperty(a,l++,n)}return a.length=l,a}});var whitespaces="\t\n\v\f\r    \u2028\u2029\ufeff",replace$4=functionUncurryThis("".replace),whitespace="["+whitespaces+"]",ltrim=RegExp("^"+whitespace+whitespace+"*"),rtrim=RegExp(whitespace+whitespace+"*$"),createMethod=function(e){return function(t){var i=toString_1(requireObjectCoercible(t));return 1&e&&(i=replace$4(i,ltrim,"")),2&e&&(i=replace$4(i,rtrim,"")),i}},stringTrim={start:createMethod(1),end:createMethod(2),trim:createMethod(3)},PROPER_FUNCTION_NAME=functionName.PROPER,non="…",stringTrimForced=function(e){return fails((function(){return!!whitespaces[e]()||non[e]()!==non||PROPER_FUNCTION_NAME&&whitespaces[e].name!==e}))},$trim=stringTrim.trim;_export({target:"String",proto:!0,forced:stringTrimForced("trim")},{trim:function(){return $trim(this)}}),fixRegexpWellKnownSymbolLogic("match",(function(e,t,i){return[function(t){var i=requireObjectCoercible(this),r=null==t?void 0:getMethod(t,e);return r?functionCall(r,t,i):new RegExp(t)[e](toString_1(i))},function(e){var r=anObject(this),o=toString_1(e),n=i(t,r,o);if(n.done)return n.value;if(!r.global)return regexpExecAbstract(r,o);var s=r.unicode;r.lastIndex=0;for(var a,l=[],c=0;null!==(a=regexpExecAbstract(r,o));){var d=toString_1(a[0]);l[c]=d,""===d&&(r.lastIndex=advanceStringIndex(o,toLength(r.lastIndex),s)),c++}return 0===c?null:l}]}));var un$Join=functionUncurryThis([].join),ES3_STRINGS=indexedObject!=Object,STRICT_METHOD=arrayMethodIsStrict("join",",");_export({target:"Array",proto:!0,forced:ES3_STRINGS||!STRICT_METHOD},{join:function(e){return un$Join(toIndexedObject(this),void 0===e?",":e)}});var HAS_SPECIES_SUPPORT$2=arrayMethodHasSpeciesSupport("splice"),TypeError$7=global_1.TypeError,max=Math.max,min=Math.min,MAX_SAFE_INTEGER=9007199254740991,MAXIMUM_ALLOWED_LENGTH_EXCEEDED="Maximum allowed length exceeded";_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$2},{splice:function(e,t){var i,r,o,n,s,a,l=toObject(this),c=lengthOfArrayLike(l),d=toAbsoluteIndex(e,c),h=arguments.length;if(0===h?i=r=0:1===h?(i=0,r=c-d):(i=h-2,r=min(max(toIntegerOrInfinity(t),0),c-d)),c+i-r>MAX_SAFE_INTEGER)throw TypeError$7(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);for(o=arraySpeciesCreate(l,r),n=0;n<r;n++)(s=d+n)in l&&createProperty(o,n,l[s]);if(o.length=r,i<r){for(n=d;n<c-r;n++)a=n+i,(s=n+r)in l?l[a]=l[s]:delete l[a];for(n=c;n>c-r+i;n--)delete l[n-1]}else if(i>r)for(n=c-r;n>d;n--)a=n+i-1,(s=n+r-1)in l?l[a]=l[s]:delete l[a];for(n=0;n<i;n++)l[n+d]=arguments[n+2];return l.length=c-r+i,o}});var $map=arrayIteration.map,HAS_SPECIES_SUPPORT$1=arrayMethodHasSpeciesSupport("map");_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT$1},{map:function(e){return $map(this,e,arguments.length>1?arguments[1]:void 0)}}),_export({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return functionCall(URL.prototype.toString,this)}});var $filter=arrayIteration.filter,HAS_SPECIES_SUPPORT=arrayMethodHasSpeciesSupport("filter");_export({target:"Array",proto:!0,forced:!HAS_SPECIES_SUPPORT},{filter:function(e){return $filter(this,e,arguments.length>1?arguments[1]:void 0)}});var thisNumberValue=functionUncurryThis(1..valueOf),getOwnPropertyNames$1=objectGetOwnPropertyNames.f,getOwnPropertyDescriptor$2=objectGetOwnPropertyDescriptor.f,defineProperty$1=objectDefineProperty.f,trim=stringTrim.trim,NUMBER="Number",NativeNumber=global_1[NUMBER],NumberPrototype=NativeNumber.prototype,TypeError$6=global_1.TypeError,arraySlice=functionUncurryThis("".slice),charCodeAt$1=functionUncurryThis("".charCodeAt),toNumeric=function(e){var t=toPrimitive(e,"number");return"bigint"==typeof t?t:toNumber(t)},toNumber=function(e){var t,i,r,o,n,s,a,l,c=toPrimitive(e,"number");if(isSymbol(c))throw TypeError$6("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=trim(c),43===(t=charCodeAt$1(c,0))||45===t){if(88===(i=charCodeAt$1(c,2))||120===i)return NaN}else if(48===t){switch(charCodeAt$1(c,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+c}for(s=(n=arraySlice(c,2)).length,a=0;a<s;a++)if((l=charCodeAt$1(n,a))<48||l>o)return NaN;return parseInt(n,r)}return+c};if(isForced_1(NUMBER,!NativeNumber(" 0o1")||!NativeNumber("0b1")||NativeNumber("+0x1"))){for(var NumberWrapper=function(e){var t=arguments.length<1?0:NativeNumber(toNumeric(e)),i=this;return objectIsPrototypeOf(NumberPrototype,i)&&fails((function(){thisNumberValue(i)}))?inheritIfRequired(Object(t),i,NumberWrapper):t},keys=descriptors?getOwnPropertyNames$1(NativeNumber):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),j=0,key;keys.length>j;j++)hasOwnProperty_1(NativeNumber,key=keys[j])&&!hasOwnProperty_1(NumberWrapper,key)&&defineProperty$1(NumberWrapper,key,getOwnPropertyDescriptor$2(NativeNumber,key));NumberWrapper.prototype=NumberPrototype,NumberPrototype.constructor=NumberWrapper,redefine(global_1,NUMBER,NumberWrapper)}var quot=/"/g,replace$3=functionUncurryThis("".replace),createHtml=function(e,t,i,r){var o=toString_1(requireObjectCoercible(e)),n="<"+t;return""!==i&&(n+=" "+i+'="'+replace$3(toString_1(r),quot,"&quot;")+'"'),n+">"+o+"</"+t+">"},stringHtmlForced=function(e){return fails((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))};_export({target:"String",proto:!0,forced:stringHtmlForced("anchor")},{anchor:function(e){return createHtml(this,"a","name",e)}});var webkit=engineUserAgent.match(/AppleWebKit\/(\d+)\./),engineWebkitVersion=!!webkit&&+webkit[1],objectPrototypeAccessorsForced=!fails((function(){if(!(engineWebkitVersion&&engineWebkitVersion<535)){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete global_1[e]}}));descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineGetter__:function(e,t){objectDefineProperty.f(toObject(this),e,{get:aCallable(t),enumerable:!0,configurable:!0})}}),descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__defineSetter__:function(e,t){objectDefineProperty.f(toObject(this),e,{set:aCallable(t),enumerable:!0,configurable:!0})}});var getOwnPropertyDescriptor$1=objectGetOwnPropertyDescriptor.f;descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__lookupGetter__:function(e){var t,i=toObject(this),r=toPropertyKey(e);do{if(t=getOwnPropertyDescriptor$1(i,r))return t.get}while(i=objectGetPrototypeOf(i))}});var getOwnPropertyDescriptor=objectGetOwnPropertyDescriptor.f;descriptors&&_export({target:"Object",proto:!0,forced:objectPrototypeAccessorsForced},{__lookupSetter__:function(e){var t,i=toObject(this),r=toPropertyKey(e);do{if(t=getOwnPropertyDescriptor(i,r))return t.set}while(i=objectGetPrototypeOf(i))}});var nativeGetOwnPropertyDescriptor=objectGetOwnPropertyDescriptor.f,FAILS_ON_PRIMITIVES$7=fails((function(){nativeGetOwnPropertyDescriptor(1)})),FORCED$1=!descriptors||FAILS_ON_PRIMITIVES$7;_export({target:"Object",stat:!0,forced:FORCED$1,sham:!descriptors},{getOwnPropertyDescriptor:function(e,t){return nativeGetOwnPropertyDescriptor(toIndexedObject(e),t)}});var getOwnPropertyNames=objectGetOwnPropertyNamesExternal.f,FAILS_ON_PRIMITIVES$6=fails((function(){return!Object.getOwnPropertyNames(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$6},{getOwnPropertyNames:getOwnPropertyNames});var arrayBufferNonExtensible=fails((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),$isExtensible=Object.isExtensible,FAILS_ON_PRIMITIVES$5=fails((function(){$isExtensible(1)})),objectIsExtensible=FAILS_ON_PRIMITIVES$5||arrayBufferNonExtensible?function(e){return!!isObject(e)&&(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))&&(!$isExtensible||$isExtensible(e))}:$isExtensible,freezing=!fails((function(){return Object.isExtensible(Object.preventExtensions({}))})),internalMetadata=createCommonjsModule((function(e){var t=objectDefineProperty.f,i=!1,r=uid("meta"),o=0,n=function(e){t(e,r,{value:{objectID:"O"+o++,weakData:{}}})},s=e.exports={enable:function(){s.enable=function(){},i=!0;var e=objectGetOwnPropertyNames.f,t=functionUncurryThis([].splice),o={};o[r]=1,e(o).length&&(objectGetOwnPropertyNames.f=function(i){for(var o=e(i),n=0,s=o.length;n<s;n++)if(o[n]===r){t(o,n,1);break}return o},_export({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:objectGetOwnPropertyNamesExternal.f}))},fastKey:function(e,t){if(!isObject(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!hasOwnProperty_1(e,r)){if(!objectIsExtensible(e))return"F";if(!t)return"E";n(e)}return e[r].objectID},getWeakData:function(e,t){if(!hasOwnProperty_1(e,r)){if(!objectIsExtensible(e))return!0;if(!t)return!1;n(e)}return e[r].weakData},onFreeze:function(e){return freezing&&i&&objectIsExtensible(e)&&!hasOwnProperty_1(e,r)&&n(e),e}};hiddenKeys$1[r]=!0}));internalMetadata.enable,internalMetadata.fastKey,internalMetadata.getWeakData,internalMetadata.onFreeze;var onFreeze$2=internalMetadata.onFreeze,$seal=Object.seal,FAILS_ON_PRIMITIVES$4=fails((function(){$seal(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$4,sham:!freezing},{seal:function(e){return $seal&&isObject(e)?$seal(onFreeze$2(e)):e}});var onFreeze$1=internalMetadata.onFreeze,$freeze=Object.freeze,FAILS_ON_PRIMITIVES$3=fails((function(){$freeze(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$3,sham:!freezing},{freeze:function(e){return $freeze&&isObject(e)?$freeze(onFreeze$1(e)):e}});var onFreeze=internalMetadata.onFreeze,$preventExtensions=Object.preventExtensions,FAILS_ON_PRIMITIVES$2=fails((function(){$preventExtensions(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$2,sham:!freezing},{preventExtensions:function(e){return $preventExtensions&&isObject(e)?$preventExtensions(onFreeze(e)):e}});var $isSealed=Object.isSealed,FAILS_ON_PRIMITIVES$1=fails((function(){$isSealed(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES$1||arrayBufferNonExtensible},{isSealed:function(e){return!isObject(e)||!(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))||!!$isSealed&&$isSealed(e)}});var $isFrozen=Object.isFrozen,FAILS_ON_PRIMITIVES=fails((function(){$isFrozen(1)}));_export({target:"Object",stat:!0,forced:FAILS_ON_PRIMITIVES||arrayBufferNonExtensible},{isFrozen:function(e){return!isObject(e)||!(!arrayBufferNonExtensible||"ArrayBuffer"!=classofRaw(e))||!!$isFrozen&&$isFrozen(e)}}),_export({target:"Object",stat:!0,forced:Object.isExtensible!==objectIsExtensible},{isExtensible:objectIsExtensible});var $find=arrayIteration.find,FIND="find",SKIPS_HOLES=!0;FIND in[]&&Array(1)[FIND]((function(){SKIPS_HOLES=!1})),_export({target:"Array",proto:!0,forced:SKIPS_HOLES},{find:function(e){return $find(this,e,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables(FIND);var RangeError$3=global_1.RangeError,stringRepeat=function(e){var t=toString_1(requireObjectCoercible(this)),i="",r=toIntegerOrInfinity(e);if(r<0||r==1/0)throw RangeError$3("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))1&r&&(i+=t);return i},RangeError$2=global_1.RangeError,String$1=global_1.String,floor$3=Math.floor,repeat=functionUncurryThis(stringRepeat),stringSlice$2=functionUncurryThis("".slice),un$ToFixed=functionUncurryThis(1..toFixed),pow$1=function(e,t,i){return 0===t?i:t%2==1?pow$1(e,t-1,i*e):pow$1(e*e,t/2,i)},log=function(e){for(var t=0,i=e;i>=4096;)t+=12,i/=4096;for(;i>=2;)t+=1,i/=2;return t},multiply=function(e,t,i){for(var r=-1,o=i;++r<6;)o+=t*e[r],e[r]=o%1e7,o=floor$3(o/1e7)},divide=function(e,t){for(var i=6,r=0;--i>=0;)r+=e[i],e[i]=floor$3(r/t),r=r%t*1e7},dataToString=function(e){for(var t=6,i="";--t>=0;)if(""!==i||0===t||0!==e[t]){var r=String$1(e[t]);i=""===i?r:i+repeat("0",7-r.length)+r}return i},FORCED=fails((function(){return"0.000"!==un$ToFixed(8e-5,3)||"1"!==un$ToFixed(.9,0)||"1.25"!==un$ToFixed(1.255,2)||"1000000000000000128"!==un$ToFixed(0xde0b6b3a7640080,0)}))||!fails((function(){un$ToFixed({})}));_export({target:"Number",proto:!0,forced:FORCED},{toFixed:function(e){var t,i,r,o,n=thisNumberValue(this),s=toIntegerOrInfinity(e),a=[0,0,0,0,0,0],l="",c="0";if(s<0||s>20)throw RangeError$2("Incorrect fraction digits");if(n!=n)return"NaN";if(n<=-1e21||n>=1e21)return String$1(n);if(n<0&&(l="-",n=-n),n>1e-21)if(i=(t=log(n*pow$1(2,69,1))-69)<0?n*pow$1(2,-t,1):n/pow$1(2,t,1),i*=4503599627370496,(t=52-t)>0){for(multiply(a,0,i),r=s;r>=7;)multiply(a,1e7,0),r-=7;for(multiply(a,pow$1(10,r,1),0),r=t-1;r>=23;)divide(a,1<<23),r-=23;divide(a,1<<r),multiply(a,1,1),divide(a,2),c=dataToString(a)}else multiply(a,0,i),multiply(a,1<<-t,0),c=dataToString(a)+repeat("0",s);return s>0?l+((o=c.length)<=s?"0."+repeat("0",s-o)+c:stringSlice$2(c,0,o-s)+"."+stringSlice$2(c,o-s)):l+c}});var ITERATOR$3=wellKnownSymbol("iterator"),nativeUrl=!fails((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,i="";return e.pathname="c%20d",t.forEach((function(e,r){t.delete("b"),i+=r+e})),isPure&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[ITERATOR$3]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==i||"x"!==new URL("http://x",void 0).host})),TypeError$5=global_1.TypeError,anInstance=function(e,t){if(objectIsPrototypeOf(t,e))return e;throw TypeError$5("Incorrect invocation")},$assign=Object.assign,defineProperty=Object.defineProperty,concat=functionUncurryThis([].concat),objectAssign=!$assign||fails((function(){if(descriptors&&1!==$assign({b:1},$assign(defineProperty({},"a",{enumerable:!0,get:function(){defineProperty(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},i=Symbol(),r="abcdefghijklmnopqrst";return e[i]=7,r.split("").forEach((function(e){t[e]=e})),7!=$assign({},e)[i]||objectKeys($assign({},t)).join("")!=r}))?function(e,t){for(var i=toObject(e),r=arguments.length,o=1,n=objectGetOwnPropertySymbols.f,s=objectPropertyIsEnumerable.f;r>o;)for(var a,l=indexedObject(arguments[o++]),c=n?concat(objectKeys(l),n(l)):objectKeys(l),d=c.length,h=0;d>h;)a=c[h++],descriptors&&!functionCall(s,l,a)||(i[a]=l[a]);return i}:$assign,iteratorClose=function(e,t,i){var r,o;anObject(e);try{if(!(r=getMethod(e,"return"))){if("throw"===t)throw i;return i}r=functionCall(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw i;if(o)throw r;return anObject(r),i},callWithSafeIterationClosing=function(e,t,i,r){try{return r?t(anObject(i)[0],i[1]):t(i)}catch(t){iteratorClose(e,"throw",t)}},ITERATOR$2=wellKnownSymbol("iterator"),ArrayPrototype=Array.prototype,isArrayIteratorMethod=function(e){return void 0!==e&&(iterators.Array===e||ArrayPrototype[ITERATOR$2]===e)},ITERATOR$1=wellKnownSymbol("iterator"),getIteratorMethod=function(e){if(null!=e)return getMethod(e,ITERATOR$1)||getMethod(e,"@@iterator")||iterators[classof(e)]},TypeError$4=global_1.TypeError,getIterator=function(e,t){var i=arguments.length<2?getIteratorMethod(e):t;if(aCallable(i))return anObject(functionCall(i,e));throw TypeError$4(tryToString(e)+" is not iterable")},Array$1=global_1.Array,arrayFrom=function(e){var t=toObject(e),i=isConstructor(this),r=arguments.length,o=r>1?arguments[1]:void 0,n=void 0!==o;n&&(o=functionBindContext(o,r>2?arguments[2]:void 0));var s,a,l,c,d,h,u=getIteratorMethod(t),f=0;if(!u||this==Array$1&&isArrayIteratorMethod(u))for(s=lengthOfArrayLike(t),a=i?new this(s):Array$1(s);s>f;f++)h=n?o(t[f],f):t[f],createProperty(a,f,h);else for(d=(c=getIterator(t,u)).next,a=i?new this:[];!(l=functionCall(d,c)).done;f++)h=n?callWithSafeIterationClosing(c,o,[l.value,f],!0):l.value,createProperty(a,f,h);return a.length=f,a},maxInt=2147483647,base=36,tMin=1,tMax=26,skew=38,damp=700,initialBias=72,initialN=128,delimiter="-",regexNonASCII=/[^\0-\u007E]/,regexSeparators=/[.\u3002\uFF0E\uFF61]/g,OVERFLOW_ERROR="Overflow: input needs wider integers to process",baseMinusTMin=base-tMin,RangeError$1=global_1.RangeError,exec$1=functionUncurryThis(regexSeparators.exec),floor$2=Math.floor,fromCharCode=String.fromCharCode,charCodeAt=functionUncurryThis("".charCodeAt),join$2=functionUncurryThis([].join),push$2=functionUncurryThis([].push),replace$2=functionUncurryThis("".replace),split$2=functionUncurryThis("".split),toLowerCase$1=functionUncurryThis("".toLowerCase),ucs2decode=function(e){for(var t=[],i=0,r=e.length;i<r;){var o=charCodeAt(e,i++);if(o>=55296&&o<=56319&&i<r){var n=charCodeAt(e,i++);56320==(64512&n)?push$2(t,((1023&o)<<10)+(1023&n)+65536):(push$2(t,o),i--)}else push$2(t,o)}return t},digitToBasic=function(e){return e+22+75*(e<26)},adapt=function(e,t,i){var r=0;for(e=i?floor$2(e/damp):e>>1,e+=floor$2(e/t);e>baseMinusTMin*tMax>>1;)e=floor$2(e/baseMinusTMin),r+=base;return floor$2(r+(baseMinusTMin+1)*e/(e+skew))},encode=function(e){var t,i,r=[],o=(e=ucs2decode(e)).length,n=initialN,s=0,a=initialBias;for(t=0;t<e.length;t++)(i=e[t])<128&&push$2(r,fromCharCode(i));var l=r.length,c=l;for(l&&push$2(r,delimiter);c<o;){var d=maxInt;for(t=0;t<e.length;t++)(i=e[t])>=n&&i<d&&(d=i);var h=c+1;if(d-n>floor$2((maxInt-s)/h))throw RangeError$1(OVERFLOW_ERROR);for(s+=(d-n)*h,n=d,t=0;t<e.length;t++){if((i=e[t])<n&&++s>maxInt)throw RangeError$1(OVERFLOW_ERROR);if(i==n){for(var u=s,f=base;;){var p=f<=a?tMin:f>=a+tMax?tMax:f-a;if(u<p)break;var m=u-p,A=base-p;push$2(r,fromCharCode(digitToBasic(p+m%A))),u=floor$2(m/A),f+=base}push$2(r,fromCharCode(digitToBasic(u))),a=adapt(s,h,c==l),s=0,c++}}s++,n++}return join$2(r,"")},stringPunycodeToAscii=function(e){var t,i,r=[],o=split$2(replace$2(toLowerCase$1(e),regexSeparators,"."),".");for(t=0;t<o.length;t++)i=o[t],push$2(r,exec$1(regexNonASCII,i)?"xn--"+encode(i):i);return join$2(r,".")},TypeError$3=global_1.TypeError,validateArgumentsLength=function(e,t){if(e<t)throw TypeError$3("Not enough arguments");return e},redefineAll=function(e,t,i){for(var r in t)redefine(e,r,t[r],i);return e},floor$1=Math.floor,mergeSort=function(e,t){var i=e.length,r=floor$1(i/2);return i<8?insertionSort(e,t):merge(e,mergeSort(arraySliceSimple(e,0,r),t),mergeSort(arraySliceSimple(e,r),t),t)},insertionSort=function(e,t){for(var i,r,o=e.length,n=1;n<o;){for(r=n,i=e[n];r&&t(e[r-1],i)>0;)e[r]=e[--r];r!==n++&&(e[r]=i)}return e},merge=function(e,t,i,r){for(var o=t.length,n=i.length,s=0,a=0;s<o||a<n;)e[s+a]=s<o&&a<n?r(t[s],i[a])<=0?t[s++]:i[a++]:s<o?t[s++]:i[a++];return e},arraySort=mergeSort,ITERATOR=wellKnownSymbol("iterator"),URL_SEARCH_PARAMS="URLSearchParams",URL_SEARCH_PARAMS_ITERATOR=URL_SEARCH_PARAMS+"Iterator",setInternalState$1=internalState.set,getInternalParamsState=internalState.getterFor(URL_SEARCH_PARAMS),getInternalIteratorState=internalState.getterFor(URL_SEARCH_PARAMS_ITERATOR),n$Fetch=getBuiltIn("fetch"),N$Request=getBuiltIn("Request"),Headers=getBuiltIn("Headers"),RequestPrototype=N$Request&&N$Request.prototype,HeadersPrototype=Headers&&Headers.prototype,RegExp$1=global_1.RegExp,TypeError$2=global_1.TypeError,decodeURIComponent$1=global_1.decodeURIComponent,encodeURIComponent$1=global_1.encodeURIComponent,charAt$1=functionUncurryThis("".charAt),join$1=functionUncurryThis([].join),push$1=functionUncurryThis([].push),replace$1=functionUncurryThis("".replace),shift$1=functionUncurryThis([].shift),splice=functionUncurryThis([].splice),split$1=functionUncurryThis("".split),stringSlice$1=functionUncurryThis("".slice),plus=/\+/g,sequences=Array(4),percentSequence=function(e){return sequences[e-1]||(sequences[e-1]=RegExp$1("((?:%[\\da-f]{2}){"+e+"})","gi"))},percentDecode=function(e){try{return decodeURIComponent$1(e)}catch(t){return e}},deserialize=function(e){var t=replace$1(e,plus," "),i=4;try{return decodeURIComponent$1(t)}catch(e){for(;i;)t=replace$1(t,percentSequence(i--),percentDecode);return t}},find=/[!'()~]|%20/g,replacements={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},replacer=function(e){return replacements[e]},serialize=function(e){return replace$1(encodeURIComponent$1(e),find,replacer)},URLSearchParamsIterator=createIteratorConstructor((function(e,t){setInternalState$1(this,{type:URL_SEARCH_PARAMS_ITERATOR,iterator:getIterator(getInternalParamsState(e).entries),kind:t})}),"Iterator",(function(){var e=getInternalIteratorState(this),t=e.kind,i=e.iterator.next(),r=i.value;return i.done||(i.value="keys"===t?r.key:"values"===t?r.value:[r.key,r.value]),i}),!0),URLSearchParamsState=function(e){this.entries=[],this.url=null,void 0!==e&&(isObject(e)?this.parseObject(e):this.parseQuery("string"==typeof e?"?"===charAt$1(e,0)?stringSlice$1(e,1):e:toString_1(e)))};URLSearchParamsState.prototype={type:URL_SEARCH_PARAMS,bindURL:function(e){this.url=e,this.update()},parseObject:function(e){var t,i,r,o,n,s,a,l=getIteratorMethod(e);if(l)for(i=(t=getIterator(e,l)).next;!(r=functionCall(i,t)).done;){if(n=(o=getIterator(anObject(r.value))).next,(s=functionCall(n,o)).done||(a=functionCall(n,o)).done||!functionCall(n,o).done)throw TypeError$2("Expected sequence with length 2");push$1(this.entries,{key:toString_1(s.value),value:toString_1(a.value)})}else for(var c in e)hasOwnProperty_1(e,c)&&push$1(this.entries,{key:c,value:toString_1(e[c])})},parseQuery:function(e){if(e)for(var t,i,r=split$1(e,"&"),o=0;o<r.length;)(t=r[o++]).length&&(i=split$1(t,"="),push$1(this.entries,{key:deserialize(shift$1(i)),value:deserialize(join$1(i,"="))}))},serialize:function(){for(var e,t=this.entries,i=[],r=0;r<t.length;)e=t[r++],push$1(i,serialize(e.key)+"="+serialize(e.value));return join$1(i,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var URLSearchParamsConstructor=function(){anInstance(this,URLSearchParamsPrototype);var e=arguments.length>0?arguments[0]:void 0;setInternalState$1(this,new URLSearchParamsState(e))},URLSearchParamsPrototype=URLSearchParamsConstructor.prototype;if(redefineAll(URLSearchParamsPrototype,{append:function(e,t){validateArgumentsLength(arguments.length,2);var i=getInternalParamsState(this);push$1(i.entries,{key:toString_1(e),value:toString_1(t)}),i.updateURL()},delete:function(e){validateArgumentsLength(arguments.length,1);for(var t=getInternalParamsState(this),i=t.entries,r=toString_1(e),o=0;o<i.length;)i[o].key===r?splice(i,o,1):o++;t.updateURL()},get:function(e){validateArgumentsLength(arguments.length,1);for(var t=getInternalParamsState(this).entries,i=toString_1(e),r=0;r<t.length;r++)if(t[r].key===i)return t[r].value;return null},getAll:function(e){validateArgumentsLength(arguments.length,1);for(var t=getInternalParamsState(this).entries,i=toString_1(e),r=[],o=0;o<t.length;o++)t[o].key===i&&push$1(r,t[o].value);return r},has:function(e){validateArgumentsLength(arguments.length,1);for(var t=getInternalParamsState(this).entries,i=toString_1(e),r=0;r<t.length;)if(t[r++].key===i)return!0;return!1},set:function(e,t){validateArgumentsLength(arguments.length,1);for(var i,r=getInternalParamsState(this),o=r.entries,n=!1,s=toString_1(e),a=toString_1(t),l=0;l<o.length;l++)(i=o[l]).key===s&&(n?splice(o,l--,1):(n=!0,i.value=a));n||push$1(o,{key:s,value:a}),r.updateURL()},sort:function(){var e=getInternalParamsState(this);arraySort(e.entries,(function(e,t){return e.key>t.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,i=getInternalParamsState(this).entries,r=functionBindContext(e,arguments.length>1?arguments[1]:void 0),o=0;o<i.length;)r((t=i[o++]).value,t.key,this)},keys:function(){return new URLSearchParamsIterator(this,"keys")},values:function(){return new URLSearchParamsIterator(this,"values")},entries:function(){return new URLSearchParamsIterator(this,"entries")}},{enumerable:!0}),redefine(URLSearchParamsPrototype,ITERATOR,URLSearchParamsPrototype.entries,{name:"entries"}),redefine(URLSearchParamsPrototype,"toString",(function(){return getInternalParamsState(this).serialize()}),{enumerable:!0}),setToStringTag(URLSearchParamsConstructor,URL_SEARCH_PARAMS),_export({global:!0,forced:!nativeUrl},{URLSearchParams:URLSearchParamsConstructor}),!nativeUrl&&isCallable(Headers)){var headersHas=functionUncurryThis(HeadersPrototype.has),headersSet=functionUncurryThis(HeadersPrototype.set),wrapRequestOptions=function(e){if(isObject(e)){var t,i=e.body;if(classof(i)===URL_SEARCH_PARAMS)return t=e.headers?new Headers(e.headers):new Headers,headersHas(t,"content-type")||headersSet(t,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),objectCreate(e,{body:createPropertyDescriptor(0,toString_1(i)),headers:createPropertyDescriptor(0,t)})}return e};if(isCallable(n$Fetch)&&_export({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return n$Fetch(e,arguments.length>1?wrapRequestOptions(arguments[1]):{})}}),isCallable(N$Request)){var RequestConstructor=function(e){return anInstance(this,RequestPrototype),new N$Request(e,arguments.length>1?wrapRequestOptions(arguments[1]):{})};RequestPrototype.constructor=RequestConstructor,RequestConstructor.prototype=RequestPrototype,_export({global:!0,forced:!0},{Request:RequestConstructor})}}var web_urlSearchParams={URLSearchParams:URLSearchParamsConstructor,getState:getInternalParamsState},defineProperties=objectDefineProperties.f,codeAt=stringMultibyte.codeAt,setInternalState=internalState.set,getInternalURLState=internalState.getterFor("URL"),URLSearchParams$1=web_urlSearchParams.URLSearchParams,getInternalSearchParamsState=web_urlSearchParams.getState,NativeURL=global_1.URL,TypeError$1=global_1.TypeError,parseInt$1=global_1.parseInt,floor=Math.floor,pow=Math.pow,charAt=functionUncurryThis("".charAt),exec=functionUncurryThis(/./.exec),join=functionUncurryThis([].join),numberToString=functionUncurryThis(1..toString),pop=functionUncurryThis([].pop),push=functionUncurryThis([].push),replace=functionUncurryThis("".replace),shift=functionUncurryThis([].shift),split=functionUncurryThis("".split),stringSlice=functionUncurryThis("".slice),toLowerCase=functionUncurryThis("".toLowerCase),unshift=functionUncurryThis([].unshift),INVALID_AUTHORITY="Invalid authority",INVALID_SCHEME="Invalid scheme",INVALID_HOST="Invalid host",INVALID_PORT="Invalid port",ALPHA=/[a-z]/i,ALPHANUMERIC=/[\d+-.a-z]/i,DIGIT=/\d/,HEX_START=/^0x/i,OCT=/^[0-7]+$/,DEC=/^\d+$/,HEX=/^[\da-f]+$/i,FORBIDDEN_HOST_CODE_POINT=/[\0\t\n\r #%/:<>?@[\\\]^|]/,FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT=/[\0\t\n\r #/:<>?@[\\\]^|]/,LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE=/^[\u0000-\u0020]+|[\u0000-\u0020]+$/g,TAB_AND_NEW_LINE=/[\t\n\r]/g,EOF,parseIPv4=function(e){var t,i,r,o,n,s,a,l=split(e,".");if(l.length&&""==l[l.length-1]&&l.length--,(t=l.length)>4)return e;for(i=[],r=0;r<t;r++){if(""==(o=l[r]))return e;if(n=10,o.length>1&&"0"==charAt(o,0)&&(n=exec(HEX_START,o)?16:8,o=stringSlice(o,8==n?1:2)),""===o)s=0;else{if(!exec(10==n?DEC:8==n?OCT:HEX,o))return e;s=parseInt$1(o,n)}push(i,s)}for(r=0;r<t;r++)if(s=i[r],r==t-1){if(s>=pow(256,5-t))return null}else if(s>255)return null;for(a=pop(i),r=0;r<i.length;r++)a+=i[r]*pow(256,3-r);return a},parseIPv6=function(e){var t,i,r,o,n,s,a,l=[0,0,0,0,0,0,0,0],c=0,d=null,h=0,u=function(){return charAt(e,h)};if(":"==u()){if(":"!=charAt(e,1))return;h+=2,d=++c}for(;u();){if(8==c)return;if(":"!=u()){for(t=i=0;i<4&&exec(HEX,u());)t=16*t+parseInt$1(u(),16),h++,i++;if("."==u()){if(0==i)return;if(h-=i,c>6)return;for(r=0;u();){if(o=null,r>0){if(!("."==u()&&r<4))return;h++}if(!exec(DIGIT,u()))return;for(;exec(DIGIT,u());){if(n=parseInt$1(u(),10),null===o)o=n;else{if(0==o)return;o=10*o+n}if(o>255)return;h++}l[c]=256*l[c]+o,2!=++r&&4!=r||c++}if(4!=r)return;break}if(":"==u()){if(h++,!u())return}else if(u())return;l[c++]=t}else{if(null!==d)return;h++,d=++c}}if(null!==d)for(s=c-d,c=7;0!=c&&s>0;)a=l[c],l[c--]=l[d+s-1],l[d+--s]=a;else if(8!=c)return;return l},findLongestZeroSequence=function(e){for(var t=null,i=1,r=null,o=0,n=0;n<8;n++)0!==e[n]?(o>i&&(t=r,i=o),r=null,o=0):(null===r&&(r=n),++o);return o>i&&(t=r,i=o),t},serializeHost=function(e){var t,i,r,o;if("number"==typeof e){for(t=[],i=0;i<4;i++)unshift(t,e%256),e=floor(e/256);return join(t,".")}if("object"==typeof e){for(t="",r=findLongestZeroSequence(e),i=0;i<8;i++)o&&0===e[i]||(o&&(o=!1),r===i?(t+=i?":":"::",o=!0):(t+=numberToString(e[i],16),i<7&&(t+=":")));return"["+t+"]"}return e},C0ControlPercentEncodeSet={},fragmentPercentEncodeSet=objectAssign({},C0ControlPercentEncodeSet,{" ":1,'"':1,"<":1,">":1,"`":1}),pathPercentEncodeSet=objectAssign({},fragmentPercentEncodeSet,{"#":1,"?":1,"{":1,"}":1}),userinfoPercentEncodeSet=objectAssign({},pathPercentEncodeSet,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),percentEncode=function(e,t){var i=codeAt(e,0);return i>32&&i<127&&!hasOwnProperty_1(t,e)?e:encodeURIComponent(e)},specialSchemes={ftp:21,file:null,http:80,https:443,ws:80,wss:443},isWindowsDriveLetter=function(e,t){var i;return 2==e.length&&exec(ALPHA,charAt(e,0))&&(":"==(i=charAt(e,1))||!t&&"|"==i)},startsWithWindowsDriveLetter=function(e){var t;return e.length>1&&isWindowsDriveLetter(stringSlice(e,0,2))&&(2==e.length||"/"===(t=charAt(e,2))||"\\"===t||"?"===t||"#"===t)},isSingleDot=function(e){return"."===e||"%2e"===toLowerCase(e)},isDoubleDot=function(e){return".."===(e=toLowerCase(e))||"%2e."===e||".%2e"===e||"%2e%2e"===e},SCHEME_START={},SCHEME={},NO_SCHEME={},SPECIAL_RELATIVE_OR_AUTHORITY={},PATH_OR_AUTHORITY={},RELATIVE={},RELATIVE_SLASH={},SPECIAL_AUTHORITY_SLASHES={},SPECIAL_AUTHORITY_IGNORE_SLASHES={},AUTHORITY={},HOST={},HOSTNAME={},PORT={},FILE={},FILE_SLASH={},FILE_HOST={},PATH_START={},PATH={},CANNOT_BE_A_BASE_URL_PATH={},QUERY={},FRAGMENT={},URLState=function(e,t,i){var r,o,n,s=toString_1(e);if(t){if(o=this.parse(s))throw TypeError$1(o);this.searchParams=null}else{if(void 0!==i&&(r=new URLState(i,!0)),o=this.parse(s,null,r))throw TypeError$1(o);(n=getInternalSearchParamsState(new URLSearchParams$1)).bindURL(this),this.searchParams=n}};URLState.prototype={type:"URL",parse:function(e,t,i){var r,o,n,s,a=this,l=t||SCHEME_START,c=0,d="",h=!1,u=!1,f=!1;for(e=toString_1(e),t||(a.scheme="",a.username="",a.password="",a.host=null,a.port=null,a.path=[],a.query=null,a.fragment=null,a.cannotBeABaseURL=!1,e=replace(e,LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE,"")),e=replace(e,TAB_AND_NEW_LINE,""),r=arrayFrom(e);c<=r.length;){switch(o=r[c],l){case SCHEME_START:if(!o||!exec(ALPHA,o)){if(t)return INVALID_SCHEME;l=NO_SCHEME;continue}d+=toLowerCase(o),l=SCHEME;break;case SCHEME:if(o&&(exec(ALPHANUMERIC,o)||"+"==o||"-"==o||"."==o))d+=toLowerCase(o);else{if(":"!=o){if(t)return INVALID_SCHEME;d="",l=NO_SCHEME,c=0;continue}if(t&&(a.isSpecial()!=hasOwnProperty_1(specialSchemes,d)||"file"==d&&(a.includesCredentials()||null!==a.port)||"file"==a.scheme&&!a.host))return;if(a.scheme=d,t)return void(a.isSpecial()&&specialSchemes[a.scheme]==a.port&&(a.port=null));d="","file"==a.scheme?l=FILE:a.isSpecial()&&i&&i.scheme==a.scheme?l=SPECIAL_RELATIVE_OR_AUTHORITY:a.isSpecial()?l=SPECIAL_AUTHORITY_SLASHES:"/"==r[c+1]?(l=PATH_OR_AUTHORITY,c++):(a.cannotBeABaseURL=!0,push(a.path,""),l=CANNOT_BE_A_BASE_URL_PATH)}break;case NO_SCHEME:if(!i||i.cannotBeABaseURL&&"#"!=o)return INVALID_SCHEME;if(i.cannotBeABaseURL&&"#"==o){a.scheme=i.scheme,a.path=arraySliceSimple(i.path),a.query=i.query,a.fragment="",a.cannotBeABaseURL=!0,l=FRAGMENT;break}l="file"==i.scheme?FILE:RELATIVE;continue;case SPECIAL_RELATIVE_OR_AUTHORITY:if("/"!=o||"/"!=r[c+1]){l=RELATIVE;continue}l=SPECIAL_AUTHORITY_IGNORE_SLASHES,c++;break;case PATH_OR_AUTHORITY:if("/"==o){l=AUTHORITY;break}l=PATH;continue;case RELATIVE:if(a.scheme=i.scheme,o==EOF)a.username=i.username,a.password=i.password,a.host=i.host,a.port=i.port,a.path=arraySliceSimple(i.path),a.query=i.query;else if("/"==o||"\\"==o&&a.isSpecial())l=RELATIVE_SLASH;else if("?"==o)a.username=i.username,a.password=i.password,a.host=i.host,a.port=i.port,a.path=arraySliceSimple(i.path),a.query="",l=QUERY;else{if("#"!=o){a.username=i.username,a.password=i.password,a.host=i.host,a.port=i.port,a.path=arraySliceSimple(i.path),a.path.length--,l=PATH;continue}a.username=i.username,a.password=i.password,a.host=i.host,a.port=i.port,a.path=arraySliceSimple(i.path),a.query=i.query,a.fragment="",l=FRAGMENT}break;case RELATIVE_SLASH:if(!a.isSpecial()||"/"!=o&&"\\"!=o){if("/"!=o){a.username=i.username,a.password=i.password,a.host=i.host,a.port=i.port,l=PATH;continue}l=AUTHORITY}else l=SPECIAL_AUTHORITY_IGNORE_SLASHES;break;case SPECIAL_AUTHORITY_SLASHES:if(l=SPECIAL_AUTHORITY_IGNORE_SLASHES,"/"!=o||"/"!=charAt(d,c+1))continue;c++;break;case SPECIAL_AUTHORITY_IGNORE_SLASHES:if("/"!=o&&"\\"!=o){l=AUTHORITY;continue}break;case AUTHORITY:if("@"==o){h&&(d="%40"+d),h=!0,n=arrayFrom(d);for(var p=0;p<n.length;p++){var m=n[p];if(":"!=m||f){var A=percentEncode(m,userinfoPercentEncodeSet);f?a.password+=A:a.username+=A}else f=!0}d=""}else if(o==EOF||"/"==o||"?"==o||"#"==o||"\\"==o&&a.isSpecial()){if(h&&""==d)return INVALID_AUTHORITY;c-=arrayFrom(d).length+1,d="",l=HOST}else d+=o;break;case HOST:case HOSTNAME:if(t&&"file"==a.scheme){l=FILE_HOST;continue}if(":"!=o||u){if(o==EOF||"/"==o||"?"==o||"#"==o||"\\"==o&&a.isSpecial()){if(a.isSpecial()&&""==d)return INVALID_HOST;if(t&&""==d&&(a.includesCredentials()||null!==a.port))return;if(s=a.parseHost(d))return s;if(d="",l=PATH_START,t)return;continue}"["==o?u=!0:"]"==o&&(u=!1),d+=o}else{if(""==d)return INVALID_HOST;if(s=a.parseHost(d))return s;if(d="",l=PORT,t==HOSTNAME)return}break;case PORT:if(!exec(DIGIT,o)){if(o==EOF||"/"==o||"?"==o||"#"==o||"\\"==o&&a.isSpecial()||t){if(""!=d){var g=parseInt$1(d,10);if(g>65535)return INVALID_PORT;a.port=a.isSpecial()&&g===specialSchemes[a.scheme]?null:g,d=""}if(t)return;l=PATH_START;continue}return INVALID_PORT}d+=o;break;case FILE:if(a.scheme="file","/"==o||"\\"==o)l=FILE_SLASH;else{if(!i||"file"!=i.scheme){l=PATH;continue}if(o==EOF)a.host=i.host,a.path=arraySliceSimple(i.path),a.query=i.query;else if("?"==o)a.host=i.host,a.path=arraySliceSimple(i.path),a.query="",l=QUERY;else{if("#"!=o){startsWithWindowsDriveLetter(join(arraySliceSimple(r,c),""))||(a.host=i.host,a.path=arraySliceSimple(i.path),a.shortenPath()),l=PATH;continue}a.host=i.host,a.path=arraySliceSimple(i.path),a.query=i.query,a.fragment="",l=FRAGMENT}}break;case FILE_SLASH:if("/"==o||"\\"==o){l=FILE_HOST;break}i&&"file"==i.scheme&&!startsWithWindowsDriveLetter(join(arraySliceSimple(r,c),""))&&(isWindowsDriveLetter(i.path[0],!0)?push(a.path,i.path[0]):a.host=i.host),l=PATH;continue;case FILE_HOST:if(o==EOF||"/"==o||"\\"==o||"?"==o||"#"==o){if(!t&&isWindowsDriveLetter(d))l=PATH;else if(""==d){if(a.host="",t)return;l=PATH_START}else{if(s=a.parseHost(d))return s;if("localhost"==a.host&&(a.host=""),t)return;d="",l=PATH_START}continue}d+=o;break;case PATH_START:if(a.isSpecial()){if(l=PATH,"/"!=o&&"\\"!=o)continue}else if(t||"?"!=o)if(t||"#"!=o){if(o!=EOF&&(l=PATH,"/"!=o))continue}else a.fragment="",l=FRAGMENT;else a.query="",l=QUERY;break;case PATH:if(o==EOF||"/"==o||"\\"==o&&a.isSpecial()||!t&&("?"==o||"#"==o)){if(isDoubleDot(d)?(a.shortenPath(),"/"==o||"\\"==o&&a.isSpecial()||push(a.path,"")):isSingleDot(d)?"/"==o||"\\"==o&&a.isSpecial()||push(a.path,""):("file"==a.scheme&&!a.path.length&&isWindowsDriveLetter(d)&&(a.host&&(a.host=""),d=charAt(d,0)+":"),push(a.path,d)),d="","file"==a.scheme&&(o==EOF||"?"==o||"#"==o))for(;a.path.length>1&&""===a.path[0];)shift(a.path);"?"==o?(a.query="",l=QUERY):"#"==o&&(a.fragment="",l=FRAGMENT)}else d+=percentEncode(o,pathPercentEncodeSet);break;case CANNOT_BE_A_BASE_URL_PATH:"?"==o?(a.query="",l=QUERY):"#"==o?(a.fragment="",l=FRAGMENT):o!=EOF&&(a.path[0]+=percentEncode(o,C0ControlPercentEncodeSet));break;case QUERY:t||"#"!=o?o!=EOF&&("'"==o&&a.isSpecial()?a.query+="%27":a.query+="#"==o?"%23":percentEncode(o,C0ControlPercentEncodeSet)):(a.fragment="",l=FRAGMENT);break;case FRAGMENT:o!=EOF&&(a.fragment+=percentEncode(o,fragmentPercentEncodeSet))}c++}},parseHost:function(e){var t,i,r;if("["==charAt(e,0)){if("]"!=charAt(e,e.length-1))return INVALID_HOST;if(!(t=parseIPv6(stringSlice(e,1,-1))))return INVALID_HOST;this.host=t}else if(this.isSpecial()){if(e=stringPunycodeToAscii(e),exec(FORBIDDEN_HOST_CODE_POINT,e))return INVALID_HOST;if(null===(t=parseIPv4(e)))return INVALID_HOST;this.host=t}else{if(exec(FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT,e))return INVALID_HOST;for(t="",i=arrayFrom(e),r=0;r<i.length;r++)t+=percentEncode(i[r],C0ControlPercentEncodeSet);this.host=t}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"==this.scheme},includesCredentials:function(){return""!=this.username||""!=this.password},isSpecial:function(){return hasOwnProperty_1(specialSchemes,this.scheme)},shortenPath:function(){var e=this.path,t=e.length;!t||"file"==this.scheme&&1==t&&isWindowsDriveLetter(e[0],!0)||e.length--},serialize:function(){var e=this,t=e.scheme,i=e.username,r=e.password,o=e.host,n=e.port,s=e.path,a=e.query,l=e.fragment,c=t+":";return null!==o?(c+="//",e.includesCredentials()&&(c+=i+(r?":"+r:"")+"@"),c+=serializeHost(o),null!==n&&(c+=":"+n)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?s[0]:s.length?"/"+join(s,"/"):"",null!==a&&(c+="?"+a),null!==l&&(c+="#"+l),c},setHref:function(e){var t=this.parse(e);if(t)throw TypeError$1(t);this.searchParams.update()},getOrigin:function(){var e=this.scheme,t=this.port;if("blob"==e)try{return new URLConstructor(e.path[0]).origin}catch(e){return"null"}return"file"!=e&&this.isSpecial()?e+"://"+serializeHost(this.host)+(null!==t?":"+t:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(e){this.parse(toString_1(e)+":",SCHEME_START)},getUsername:function(){return this.username},setUsername:function(e){var t=arrayFrom(toString_1(e));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var i=0;i<t.length;i++)this.username+=percentEncode(t[i],userinfoPercentEncodeSet)}},getPassword:function(){return this.password},setPassword:function(e){var t=arrayFrom(toString_1(e));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var i=0;i<t.length;i++)this.password+=percentEncode(t[i],userinfoPercentEncodeSet)}},getHost:function(){var e=this.host,t=this.port;return null===e?"":null===t?serializeHost(e):serializeHost(e)+":"+t},setHost:function(e){this.cannotBeABaseURL||this.parse(e,HOST)},getHostname:function(){var e=this.host;return null===e?"":serializeHost(e)},setHostname:function(e){this.cannotBeABaseURL||this.parse(e,HOSTNAME)},getPort:function(){var e=this.port;return null===e?"":toString_1(e)},setPort:function(e){this.cannotHaveUsernamePasswordPort()||(""==(e=toString_1(e))?this.port=null:this.parse(e,PORT))},getPathname:function(){var e=this.path;return this.cannotBeABaseURL?e[0]:e.length?"/"+join(e,"/"):""},setPathname:function(e){this.cannotBeABaseURL||(this.path=[],this.parse(e,PATH_START))},getSearch:function(){var e=this.query;return e?"?"+e:""},setSearch:function(e){""==(e=toString_1(e))?this.query=null:("?"==charAt(e,0)&&(e=stringSlice(e,1)),this.query="",this.parse(e,QUERY)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var e=this.fragment;return e?"#"+e:""},setHash:function(e){""!=(e=toString_1(e))?("#"==charAt(e,0)&&(e=stringSlice(e,1)),this.fragment="",this.parse(e,FRAGMENT)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var URLConstructor=function(e){var t=anInstance(this,URLPrototype),i=validateArgumentsLength(arguments.length,1)>1?arguments[1]:void 0,r=setInternalState(t,new URLState(e,!1,i));descriptors||(t.href=r.serialize(),t.origin=r.getOrigin(),t.protocol=r.getProtocol(),t.username=r.getUsername(),t.password=r.getPassword(),t.host=r.getHost(),t.hostname=r.getHostname(),t.port=r.getPort(),t.pathname=r.getPathname(),t.search=r.getSearch(),t.searchParams=r.getSearchParams(),t.hash=r.getHash())},URLPrototype=URLConstructor.prototype,accessorDescriptor=function(e,t){return{get:function(){return getInternalURLState(this)[e]()},set:t&&function(e){return getInternalURLState(this)[t](e)},configurable:!0,enumerable:!0}};if(descriptors&&defineProperties(URLPrototype,{href:accessorDescriptor("serialize","setHref"),origin:accessorDescriptor("getOrigin"),protocol:accessorDescriptor("getProtocol","setProtocol"),username:accessorDescriptor("getUsername","setUsername"),password:accessorDescriptor("getPassword","setPassword"),host:accessorDescriptor("getHost","setHost"),hostname:accessorDescriptor("getHostname","setHostname"),port:accessorDescriptor("getPort","setPort"),pathname:accessorDescriptor("getPathname","setPathname"),search:accessorDescriptor("getSearch","setSearch"),searchParams:accessorDescriptor("getSearchParams"),hash:accessorDescriptor("getHash","setHash")}),redefine(URLPrototype,"toJSON",(function(){return getInternalURLState(this).serialize()}),{enumerable:!0}),redefine(URLPrototype,"toString",(function(){return getInternalURLState(this).serialize()}),{enumerable:!0}),NativeURL){var nativeCreateObjectURL=NativeURL.createObjectURL,nativeRevokeObjectURL=NativeURL.revokeObjectURL;nativeCreateObjectURL&&redefine(URLConstructor,"createObjectURL",functionBindContext(nativeCreateObjectURL,NativeURL)),nativeRevokeObjectURL&&redefine(URLConstructor,"revokeObjectURL",functionBindContext(nativeRevokeObjectURL,NativeURL))}setToStringTag(URLConstructor,"URL"),_export({global:!0,forced:!nativeUrl,sham:!descriptors},{URL:URLConstructor});var jsoneditor=createCommonjsModule((function(module,exports){
/*!
* jsoneditor.js
*
* @brief
* JSONEditor is a web-based tool to view, edit, format, and validate JSON.
* It has various modes such as a tree editor, a code editor, and a plain text
* editor.
*
* Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+
*
* @license
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*
* Copyright (c) 2011-2017 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 5.5.11
* @date 2017-01-06
*/
var factory;factory=function(){return function(e){var t={};function i(r){if(t[r])return t[r].exports;var o=t[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,i),o.loaded=!0,o.exports}return i.m=e,i.c=t,i.p="",i(0)}([function(e,t,i){var r;try{r=i(1)}catch(e){}var o=i(51),n=i(62),s=i(54);function a(e,t,i){if(!(this instanceof a))throw new Error('JSONEditor constructor called without "new".');var r=s.getInternetExplorerVersion();if(-1!=r&&r<9)throw new Error("Unsupported browser, IE9 or newer required. Please install the newest version of your browser.");if(t&&(t.error&&(console.warn('Option "error" has been renamed to "onError"'),t.onError=t.error,delete t.error),t.change&&(console.warn('Option "change" has been renamed to "onChange"'),t.onChange=t.change,delete t.change),t.editable&&(console.warn('Option "editable" has been renamed to "onEditable"'),t.onEditable=t.editable,delete t.editable),t)){var o=["ace","theme","ajv","schema","onChange","onEditable","onError","onModeChange","escapeUnicode","history","search","mode","modes","name","indentation","sortObjectKeys"];Object.keys(t).forEach((function(e){-1===o.indexOf(e)&&console.warn('Unknown option "'+e+'". This option will be ignored')}))}arguments.length&&this._create(e,t,i)}a.modes={},a.prototype.DEBOUNCE_INTERVAL=150,a.prototype._create=function(e,t,i){this.container=e,this.options=t||{},this.json=i||{};var r=this.options.mode||"tree";this.setMode(r)},a.prototype.destroy=function(){},a.prototype.set=function(e){this.json=e},a.prototype.get=function(){return this.json},a.prototype.setText=function(e){this.json=s.parse(e)},a.prototype.getText=function(){return JSON.stringify(this.json)},a.prototype.setName=function(e){this.options||(this.options={}),this.options.name=e},a.prototype.getName=function(){return this.options&&this.options.name},a.prototype.setMode=function(e){var t,i,r=this.container,o=s.extend({},this.options),n=o.mode;o.mode=e;var l=a.modes[e];if(!l)throw new Error('Unknown mode "'+o.mode+'"');try{var c="text"==l.data;if(i=this.getName(),t=this[c?"getText":"get"](),this.destroy(),s.clear(this),s.extend(this,l.mixin),this.create(r,o),this.setName(i),this[c?"setText":"set"](t),"function"==typeof l.load)try{l.load.call(this)}catch(e){console.error(e)}if("function"==typeof o.onModeChange&&e!==n)try{o.onModeChange(e,n)}catch(e){console.error(e)}}catch(e){this._onError(e)}},a.prototype.getMode=function(){return this.options.mode},a.prototype._onError=function(e){if(!this.options||"function"!=typeof this.options.onError)throw e;this.options.onError(e)},a.prototype.setSchema=function(e){if(e){var t;try{t=this.options.ajv||r({allErrors:!0,verbose:!0})}catch(e){console.warn("Failed to create an instance of Ajv, JSON Schema validation is not available. Please use a JSONEditor bundle including Ajv, or pass an instance of Ajv as via the configuration option `ajv`.")}t&&(this.validateSchema=t.compile(e),this.options.schema=e,this.validate()),this.refresh()}else this.validateSchema=null,this.options.schema=null,this.validate(),this.refresh()},a.prototype.validate=function(){},a.prototype.refresh=function(){},a.registerMode=function(e){var t,i;if(s.isArray(e))for(t=0;t<e.length;t++)a.registerMode(e[t]);else{if(!("mode"in e))throw new Error('Property "mode" missing');if(!("mixin"in e))throw new Error('Property "mixin" missing');if(!("data"in e))throw new Error('Property "data" missing');var r=e.mode;if(r in a.modes)throw new Error('Mode "'+r+'" already registered');if("function"!=typeof e.mixin.create)throw new Error('Required function "create" missing on mixin');var o=["setMode","registerMode","modes"];for(t=0;t<o.length;t++)if((i=o[t])in e.mixin)throw new Error('Reserved property "'+i+'" not allowed in mixin');a.modes[r]=e}},a.registerMode(o),a.registerMode(n),e.exports=a},function(e,t,i){var r=i(2),o=i(3),n=i(21),s=i(16),a=i(12),l=i(22),c=i(23),d=i(43),h=i(11),u=i(17),f=i(19);e.exports=y,y.prototype.compileAsync=u.compile,y.prototype.addKeyword=i(49),y.ValidationError=i(20);var p="http://json-schema.org/draft-04/schema",m=/^(?:(?:[a-z][a-z0-9+-.]*:)?\/\/)?[^\s]*$/i;function A(e){return m.test(e)}var g=["removeAdditional","useDefaults","coerceTypes"];function y(e){if(!(this instanceof y))return new y(e);var t=this;function C(e,i){var r;if("string"==typeof e){if(!(r=w(e)))throw new Error('no schema with key or ref "'+e+'"')}else{var o=E(e);r=o.validate||F(o)}var n=r(i);return r.async?"*"==t._opts.async?f(n):n:(t.errors=r.errors,n)}function D(e,i,r,n){if(Array.isArray(e))for(var s=0;s<e.length;s++)D(e[s],void 0,r,n);else _(i=o.normalizeId(i||e.id)),(t._schemas[i]=E(e,r,!0)).meta=n}function v(e,t,i){D(e,t,i,!0)}function B(e,i){var r,o=e.$schema||t._opts.defaultMeta||(r=t._opts.meta,t._opts.defaultMeta="object"==_typeof(r)?r.id||r:t._opts.v5?d.META_SCHEMA_ID:p,t._opts.defaultMeta),n=t._formats.uri;t._formats.uri="function"==typeof n?A:m;var s=C(o,e);if(t._formats.uri=n,!s&&i){var a="schema is invalid:"+x();if("log"!=t._opts.validateSchema)throw new Error(a);console.error(a)}return s}function w(e){var t=k(e);switch(_typeof(t)){case"object":return t.validate||F(t);case"string":return w(t)}}function k(e){return e=o.normalizeId(e),t._schemas[e]||t._refs[e]}function b(e,i){for(var r in e){var o=e[r];o.meta||i&&!i.test(r)||(t._cache.del(o.jsonStr),delete e[r])}}function E(e,i,r){if("object"!=_typeof(e))throw new Error("schema should be object");var n=a(e),l=t._cache.get(n);if(l)return l;r=r||!1!==t._opts.addUsedSchema;var c=o.normalizeId(e.id);c&&r&&_(c),!1===t._opts.validateSchema||i||B(e,!0);var d=o.ids.call(t,e),h=new s({id:c,schema:e,localRefs:d,jsonStr:n});return"#"!=c[0]&&r&&(t._refs[c]=h),t._cache.put(n,h),h}function F(e,i){if(e.compiling)return e.validate=s,s.schema=e.schema,s.errors=null,s.root=i||s,!0===e.schema.$async&&(s.async=!0),s;var o,n;e.compiling=!0,e.meta&&(o=t._opts,t._opts=t._metaOpts);try{n=r.call(t,e.schema,i,e.localRefs)}finally{e.compiling=!1,e.meta&&(t._opts=o)}return e.validate=n,e.refs=n.refs,e.refVal=n.refVal,e.root=n.root,n;function s(){var t=e.validate,i=t.apply(null,arguments);return s.errors=t.errors,i}}function x(e,i){if(!(e=e||t.errors))return"No errors";for(var r=void 0===(i=i||{}).separator?", ":i.separator,o=void 0===i.dataVar?"data":i.dataVar,n="",s=0;s<e.length;s++){var a=e[s];a&&(n+=o+a.dataPath+" "+a.message+r)}return n.slice(0,-r.length)}function S(e,i){"string"==typeof i&&(i=new RegExp(i)),t._formats[e]=i}function _(e){if(t._schemas[e]||t._refs[e])throw new Error('schema with key or id "'+e+'" already exists')}e=this._opts=h.copy(e)||{},this._schemas={},this._refs={},this._formats=l(e.format),this._cache=e.cache||new n,this._loadingSchemas={},this.RULES=c(),this.validate=C,this.compile=function(e){var t=E(e);return t.validate||F(t)},this.addSchema=D,this.addMetaSchema=v,this.validateSchema=B,this.getSchema=w,this.removeSchema=function(e){switch(_typeof(e)){case"undefined":return b(t._schemas),b(t._refs),void t._cache.clear();case"string":var i=k(e);return i&&t._cache.del(i.jsonStr),delete t._schemas[e],void delete t._refs[e];case"object":if(e instanceof RegExp)return b(t._schemas,e),void b(t._refs,e);var r=a(e);t._cache.del(r);var n=e.id;n&&(n=o.normalizeId(n),delete t._schemas[n],delete t._refs[n])}},this.addFormat=S,this.errorsText=x,this._addSchema=E,this._compile=F,e.loopRequired=e.loopRequired||1/0,(e.async||e.transpile)&&u.setup(e),!0===e.beautify&&(e.beautify={indent_size:2}),"property"==e.errorDataPath&&(e._errorDataPathProperty=!0),this._metaOpts=function(){for(var e=h.copy(t._opts),i=0;i<g.length;i++)delete e[g[i]];return e}(),function(){!1!==t._opts.meta&&(v(i(50),p,!0),t._refs["http://json-schema.org/schema"]=p);var e=t._opts.schemas;if(e)if(Array.isArray(e))D(e);else for(var r in e)D(e[r],r)}(),e.formats&&function(){for(var e in t._opts.formats){var i=t._opts.formats[e];S(e,i)}}(),e.v5&&d.enable(this),"object"==_typeof(e.meta)&&v(e.meta)}},function(module,exports,__nested_webpack_require_111557__){var resolve=__nested_webpack_require_111557__(3),util=__nested_webpack_require_111557__(11),stableStringify=__nested_webpack_require_111557__(12),async=__nested_webpack_require_111557__(17),beautify=function(){try{return __nested_webpack_require_111557__(!function(){var e=new Error('Cannot find module "js-beautify"');throw e.code="MODULE_NOT_FOUND",e}()).js_beautify}catch(e){}}(),validateGenerator=__nested_webpack_require_111557__(18);function compile(schema,root,localRefs,baseId){var self=this,opts=this._opts,refVal=[void 0],refs={},patterns=[],patternsHash={},defaults=[],defaultsHash={},customRules=[];root=root||{schema:schema,refVal:refVal,refs:refs};var formats=this._formats,RULES=this.RULES;return localCompile(schema,root,localRefs,baseId);function localCompile(_schema,_root,localRefs,baseId){var isRoot=!_root||_root&&_root.schema==_schema;if(_root.schema!=root.schema)return compile.call(self,_schema,_root,localRefs,baseId);var $async=!0===_schema.$async;$async&&!opts.transpile&&async.setup(opts);var sourceCode=validateGenerator({isTop:!0,schema:_schema,isRoot:isRoot,baseId:baseId,root:_root,schemaPath:"",errSchemaPath:"#",errorPath:'""',RULES:RULES,validate:validateGenerator,util:util,resolve:resolve,resolveRef:resolveRef,usePattern:usePattern,useDefault:useDefault,useCustomRule:useCustomRule,opts:opts,formats:formats,self:self});sourceCode=vars(refVal,refValCode)+vars(patterns,patternCode)+vars(defaults,defaultCode)+vars(customRules,customRuleCode)+sourceCode,opts.beautify&&(beautify?sourceCode=beautify(sourceCode,opts.beautify):console.error('"npm install js-beautify" to use beautify option'));var validate,validateCode,transpile=opts._transpileFunc;try{validateCode=$async&&transpile?transpile(sourceCode):sourceCode,eval(validateCode),refVal[0]=validate}catch(e){throw console.error("Error compiling schema, function code:",validateCode),e}return validate.schema=_schema,validate.errors=null,validate.refs=refs,validate.refVal=refVal,validate.root=isRoot?validate:_root,$async&&(validate.async=!0),validate.sourceCode=sourceCode,validate}function resolveRef(e,t,i){t=resolve.url(e,t);var r,o,n=refs[t];if(void 0!==n)return resolvedRef(r=refVal[n],o="refVal["+n+"]");if(!i){var s=root.refs[t];if(void 0!==s)return resolvedRef(r=root.refVal[s],o=addLocalRef(t,r))}o=addLocalRef(t);var a=resolve.call(self,localCompile,root,t);if(!a){var l=localRefs&&localRefs[t];l&&(a=resolve.inlineRef(l,opts.inlineRefs)?l:compile.call(self,l,root,localRefs,e))}return a?(replaceLocalRef(t,a),resolvedRef(a,o)):void 0}function addLocalRef(e,t){var i=refVal.length;return refVal[i]=t,refs[e]=i,"refVal"+i}function replaceLocalRef(e,t){var i=refs[e];refVal[i]=t}function resolvedRef(e,t){return"object"==_typeof(e)?{code:t,schema:e,inline:!0}:{code:t,async:e&&e.async}}function usePattern(e){var t=patternsHash[e];return void 0===t&&(t=patternsHash[e]=patterns.length,patterns[t]=e),"pattern"+t}function useDefault(e){switch(_typeof(e)){case"boolean":case"number":return""+e;case"string":return util.toQuotedString(e);case"object":if(null===e)return"null";var t=stableStringify(e),i=defaultsHash[t];return void 0===i&&(i=defaultsHash[t]=defaults.length,defaults[i]=e),"default"+i}}function useCustomRule(e,t,i,r){var o,n=e.definition.compile,s=e.definition.inline,a=e.definition.macro;n?o=n.call(self,t,i):a?(o=a.call(self,t,i),!1!==opts.validateSchema&&self.validateSchema(o,!0)):o=s?s.call(self,r,e.keyword,t,i):e.definition.validate;var l=customRules.length;return customRules[l]=o,{code:"customRule"+l,validate:o}}}function patternCode(e,t){return"var pattern"+e+" = new RegExp("+util.toQuotedString(t[e])+");"}function defaultCode(e){return"var default"+e+" = defaults["+e+"];"}function refValCode(e,t){return t[e]?"var refVal"+e+" = refVal["+e+"];":""}function customRuleCode(e){return"var customRule"+e+" = customRules["+e+"];"}function vars(e,t){if(!e.length)return"";for(var i="",r=0;r<e.length;r++)i+=t(r,e);return i}module.exports=compile,__nested_webpack_require_111557__(19),util.ucs2length,__nested_webpack_require_111557__(10),__nested_webpack_require_111557__(20)},function(e,t,i){var r=i(4),o=i(10),n=i(11),s=i(16);function a(e,t,i){var r=this._refs[i];if("string"==typeof r){if(!this._refs[r])return a.call(this,e,t,r);r=this._refs[r]}if((r=r||this._schemas[i])instanceof s)return f(r.schema,this._opts.inlineRefs)?r.schema:r.validate||this._compile(r);var o,n,c,d=l.call(this,t,i);return d&&(o=d.schema,t=d.root,c=d.baseId),o instanceof s?n=o.validate||e.call(this,o.schema,t,void 0,c):o&&(n=f(o,this._opts.inlineRefs)?o:e.call(this,o,t,void 0,c)),n}function l(e,t){var i=r.parse(t,!1,!0),o=g(i),n=A(e.schema.id);if(o!==n){var a=C(o),l=this._refs[a];if("string"==typeof l)return c.call(this,e,l,i);if(l instanceof s)l.validate||this._compile(l),e=l;else if((l=this._schemas[a])instanceof s){if(l.validate||this._compile(l),a==C(t))return{schema:l,root:e,baseId:n};e=l}if(!e.schema)return;n=A(e.schema.id)}return h.call(this,i,n,e.schema,e)}function c(e,t,i){var r=l.call(this,e,t);if(r){var o=r.schema,n=r.baseId;return e=r.root,o.id&&(n=D(n,o.id)),h.call(this,i,n,o,e)}}e.exports=a,a.normalizeId=C,a.fullPath=A,a.url=D,a.ids=function(e){var t=C(e.id),i={};return function e(t,s,a){if(Array.isArray(t))for(var l=0;l<t.length;l++)e.call(this,t[l],s+"/"+l,a);else if(t&&"object"==_typeof(t)){if("string"==typeof t.id){var c=a=a?r.resolve(a,t.id):t.id;c=C(c);var d=this._refs[c];if("string"==typeof d&&(d=this._refs[d]),d&&d.schema){if(!o(t,d.schema))throw new Error('id "'+c+'" resolves to more than one schema')}else if(c!=C(s))if("#"==c[0]){if(i[c]&&!o(t,i[c]))throw new Error('id "'+c+'" resolves to more than one schema');i[c]=t}else this._refs[c]=s}for(var h in t)e.call(this,t[h],s+"/"+n.escapeFragment(h),a)}}.call(this,e,A(t,!1),t),i},a.inlineRef=f;var d=n.toHash(["properties","patternProperties","enum","dependencies","definitions"]);function h(e,t,i,r){if(e.hash=e.hash||"","#/"==e.hash.slice(0,2)){for(var o=e.hash.split("/"),s=1;s<o.length;s++){var a=o[s];if(a){if(!(i=i[a=n.unescapeFragment(a)]))break;if(i.id&&!d[a]&&(t=D(t,i.id)),i.$ref){var c=D(t,i.$ref),h=l.call(this,r,c);h&&(i=h.schema,r=h.root,t=h.baseId)}}}return i&&i!=r.schema?{schema:i,root:r,baseId:t}:void 0}}var u=n.toHash(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum"]);function f(e,t){return!1!==t&&(void 0===t||!0===t?p(e):t?m(e)<=t:void 0)}function p(e){var t;if(Array.isArray(e)){for(var i=0;i<e.length;i++)if("object"==_typeof(t=e[i])&&!p(t))return!1}else for(var r in e){if("$ref"==r)return!1;if("object"==_typeof(t=e[r])&&!p(t))return!1}return!0}function m(e){var t,i=0;if(Array.isArray(e)){for(var r=0;r<e.length;r++)if("object"==_typeof(t=e[r])&&(i+=m(t)),i==1/0)return 1/0}else for(var o in e){if("$ref"==o)return 1/0;if(u[o])i++;else if("object"==_typeof(t=e[o])&&(i+=m(t)+1),i==1/0)return 1/0}return i}function A(e,t){return!1!==t&&(e=C(e)),g(r.parse(e,!1,!0))}function g(e){return(e.protocol||"")+(e.protocol?"//":"")+(e.host||"")+(e.path||"")+"#"}var y=/#\/?$/;function C(e){return e?e.replace(y,""):""}function D(e,t){return t=C(t),r.resolve(e,t)}},function(e,t,i){var r=i(5);function o(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=g,t.resolve=function(e,t){return g(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?g(e,!1,!0).resolveObject(t):t},t.format=function(e){return y(e)&&(e=g(e)),e instanceof o?e.format():o.prototype.format.call(e)},t.Url=o;var n=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,a=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),l=["'"].concat(a),c=["%","/","?",";","#"].concat(l),d=["/","?","#"],h=/^[a-z0-9A-Z_-]{0,63}$/,u=/^([a-z0-9A-Z_-]{0,63})(.*)$/,f={javascript:!0,"javascript:":!0},p={javascript:!0,"javascript:":!0},m={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},A=i(7);function g(e,t,i){if(e&&C(e)&&e instanceof o)return e;var r=new o;return r.parse(e,t,i),r}function y(e){return"string"==typeof e}function C(e){return"object"===_typeof(e)&&null!==e}function D(e){return null===e}o.prototype.parse=function(e,t,i){if(!y(e))throw new TypeError("Parameter 'url' must be a string, not "+_typeof(e));var o=e;o=o.trim();var s=n.exec(o);if(s){var a=(s=s[0]).toLowerCase();this.protocol=a,o=o.substr(s.length)}if(i||s||o.match(/^\/\/[^@\/]+@[^@\/]+/)){var g="//"===o.substr(0,2);!g||s&&p[s]||(o=o.substr(2),this.slashes=!0)}if(!p[s]&&(g||s&&!m[s])){for(var C,D,v=-1,B=0;B<d.length;B++)-1!==(w=o.indexOf(d[B]))&&(-1===v||w<v)&&(v=w);for(-1!==(D=-1===v?o.lastIndexOf("@"):o.lastIndexOf("@",v))&&(C=o.slice(0,D),o=o.slice(D+1),this.auth=decodeURIComponent(C)),v=-1,B=0;B<c.length;B++){var w;-1!==(w=o.indexOf(c[B]))&&(-1===v||w<v)&&(v=w)}-1===v&&(v=o.length),this.host=o.slice(0,v),o=o.slice(v),this.parseHost(),this.hostname=this.hostname||"";var k="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!k)for(var b=this.hostname.split(/\./),E=(B=0,b.length);B<E;B++){var F=b[B];if(F&&!F.match(h)){for(var x="",S=0,_=F.length;S<_;S++)F.charCodeAt(S)>127?x+="x":x+=F[S];if(!x.match(h)){var R=b.slice(0,B),$=b.slice(B+1),T=F.match(u);T&&(R.push(T[1]),$.unshift(T[2])),$.length&&(o="/"+$.join(".")+o),this.hostname=R.join(".");break}}}if(this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),!k){var O=this.hostname.split("."),P=[];for(B=0;B<O.length;++B){var L=O[B];P.push(L.match(/[^A-Za-z0-9_-]/)?"xn--"+r.encode(L):L)}this.hostname=P.join(".")}var j=this.port?":"+this.port:"",I=this.hostname||"";this.host=I+j,this.href+=this.host,k&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==o[0]&&(o="/"+o))}if(!f[a])for(B=0,E=l.length;B<E;B++){var M=l[B],N=encodeURIComponent(M);N===M&&(N=escape(M)),o=o.split(M).join(N)}var U=o.indexOf("#");-1!==U&&(this.hash=o.substr(U),o=o.slice(0,U));var z=o.indexOf("?");return-1!==z?(this.search=o.substr(z),this.query=o.substr(z+1),t&&(this.query=A.parse(this.query)),o=o.slice(0,z)):t&&(this.search="",this.query={}),o&&(this.pathname=o),m[a]&&this.hostname&&!this.pathname&&(this.pathname="/"),(this.pathname||this.search)&&(j=this.pathname||"",L=this.search||"",this.path=j+L),this.href=this.format(),this},o.prototype.format=function(){var e=this.auth||"";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@");var t=this.protocol||"",i=this.pathname||"",r=this.hash||"",o=!1,n="";this.host?o=e+this.host:this.hostname&&(o=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(o+=":"+this.port)),this.query&&C(this.query)&&Object.keys(this.query).length&&(n=A.stringify(this.query));var s=this.search||n&&"?"+n||"";return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||m[t])&&!1!==o?(o="//"+(o||""),i&&"/"!==i.charAt(0)&&(i="/"+i)):o||(o=""),r&&"#"!==r.charAt(0)&&(r="#"+r),s&&"?"!==s.charAt(0)&&(s="?"+s),t+o+(i=i.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(s=s.replace("#","%23"))+r},o.prototype.resolve=function(e){return this.resolveObject(g(e,!1,!0)).format()},o.prototype.resolveObject=function(e){if(y(e)){var t=new o;t.parse(e,!1,!0),e=t}var i=new o;if(Object.keys(this).forEach((function(e){i[e]=this[e]}),this),i.hash=e.hash,""===e.href)return i.href=i.format(),i;if(e.slashes&&!e.protocol)return Object.keys(e).forEach((function(t){"protocol"!==t&&(i[t]=e[t])})),m[i.protocol]&&i.hostname&&!i.pathname&&(i.path=i.pathname="/"),i.href=i.format(),i;if(e.protocol&&e.protocol!==i.protocol){if(!m[e.protocol])return Object.keys(e).forEach((function(t){i[t]=e[t]})),i.href=i.format(),i;if(i.protocol=e.protocol,e.host||p[e.protocol])i.pathname=e.pathname;else{for(var r=(e.pathname||"").split("/");r.length&&!(e.host=r.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==r[0]&&r.unshift(""),r.length<2&&r.unshift(""),i.pathname=r.join("/")}if(i.search=e.search,i.query=e.query,i.host=e.host||"",i.auth=e.auth,i.hostname=e.hostname||e.host,i.port=e.port,i.pathname||i.search){var n=i.pathname||"",s=i.search||"";i.path=n+s}return i.slashes=i.slashes||e.slashes,i.href=i.format(),i}var a=i.pathname&&"/"===i.pathname.charAt(0),l=e.host||e.pathname&&"/"===e.pathname.charAt(0),c=l||a||i.host&&e.pathname,d=c,h=i.pathname&&i.pathname.split("/")||[],u=(r=e.pathname&&e.pathname.split("/")||[],i.protocol&&!m[i.protocol]);if(u&&(i.hostname="",i.port=null,i.host&&(""===h[0]?h[0]=i.host:h.unshift(i.host)),i.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===r[0]?r[0]=e.host:r.unshift(e.host)),e.host=null),c=c&&(""===r[0]||""===h[0])),l)i.host=e.host||""===e.host?e.host:i.host,i.hostname=e.hostname||""===e.hostname?e.hostname:i.hostname,i.search=e.search,i.query=e.query,h=r;else if(r.length)h||(h=[]),h.pop(),h=h.concat(r),i.search=e.search,i.query=e.query;else if(null!=e.search)return u&&(i.hostname=i.host=h.shift(),(v=!!(i.host&&i.host.indexOf("@")>0)&&i.host.split("@"))&&(i.auth=v.shift(),i.host=i.hostname=v.shift())),i.search=e.search,i.query=e.query,D(i.pathname)&&D(i.search)||(i.path=(i.pathname?i.pathname:"")+(i.search?i.search:"")),i.href=i.format(),i;if(!h.length)return i.pathname=null,i.search?i.path="/"+i.search:i.path=null,i.href=i.format(),i;for(var f=h.slice(-1)[0],A=(i.host||e.host)&&("."===f||".."===f)||""===f,g=0,C=h.length;C>=0;C--)"."==(f=h[C])?h.splice(C,1):".."===f?(h.splice(C,1),g++):g&&(h.splice(C,1),g--);if(!c&&!d)for(;g--;g)h.unshift("..");!c||""===h[0]||h[0]&&"/"===h[0].charAt(0)||h.unshift(""),A&&"/"!==h.join("/").substr(-1)&&h.push("");var v,B=""===h[0]||h[0]&&"/"===h[0].charAt(0);return u&&(i.hostname=i.host=B?"":h.length?h.shift():"",(v=!!(i.host&&i.host.indexOf("@")>0)&&i.host.split("@"))&&(i.auth=v.shift(),i.host=i.hostname=v.shift())),(c=c||i.host&&h.length)&&!B&&h.unshift(""),h.length?i.pathname=h.join("/"):(i.pathname=null,i.path=null),D(i.pathname)&&D(i.search)||(i.path=(i.pathname?i.pathname:"")+(i.search?i.search:"")),i.auth=e.auth||i.auth,i.slashes=i.slashes||e.slashes,i.href=i.format(),i},o.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,i){var r;(function(e,o){!function(n){"object"==_typeof(t)&&t&&t.nodeType,"object"==_typeof(e)&&e&&e.nodeType;var s="object"==_typeof(o)&&o;s.global===s||s.window===s||s.self;var a,l=2147483647,c=36,d=/^xn--/,h=/[^\x20-\x7E]/,u=/[\x2E\u3002\uFF0E\uFF61]/g,f={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},p=Math.floor,m=String.fromCharCode;function A(e){throw RangeError(f[e])}function g(e,t){for(var i=e.length,r=[];i--;)r[i]=t(e[i]);return r}function y(e,t){var i=e.split("@"),r="";return i.length>1&&(r=i[0]+"@",e=i[1]),r+g((e=e.replace(u,".")).split("."),t).join(".")}function C(e){for(var t,i,r=[],o=0,n=e.length;o<n;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<n?56320==(64512&(i=e.charCodeAt(o++)))?r.push(((1023&t)<<10)+(1023&i)+65536):(r.push(t),o--):r.push(t);return r}function D(e){return g(e,(function(e){var t="";return e>65535&&(t+=m((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+m(e)})).join("")}function v(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function B(e,t,i){var r=0;for(e=i?p(e/700):e>>1,e+=p(e/t);e>455;r+=c)e=p(e/35);return p(r+36*e/(e+38))}function w(e){var t,i,r,o,n,s,a,d,h,u,f,m=[],g=e.length,y=0,C=128,v=72;for((i=e.lastIndexOf("-"))<0&&(i=0),r=0;r<i;++r)e.charCodeAt(r)>=128&&A("not-basic"),m.push(e.charCodeAt(r));for(o=i>0?i+1:0;o<g;){for(n=y,s=1,a=c;o>=g&&A("invalid-input"),((d=(f=e.charCodeAt(o++))-48<10?f-22:f-65<26?f-65:f-97<26?f-97:c)>=c||d>p((l-y)/s))&&A("overflow"),y+=d*s,!(d<(h=a<=v?1:a>=v+26?26:a-v));a+=c)s>p(l/(u=c-h))&&A("overflow"),s*=u;v=B(y-n,t=m.length+1,0==n),p(y/t)>l-C&&A("overflow"),C+=p(y/t),y%=t,m.splice(y++,0,C)}return D(m)}function k(e){var t,i,r,o,n,s,a,d,h,u,f,g,y,D,w,k=[];for(g=(e=C(e)).length,t=128,i=0,n=72,s=0;s<g;++s)(f=e[s])<128&&k.push(m(f));for(r=o=k.length,o&&k.push("-");r<g;){for(a=l,s=0;s<g;++s)(f=e[s])>=t&&f<a&&(a=f);for(a-t>p((l-i)/(y=r+1))&&A("overflow"),i+=(a-t)*y,t=a,s=0;s<g;++s)if((f=e[s])<t&&++i>l&&A("overflow"),f==t){for(d=i,h=c;!(d<(u=h<=n?1:h>=n+26?26:h-n));h+=c)w=d-u,D=c-u,k.push(m(v(u+w%D,0))),d=p(w/D);k.push(m(v(d,0))),n=B(i,y,r==o),i=0,++r}++i,++t}return k.join("")}a={version:"1.3.2",ucs2:{decode:C,encode:D},decode:w,encode:k,toASCII:function(e){return y(e,(function(e){return h.test(e)?"xn--"+k(e):e}))},toUnicode:function(e){return y(e,(function(e){return d.test(e)?w(e.slice(4).toLowerCase()):e}))}},void 0===(r=function(){return a}.call(t,i,t,e))||(e.exports=r)}()}).call(t,i(6)(e),function(){return this}())},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children=[],e.webpackPolyfill=1),e}},function(e,t,i){t.decode=t.parse=i(8),t.encode=t.stringify=i(9)},function(e,t){function i(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,o){t=t||"&",r=r||"=";var n={};if("string"!=typeof e||0===e.length)return n;var s=/\+/g;e=e.split(t);var a=1e3;o&&"number"==typeof o.maxKeys&&(a=o.maxKeys);var l=e.length;a>0&&l>a&&(l=a);for(var c=0;c<l;++c){var d,h,u,f,p=e[c].replace(s,"%20"),m=p.indexOf(r);m>=0?(d=p.substr(0,m),h=p.substr(m+1)):(d=p,h=""),u=decodeURIComponent(d),f=decodeURIComponent(h),i(n,u)?Array.isArray(n[u])?n[u].push(f):n[u]=[n[u],f]:n[u]=f}return n}},function(e,t){var i=function(e){switch(_typeof(e)){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,r,o){return t=t||"&",r=r||"=",null===e&&(e=void 0),"object"===_typeof(e)?Object.keys(e).map((function(o){var n=encodeURIComponent(i(o))+r;return Array.isArray(e[o])?e[o].map((function(e){return n+encodeURIComponent(i(e))})).join(t):n+encodeURIComponent(i(e[o]))})).join(t):o?encodeURIComponent(i(o))+r+encodeURIComponent(i(e)):""}},function(e,t){e.exports=function e(t,i){if(t===i)return!0;var r,o=Array.isArray(t),n=Array.isArray(i);if(o&&n){if(t.length!=i.length)return!1;for(r=0;r<t.length;r++)if(!e(t[r],i[r]))return!1;return!0}if(o!=n)return!1;if(t&&i&&"object"===_typeof(t)&&"object"===_typeof(i)){var s=Object.keys(t);if(s.length!==Object.keys(i).length)return!1;for(r=0;r<s.length;r++)if(void 0===i[s[r]])return!1;for(r=0;r<s.length;r++)if(!e(t[s[r]],i[s[r]]))return!1;return!0}return!1}},function(e,t,i){function r(e,t,i){var r=i?" !== ":" === ",o=i?" || ":" && ",n=i?"!":"",s=i?"":"!";switch(e){case"null":return t+r+"null";case"array":return n+"Array.isArray("+t+")";case"object":return"("+n+t+o+"typeof "+t+r+'"object"'+o+s+"Array.isArray("+t+"))";case"integer":return"(typeof "+t+r+'"number"'+o+s+"("+t+" % 1))";default:return"typeof "+t+r+'"'+e+'"'}}e.exports={copy:function(e,t){for(var i in t=t||{},e)t[i]=e[i];return t},checkDataType:r,checkDataTypes:function(e,t){switch(e.length){case 1:return r(e[0],t,!0);default:var i="",o=n(e);for(var s in o.array&&o.object&&(i=o.null?"(":"(!"+t+" || ",i+="typeof "+t+' !== "object")',delete o.null,delete o.array,delete o.object),o.number&&delete o.integer,o)i+=(i?" && ":"")+r(s,t,!0);return i}},coerceToTypes:function(e){if(Array.isArray(e)){for(var t=[],i=0;i<e.length;i++){var r=e[i];o[r]&&(t[t.length]=r)}if(t.length)return t}else if(o[e])return[e]},toHash:n,getProperty:l,escapeQuotes:c,ucs2length:function(e){for(var t,i=0,r=e.length,o=0;o<r;)i++,(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<r&&56320==(64512&(t=e.charCodeAt(o)))&&o++;return i},varOccurences:function(e,t){t+="[^0-9]";var i=e.match(new RegExp(t,"g"));return i?i.length:0},varReplace:function(e,t,i){return t+="([^0-9])",i=i.replace(/\$/g,"$$$$"),e.replace(new RegExp(t,"g"),i+"$1")},cleanUpCode:function(e){return e.replace(d,"").replace(h,"").replace(u,"if (!($1))")},cleanUpVarErrors:function(e,t){var i=e.match(f);return i&&2===i.length?t?e.replace(m,"").replace(A,"return true;"):e.replace(p,"").replace("return errors === 0;","validate.errors = null; return true;"):e},schemaHasRules:function(e,t){for(var i in e)if(t[i])return!0},stableStringify:i(12),toQuotedString:g,getPathExpr:function(e,t,i,r){return C(e,i?"'/' + "+t+(r?"":".replace(/~/g, '~0').replace(/\\//g, '~1')"):r?"'[' + "+t+" + ']'":"'[\\'' + "+t+" + '\\']'")},getPath:function(e,t,i){var r=g(i?"/"+D(t):l(t));return C(e,r)},getData:function(e,t,i){var r=e.match(y);if(!r)throw new Error("Invalid relative JSON-pointer: "+e);var o=+r[1],n=r[2];if("#"==n){if(o>=t)throw new Error("Cannot access property/index "+o+" levels up, current level is "+t);return i[t-o]}if(o>t)throw new Error("Cannot access data "+o+" levels up, current level is "+t);var s="data"+(t-o||"");if(!n)return s;for(var a=s,c=n.split("/"),d=0;d<c.length;d++){var h=c[d];h&&(s+=l(v(h)),a+=" && "+s)}return a},unescapeFragment:function(e){return v(decodeURIComponent(e))},escapeFragment:function(e){return encodeURIComponent(D(e))},escapeJsonPointer:D};var o=n(["string","number","integer","boolean","null"]);function n(e){for(var t={},i=0;i<e.length;i++)t[e[i]]=!0;return t}var s=/^[a-z$_][a-z$_0-9]*$/i,a=/'|\\/g;function l(e){return"number"==typeof e?"["+e+"]":s.test(e)?"."+e:"['"+e.replace(a,"\\$&")+"']"}function c(e){return e.replace(a,"\\$&")}var d=/else\s*{\s*}/g,h=/if\s*\([^)]+\)\s*\{\s*\}(?!\s*else)/g,u=/if\s*\(([^)]+)\)\s*\{\s*\}\s*else(?!\s*if)/g,f=/[^v\.]errors/g,p=/var errors = 0;|var vErrors = null;|validate.errors = vErrors;/g,m=/var errors = 0;|var vErrors = null;/g,A=/if \(errors === 0\) return true;\s*else throw new ValidationError\(vErrors\);/;function g(e){return"'"+c(e)+"'"}var y=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function C(e,t){return'""'==e?t:(e+" + "+t).replace(/' \+ '/g,"")}function D(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}function v(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}},function(e,t,i){var r="undefined"!=typeof JSON?JSON:i(13);e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var i=t.space||"";"number"==typeof i&&(i=Array(i+1).join(" "));var s="boolean"==typeof t.cycles&&t.cycles,a=t.replacer||function(e,t){return t},l=t.cmp&&function(e){return function(t){return function(i,r){var o={key:i,value:t[i]},n={key:r,value:t[r]};return e(o,n)}}}(t.cmp),c=[];return function e(t,d,h,u){var f=i?"\n"+new Array(u+1).join(i):"",p=i?": ":":";if(h&&h.toJSON&&"function"==typeof h.toJSON&&(h=h.toJSON()),void 0!==(h=a.call(t,d,h))){if("object"!==_typeof(h)||null===h)return r.stringify(h);if(o(h)){for(var m=[],A=0;A<h.length;A++){var g=e(h,A,h[A],u+1)||r.stringify(null);m.push(f+i+g)}return"["+m.join(",")+f+"]"}if(-1!==c.indexOf(h)){if(s)return r.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}c.push(h);var y=n(h).sort(l&&l(h));for(m=[],A=0;A<y.length;A++){var C=e(h,d=y[A],h[d],u+1);if(C){var D=r.stringify(d)+p+C;m.push(f+i+D)}}return c.splice(c.indexOf(h),1),"{"+m.join(",")+f+"}"}}({"":e},"",e,0)};var o=Array.isArray||function(e){return"[object Array]"==={}.toString.call(e)},n=Object.keys||function(e){var t=Object.prototype.hasOwnProperty||function(){return!0},i=[];for(var r in e)t.call(e,r)&&i.push(r);return i}},function(e,t,i){t.parse=i(14),t.stringify=i(15)},function(e,t){var i,r,o,n,s={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"},a=function(e){throw{name:"SyntaxError",message:e,at:i,text:o}},l=function(e){return e&&e!==r&&a("Expected '"+e+"' instead of '"+r+"'"),r=o.charAt(i),i+=1,r},c=function(){var e,t="";for("-"===r&&(t="-",l("-"));r>="0"&&r<="9";)t+=r,l();if("."===r)for(t+=".";l()&&r>="0"&&r<="9";)t+=r;if("e"===r||"E"===r)for(t+=r,l(),"-"!==r&&"+"!==r||(t+=r,l());r>="0"&&r<="9";)t+=r,l();if(e=+t,isFinite(e))return e;a("Bad number")},d=function(){var e,t,i,o="";if('"'===r)for(;l();){if('"'===r)return l(),o;if("\\"===r)if(l(),"u"===r){for(i=0,t=0;t<4&&(e=parseInt(l(),16),isFinite(e));t+=1)i=16*i+e;o+=String.fromCharCode(i)}else{if("string"!=typeof s[r])break;o+=s[r]}else o+=r}a("Bad string")},h=function(){for(;r&&r<=" ";)l()},u=function(){var e=[];if("["===r){if(l("["),h(),"]"===r)return l("]"),e;for(;r;){if(e.push(n()),h(),"]"===r)return l("]"),e;l(","),h()}}a("Bad array")},f=function(){var e,t={};if("{"===r){if(l("{"),h(),"}"===r)return l("}"),t;for(;r;){if(e=d(),h(),l(":"),Object.hasOwnProperty.call(t,e)&&a('Duplicate key "'+e+'"'),t[e]=n(),h(),"}"===r)return l("}"),t;l(","),h()}}a("Bad object")};n=function(){switch(h(),r){case"{":return f();case"[":return u();case'"':return d();case"-":return c();default:return r>="0"&&r<="9"?c():function(){switch(r){case"t":return l("t"),l("r"),l("u"),l("e"),!0;case"f":return l("f"),l("a"),l("l"),l("s"),l("e"),!1;case"n":return l("n"),l("u"),l("l"),l("l"),null}a("Unexpected '"+r+"'")}()}},e.exports=function(e,t){var s;return o=e,i=0,r=" ",s=n(),h(),r&&a("Syntax error"),"function"==typeof t?function e(i,r){var o,n,s=i[r];if(s&&"object"===_typeof(s))for(o in s)Object.prototype.hasOwnProperty.call(s,o)&&(void 0!==(n=e(s,o))?s[o]=n:delete s[o]);return t.call(i,r,s)}({"":s},""):s}},function(e,t){var i,r,o,n=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,s={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};function a(e){return n.lastIndex=0,n.test(e)?'"'+e.replace(n,(function(e){var t=s[e];return"string"==typeof t?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}))+'"':'"'+e+'"'}function l(e,t){var n,s,c,d,h,u=i,f=t[e];switch(f&&"object"===_typeof(f)&&"function"==typeof f.toJSON&&(f=f.toJSON(e)),"function"==typeof o&&(f=o.call(t,e,f)),_typeof(f)){case"string":return a(f);case"number":return isFinite(f)?String(f):"null";case"boolean":case"null":return String(f);case"object":if(!f)return"null";if(i+=r,h=[],"[object Array]"===Object.prototype.toString.apply(f)){for(d=f.length,n=0;n<d;n+=1)h[n]=l(n,f)||"null";return c=0===h.length?"[]":i?"[\n"+i+h.join(",\n"+i)+"\n"+u+"]":"["+h.join(",")+"]",i=u,c}if(o&&"object"===_typeof(o))for(d=o.length,n=0;n<d;n+=1)"string"==typeof(s=o[n])&&(c=l(s,f))&&h.push(a(s)+(i?": ":":")+c);else for(s in f)Object.prototype.hasOwnProperty.call(f,s)&&(c=l(s,f))&&h.push(a(s)+(i?": ":":")+c);return c=0===h.length?"{}":i?"{\n"+i+h.join(",\n"+i)+"\n"+u+"}":"{"+h.join(",")+"}",i=u,c}}e.exports=function(e,t,n){var s;if(i="",r="","number"==typeof n)for(s=0;s<n;s+=1)r+=" ";else"string"==typeof n&&(r=n);if(o=t,t&&"function"!=typeof t&&("object"!==_typeof(t)||"number"!=typeof t.length))throw new Error("JSON.stringify");return l("",{"":e})}},function(e,t,i){var r=i(11);e.exports=function(e){r.copy(e,this)}},function(module,exports,__nested_webpack_require_138362__){module.exports={setup:setupAsync,compile:compileAsync};var util=__nested_webpack_require_138362__(11),ASYNC={"*":checkGenerators,"co*":checkGenerators,es7:checkAsyncFunction},TRANSPILE={nodent:getNodent,regenerator:getRegenerator},MODES=[{async:"co*"},{async:"es7",transpile:"nodent"},{async:"co*",transpile:"regenerator"}],regenerator,nodent;function setupAsync(e,t){!1!==t&&(t=!0);var i,r=e.async,o=e.transpile;switch(_typeof(o)){case"string":var n=TRANSPILE[o];if(!n)throw new Error("bad transpiler: "+o);return e._transpileFunc=n(e,t);case"undefined":case"boolean":if("string"==typeof r){if(!(i=ASYNC[r]))throw new Error("bad async mode: "+r);return e.transpile=i(e,t)}for(var s=0;s<MODES.length;s++){var a=MODES[s];if(setupAsync(a,!1))return util.copy(a,e),e.transpile}throw new Error("generators, nodent and regenerator are not available");case"function":return e._transpileFunc=e.transpile;default:throw new Error("bad transpiler: "+o)}}function checkGenerators(opts,required){try{return eval("(function*(){})()"),!0}catch(e){if(required)throw new Error("generators not supported")}}function checkAsyncFunction(opts,required){try{return eval("(async function(){})()"),!0}catch(e){if(required)throw new Error("es7 async functions not supported")}}function getRegenerator(e,t){try{return regenerator||(regenerator=__nested_webpack_require_138362__(!function(){var e=new Error('Cannot find module "regenerator"');throw e.code="MODULE_NOT_FOUND",e}())).runtime(),e.async&&!0!==e.async||(e.async="es7"),regeneratorTranspile}catch(e){if(t)throw new Error("regenerator not available")}}function regeneratorTranspile(e){return regenerator.compile(e).code}function getNodent(e,t){try{return nodent||(nodent=__nested_webpack_require_138362__(!function(){var e=new Error('Cannot find module "nodent"');throw e.code="MODULE_NOT_FOUND",e}())({log:!1,dontInstallRequireHook:!0})),"es7"!=e.async&&(e.async&&!0!==e.async&&console.warn("nodent transpiles only es7 async functions"),e.async="es7"),nodentTranspile}catch(e){if(t)throw new Error("nodent not available")}}function nodentTranspile(e){return nodent.compile(e,"",{promises:!0,sourcemap:!1}).code}function compileAsync(e,t){var i,r=this;try{i=this._addSchema(e)}catch(e){return void setTimeout((function(){t(e)}))}if(i.validate)setTimeout((function(){t(null,i.validate)}));else{if("function"!=typeof this._opts.loadSchema)throw new Error("options.loadSchema should be a function");!function e(t,i,o){var n;try{n=r.compile(t)}catch(e){return void(e.missingSchema?s(e):a(e))}function s(o){var n=o.missingSchema;if(r._refs[n]||r._schemas[n])return i(new Error("Schema "+n+" is loaded but"+o.missingRef+"cannot be resolved"));var s=r._loadingSchemas[n];function a(o,s){if(o)return i(o);if(!r._refs[n]&&!r._schemas[n])try{r.addSchema(s,n)}catch(e){return void i(e)}e(t,i)}s?"function"==typeof s?r._loadingSchemas[n]=[s,a]:s[s.length]=a:(r._loadingSchemas[n]=a,r._opts.loadSchema(n,(function(e,t){var i=r._loadingSchemas[n];if(delete r._loadingSchemas[n],"function"==typeof i)i(e,t);else for(var o=0;o<i.length;o++)i[o](e,t)})))}function a(e,t){if(!o)return i(e,t);setTimeout((function(){i(e,t)}))}a(null,n)}(e,t,!0)}}},function(e,t){e.exports=function(e,t){var i="",r=!0===e.schema.$async;if(e.isTop){var o=e.isTop,n=e.level=0,s=e.dataLevel=0,a="data";if(e.rootId=e.resolve.fullPath(e.root.schema.id),e.baseId=e.baseId||e.rootId,r){e.async=!0;var l="es7"==e.opts.async;e.yieldAwait=l?"await":"yield"}delete e.isTop,e.dataPathArr=[void 0],i+=" validate = ",r?l?i+=" (async function ":("co*"==e.opts.async&&(i+="co.wrap"),i+="(function* "):i+=" (function ",i+=" (data, dataPath, parentData, parentDataProperty) { 'use strict'; var vErrors = null; ",i+=" var errors = 0; "}else{if(n=e.level,a="data"+((s=e.dataLevel)||""),e.schema.id&&(e.baseId=e.resolve.url(e.baseId,e.schema.id)),r&&!e.async)throw new Error("async schema in sync schema");i+=" var errs_"+n+" = errors;"}var c,d="valid"+n,h=!e.opts.allErrors,u="",f="",p=e.schema.type,m=Array.isArray(p);if(p&&e.opts.coerceTypes){var A=e.util.coerceToTypes(p);if(A){var g=e.schemaPath+".type",y=e.errSchemaPath+"/type",C=m?"checkDataTypes":"checkDataType";i+=" if ("+e.util[C](p,a,!0)+") { ";var D="dataType"+n,v="coerced"+n;i+=" var "+D+" = typeof "+a+"; var "+v+" = undefined; ";var B="",w=A;if(w)for(var k,b=-1,E=w.length-1;b<E;)k=w[b+=1],b&&(i+=" if ("+v+" === undefined) { ",B+="}"),"string"==k?i+=" if ("+D+" == 'number' || "+D+" == 'boolean') "+v+" = '' + "+a+"; else if ("+a+" === null) "+v+" = ''; ":"number"==k||"integer"==k?(i+=" if ("+D+" == 'boolean' || "+a+" === null || ("+D+" == 'string' && "+a+" && "+a+" == +"+a+" ","integer"==k&&(i+=" && !("+a+" % 1)"),i+=")) "+v+" = +"+a+"; "):"boolean"==k?i+=" if ("+a+" === 'false' || "+a+" === 0 || "+a+" === null) "+v+" = false; else if ("+a+" === 'true' || "+a+" === 1) "+v+" = true; ":"null"==k&&(i+=" if ("+a+" === '' || "+a+" === 0 || "+a+" === false) "+v+" = null; ");i+=" "+B+" if ("+v+" === undefined) { ",(x=x||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(c||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+y+"\" , params: { type: '",i+=m?""+p.join(","):""+p,i+="' } ",!1!==e.opts.messages&&(i+=" , message: 'should be ",i+=m?""+p.join(","):""+p,i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+g+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+a+" "),i+=" } "):i+=" {} ";var F=i;i=x.pop(),!e.compositeRule&&h?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { ",i+=s?" "+a+" = data"+(s-1||"")+"["+e.dataPathArr[s]+"] = "+v+"; ":" data = "+v+"; if (parentData !== undefined) parentData[parentDataProperty] = "+v+"; ",i+=" } } "}}var x,S=e.RULES;if(S)for(var _,R=-1,$=S.length-1;R<$;)if(se(_=S[R+=1])){if(_.type&&(i+=" if ("+e.util.checkDataType(_.type,a)+") { "),e.opts.useDefaults&&!e.compositeRule)if("object"==_.type&&e.schema.properties){var T=e.schema.properties,O=Object.keys(T);if(O)for(var P,L=-1,j=O.length-1;L<j;)void 0!==(M=T[P=O[L+=1]]).default&&(i+=" if ("+(U=a+e.util.getProperty(P))+" === undefined) "+U+" = ","clone"==e.opts.useDefaults?i+=" "+JSON.stringify(M.default)+" ":i+=" "+e.useDefault(M.default)+" ",i+="; ")}else if("array"==_.type&&Array.isArray(e.schema.items)){var I=e.schema.items;if(I){b=-1;for(var M,N=I.length-1;b<N;){var U;void 0!==(M=I[b+=1]).default&&(i+=" if ("+(U=a+"["+b+"]")+" === undefined) "+U+" = ","clone"==e.opts.useDefaults?i+=" "+JSON.stringify(M.default)+" ":i+=" "+e.useDefault(M.default)+" ",i+="; ")}}}var z=_.rules;if(z)for(var H,W=-1,V=z.length-1;W<V;)if(ae(H=z[W+=1])){if(H.custom){T=e.schema[H.keyword];var G=e.useCustomRule(H,T,e.schema,e),q=G.code+".errors",K=(g=e.schemaPath+"."+H.keyword,y=e.errSchemaPath+"/"+H.keyword,"errs"+n),Y=(b="i"+n,"ruleErr"+n),J=H.definition,X=J.async,Q=J.inline,Z=J.macro;if(X&&!e.async)throw new Error("async keyword in sync schema");if(Q||Z||(i+=q+" = null;"),i+="var "+K+" = errors;var valid"+n+";",Q&&J.statements)i+=" "+G.validate;else if(Z){var ee=e.util.copy(e);ee.level++,ee.schema=G.validate,ee.schemaPath="";var te=e.compositeRule;e.compositeRule=ee.compositeRule=!0;var ie=e.validate(ee).replace(/validate\.schema/g,G.code);e.compositeRule=ee.compositeRule=te,i+=" "+ie}else if(J.compile||J.validate){(x=x||[]).push(i),i="",i+=" "+G.code+".call( ",e.opts.passContext?i+="this":i+="self",G.validate.length,J.compile||!1===J.schema?i+=" , "+a+" ":i+=" , validate.schema"+g+" , "+a+" , validate.schema"+e.schemaPath+" ",i+=" , (dataPath || '')",'""'!=e.errorPath&&(i+=" + "+e.errorPath),i+=s?" , data"+(s-1||"")+" , "+e.dataPathArr[s]+" ":" , parentData , parentDataProperty ";var re=i+=" ) ";i=x.pop(),!1!==J.errors&&(i+=X?" var "+(q="customErrors"+n)+" = null; try { valid"+n+" = "+e.yieldAwait+re+"; } catch (e) { valid"+n+" = false; if (e instanceof ValidationError) "+q+" = e.errors; else throw e; } ":" "+G.code+".errors = null; ")}i+="if (! ",Q?J.statements?i+=" valid"+n+" ":i+=" ("+G.validate+") ":Z?i+=" valid"+ee.level+" ":X?!1===J.errors?i+=" ("+e.yieldAwait+re+") ":i+=" valid"+n+" ":i+=" "+re+" ",i+=") { ",c=H.keyword,(x=x||[]).push(i),i="",(x=x||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(c||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+y+"\" , params: { keyword: '"+H.keyword+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should pass \""+H.keyword+"\" keyword validation' "),e.opts.verbose&&(i+=" , schema: validate.schema"+g+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+a+" "),i+=" } "):i+=" {} ",F=i,i=x.pop(),!e.compositeRule&&h?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";var oe=i;i=x.pop(),Q?J.errors?"full"!=J.errors&&(i+=" for (var "+b+"="+K+"; "+b+"<errors; "+b+"++) { var "+Y+" = vErrors["+b+"]; if ("+Y+".dataPath === undefined) { "+Y+".dataPath = (dataPath || '') + "+e.errorPath+"; } if ("+Y+".schemaPath === undefined) { "+Y+'.schemaPath = "'+y+'"; } ',e.opts.verbose&&(i+=" "+Y+".schema = validate.schema"+g+"; "+Y+".data = "+a+"; "),i+=" } "):!1===J.errors?i+=" "+oe+" ":(i+=" if ("+K+" == errors) { "+oe+" } else { for (var "+b+"="+K+"; "+b+"<errors; "+b+"++) { var "+Y+" = vErrors["+b+"]; if ("+Y+".dataPath === undefined) { "+Y+".dataPath = (dataPath || '') + "+e.errorPath+"; } if ("+Y+".schemaPath === undefined) { "+Y+'.schemaPath = "'+y+'"; } ',e.opts.verbose&&(i+=" "+Y+".schema = validate.schema"+g+"; "+Y+".data = "+a+"; "),i+=" } } "):Z?(i+=" var err = ",!1!==e.createErrors?(i+=" { keyword: '"+(c||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+y+"\" , params: { keyword: '"+H.keyword+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should pass \""+H.keyword+"\" keyword validation' "),e.opts.verbose&&(i+=" , schema: validate.schema"+g+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+a+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&h&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false ")):!1===J.errors?i+=" "+oe+" ":(i+=" if (Array.isArray("+q+")) { if (vErrors === null) vErrors = "+q+"; else vErrors.concat("+q+"); errors = vErrors.length; for (var "+b+"="+K+"; "+b+"<errors; "+b+"++) { var "+Y+" = vErrors["+b+"]; "+Y+".dataPath = (dataPath || '') + "+e.errorPath+"; "+Y+'.schemaPath = "'+y+'"; ',e.opts.verbose&&(i+=" "+Y+".schema = validate.schema"+g+"; "+Y+".data = "+a+"; "),i+=" } } else { "+oe+" } "),c=void 0,i+=" } ",h&&(i+=" else { ")}else i+=" "+H.code(e,H.keyword)+" ";h&&(u+="}")}if(h&&(i+=" "+u+" ",u=""),_.type&&(i+=" } ",p&&p===_.type)){var ne=!0;i+=" else { ",g=e.schemaPath+".type",y=e.errSchemaPath+"/type",(x=x||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(c||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+y+"\" , params: { type: '",i+=m?""+p.join(","):""+p,i+="' } ",!1!==e.opts.messages&&(i+=" , message: 'should be ",i+=m?""+p.join(","):""+p,i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+g+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+a+" "),i+=" } "):i+=" {} ",F=i,i=x.pop(),!e.compositeRule&&h?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } "}h&&(i+=" if (errors === ",i+=o?"0":"errs_"+n,i+=") { ",f+="}")}function se(e){for(var t=0;t<e.rules.length;t++)if(ae(e.rules[t]))return!0}function ae(t){return void 0!==e.schema[t.keyword]||"properties"==t.keyword&&(!1===e.schema.additionalProperties||"object"==_typeof(e.schema.additionalProperties)||e.schema.patternProperties&&Object.keys(e.schema.patternProperties).length||e.opts.v5&&e.schema.patternGroups&&Object.keys(e.schema.patternGroups).length)}return!p||ne||e.opts.coerceTypes&&A||(g=e.schemaPath+".type",y=e.errSchemaPath+"/type",C=m?"checkDataTypes":"checkDataType",i+=" if ("+e.util[C](p,a,!0)+") { ",(x=x||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(c||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+y+"\" , params: { type: '",i+=m?""+p.join(","):""+p,i+="' } ",!1!==e.opts.messages&&(i+=" , message: 'should be ",i+=m?""+p.join(","):""+p,i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+g+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+a+" "),i+=" } "):i+=" {} ",F=i,i=x.pop(),!e.compositeRule&&h?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }"),h&&(i+=" "+f+" "),o?(r?(i+=" if (errors === 0) return true; ",i+=" else throw new ValidationError(vErrors); "):(i+=" validate.errors = vErrors; ",i+=" return errors === 0; "),i+=" });"):i+=" var "+d+" = errors === errs_"+n+";",i=e.util.cleanUpCode(i),o&&h&&(i=e.util.cleanUpVarErrors(i,r)),i}},function(e,t){var i=Array.prototype.slice;function r(e){var t=this,r=i.call(arguments,1);return new Promise((function(i,n){if("function"==typeof e&&(e=e.apply(t,r)),!e||"function"!=typeof e.next)return i(e);function s(t){var i;try{i=e.next(t)}catch(e){return n(e)}c(i)}function a(t){var i;try{i=e.throw(t)}catch(e){return n(e)}c(i)}function c(e){if(e.done)return i(e.value);var r=o.call(t,e.value);return r&&l(r)?r.then(s,a):a(new TypeError('You may only yield a function, promise, generator, array, or object, but the following object was passed: "'+String(e.value)+'"'))}s()}))}function o(e){return e?l(e)?e:function(e){var t=e.constructor;return!!t&&("GeneratorFunction"===t.name||"GeneratorFunction"===t.displayName||c(t.prototype))}(e)||c(e)?r.call(this,e):"function"==typeof e?n.call(this,e):Array.isArray(e)?s.call(this,e):Object==e.constructor?a.call(this,e):e:e}function n(e){var t=this;return new Promise((function(r,o){e.call(t,(function(e,t){if(e)return o(e);arguments.length>2&&(t=i.call(arguments,1)),r(t)}))}))}function s(e){return Promise.all(e.map(o,this))}function a(e){for(var t=new e.constructor,i=Object.keys(e),r=[],n=0;n<i.length;n++){var s=i[n],a=o.call(this,e[s]);a&&l(a)?c(a,s):t[s]=e[s]}return Promise.all(r).then((function(){return t}));function c(e,i){t[i]=void 0,r.push(e.then((function(e){t[i]=e})))}}function l(e){return"function"==typeof e.then}function c(e){return"function"==typeof e.next&&"function"==typeof e.throw}e.exports=r.default=r.co=r,r.wrap=function(e){return t.__generatorFunction__=e,t;function t(){return r.call(this,e.apply(this,arguments))}}},function(e,t){function i(e){this.message="validation failed",this.errors=e,this.ajv=this.validation=!0}e.exports=i,i.prototype=Object.create(Error.prototype),i.prototype.constructor=i},function(e,t){var i=e.exports=function(){this._cache={}};i.prototype.put=function(e,t){this._cache[e]=t},i.prototype.get=function(e){return this._cache[e]},i.prototype.del=function(e){delete this._cache[e]},i.prototype.clear=function(){this._cache={}}},function(e,t,i){var r=i(11),o=/^\d\d\d\d-(\d\d)-(\d\d)$/,n=[0,31,29,31,30,31,30,31,31,30,31,30,31],s=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d:\d\d)?$/i,a=/^[a-z](?:(?:[-0-9a-z]{0,61})?[0-9a-z])?(\.[a-z](?:(?:[-0-9a-z]{0,61})?[0-9a-z])?)*$/i,l=/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@\/?]|%[0-9a-f]{2})*)?(?:\#(?:[a-z0-9\-._~!$&'()*+,;=:@\/?]|%[0-9a-f]{2})*)?$/i,c=/^(?:urn\:uuid\:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,d=/^(?:\/(?:[^~\/]|~0|~1)+)*(?:\/)?$|^\#(?:\/(?:[a-z0-9_\-\.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)+)*(?:\/)?$/i,h=/^(?:0|[1-9][0-9]*)(?:\#|(?:\/(?:[^~\/]|~0|~1)+)*(?:\/)?)$/;function u(e){e="full"==e?"full":"fast";var t=r.copy(u[e]);for(var i in u.compare)t[i]={validate:t[i],compare:u.compare[i]};return t}function f(e){var t=e.match(o);if(!t)return!1;var i=+t[1],r=+t[2];return i>=1&&i<=12&&r>=1&&r<=n[i]}function p(e,t){var i=e.match(s);if(!i)return!1;var r=i[1],o=i[2],n=i[3],a=i[5];return r<=23&&o<=59&&n<=59&&(!t||a)}e.exports=u,u.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^[0-2]\d:[0-5]\d:[0-5]\d(?:\.\d+)?(?:z|[+-]\d\d:\d\d)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s][0-2]\d:[0-5]\d:[0-5]\d(?:\.\d+)?(?:z|[+-]\d\d:\d\d)$/i,uri:/^(?:[a-z][a-z0-9+-.]*)?(?:\:|\/)\/?[^\s]*$/i,email:/^[a-z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:a,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:g,uuid:c,"json-pointer":d,"relative-json-pointer":h},u.full={date:f,time:p,"date-time":function(e){var t=e.split(m);return f(t[0])&&p(t[1],!0)},uri:function(e){return A.test(e)&&l.test(e)},email:/^[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&''*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:function(e){return e.length<=255&&a.test(e)},ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:g,uuid:c,"json-pointer":d,"relative-json-pointer":h},u.compare={date:y,time:C,"date-time":function(e,t){if(e&&t){e=e.split(m),t=t.split(m);var i=y(e[0],t[0]);if(void 0!==i)return i||C(e[1],t[1])}}};var m=/t|\s/i,A=/\/|\:/;function g(e){try{return new RegExp(e),!0}catch(e){return!1}}function y(e,t){if(e&&t)return e>t?1:e<t?-1:e===t?0:void 0}function C(e,t){if(e&&t&&(e=e.match(s),t=t.match(s),e&&t))return(e=e[1]+e[2]+e[3]+(e[4]||""))>(t=t[1]+t[2]+t[3]+(t[4]||""))?1:e<t?-1:e===t?0:void 0}},function(e,t,i){var r=i(24),o=i(11);e.exports=function(){var e=[{type:"number",rules:["maximum","minimum","multipleOf"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","uniqueItems","items"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","properties"]},{rules:["$ref","enum","not","anyOf","oneOf","allOf"]}];return e.all=["type","additionalProperties","patternProperties"],e.keywords=["additionalItems","$schema","id","title","description","default"],e.types=["number","integer","string","array","object","boolean","null"],e.forEach((function(t){t.rules=t.rules.map((function(t){return e.all.push(t),{keyword:t,code:r[t]}}))})),e.keywords=o.toHash(e.all.concat(e.keywords)),e.all=o.toHash(e.all),e.types=o.toHash(e.types),e}},function(e,t,i){e.exports={$ref:i(25),allOf:i(26),anyOf:i(27),dependencies:i(28),enum:i(29),format:i(30),items:i(31),maximum:i(32),minimum:i(32),maxItems:i(33),minItems:i(33),maxLength:i(34),minLength:i(34),maxProperties:i(35),minProperties:i(35),multipleOf:i(36),not:i(37),oneOf:i(38),pattern:i(39),properties:i(40),required:i(41),uniqueItems:i(42),validate:i(18)}},function(e,t){e.exports=function(e,t){var i,r,o=" ",n=e.level,s=e.dataLevel,a=e.schema[t],l=e.errSchemaPath+"/"+t,c=!e.opts.allErrors,d="data"+(s||""),h="valid"+n;if("#"==a||"#/"==a)e.isRoot?(i=e.async,r="validate"):(i=!0===e.root.schema.$async,r="root.refVal[0]");else{var u=e.resolveRef(e.baseId,a,e.isRoot);if(void 0===u){var f="can't resolve reference "+a+" from id "+e.baseId;if("fail"==e.opts.missingRefs){console.log(f),(g=g||[]).push(o),o="",!1!==e.createErrors?(o+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+l+"\" , params: { ref: '"+e.util.escapeQuotes(a)+"' } ",!1!==e.opts.messages&&(o+=" , message: 'can\\'t resolve reference "+e.util.escapeQuotes(a)+"' "),e.opts.verbose&&(o+=" , schema: "+e.util.toQuotedString(a)+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+d+" "),o+=" } "):o+=" {} ";var p=o;o=g.pop(),!e.compositeRule&&c?e.async?o+=" throw new ValidationError(["+p+"]); ":o+=" validate.errors = ["+p+"]; return false; ":o+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c&&(o+=" if (false) { ")}else{if("ignore"!=e.opts.missingRefs){var m=new Error(f);throw m.missingRef=e.resolve.url(e.baseId,a),m.missingSchema=e.resolve.normalizeId(e.resolve.fullPath(m.missingRef)),m}console.log(f),c&&(o+=" if (true) { ")}}else if(u.inline){var A=e.util.copy(e);A.level++,A.schema=u.schema,A.schemaPath="",A.errSchemaPath=a,o+=" "+e.validate(A).replace(/validate\.schema/g,u.code)+" ",c&&(o+=" if (valid"+A.level+") { ")}else i=u.async,r=u.code}if(r){var g;(g=g||[]).push(o),o="",e.opts.passContext?o+=" "+r+".call(this, ":o+=" "+r+"( ",o+=" "+d+", (dataPath || '')",'""'!=e.errorPath&&(o+=" + "+e.errorPath),o+=s?" , data"+(s-1||"")+" , "+e.dataPathArr[s]+" ":" , parentData , parentDataProperty ";var y=o+=") ";if(o=g.pop(),i){if(!e.async)throw new Error("async schema referenced by sync schema");o+=" try { ",c&&(o+="var "+h+" ="),o+=" "+e.yieldAwait+" "+y+"; } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; } ",c&&(o+=" if ("+h+") { ")}else o+=" if (!"+y+") { if (vErrors === null) vErrors = "+r+".errors; else vErrors = vErrors.concat("+r+".errors); errors = vErrors.length; } ",c&&(o+=" else { ")}return o}},function(e,t){e.exports=function(e,t){var i=" ",r=e.schema[t],o=e.schemaPath+"."+t,n=e.errSchemaPath+"/"+t,s=!e.opts.allErrors,a=e.util.copy(e),l="";a.level++;var c=r;if(c)for(var d,h=-1,u=c.length-1;h<u;)d=c[h+=1],e.util.schemaHasRules(d,e.RULES.all)&&(a.schema=d,a.schemaPath=o+"["+h+"]",a.errSchemaPath=n+"/"+h,i+=" "+e.validate(a)+" ",s&&(i+=" if (valid"+a.level+") { ",l+="}"));return s&&(i+=" "+l.slice(0,-1)),e.util.cleanUpCode(i)}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h="errs__"+r,u=e.util.copy(e),f="";if(u.level++,n.every((function(t){return e.util.schemaHasRules(t,e.RULES.all)}))){i+=" var "+h+" = errors; var "+d+" = false; ";var p=e.compositeRule;e.compositeRule=u.compositeRule=!0;var m=n;if(m)for(var A,g=-1,y=m.length-1;g<y;)A=m[g+=1],u.schema=A,u.schemaPath=s+"["+g+"]",u.errSchemaPath=a+"/"+g,i+=" "+e.validate(u)+" "+d+" = "+d+" || valid"+u.level+"; if (!"+d+") { ",f+="}";e.compositeRule=u.compositeRule=p,i+=" "+f+" if (!"+d+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'anyOf' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: 'should match some schema in anyOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } "),i=e.util.cleanUpCode(i)}else l&&(i+=" if (true) { ");return i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="errs__"+r,h=e.util.copy(e),u="";h.level++;var f={},p={};for(y in n){var m=n[y],A=Array.isArray(m)?p:f;A[y]=m}i+="var "+d+" = errors;";var g=e.errorPath;for(var y in i+="var missing"+r+";",p){A=p[y],i+=" if ("+c+e.util.getProperty(y)+" !== undefined && ( ";var C=A;if(C)for(var D,v=-1,B=C.length-1;v<B;){D=C[v+=1],v&&(i+=" || ");var w=e.util.getProperty(D);i+=" ( "+c+w+" === undefined && (missing"+r+" = "+e.util.toQuotedString(e.opts.jsonPointers?D:w)+") ) "}i+=")) { ";var k="missing"+r,b="' + "+k+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.opts.jsonPointers?e.util.getPathExpr(g,k,!0):g+" + "+k);var E=E||[];E.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'dependencies' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { property: '"+e.util.escapeQuotes(y)+"', missingProperty: '"+b+"', depsCount: "+A.length+", deps: '"+e.util.escapeQuotes(1==A.length?A[0]:A.join(", "))+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should have ",1==A.length?i+="property "+e.util.escapeQuotes(A[0]):i+="properties "+e.util.escapeQuotes(A.join(", ")),i+=" when property "+e.util.escapeQuotes(y)+" is present' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var F=i;i=E.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",l&&(u+="}",i+=" else { ")}for(var y in e.errorPath=g,f)m=f[y],e.util.schemaHasRules(m,e.RULES.all)&&(i+=" valid"+h.level+" = true; if ("+c+"['"+y+"'] !== undefined) { ",h.schema=m,h.schemaPath=s+e.util.getProperty(y),h.errSchemaPath=a+"/"+e.util.escapeFragment(y),i+=" "+e.validate(h)+" } ",l&&(i+=" if (valid"+h.level+") { ",u+="}"));return l&&(i+=" "+u+" if ("+d+" == errors) {"),e.util.cleanUpCode(i)}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h=e.opts.v5&&n.$data,u=h?e.util.getData(n.$data,o,e.dataPathArr):n;h&&(i+=" var schema"+r+" = "+u+"; ",u="schema"+r);var f="i"+r;h||(i+=" var schema"+r+" = validate.schema"+s+";"),i+="var "+d+";",h&&(i+=" if (schema"+r+" === undefined) "+d+" = true; else if (!Array.isArray(schema"+r+")) "+d+" = false; else {"),i+=d+" = false;for (var "+f+"=0; "+f+"<schema"+r+".length; "+f+"++) if (equal("+c+", schema"+r+"["+f+"])) { "+d+" = true; break; }",h&&(i+=" } "),i+=" if (!"+d+") { ";var p=p||[];p.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: 'should be equal to one of the allowed values' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var m=i;return i=p.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+m+"]); ":i+=" validate.errors = ["+m+"]; return false; ":i+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||"");if(!1===e.opts.format)return l&&(i+=" if (true) { "),i;var d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;if(d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r),d)i+=" var "+(u="format"+r)+" = formats["+h+"]; var isObject"+r+" = typeof "+u+" == 'object' && !("+u+" instanceof RegExp) && "+u+".validate; if (isObject"+r+") { var async"+r+" = "+u+".async; "+u+" = "+u+".validate; } if ( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'string') || "),i+=" ("+u+" && !(typeof "+u+" == 'function' ? ",e.async?i+=" (async"+r+" ? "+e.yieldAwait+" "+u+"("+c+") : "+u+"("+c+")) ":i+=" "+u+"("+c+") ",i+=" : "+u+".test("+c+")))) {";else{var u;if(!(u=e.formats[n]))return l&&(i+=" if (true) { "),i;var f="object"==_typeof(u)&&!(u instanceof RegExp)&&u.validate;if(f){var p=!0===u.async;u=u.validate}if(p){if(!e.async)throw new Error("async format in sync schema");var m="formats"+e.util.getProperty(n)+".validate";i+=" if (!("+e.yieldAwait+" "+m+"("+c+"))) { "}else i+=" if (! ",m="formats"+e.util.getProperty(n),f&&(m+=".validate"),i+="function"==typeof u?" "+m+"("+c+") ":" "+m+".test("+c+") ",i+=") { "}var A=A||[];A.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'format' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { format: ',i+=d?""+h:""+e.util.toQuotedString(n),i+=" } ",!1!==e.opts.messages&&(i+=" , message: 'should match format \"",i+=d?"' + "+h+" + '":""+e.util.escapeQuotes(n),i+="\"' "),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+e.util.toQuotedString(n),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var g=i;return i=A.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+g+"]); ":i+=" validate.errors = ["+g+"]; return false; ":i+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h="errs__"+r,u=e.util.copy(e),f="";u.level++;var p=u.dataLevel=e.dataLevel+1,m="data"+p;if(i+="var "+h+" = errors;var "+d+";",Array.isArray(n)){var A=e.schema.additionalItems;if(!1===A){i+=" "+d+" = "+c+".length <= "+n.length+"; ";var g=a;a=e.errSchemaPath+"/additionalItems",i+=" if (!"+d+") { ";var y=y||[];y.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { limit: '+n.length+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have more than "+n.length+" items' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var C=i;i=y.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+C+"]); ":i+=" validate.errors = ["+C+"]; return false; ":i+=" var err = "+C+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",a=g,l&&(f+="}",i+=" else { ")}var D=n;if(D)for(var v,B=-1,w=D.length-1;B<w;)if(v=D[B+=1],e.util.schemaHasRules(v,e.RULES.all)){i+=" valid"+u.level+" = true; if ("+c+".length > "+B+") { ";var k=c+"["+B+"]";u.schema=v,u.schemaPath=s+"["+B+"]",u.errSchemaPath=a+"/"+B,u.errorPath=e.util.getPathExpr(e.errorPath,B,e.opts.jsonPointers,!0),u.dataPathArr[p]=B;var b=e.validate(u);e.util.varOccurences(b,m)<2?i+=" "+e.util.varReplace(b,m,k)+" ":i+=" var "+m+" = "+k+"; "+b+" ",i+=" } ",l&&(i+=" if (valid"+u.level+") { ",f+="}")}"object"==_typeof(A)&&e.util.schemaHasRules(A,e.RULES.all)&&(u.schema=A,u.schemaPath=e.schemaPath+".additionalItems",u.errSchemaPath=e.errSchemaPath+"/additionalItems",i+=" valid"+u.level+" = true; if ("+c+".length > "+n.length+") { for (var i"+r+" = "+n.length+"; i"+r+" < "+c+".length; i"+r+"++) { ",u.errorPath=e.util.getPathExpr(e.errorPath,"i"+r,e.opts.jsonPointers,!0),k=c+"[i"+r+"]",u.dataPathArr[p]="i"+r,b=e.validate(u),e.util.varOccurences(b,m)<2?i+=" "+e.util.varReplace(b,m,k)+" ":i+=" var "+m+" = "+k+"; "+b+" ",l&&(i+=" if (!valid"+u.level+") break; "),i+=" } } ",l&&(i+=" if (valid"+u.level+") { ",f+="}"))}else e.util.schemaHasRules(n,e.RULES.all)&&(u.schema=n,u.schemaPath=s,u.errSchemaPath=a,i+=" for (var i"+r+" = 0; i"+r+" < "+c+".length; i"+r+"++) { ",u.errorPath=e.util.getPathExpr(e.errorPath,"i"+r,e.opts.jsonPointers,!0),k=c+"[i"+r+"]",u.dataPathArr[p]="i"+r,b=e.validate(u),e.util.varOccurences(b,m)<2?i+=" "+e.util.varReplace(b,m,k)+" ":i+=" var "+m+" = "+k+"; "+b+" ",l&&(i+=" if (!valid"+u.level+") break; "),i+=" } ",l&&(i+=" if (valid"+u.level+") { ",f+="}"));return l&&(i+=" "+f+" if ("+h+" == errors) {"),e.util.cleanUpCode(i)}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r);var u,f="maximum"==t,p=f?"exclusiveMaximum":"exclusiveMinimum",m=e.schema[p],A=f?"<":">",g=f?">":"<";if(e.opts.v5&&m&&m.$data){var y=e.util.getData(m.$data,o,e.dataPathArr),C="exclusive"+r,D="' + "+(w="op"+r)+" + '";i+=" var schemaExcl"+r+" = "+y+"; ",i+=" var exclusive"+r+"; if (typeof "+(y="schemaExcl"+r)+" != 'boolean' && typeof "+y+" != 'undefined') { ";var v=p;(u=u||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(v||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: '"+p+" should be boolean' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var B=i;i=u.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+B+"]); ":i+=" validate.errors = ["+B+"]; return false; ":i+=" var err = "+B+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else if( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" ((exclusive"+r+" = "+y+" === true) ? "+c+" "+g+"= "+h+" : "+c+" "+g+" "+h+")) { var op"+r+" = exclusive"+r+" ? '"+A+"' : '"+A+"=';"}else{D=A,(C=!0===m)||(D+="=");var w="'"+D+"'";i+=" if ( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" "+c+" "+g,C&&(i+="="),i+=" "+h+") {"}return v=t,(u=u||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(v||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { comparison: '+w+", limit: "+h+", exclusive: "+C+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be "+D+" ",i+=d?"' + "+h:n+"'"),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+n,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",B=i,i=u.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+B+"]); ":i+=" validate.errors = ["+B+"]; return false; ":i+=" var err = "+B+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r),i+="if ( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" "+c+".length "+("maxItems"==t?">":"<")+" "+h+") { ";var u=t,f=f||[];f.push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(u||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { limit: '+h+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have ",i+="maxItems"==t?"more":"less",i+=" than ",i+=d?"' + "+h+" + '":""+n,i+=" items' "),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+n,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var p=i;return i=f.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+p+"]); ":i+=" validate.errors = ["+p+"]; return false; ":i+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r);var u="maxLength"==t?">":"<";i+="if ( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),!1===e.opts.unicode?i+=" "+c+".length ":i+=" ucs2length("+c+") ",i+=" "+u+" "+h+") { ";var f=t,p=p||[];p.push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(f||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { limit: '+h+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be ",i+="maxLength"==t?"longer":"shorter",i+=" than ",i+=d?"' + "+h+" + '":""+n,i+=" characters' "),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+n,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var m=i;return i=p.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+m+"]); ":i+=" validate.errors = ["+m+"]; return false; ":i+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r),i+="if ( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" Object.keys("+c+").length "+("maxProperties"==t?">":"<")+" "+h+") { ";var u=t,f=f||[];f.push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(u||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { limit: '+h+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have ",i+="maxProperties"==t?"more":"less",i+=" than ",i+=d?"' + "+h+" + '":""+n,i+=" properties' "),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+n,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var p=i;return i=f.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+p+"]); ":i+=" validate.errors = ["+p+"]; return false; ":i+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r),i+="var division"+r+";if (",d&&(i+=" "+h+" !== undefined && ( typeof "+h+" != 'number' || "),i+=" (division"+r+" = "+c+" / "+h+", ",e.opts.multipleOfPrecision?i+=" Math.abs(Math.round(division"+r+") - division"+r+") > 1e-"+e.opts.multipleOfPrecision+" ":i+=" division"+r+" !== parseInt(division"+r+") ",i+=" ) ",d&&(i+=" ) "),i+=" ) { ";var u=u||[];u.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { multipleOf: '+h+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be multiple of ",i+=d?"' + "+h:n+"'"),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+n,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var f=i;return i=u.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+f+"]); ":i+=" validate.errors = ["+f+"]; return false; ":i+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="errs__"+r,h=e.util.copy(e);if(h.level++,e.util.schemaHasRules(n,e.RULES.all)){h.schema=n,h.schemaPath=s,h.errSchemaPath=a,i+=" var "+d+" = errors; ";var u,f=e.compositeRule;e.compositeRule=h.compositeRule=!0,h.createErrors=!1,h.opts.allErrors&&(u=h.opts.allErrors,h.opts.allErrors=!1),i+=" "+e.validate(h)+" ",h.createErrors=!0,u&&(h.opts.allErrors=u),e.compositeRule=h.compositeRule=f,i+=" if (valid"+h.level+") { ";var p=p||[];p.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var m=i;i=p.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+m+"]); ":i+=" validate.errors = ["+m+"]; return false; ":i+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { errors = "+d+"; if (vErrors !== null) { if ("+d+") vErrors.length = "+d+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } ")}else i+=" var err = ",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",l&&(i+=" if (false) { ");return i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h="errs__"+r,u=e.util.copy(e),f="";u.level++,i+="var "+h+" = errors;var prevValid"+r+" = false;var "+d+" = false; ";var p=e.compositeRule;e.compositeRule=u.compositeRule=!0;var m=n;if(m)for(var A,g=-1,y=m.length-1;g<y;)A=m[g+=1],e.util.schemaHasRules(A,e.RULES.all)?(u.schema=A,u.schemaPath=s+"["+g+"]",u.errSchemaPath=a+"/"+g,i+=" "+e.validate(u)+" "):i+=" var valid"+u.level+" = true; ",g&&(i+=" if (valid"+u.level+" && prevValid"+r+") "+d+" = false; else { ",f+="}"),i+=" if (valid"+u.level+") "+d+" = prevValid"+r+" = true;";e.compositeRule=u.compositeRule=p,i+=f+"if (!"+d+") { ";var C=C||[];C.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: 'should match exactly one schema in oneOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var D=i;return i=C.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+D+"]); ":i+=" validate.errors = ["+D+"]; return false; ":i+=" var err = "+D+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; }",e.opts.allErrors&&(i+=" } "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d=e.opts.v5&&n.$data,h=d?e.util.getData(n.$data,o,e.dataPathArr):n;d&&(i+=" var schema"+r+" = "+h+"; ",h="schema"+r),i+="if ( ",d&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'string') || "),i+=" !"+(d?"(new RegExp("+h+"))":e.usePattern(n))+".test("+c+") ) { ";var u=u||[];u.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { pattern: ',i+=d?""+h:""+e.util.toQuotedString(n),i+=" } ",!1!==e.opts.messages&&(i+=" , message: 'should match pattern \"",i+=d?"' + "+h+" + '":""+e.util.escapeQuotes(n),i+="\"' "),e.opts.verbose&&(i+=" , schema: ",i+=d?"validate.schema"+s:""+e.util.toQuotedString(n),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var f=i;return i=u.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+f+"]); ":i+=" validate.errors = ["+f+"]; return false; ":i+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",l&&(i+=" else { "),i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h="errs__"+r,u=e.util.copy(e),f="";u.level++;var p=u.dataLevel=e.dataLevel+1,m="data"+p,A=Object.keys(n||{}),g=e.schema.patternProperties||{},y=Object.keys(g),C=e.schema.additionalProperties,D=A.length||y.length,v=!1===C,B="object"==_typeof(C)&&Object.keys(C).length,w=e.opts.removeAdditional,k=v||B||w,b=e.schema.required;if(b&&(!e.opts.v5||!b.$data)&&b.length<e.opts.loopRequired)var E=e.util.toHash(b);if(e.opts.v5)var F=e.schema.patternGroups||{},x=Object.keys(F);if(i+="var "+h+" = errors;var valid"+u.level+" = true;",k){if(i+=" for (var key"+r+" in "+c+") { ",D){if(i+=" var isAdditional"+r+" = !(false ",A.length)if(A.length>5)i+=" || validate.schema"+s+"[key"+r+"] ";else{var S=A;if(S)for(var _=-1,R=S.length-1;_<R;)G=S[_+=1],i+=" || key"+r+" == "+e.util.toQuotedString(G)+" "}if(y.length){var $=y;if($)for(var T=-1,O=$.length-1;T<O;)te=$[T+=1],i+=" || "+e.usePattern(te)+".test(key"+r+") "}if(e.opts.v5&&x&&x.length){var P=x;if(P){T=-1;for(var L=P.length-1;T<L;)ne=P[T+=1],i+=" || "+e.usePattern(ne)+".test(key"+r+") "}}i+=" ); if (isAdditional"+r+") { "}if("all"==w)i+=" delete "+c+"[key"+r+"]; ";else{var j=e.errorPath,I="' + key"+r+" + '";if(e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(e.errorPath,"key"+r,e.opts.jsonPointers)),v)if(w)i+=" delete "+c+"[key"+r+"]; ";else{i+=" valid"+u.level+" = false; ";var M=a;a=e.errSchemaPath+"/additionalProperties",(pe=pe||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'additionalProperties' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { additionalProperty: '"+I+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have additional properties' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var N=i;i=pe.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+N+"]); ":i+=" validate.errors = ["+N+"]; return false; ":i+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a=M,l&&(i+=" break; ")}else if(B)if("failing"==w){i+=" var "+h+" = errors; ";var U=e.compositeRule;e.compositeRule=u.compositeRule=!0,u.schema=C,u.schemaPath=e.schemaPath+".additionalProperties",u.errSchemaPath=e.errSchemaPath+"/additionalProperties",u.errorPath=e.opts._errorDataPathProperty?e.errorPath:e.util.getPathExpr(e.errorPath,"key"+r,e.opts.jsonPointers);var z=c+"[key"+r+"]";u.dataPathArr[p]="key"+r;var H=e.validate(u);e.util.varOccurences(H,m)<2?i+=" "+e.util.varReplace(H,m,z)+" ":i+=" var "+m+" = "+z+"; "+H+" ",i+=" if (!valid"+u.level+") { errors = "+h+"; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete "+c+"[key"+r+"]; } ",e.compositeRule=u.compositeRule=U}else u.schema=C,u.schemaPath=e.schemaPath+".additionalProperties",u.errSchemaPath=e.errSchemaPath+"/additionalProperties",u.errorPath=e.opts._errorDataPathProperty?e.errorPath:e.util.getPathExpr(e.errorPath,"key"+r,e.opts.jsonPointers),z=c+"[key"+r+"]",u.dataPathArr[p]="key"+r,H=e.validate(u),e.util.varOccurences(H,m)<2?i+=" "+e.util.varReplace(H,m,z)+" ":i+=" var "+m+" = "+z+"; "+H+" ",l&&(i+=" if (!valid"+u.level+") break; ");e.errorPath=j}D&&(i+=" } "),i+=" } ",l&&(i+=" if (valid"+u.level+") { ",f+="}")}var W=e.opts.useDefaults&&!e.compositeRule;if(A.length){var V=A;if(V)for(var G,q=-1,K=V.length-1;q<K;){var Y=n[G=V[q+=1]];if(e.util.schemaHasRules(Y,e.RULES.all)){var J=e.util.getProperty(G),X=(z=c+J,W&&void 0!==Y.default);if(u.schema=Y,u.schemaPath=s+J,u.errSchemaPath=a+"/"+e.util.escapeFragment(G),u.errorPath=e.util.getPath(e.errorPath,G,e.opts.jsonPointers),u.dataPathArr[p]=e.util.toQuotedString(G),H=e.validate(u),e.util.varOccurences(H,m)<2){H=e.util.varReplace(H,m,z);var Q=z}else Q=m,i+=" var "+m+" = "+z+"; ";if(X)i+=" "+H+" ";else{if(E&&E[G]){i+=" if ("+Q+" === undefined) { valid"+u.level+" = false; ",j=e.errorPath,M=a;var Z=e.util.escapeQuotes(G);e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(j,G,e.opts.jsonPointers)),a=e.errSchemaPath+"/required",(pe=pe||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingProperty: '"+Z+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+Z+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",N=i,i=pe.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+N+"]); ":i+=" validate.errors = ["+N+"]; return false; ":i+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a=M,e.errorPath=j,i+=" } else { "}else i+=l?" if ("+Q+" === undefined) { valid"+u.level+" = true; } else { ":" if ("+Q+" !== undefined) { ";i+=" "+H+" } "}}l&&(i+=" if (valid"+u.level+") { ",f+="}")}}var ee=y;if(ee)for(var te,ie=-1,re=ee.length-1;ie<re;)Y=g[te=ee[ie+=1]],e.util.schemaHasRules(Y,e.RULES.all)&&(u.schema=Y,u.schemaPath=e.schemaPath+".patternProperties"+e.util.getProperty(te),u.errSchemaPath=e.errSchemaPath+"/patternProperties/"+e.util.escapeFragment(te),i+=" for (var key"+r+" in "+c+") { if ("+e.usePattern(te)+".test(key"+r+")) { ",u.errorPath=e.util.getPathExpr(e.errorPath,"key"+r,e.opts.jsonPointers),z=c+"[key"+r+"]",u.dataPathArr[p]="key"+r,H=e.validate(u),e.util.varOccurences(H,m)<2?i+=" "+e.util.varReplace(H,m,z)+" ":i+=" var "+m+" = "+z+"; "+H+" ",l&&(i+=" if (!valid"+u.level+") break; "),i+=" } ",l&&(i+=" else valid"+u.level+" = true; "),i+=" } ",l&&(i+=" if (valid"+u.level+") { ",f+="}"));if(e.opts.v5){var oe=x;if(oe)for(var ne,se=-1,ae=oe.length-1;se<ae;){var le=F[ne=oe[se+=1]];if(Y=le.schema,e.util.schemaHasRules(Y,e.RULES.all)){u.schema=Y,u.schemaPath=e.schemaPath+".patternGroups"+e.util.getProperty(ne)+".schema",u.errSchemaPath=e.errSchemaPath+"/patternGroups/"+e.util.escapeFragment(ne)+"/schema",i+=" var pgPropCount"+r+" = 0; for (var key"+r+" in "+c+") { if ("+e.usePattern(ne)+".test(key"+r+")) { pgPropCount"+r+"++; ",u.errorPath=e.util.getPathExpr(e.errorPath,"key"+r,e.opts.jsonPointers),z=c+"[key"+r+"]",u.dataPathArr[p]="key"+r,H=e.validate(u),e.util.varOccurences(H,m)<2?i+=" "+e.util.varReplace(H,m,z)+" ":i+=" var "+m+" = "+z+"; "+H+" ",l&&(i+=" if (!valid"+u.level+") break; "),i+=" } ",l&&(i+=" else valid"+u.level+" = true; "),i+=" } ",l&&(i+=" if (valid"+u.level+") { ",f+="}");var ce=le.minimum,de=le.maximum;if(void 0!==ce||void 0!==de){if(i+=" var "+d+" = true; ",M=a,void 0!==ce){var he=ce,ue="minimum",fe="less";i+=" "+d+" = pgPropCount"+r+" >= "+ce+"; ",a=e.errSchemaPath+"/patternGroups/minimum",i+=" if (!"+d+") { ",(pe=pe||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'patternGroups' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { reason: '"+ue+"', limit: "+he+", pattern: '"+e.util.escapeQuotes(ne)+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have "+fe+" than "+he+' properties matching pattern "'+e.util.escapeQuotes(ne)+"\"' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",N=i,i=pe.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+N+"]); ":i+=" validate.errors = ["+N+"]; return false; ":i+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",void 0!==de&&(i+=" else ")}var pe;void 0!==de&&(he=de,ue="maximum",fe="more",i+=" "+d+" = pgPropCount"+r+" <= "+de+"; ",a=e.errSchemaPath+"/patternGroups/maximum",i+=" if (!"+d+") { ",(pe=pe||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'patternGroups' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { reason: '"+ue+"', limit: "+he+", pattern: '"+e.util.escapeQuotes(ne)+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have "+fe+" than "+he+' properties matching pattern "'+e.util.escapeQuotes(ne)+"\"' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",N=i,i=pe.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+N+"]); ":i+=" validate.errors = ["+N+"]; return false; ":i+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } "),a=M,l&&(i+=" if ("+d+") { ",f+="}")}}}}return l&&(i+=" "+f+" if ("+h+" == errors) {"),e.util.cleanUpCode(i)}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h=e.opts.v5&&n.$data,u=h?e.util.getData(n.$data,o,e.dataPathArr):n;if(h&&(i+=" var schema"+r+" = "+u+"; ",u="schema"+r),!h)if(n.length<e.opts.loopRequired&&e.schema.properties&&Object.keys(e.schema.properties).length){var f=[],p=n;if(p)for(var m=-1,A=p.length-1;m<A;){S=p[m+=1];var g=e.schema.properties[S];g&&e.util.schemaHasRules(g,e.RULES.all)||(f[f.length]=S)}}else f=n;if(h||f.length){var y=e.errorPath,C=h||f.length>=e.opts.loopRequired;if(l)if(i+=" var missing"+r+"; ",C){h||(i+=" var schema"+r+" = validate.schema"+s+"; ");var D="' + "+(F="schema"+r+"["+(b="i"+r)+"]")+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(y,F,e.opts.jsonPointers)),i+=" var "+d+" = true; ",h&&(i+=" if (schema"+r+" === undefined) "+d+" = true; else if (!Array.isArray(schema"+r+")) "+d+" = false; else {"),i+=" for (var "+b+" = 0; "+b+" < schema"+r+".length; "+b+"++) { "+d+" = "+c+"[schema"+r+"["+b+"]] !== undefined; if (!"+d+") break; } ",h&&(i+=" } "),i+=" if (!"+d+") { ",(B=B||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingProperty: '"+D+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+D+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var v=i;i=B.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else{i+=" if ( ";var B,w=f;if(w)for(var k,b=-1,E=w.length-1;b<E;)k=w[b+=1],b&&(i+=" || "),i+=" ( "+c+(R=e.util.getProperty(k))+" === undefined && (missing"+r+" = "+e.util.toQuotedString(e.opts.jsonPointers?k:R)+") ) ";i+=") { ",D="' + "+(F="missing"+r)+" + '",e.opts._errorDataPathProperty&&(e.errorPath=e.opts.jsonPointers?e.util.getPathExpr(y,F,!0):y+" + "+F),(B=B||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingProperty: '"+D+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+D+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",v=i,i=B.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else if(C){var F;h||(i+=" var schema"+r+" = validate.schema"+s+"; "),D="' + "+(F="schema"+r+"["+(b="i"+r)+"]")+" + '",e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(y,F,e.opts.jsonPointers)),h&&(i+=" if (schema"+r+" && !Array.isArray(schema"+r+")) { var err = ",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingProperty: '"+D+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+D+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if (schema"+r+" !== undefined) { "),i+=" for (var "+b+" = 0; "+b+" < schema"+r+".length; "+b+"++) { if ("+c+"[schema"+r+"["+b+"]] === undefined) { var err = ",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingProperty: '"+D+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+D+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } ",h&&(i+=" } ")}else{var x=f;if(x){b=-1;for(var S,_=x.length-1;b<_;){S=x[b+=1];var R=e.util.getProperty(S);D=e.util.escapeQuotes(S),e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(y,S,e.opts.jsonPointers)),i+=" if ("+c+R+" === undefined) { var err = ",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingProperty: '"+D+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+D+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } "}}}e.errorPath=y}else l&&(i+=" if (true) {");return i}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h=e.opts.v5&&n.$data,u=h?e.util.getData(n.$data,o,e.dataPathArr):n;if(h&&(i+=" var schema"+r+" = "+u+"; ",u="schema"+r),(n||h)&&!1!==e.opts.uniqueItems){h&&(i+=" var "+d+"; if ("+u+" === false || "+u+" === undefined) "+d+" = true; else if (typeof "+u+" != 'boolean') "+d+" = false; else { "),i+=" var "+d+" = true; if ("+c+".length > 1) { var i = "+c+".length, j; outer: for (;i--;) { for (j = i; j--;) { if (equal("+c+"[i], "+c+"[j])) { "+d+" = false; break outer; } } } } ",h&&(i+=" } "),i+=" if (!"+d+") { ";var f=f||[];f.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { i: i, j: j } ',!1!==e.opts.messages&&(i+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(i+=" , schema: ",i+=h?"validate.schema"+s:""+n,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var p=i;i=f.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+p+"]); ":i+=" validate.errors = ["+p+"]; return false; ":i+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",l&&(i+=" else { ")}else l&&(i+=" if (true) { ");return i}},function(e,t,i){var r="https://raw.githubusercontent.com/epoberezkin/ajv/master/lib/refs/json-schema-v5.json";function o(e){return{not:{items:{not:e}}}}e.exports={enable:function(e){var t={switch:i(44),constant:i(45),_formatLimit:i(46),patternRequired:i(47)};if(!1!==e._opts.meta){var n=i(48);e.addMetaSchema(n,r)}function s(i,r,o){var n={inline:o||t[i],statements:!0,errors:"full"};r&&(n.type=r),e.addKeyword(i,n)}s("constant"),e.addKeyword("contains",{type:"array",macro:o}),s("formatMaximum","string",t._formatLimit),s("formatMinimum","string",t._formatLimit),e.addKeyword("exclusiveFormatMaximum"),e.addKeyword("exclusiveFormatMinimum"),e.addKeyword("patternGroups"),s("patternRequired","object"),s("switch")},META_SCHEMA_ID:r}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h="errs__"+r,u=e.util.copy(e),f="";u.level++;var p,m="ifPassed"+e.level;i+="var "+m+";";var A=n;if(A)for(var g,y=-1,C=A.length-1;y<C;){if(g=A[y+=1],y&&!p&&(i+=" if (!"+m+") { ",f+="}"),g.if&&e.util.schemaHasRules(g.if,e.RULES.all)){i+=" var "+h+" = errors; ";var D=e.compositeRule;if(e.compositeRule=u.compositeRule=!0,u.createErrors=!1,u.schema=g.if,u.schemaPath=s+"["+y+"].if",u.errSchemaPath=a+"/"+y+"/if",i+=" "+e.validate(u)+" ",u.createErrors=!0,e.compositeRule=u.compositeRule=D,i+=" "+m+" = valid"+u.level+"; if ("+m+") { ","boolean"==typeof g.then){if(!1===g.then){(B=B||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'switch' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { caseIndex: '+y+" } ",!1!==e.opts.messages&&(i+=" , message: 'should pass \"switch\" keyword validation' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var v=i;i=B.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}i+=" var valid"+u.level+" = "+g.then+"; "}else u.schema=g.then,u.schemaPath=s+"["+y+"].then",u.errSchemaPath=a+"/"+y+"/then",i+=" "+e.validate(u)+" ";i+=" } else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } } "}else if(i+=" "+m+" = true; ","boolean"==typeof g.then){var B;!1===g.then&&((B=B||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'switch' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { caseIndex: '+y+" } ",!1!==e.opts.messages&&(i+=" , message: 'should pass \"switch\" keyword validation' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",v=i,i=B.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "),i+=" var valid"+u.level+" = "+g.then+"; "}else u.schema=g.then,u.schemaPath=s+"["+y+"].then",u.errSchemaPath=a+"/"+y+"/then",i+=" "+e.validate(u)+" ";p=g.continue}return i+=f+"var "+d+" = valid"+u.level+"; ",e.util.cleanUpCode(i)}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h=e.opts.v5&&n.$data,u=h?e.util.getData(n.$data,o,e.dataPathArr):n;h&&(i+=" var schema"+r+" = "+u+"; ",u="schema"+r),h||(i+=" var schema"+r+" = validate.schema"+s+";"),i+="var "+d+" = equal("+c+", schema"+r+"); if (!"+d+") { ";var f=f||[];f.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'constant' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: 'should be equal to constant' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var p=i;return i=f.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+p+"]); ":i+=" validate.errors = ["+p+"]; return false; ":i+=" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+" }"}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r;if(i+="var "+d+" = undefined;",!1===e.opts.format)return i+" "+d+" = true; ";var h=e.schema.format,u=e.opts.v5&&h.$data,f="";if(u)i+=" var "+(p="format"+r)+" = formats["+e.util.getData(h.$data,o,e.dataPathArr)+"] , "+(m="compare"+r)+" = "+p+" && "+p+".compare;";else{var p;if(!(p=e.formats[h])||!p.compare)return i+" "+d+" = true; ";var m="formats"+e.util.getProperty(h)+".compare"}var A,g="formatMaximum"==t,y="exclusiveFormat"+(g?"Maximum":"Minimum"),C=e.schema[y],D=e.opts.v5&&C&&C.$data,v=g?"<":">",B="result"+r,w=e.opts.v5&&n.$data,k=w?e.util.getData(n.$data,o,e.dataPathArr):n;if(w&&(i+=" var schema"+r+" = "+k+"; ",k="schema"+r),D){var b=e.util.getData(C.$data,o,e.dataPathArr),E="exclusive"+r,F="' + op"+r+" + '";i+=" var schemaExcl"+r+" = "+b+"; ",i+=" if (typeof "+(b="schemaExcl"+r)+" != 'boolean' && "+b+" !== undefined) { "+d+" = false; ";var x=y;(A=A||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(x||"_exclusiveFormatLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: {} ',!1!==e.opts.messages&&(i+=" , message: '"+y+" should be boolean' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ";var S=i;i=A.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+S+"]); ":i+=" validate.errors = ["+S+"]; return false; ":i+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",l&&(f+="}",i+=" else { "),w&&(i+=" if ("+k+" === undefined) "+d+" = true; else if (typeof "+k+" != 'string') "+d+" = false; else { ",f+="}"),u&&(i+=" if (!"+m+") "+d+" = true; else { ",f+="}"),i+=" var "+B+" = "+m+"("+c+", ",i+=w?""+k:""+e.util.toQuotedString(n),i+=" ); if ("+B+" === undefined) "+d+" = false; var exclusive"+r+" = "+b+" === true; if ("+d+" === undefined) { "+d+" = exclusive"+r+" ? "+B+" "+v+" 0 : "+B+" "+v+"= 0; } if (!"+d+") var op"+r+" = exclusive"+r+" ? '"+v+"' : '"+v+"=';"}else F=v,(E=!0===C)||(F+="="),w&&(i+=" if ("+k+" === undefined) "+d+" = true; else if (typeof "+k+" != 'string') "+d+" = false; else { ",f+="}"),u&&(i+=" if (!"+m+") "+d+" = true; else { ",f+="}"),i+=" var "+B+" = "+m+"("+c+", ",i+=w?""+k:""+e.util.toQuotedString(n),i+=" ); if ("+B+" === undefined) "+d+" = false; if ("+d+" === undefined) "+d+" = "+B+" "+v,E||(i+="="),i+=" 0;";return i+=f+"if (!"+d+") { ",x=t,(A=A||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: '"+(x||"_formatLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+'" , params: { limit: ',i+=w?""+k:""+e.util.toQuotedString(n),i+=" } ",!1!==e.opts.messages&&(i+=" , message: 'should be "+F+' "',i+=w?"' + "+k+" + '":""+e.util.escapeQuotes(n),i+="\"' "),e.opts.verbose&&(i+=" , schema: ",i+=w?"validate.schema"+s:""+e.util.toQuotedString(n),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",S=i,i=A.pop(),!e.compositeRule&&l?e.async?i+=" throw new ValidationError(["+S+"]); ":i+=" validate.errors = ["+S+"]; return false; ":i+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+"}"}},function(e,t){e.exports=function(e,t){var i=" ",r=e.level,o=e.dataLevel,n=e.schema[t],s=e.schemaPath+"."+t,a=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,c="data"+(o||""),d="valid"+r,h="key"+r,u="patternMatched"+r,f="";i+="var "+d+" = true;";var p=n;if(p)for(var m,A=-1,g=p.length-1;A<g;){m=p[A+=1],i+=" var "+u+" = false; for (var "+h+" in "+c+") { "+u+" = "+e.usePattern(m)+".test("+h+"); if ("+u+") break; } ";var y=e.util.escapeQuotes(m);i+=" if (!"+u+") { "+d+" = false; var err = ",!1!==e.createErrors?(i+=" { keyword: 'patternRequired' , dataPath: (dataPath || '') + "+e.errorPath+' , schemaPath: "'+a+"\" , params: { missingPattern: '"+y+"' } ",!1!==e.opts.messages&&(i+=" , message: 'should have property matching pattern \\'"+y+"\\'' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } ",l&&(f+="}",i+=" else { ")}return i+""+f}},function(e,t){e.exports={id:"https://raw.githubusercontent.com/epoberezkin/ajv/master/lib/refs/json-schema-v5.json#",$schema:"http://json-schema.org/draft-04/schema#",description:"Core schema meta-schema (v5 proposals)",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},positiveInteger:{type:"integer",minimum:0},positiveIntegerDefault0:{allOf:[{$ref:"#/definitions/positiveInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},minItems:1,uniqueItems:!0},$data:{type:"object",required:["$data"],properties:{$data:{type:"string",format:"relative-json-pointer"}},additionalProperties:!1}},type:"object",properties:{id:{type:"string",format:"uri"},$schema:{type:"string",format:"uri"},title:{type:"string"},description:{type:"string"},default:{},multipleOf:{anyOf:[{type:"number",minimum:0,exclusiveMinimum:!0},{$ref:"#/definitions/$data"}]},maximum:{anyOf:[{type:"number"},{$ref:"#/definitions/$data"}]},exclusiveMaximum:{anyOf:[{type:"boolean",default:!1},{$ref:"#/definitions/$data"}]},minimum:{anyOf:[{type:"number"},{$ref:"#/definitions/$data"}]},exclusiveMinimum:{anyOf:[{type:"boolean",default:!1},{$ref:"#/definitions/$data"}]},maxLength:{anyOf:[{$ref:"#/definitions/positiveInteger"},{$ref:"#/definitions/$data"}]},minLength:{anyOf:[{$ref:"#/definitions/positiveIntegerDefault0"},{$ref:"#/definitions/$data"}]},pattern:{anyOf:[{type:"string",format:"regex"},{$ref:"#/definitions/$data"}]},additionalItems:{anyOf:[{type:"boolean"},{$ref:"#"},{$ref:"#/definitions/$data"}],default:{}},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:{}},maxItems:{anyOf:[{$ref:"#/definitions/positiveInteger"},{$ref:"#/definitions/$data"}]},minItems:{anyOf:[{$ref:"#/definitions/positiveIntegerDefault0"},{$ref:"#/definitions/$data"}]},uniqueItems:{anyOf:[{type:"boolean",default:!1},{$ref:"#/definitions/$data"}]},maxProperties:{anyOf:[{$ref:"#/definitions/positiveInteger"},{$ref:"#/definitions/$data"}]},minProperties:{anyOf:[{$ref:"#/definitions/positiveIntegerDefault0"},{$ref:"#/definitions/$data"}]},required:{anyOf:[{$ref:"#/definitions/stringArray"},{$ref:"#/definitions/$data"}]},additionalProperties:{anyOf:[{type:"boolean"},{$ref:"#"},{$ref:"#/definitions/$data"}],default:{}},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},enum:{anyOf:[{type:"array",minItems:1,uniqueItems:!0},{$ref:"#/definitions/$data"}]},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"},format:{anyOf:[{type:"string"},{$ref:"#/definitions/$data"}]},formatMaximum:{anyOf:[{type:"string"},{$ref:"#/definitions/$data"}]},formatMinimum:{anyOf:[{type:"string"},{$ref:"#/definitions/$data"}]},exclusiveFormatMaximum:{anyOf:[{type:"boolean",default:!1},{$ref:"#/definitions/$data"}]},exclusiveFormatMinimum:{anyOf:[{type:"boolean",default:!1},{$ref:"#/definitions/$data"}]},constant:{anyOf:[{},{$ref:"#/definitions/$data"}]},contains:{$ref:"#"},patternGroups:{type:"object",additionalProperties:{type:"object",required:["schema"],properties:{maximum:{anyOf:[{$ref:"#/definitions/positiveInteger"},{$ref:"#/definitions/$data"}]},minimum:{anyOf:[{$ref:"#/definitions/positiveIntegerDefault0"},{$ref:"#/definitions/$data"}]},schema:{$ref:"#"}},additionalProperties:!1},default:{}},switch:{type:"array",items:{required:["then"],properties:{if:{$ref:"#"},then:{anyOf:[{type:"boolean"},{$ref:"#"}]},continue:{type:"boolean"}},additionalProperties:!1,dependencies:{continue:["if"]}}}},dependencies:{exclusiveMaximum:["maximum"],exclusiveMinimum:["minimum"],formatMaximum:["format"],formatMinimum:["format"],exclusiveFormatMaximum:["formatMaximum"],exclusiveFormatMinimum:["formatMinimum"]},default:{}}},function(e,t){var i=/^[a-z_$][a-z0-9_$]*$/i;e.exports=function(e,t){var r=this;if(this.RULES.keywords[e])throw new Error("Keyword "+e+" is already defined");if(!i.test(e))throw new Error("Keyword "+e+" is not a valid identifier");if(t){var o=t.type;if(Array.isArray(o)){var n,s=o.length;for(n=0;n<s;n++)l(o[n]);for(n=0;n<s;n++)a(e,o[n],t)}else o&&l(o),a(e,o,t)}function a(e,t,i){for(var o,n=0;n<r.RULES.length;n++){var s=r.RULES[n];if(s.type==t){o=s;break}}o||(o={type:t,rules:[]},r.RULES.push(o));var a={keyword:e,definition:i,custom:!0};o.rules.push(a)}function l(e){if(!r.RULES.types[e])throw new Error("Unknown type "+e)}this.RULES.keywords[e]=!0,this.RULES.all[e]=!0}},function(e,t){e.exports={id:"http://json-schema.org/draft-04/schema#",$schema:"http://json-schema.org/draft-04/schema#",description:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},positiveInteger:{type:"integer",minimum:0},positiveIntegerDefault0:{allOf:[{$ref:"#/definitions/positiveInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},minItems:1,uniqueItems:!0}},type:"object",properties:{id:{type:"string",format:"uri"},$schema:{type:"string",format:"uri"},title:{type:"string"},description:{type:"string"},default:{},multipleOf:{type:"number",minimum:0,exclusiveMinimum:!0},maximum:{type:"number"},exclusiveMaximum:{type:"boolean",default:!1},minimum:{type:"number"},exclusiveMinimum:{type:"boolean",default:!1},maxLength:{$ref:"#/definitions/positiveInteger"},minLength:{$ref:"#/definitions/positiveIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{anyOf:[{type:"boolean"},{$ref:"#"}],default:{}},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:{}},maxItems:{$ref:"#/definitions/positiveInteger"},minItems:{$ref:"#/definitions/positiveIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxProperties:{$ref:"#/definitions/positiveInteger"},minProperties:{$ref:"#/definitions/positiveIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{anyOf:[{type:"boolean"},{$ref:"#"}],default:{}},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},enum:{type:"array",minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},dependencies:{exclusiveMaximum:["maximum"],exclusiveMinimum:["minimum"]},default:{}}},function(e,t,i){var r=i(52),o=i(53),n=i(56),s=i(57),a=i(58),l=i(61),c=i(54),d={create:function(e,t){if(!e)throw new Error("No container element provided.");this.container=e,this.dom={},this.highlighter=new r,this.selection=void 0,this.multiselection={nodes:[]},this.validateSchema=null,this.errorNodes=[],this.node=null,this.focusTarget=null,this._setOptions(t),this.options.history&&"view"!==this.options.mode&&(this.history=new o(this)),this._createFrame(),this._createTable()},destroy:function(){this.frame&&this.container&&this.frame.parentNode==this.container&&(this.container.removeChild(this.frame),this.frame=null),this.container=null,this.dom=null,this.clear(),this.node=null,this.focusTarget=null,this.selection=null,this.multiselection=null,this.errorNodes=null,this.validateSchema=null,this._debouncedValidate=null,this.history&&(this.history.destroy(),this.history=null),this.searchBox&&(this.searchBox.destroy(),this.searchBox=null),this.modeSwitcher&&(this.modeSwitcher.destroy(),this.modeSwitcher=null)},_setOptions:function(e){if(this.options={search:!0,history:!0,mode:"tree",name:void 0,schema:null},e)for(var t in e)e.hasOwnProperty(t)&&(this.options[t]=e[t]);this.setSchema(this.options.schema),this._debouncedValidate=c.debounce(this.validate.bind(this),this.DEBOUNCE_INTERVAL)},set:function(e,t){if(t&&(console.warn('Second parameter "name" is deprecated. Use setName(name) instead.'),this.options.name=t),e instanceof Function||void 0===e)this.clear();else{this.content.removeChild(this.table);var i={field:this.options.name,value:e},r=new a(this,i);this._setRoot(r),this.validate(),this.node.expand(!1),this.content.appendChild(this.table)}this.history&&this.history.clear(),this.searchBox&&this.searchBox.clear()},get:function(){if(this.focusTarget){var e=a.getNodeFromTarget(this.focusTarget);e&&e.blur()}return this.node?this.node.getValue():void 0},getText:function(){return JSON.stringify(this.get())},setText:function(e){this.set(c.parse(e))},setName:function(e){this.options.name=e,this.node&&this.node.updateField(this.options.name)},getName:function(){return this.options.name},focus:function(){var e=this.content.querySelector("[contenteditable=true]");e?e.focus():this.node.dom.expand?this.node.dom.expand.focus():this.node.dom.menu?this.node.dom.menu.focus():(e=this.frame.querySelector("button"))&&e.focus()},clear:function(){this.node&&(this.node.collapse(),this.tbody.removeChild(this.node.getDom()),delete this.node)},_setRoot:function(e){this.clear(),this.node=e,this.tbody.appendChild(e.getDom())},search:function(e){var t;return this.node?(this.content.removeChild(this.table),t=this.node.search(e),this.content.appendChild(this.table)):t=[],t},expandAll:function(){this.node&&(this.content.removeChild(this.table),this.node.expand(),this.content.appendChild(this.table))},collapseAll:function(){this.node&&(this.content.removeChild(this.table),this.node.collapse(),this.content.appendChild(this.table))},_onAction:function(e,t){this.history&&this.history.add(e,t),this._onChange()},_onChange:function(){if(this._debouncedValidate(),this.options.onChange)try{this.options.onChange()}catch(e){console.error("Error in onChange callback: ",e)}},validate:function(){this.errorNodes&&this.errorNodes.forEach((function(e){e.setError(null)}));var e=this.node;if(e){var t=e.validate(),i=[];this.validateSchema&&(this.validateSchema(e.getValue())||(i=this.validateSchema.errors.map((function(e){return c.improveSchemaError(e)})).map((function(t){return{node:e.findNode(t.dataPath),error:t}})).filter((function(e){return null!=e.node})))),this.errorNodes=t.concat(i).reduce((function(e,t){return t.node.findParents().map((function(e){return{node:e,child:t.node,error:{message:"object"===e.type?"Contains invalid properties":"Contains invalid items"}}})).concat(e,[t])}),[]).map((function(e){return e.node.setError(e.error,e.child),e.node}))}},refresh:function(){this.node&&this.node.updateDom({recurse:!0})},startAutoScroll:function(e){var t=this,i=this.content,r=c.getAbsoluteTop(i),o=i.clientHeight,n=r+o;e<r+24&&i.scrollTop>0?this.autoScrollStep=(r+24-e)/3:e>n-24&&o+i.scrollTop<i.scrollHeight?this.autoScrollStep=(n-24-e)/3:this.autoScrollStep=void 0,this.autoScrollStep?this.autoScrollTimer||(this.autoScrollTimer=setInterval((function(){t.autoScrollStep?i.scrollTop-=t.autoScrollStep:t.stopAutoScroll()}),50)):this.stopAutoScroll()},stopAutoScroll:function(){this.autoScrollTimer&&(clearTimeout(this.autoScrollTimer),delete this.autoScrollTimer),this.autoScrollStep&&delete this.autoScrollStep},setSelection:function(e){e&&("scrollTop"in e&&this.content&&(this.content.scrollTop=e.scrollTop),e.nodes&&this.select(e.nodes),e.range&&c.setSelectionOffset(e.range),e.dom&&e.dom.focus())},getSelection:function(){var e=c.getSelectionOffset();return e&&"DIV"!==e.container.nodeName&&(e=null),{dom:this.focusTarget,range:e,nodes:this.multiselection.nodes.slice(0),scrollTop:this.content?this.content.scrollTop:0}},scrollTo:function(e,t){var i=this.content;if(i){var r=this;r.animateTimeout&&(clearTimeout(r.animateTimeout),delete r.animateTimeout),r.animateCallback&&(r.animateCallback(!1),delete r.animateCallback);var o=i.clientHeight,n=i.scrollHeight-o,s=Math.min(Math.max(e-o/4,0),n);!function e(){var o=i.scrollTop,n=s-o;Math.abs(n)>3?(i.scrollTop+=n/3,r.animateCallback=t,r.animateTimeout=setTimeout(e,50)):(t&&t(!0),i.scrollTop=s,delete r.animateTimeout,delete r.animateCallback)}()}else t&&t(!1)},_createFrame:function(){this.frame=document.createElement("div"),this.frame.className="jsoneditor jsoneditor-mode-"+this.options.mode,this.container.appendChild(this.frame);var e=this;function t(t){e._onEvent&&e._onEvent(t)}this.frame.onclick=function(e){var i=e.target;t(e),"BUTTON"==i.nodeName&&e.preventDefault()},this.frame.oninput=t,this.frame.onchange=t,this.frame.onkeydown=t,this.frame.onkeyup=t,this.frame.oncut=t,this.frame.onpaste=t,this.frame.onmousedown=t,this.frame.onmouseup=t,this.frame.onmouseover=t,this.frame.onmouseout=t,c.addEventListener(this.frame,"focus",t,!0),c.addEventListener(this.frame,"blur",t,!0),this.frame.onfocusin=t,this.frame.onfocusout=t,this.menu=document.createElement("div"),this.menu.className="jsoneditor-menu",this.frame.appendChild(this.menu);var i=document.createElement("button");i.type="button",i.className="jsoneditor-expand-all",i.title="Expand all fields",i.onclick=function(){e.expandAll()},this.menu.appendChild(i);var r=document.createElement("button");if(r.type="button",r.title="Collapse all fields",r.className="jsoneditor-collapse-all",r.onclick=function(){e.collapseAll()},this.menu.appendChild(r),this.history){var o=document.createElement("button");o.type="button",o.className="jsoneditor-undo jsoneditor-separator",o.title="Undo last action (Ctrl+Z)",o.onclick=function(){e._onUndo()},this.menu.appendChild(o),this.dom.undo=o;var s=document.createElement("button");s.type="button",s.className="jsoneditor-redo",s.title="Redo (Ctrl+Shift+Z)",s.onclick=function(){e._onRedo()},this.menu.appendChild(s),this.dom.redo=s,this.history.onChange=function(){o.disabled=!e.history.canUndo(),s.disabled=!e.history.canRedo()},this.history.onChange()}if(this.options&&this.options.modes&&this.options.modes.length){var a=this;this.modeSwitcher=new l(this.menu,this.options.modes,this.options.mode,(function(e){a.modeSwitcher.destroy(),a.setMode(e),a.modeSwitcher.focus()}))}this.options.search&&(this.searchBox=new n(this,this.menu))},_onUndo:function(){this.history&&(this.history.undo(),this._onChange())},_onRedo:function(){this.history&&(this.history.redo(),this._onChange())},_onEvent:function(e){"keydown"==e.type&&this._onKeyDown(e),"focus"==e.type&&(this.focusTarget=e.target),"mousedown"==e.type&&this._startDragDistance(e),"mousemove"!=e.type&&"mouseup"!=e.type&&"click"!=e.type||this._updateDragDistance(e);var t=a.getNodeFromTarget(e.target);if(t&&t.selected){if("click"==e.type){if(e.target==t.dom.menu)return void this.showContextMenu(e.target);e.hasMoved||this.deselect()}"mousedown"==e.type&&a.onDragStart(this.multiselection.nodes,e)}else"mousedown"==e.type&&(this.deselect(),t&&e.target==t.dom.drag?a.onDragStart(t,e):(!t||e.target!=t.dom.field&&e.target!=t.dom.value&&e.target!=t.dom.select)&&this._onMultiSelectStart(e));t&&t.onEvent(e)},_startDragDistance:function(e){this.dragDistanceEvent={initialTarget:e.target,initialPageX:e.pageX,initialPageY:e.pageY,dragDistance:0,hasMoved:!1}},_updateDragDistance:function(e){this.dragDistanceEvent||this._startDragDistance(e);var t=e.pageX-this.dragDistanceEvent.initialPageX,i=e.pageY-this.dragDistanceEvent.initialPageY;return this.dragDistanceEvent.dragDistance=Math.sqrt(t*t+i*i),this.dragDistanceEvent.hasMoved=this.dragDistanceEvent.hasMoved||this.dragDistanceEvent.dragDistance>10,e.dragDistance=this.dragDistanceEvent.dragDistance,e.hasMoved=this.dragDistanceEvent.hasMoved,e.dragDistance},_onMultiSelectStart:function(e){var t=a.getNodeFromTarget(e.target);if("tree"===this.options.mode&&void 0===this.options.onEditable){this.multiselection={start:t||null,end:null,nodes:[]},this._startDragDistance(e);var i=this;this.mousemove||(this.mousemove=c.addEventListener(window,"mousemove",(function(e){i._onMultiSelect(e)}))),this.mouseup||(this.mouseup=c.addEventListener(window,"mouseup",(function(e){i._onMultiSelectEnd(e)})))}},_onMultiSelect:function(e){if(e.preventDefault(),this._updateDragDistance(e),e.hasMoved){var t=a.getNodeFromTarget(e.target);t&&(null==this.multiselection.start&&(this.multiselection.start=t),this.multiselection.end=t),this.deselect();var i=this.multiselection.start,r=this.multiselection.end||this.multiselection.start;i&&r&&(this.multiselection.nodes=this._findTopLevelNodes(i,r),this.select(this.multiselection.nodes))}},_onMultiSelectEnd:function(e){this.multiselection.nodes[0]&&this.multiselection.nodes[0].dom.menu.focus(),this.multiselection.start=null,this.multiselection.end=null,this.mousemove&&(c.removeEventListener(window,"mousemove",this.mousemove),delete this.mousemove),this.mouseup&&(c.removeEventListener(window,"mouseup",this.mouseup),delete this.mouseup)},deselect:function(e){this.multiselection.nodes.forEach((function(e){e.setSelected(!1)})),this.multiselection.nodes=[],e&&(this.multiselection.start=null,this.multiselection.end=null)},select:function(e){if(!Array.isArray(e))return this.select([e]);if(e){this.deselect(),this.multiselection.nodes=e.slice(0);var t=e[0];e.forEach((function(e){e.setSelected(!0,e===t)}))}},_findTopLevelNodes:function(e,t){for(var i=e.getNodePath(),r=t.getNodePath(),o=0;o<i.length&&i[o]===r[o];)o++;var n=i[o-1],s=i[o],a=r[o];if(s&&a||(n.parent?(s=n,a=n,n=n.parent):(s=n.childs[0],a=n.childs[n.childs.length-1])),n&&s&&a){var l=n.childs.indexOf(s),c=n.childs.indexOf(a),d=Math.min(l,c),h=Math.max(l,c);return n.childs.slice(d,h+1)}return[]},_onKeyDown:function(e){var t=e.which||e.keyCode,i=e.ctrlKey,r=e.shiftKey,o=!1;if(9==t){var n=this;setTimeout((function(){c.selectContentEditable(n.focusTarget)}),0)}this.searchBox&&(i&&70==t?(this.searchBox.dom.search.focus(),this.searchBox.dom.search.select(),o=!0):(114==t||i&&71==t)&&(r?this.searchBox.previous(!0):this.searchBox.next(!0),o=!0)),this.history&&(i&&!r&&90==t?(this._onUndo(),o=!0):i&&r&&90==t&&(this._onRedo(),o=!0)),o&&(e.preventDefault(),e.stopPropagation())},_createTable:function(){var e,t=document.createElement("div");t.className="jsoneditor-outer",this.contentOuter=t,this.content=document.createElement("div"),this.content.className="jsoneditor-tree",t.appendChild(this.content),this.table=document.createElement("table"),this.table.className="jsoneditor-tree",this.content.appendChild(this.table),this.colgroupContent=document.createElement("colgroup"),"tree"===this.options.mode&&((e=document.createElement("col")).width="24px",this.colgroupContent.appendChild(e)),(e=document.createElement("col")).width="24px",this.colgroupContent.appendChild(e),e=document.createElement("col"),this.colgroupContent.appendChild(e),this.table.appendChild(this.colgroupContent),this.tbody=document.createElement("tbody"),this.table.appendChild(this.tbody),this.frame.appendChild(t)},showContextMenu:function(e,t){var i=[],r=this;i.push({text:"Duplicate",title:"Duplicate selected fields (Ctrl+D)",className:"jsoneditor-duplicate",click:function(){a.onDuplicate(r.multiselection.nodes)}}),i.push({text:"Remove",title:"Remove selected fields (Ctrl+Del)",className:"jsoneditor-remove",click:function(){a.onRemove(r.multiselection.nodes)}}),new s(i,{close:t}).show(e,this.content)}};e.exports=[{mode:"tree",mixin:d,data:"json"},{mode:"view",mixin:d,data:"json"},{mode:"form",mixin:d,data:"json"}]},function(e,t){function i(){this.locked=!1}i.prototype.highlight=function(e){this.locked||(this.node!=e&&(this.node&&this.node.setHighlight(!1),this.node=e,this.node.setHighlight(!0)),this._cancelUnhighlight())},i.prototype.unhighlight=function(){if(!this.locked){var e=this;this.node&&(this._cancelUnhighlight(),this.unhighlightTimer=setTimeout((function(){e.node.setHighlight(!1),e.node=void 0,e.unhighlightTimer=void 0}),0))}},i.prototype._cancelUnhighlight=function(){this.unhighlightTimer&&(clearTimeout(this.unhighlightTimer),this.unhighlightTimer=void 0)},i.prototype.lock=function(){this.locked=!0},i.prototype.unlock=function(){this.locked=!1},e.exports=i},function(e,t,i){function r(e){this.editor=e,this.history=[],this.index=-1,this.clear(),this.actions={editField:{undo:function(e){e.node.updateField(e.oldValue)},redo:function(e){e.node.updateField(e.newValue)}},editValue:{undo:function(e){e.node.updateValue(e.oldValue)},redo:function(e){e.node.updateValue(e.newValue)}},changeType:{undo:function(e){e.node.changeType(e.oldType)},redo:function(e){e.node.changeType(e.newType)}},appendNodes:{undo:function(e){e.nodes.forEach((function(t){e.parent.removeChild(t)}))},redo:function(e){e.nodes.forEach((function(t){e.parent.appendChild(t)}))}},insertBeforeNodes:{undo:function(e){e.nodes.forEach((function(t){e.parent.removeChild(t)}))},redo:function(e){e.nodes.forEach((function(t){e.parent.insertBefore(t,e.beforeNode)}))}},insertAfterNodes:{undo:function(e){e.nodes.forEach((function(t){e.parent.removeChild(t)}))},redo:function(e){var t=e.afterNode;e.nodes.forEach((function(i){e.parent.insertAfter(e.node,t),t=i}))}},removeNodes:{undo:function(e){var t=e.parent,i=t.childs[e.index]||t.append;e.nodes.forEach((function(e){t.insertBefore(e,i)}))},redo:function(e){e.nodes.forEach((function(t){e.parent.removeChild(t)}))}},duplicateNodes:{undo:function(e){e.nodes.forEach((function(t){e.parent.removeChild(t)}))},redo:function(e){var t=e.afterNode;e.nodes.forEach((function(i){e.parent.insertAfter(i,t),t=i}))}},moveNodes:{undo:function(e){e.nodes.forEach((function(t){e.oldBeforeNode.parent.moveBefore(t,e.oldBeforeNode)}))},redo:function(e){e.nodes.forEach((function(t){e.newBeforeNode.parent.moveBefore(t,e.newBeforeNode)}))}},sort:{undo:function(e){var t=e.node;t.hideChilds(),t.sort=e.oldSort,t.childs=e.oldChilds,t.showChilds()},redo:function(e){var t=e.node;t.hideChilds(),t.sort=e.newSort,t.childs=e.newChilds,t.showChilds()}}}}i(54),r.prototype.onChange=function(){},r.prototype.add=function(e,t){this.index++,this.history[this.index]={action:e,params:t,timestamp:new Date},this.index<this.history.length-1&&this.history.splice(this.index+1,this.history.length-this.index-1),this.onChange()},r.prototype.clear=function(){this.history=[],this.index=-1,this.onChange()},r.prototype.canUndo=function(){return this.index>=0},r.prototype.canRedo=function(){return this.index<this.history.length-1},r.prototype.undo=function(){if(this.canUndo()){var e=this.history[this.index];if(e){var t=this.actions[e.action];t&&t.undo?(t.undo(e.params),e.params.oldSelection&&this.editor.setSelection(e.params.oldSelection)):console.error(new Error('unknown action "'+e.action+'"'))}this.index--,this.onChange()}},r.prototype.redo=function(){if(this.canRedo()){this.index++;var e=this.history[this.index];if(e){var t=this.actions[e.action];t&&t.redo?(t.redo(e.params),e.params.newSelection&&this.editor.setSelection(e.params.newSelection)):console.error(new Error('unknown action "'+e.action+'"'))}this.onChange()}},r.prototype.destroy=function(){this.editor=null,this.history=[],this.index=-1},e.exports=r},function(e,t,i){var r=i(55);t.parse=function(e){try{return JSON.parse(e)}catch(i){throw t.validate(e),i}},t.sanitize=function(e){var t=[],i=0,r=e.match(/^\s*(\/\*(.|[\r\n])*?\*\/)?\s*[\da-zA-Z_$]+\s*\(([\s\S]*)\)\s*;?\s*$/);function o(){return e.charAt(i)}function n(){return e.charAt(i+1)}function s(){for(var e=t.length-1;e>=0;){var i=t[e];if(" "!==i&&"\n"!==i&&"\r"!==i&&"\t"!==i)return i;e--}return""}function a(){for(i+=2;i<e.length&&("*"!==o()||"/"!==n());)i++;i+=2}function l(){for(i+=2;i<e.length&&"\n"!==o();)i++}function c(r){t.push('"'),i++;for(var n=o();i<e.length&&n!==r;)'"'===n&&"\\"!==e.charAt(i-1)&&t.push("\\"),"\\"===n&&(i++,"'"!==(n=o())&&t.push("\\")),t.push(n),i++,n=o();n===r&&(t.push('"'),i++)}function d(){for(var e="",r=o(),n=/[a-zA-Z_$\d]/;n.test(r);)e+=r,i++,r=o();-1===["null","true","false"].indexOf(e)?t.push('"'+e+'"'):t.push(e)}for(r&&(e=r[3]);i<e.length;){var h=o();"/"===h&&"*"===n()?a():"/"===h&&"/"===n()?l():"'"===h||'"'===h?c(h):/[a-zA-Z_$]/.test(h)&&-1!==["{",","].indexOf(s())?d():(t.push(h),i++)}return t.join("")},t.escapeUnicodeChars=function(e){return e.replace(/[\u007F-\uFFFF]/g,(function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}))},t.validate=function(e){void 0!==r?r.parse(e):JSON.parse(e)},t.extend=function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i]);return e},t.clear=function(e){for(var t in e)e.hasOwnProperty(t)&&delete e[t];return e},t.type=function(e){return null===e?"null":void 0===e?"undefined":e instanceof Number||"number"==typeof e?"number":e instanceof String||"string"==typeof e?"string":e instanceof Boolean||"boolean"==typeof e?"boolean":e instanceof RegExp||"regexp"==typeof e?"regexp":t.isArray(e)?"array":"object"};var o=/^https?:\/\/\S+$/;t.isUrl=function(e){return("string"==typeof e||e instanceof String)&&o.test(e)},t.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)},t.getAbsoluteLeft=function(e){return e.getBoundingClientRect().left+window.pageXOffset||document.scrollLeft||0},t.getAbsoluteTop=function(e){return e.getBoundingClientRect().top+window.pageYOffset||document.scrollTop||0},t.addClassName=function(e,t){var i=e.className.split(" ");-1==i.indexOf(t)&&(i.push(t),e.className=i.join(" "))},t.removeClassName=function(e,t){var i=e.className.split(" "),r=i.indexOf(t);-1!=r&&(i.splice(r,1),e.className=i.join(" "))},t.stripFormatting=function(e){for(var i=e.childNodes,r=0,o=i.length;r<o;r++){var n=i[r];n.style&&n.removeAttribute("style");var s=n.attributes;if(s)for(var a=s.length-1;a>=0;a--){var l=s[a];!0===l.specified&&n.removeAttribute(l.name)}t.stripFormatting(n)}},t.setEndOfContentEditable=function(e){var t,i;document.createRange&&((t=document.createRange()).selectNodeContents(e),t.collapse(!1),(i=window.getSelection()).removeAllRanges(),i.addRange(t))},t.selectContentEditable=function(e){var t,i;e&&"DIV"==e.nodeName&&window.getSelection&&document.createRange&&((i=document.createRange()).selectNodeContents(e),(t=window.getSelection()).removeAllRanges(),t.addRange(i))},t.getSelection=function(){if(window.getSelection){var e=window.getSelection();if(e.getRangeAt&&e.rangeCount)return e.getRangeAt(0)}return null},t.setSelection=function(e){if(e&&window.getSelection){var t=window.getSelection();t.removeAllRanges(),t.addRange(e)}},t.getSelectionOffset=function(){var e=t.getSelection();return e&&"startOffset"in e&&"endOffset"in e&&e.startContainer&&e.startContainer==e.endContainer?{startOffset:e.startOffset,endOffset:e.endOffset,container:e.startContainer.parentNode}:null},t.setSelectionOffset=function(e){if(document.createRange&&window.getSelection&&window.getSelection()){var i=document.createRange();e.container.firstChild||e.container.appendChild(document.createTextNode("")),i.setStart(e.container.firstChild,e.startOffset),i.setEnd(e.container.firstChild,e.endOffset),t.setSelection(i)}},t.getInnerText=function(e,i){if(null==i&&(i={text:"",flush:function(){var e=this.text;return this.text="",e},set:function(e){this.text=e}}),e.nodeValue)return i.flush()+e.nodeValue;if(e.hasChildNodes()){for(var r=e.childNodes,o="",n=0,s=r.length;n<s;n++){var a=r[n];if("DIV"==a.nodeName||"P"==a.nodeName){var l=r[n-1],c=l?l.nodeName:void 0;c&&"DIV"!=c&&"P"!=c&&"BR"!=c&&(o+="\n",i.flush()),o+=t.getInnerText(a,i),i.set("\n")}else"BR"==a.nodeName?(o+=i.flush(),i.set("\n")):o+=t.getInnerText(a,i)}return o}return"P"==e.nodeName&&-1!=t.getInternetExplorerVersion()?i.flush():""},t.getInternetExplorerVersion=function(){if(-1==n){var e=-1;if("Microsoft Internet Explorer"==navigator.appName){var t=navigator.userAgent;null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(t)&&(e=parseFloat(RegExp.$1))}n=e}return n},t.isFirefox=function(){return-1!=navigator.userAgent.indexOf("Firefox")};var n=-1;t.addEventListener=function(e,i,r,o){if(e.addEventListener)return void 0===o&&(o=!1),"mousewheel"===i&&t.isFirefox()&&(i="DOMMouseScroll"),e.addEventListener(i,r,o),r;if(e.attachEvent){var n=function(){return r.call(e,window.event)};return e.attachEvent("on"+i,n),n}},t.removeEventListener=function(e,i,r,o){e.removeEventListener?(void 0===o&&(o=!1),"mousewheel"===i&&t.isFirefox()&&(i="DOMMouseScroll"),e.removeEventListener(i,r,o)):e.detachEvent&&e.detachEvent("on"+i,r)},t.parsePath=function e(t){var i,r;if(0===t.length)return[];var o=t.match(/^\.(\w+)/);if(o)i=o[1],r=t.substr(i.length+1);else{if("["!==t[0])throw new SyntaxError("Failed to parse path");var n=t.indexOf("]");if(-1===n)throw new SyntaxError("Character ] expected in path");if(1===n)throw new SyntaxError("Index expected after [");var s=t.substring(1,n);"'"===s[0]&&(s='"'+s.substring(1,s.length-1)+'"'),i="*"===s?s:JSON.parse(s),r=t.substr(n+1)}return[i].concat(e(r))},t.improveSchemaError=function(e){if("enum"===e.keyword&&Array.isArray(e.schema)){var t=e.schema;if(t){if((t=t.map((function(e){return JSON.stringify(e)}))).length>5){var i=["("+(t.length-5)+" more...)"];(t=t.slice(0,5)).push(i)}e.message="should be equal to one of: "+t.join(", ")}}return"additionalProperties"===e.keyword&&(e.message="should NOT have additional property: "+e.params.additionalProperty),e},t.insideRect=function(e,t,i){var r=void 0!==i?i:0;return t.left-r>=e.left&&t.right+r<=e.right&&t.top-r>=e.top&&t.bottom+r<=e.bottom},t.debounce=function(e,t,i){var r;return function(){var o=this,n=arguments,s=function(){r=null,i||e.apply(o,n)},a=i&&!r;clearTimeout(r),r=setTimeout(s,t),a&&e.apply(o,n)}},t.textDiff=function(e,t){for(var i=t.length,r=0,o=e.length,n=t.length;t.charAt(r)===e.charAt(r)&&r<i;)r++;for(;t.charAt(n-1)===e.charAt(o-1)&&n>r&&o>0;)n--,o--;return{start:r,end:n}}},function(e,t,i){var r,o,n=(r={trace:function(){},yy:{},symbols_:{error:2,JSONString:3,STRING:4,JSONNumber:5,NUMBER:6,JSONNullLiteral:7,NULL:8,JSONBooleanLiteral:9,TRUE:10,FALSE:11,JSONText:12,JSONValue:13,EOF:14,JSONObject:15,JSONArray:16,"{":17,"}":18,JSONMemberList:19,JSONMember:20,":":21,",":22,"[":23,"]":24,JSONElementList:25,$accept:0,$end:1},terminals_:{2:"error",4:"STRING",6:"NUMBER",8:"NULL",10:"TRUE",11:"FALSE",14:"EOF",17:"{",18:"}",21:":",22:",",23:"[",24:"]"},productions_:[0,[3,1],[5,1],[7,1],[9,1],[9,1],[12,2],[13,1],[13,1],[13,1],[13,1],[13,1],[13,1],[15,2],[15,3],[20,3],[19,1],[19,3],[16,2],[16,3],[25,1],[25,3]],performAction:function(e,t,i,r,o,n,s){var a=n.length-1;switch(o){case 1:this.$=e.replace(/\\(\\|")/g,"$1").replace(/\\n/g,"\n").replace(/\\r/g,"\r").replace(/\\t/g,"\t").replace(/\\v/g,"\v").replace(/\\f/g,"\f").replace(/\\b/g,"\b");break;case 2:this.$=Number(e);break;case 3:this.$=null;break;case 4:this.$=!0;break;case 5:this.$=!1;break;case 6:return this.$=n[a-1];case 13:this.$={};break;case 14:this.$=n[a-1];break;case 15:this.$=[n[a-2],n[a]];break;case 16:this.$={},this.$[n[a][0]]=n[a][1];break;case 17:this.$=n[a-2],n[a-2][n[a][0]]=n[a][1];break;case 18:this.$=[];break;case 19:this.$=n[a-1];break;case 20:this.$=[n[a]];break;case 21:this.$=n[a-2],n[a-2].push(n[a])}},table:[{3:5,4:[1,12],5:6,6:[1,13],7:3,8:[1,9],9:4,10:[1,10],11:[1,11],12:1,13:2,15:7,16:8,17:[1,14],23:[1,15]},{1:[3]},{14:[1,16]},{14:[2,7],18:[2,7],22:[2,7],24:[2,7]},{14:[2,8],18:[2,8],22:[2,8],24:[2,8]},{14:[2,9],18:[2,9],22:[2,9],24:[2,9]},{14:[2,10],18:[2,10],22:[2,10],24:[2,10]},{14:[2,11],18:[2,11],22:[2,11],24:[2,11]},{14:[2,12],18:[2,12],22:[2,12],24:[2,12]},{14:[2,3],18:[2,3],22:[2,3],24:[2,3]},{14:[2,4],18:[2,4],22:[2,4],24:[2,4]},{14:[2,5],18:[2,5],22:[2,5],24:[2,5]},{14:[2,1],18:[2,1],21:[2,1],22:[2,1],24:[2,1]},{14:[2,2],18:[2,2],22:[2,2],24:[2,2]},{3:20,4:[1,12],18:[1,17],19:18,20:19},{3:5,4:[1,12],5:6,6:[1,13],7:3,8:[1,9],9:4,10:[1,10],11:[1,11],13:23,15:7,16:8,17:[1,14],23:[1,15],24:[1,21],25:22},{1:[2,6]},{14:[2,13],18:[2,13],22:[2,13],24:[2,13]},{18:[1,24],22:[1,25]},{18:[2,16],22:[2,16]},{21:[1,26]},{14:[2,18],18:[2,18],22:[2,18],24:[2,18]},{22:[1,28],24:[1,27]},{22:[2,20],24:[2,20]},{14:[2,14],18:[2,14],22:[2,14],24:[2,14]},{3:20,4:[1,12],20:29},{3:5,4:[1,12],5:6,6:[1,13],7:3,8:[1,9],9:4,10:[1,10],11:[1,11],13:30,15:7,16:8,17:[1,14],23:[1,15]},{14:[2,19],18:[2,19],22:[2,19],24:[2,19]},{3:5,4:[1,12],5:6,6:[1,13],7:3,8:[1,9],9:4,10:[1,10],11:[1,11],13:31,15:7,16:8,17:[1,14],23:[1,15]},{18:[2,17],22:[2,17]},{18:[2,15],22:[2,15]},{22:[2,21],24:[2,21]}],defaultActions:{16:[2,6]},parseError:function(e,t){throw new Error(e)},parse:function(e){var t=this,i=[0],r=[null],o=[],n=this.table,s="",a=0,l=0,c=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var d=this.lexer.yylloc;function h(){var e;return"number"!=typeof(e=t.lexer.lex()||1)&&(e=t.symbols_[e]||e),e}o.push(d),"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var u,f,p,m,A,g,y,C,D,v,B={};;){if(p=i[i.length-1],this.defaultActions[p]?m=this.defaultActions[p]:(null==u&&(u=h()),m=n[p]&&n[p][u]),void 0===m||!m.length||!m[0]){if(!c){for(g in D=[],n[p])this.terminals_[g]&&g>2&&D.push("'"+this.terminals_[g]+"'");var w="";w=this.lexer.showPosition?"Parse error on line "+(a+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+D.join(", ")+", got '"+this.terminals_[u]+"'":"Parse error on line "+(a+1)+": Unexpected "+(1==u?"end of input":"'"+(this.terminals_[u]||u)+"'"),this.parseError(w,{text:this.lexer.match,token:this.terminals_[u]||u,line:this.lexer.yylineno,loc:d,expected:D})}if(3==c){if(1==u)throw new Error(w||"Parsing halted.");l=this.lexer.yyleng,s=this.lexer.yytext,a=this.lexer.yylineno,d=this.lexer.yylloc,u=h()}for(;!(2..toString()in n[p]);){if(0==p)throw new Error(w||"Parsing halted.");v=1,i.length=i.length-2*v,r.length=r.length-v,o.length=o.length-v,p=i[i.length-1]}f=u,u=2,m=n[p=i[i.length-1]]&&n[p][2],c=3}if(m[0]instanceof Array&&m.length>1)throw new Error("Parse Error: multiple actions possible at state: "+p+", token: "+u);switch(m[0]){case 1:i.push(u),r.push(this.lexer.yytext),o.push(this.lexer.yylloc),i.push(m[1]),u=null,f?(u=f,f=null):(l=this.lexer.yyleng,s=this.lexer.yytext,a=this.lexer.yylineno,d=this.lexer.yylloc,c>0&&c--);break;case 2:if(y=this.productions_[m[1]][1],B.$=r[r.length-y],B._$={first_line:o[o.length-(y||1)].first_line,last_line:o[o.length-1].last_line,first_column:o[o.length-(y||1)].first_column,last_column:o[o.length-1].last_column},void 0!==(A=this.performAction.call(B,s,l,a,this.yy,m[1],r,o)))return A;y&&(i=i.slice(0,-1*y*2),r=r.slice(0,-1*y),o=o.slice(0,-1*y)),i.push(this.productions_[m[1]][0]),r.push(B.$),o.push(B._$),C=n[i[i.length-2]][i[i.length-1]],i.push(C);break;case 3:return!0}}return!0}},o=function(){var e={EOF:1,parseError:function(e,t){if(!this.yy.parseError)throw new Error(e);this.yy.parseError(e,t)},setInput:function(e){return this._input=e,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.match+=e,this.matched+=e,e.match(/\n/)&&this.yylineno++,this._input=this._input.slice(1),e},unput:function(e){return this._input=e+this._input,this},more:function(){return this._more=!0,this},less:function(e){this._input=this.match.slice(e)+this._input},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done)return this.EOF;var e,t,i,r,o;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),s=0;s<n.length&&(!(i=this._input.match(this.rules[n[s]]))||t&&!(i[0].length>t[0].length)||(t=i,r=s,this.options.flex));s++);return t?((o=t[0].match(/\n.*/g))&&(this.yylineno+=o.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:o?o[o.length-1].length-1:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.yyleng=this.yytext.length,this._more=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n[r],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e||void 0):""===this._input?this.EOF:void this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var e=this.next();return void 0!==e?e:this.lex()},begin:function(e){this.conditionStack.push(e)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(e){this.begin(e)},options:{},performAction:function(e,t,i,r){switch(i){case 0:break;case 1:return 6;case 2:return t.yytext=t.yytext.substr(1,t.yyleng-2),4;case 3:return 17;case 4:return 18;case 5:return 23;case 6:return 24;case 7:return 22;case 8:return 21;case 9:return 10;case 10:return 11;case 11:return 8;case 12:return 14;case 13:return"INVALID"}},rules:[/^(?:\s+)/,/^(?:(-?([0-9]|[1-9][0-9]+))(\.[0-9]+)?([eE][-+]?[0-9]+)?\b)/,/^(?:"(?:\\[\\"bfnrt/]|\\u[a-fA-F0-9]{4}|[^\\\0-\x09\x0a-\x1f"])*")/,/^(?:\{)/,/^(?:\})/,/^(?:\[)/,/^(?:\])/,/^(?:,)/,/^(?::)/,/^(?:true\b)/,/^(?:false\b)/,/^(?:null\b)/,/^(?:$)/,/^(?:.)/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13],inclusive:!0}}};return e}(),r.lexer=o,r);t.parser=n,t.parse=n.parse.bind(n)},function(e,t){function i(e,t){var i=this;this.editor=e,this.timeout=void 0,this.delay=200,this.lastText=void 0,this.dom={},this.dom.container=t;var r=document.createElement("table");this.dom.table=r,r.className="jsoneditor-search",t.appendChild(r);var o=document.createElement("tbody");this.dom.tbody=o,r.appendChild(o);var n=document.createElement("tr");o.appendChild(n);var s=document.createElement("td");n.appendChild(s);var a=document.createElement("div");this.dom.results=a,a.className="jsoneditor-results",s.appendChild(a),s=document.createElement("td"),n.appendChild(s);var l=document.createElement("div");this.dom.input=l,l.className="jsoneditor-frame",l.title="Search fields and values",s.appendChild(l);var c=document.createElement("table");l.appendChild(c);var d=document.createElement("tbody");c.appendChild(d),n=document.createElement("tr"),d.appendChild(n);var h=document.createElement("button");h.type="button",h.className="jsoneditor-refresh",(s=document.createElement("td")).appendChild(h),n.appendChild(s);var u=document.createElement("input");this.dom.search=u,u.oninput=function(e){i._onDelayedSearch(e)},u.onchange=function(e){i._onSearch()},u.onkeydown=function(e){i._onKeyDown(e)},u.onkeyup=function(e){i._onKeyUp(e)},h.onclick=function(e){u.select()},(s=document.createElement("td")).appendChild(u),n.appendChild(s);var f=document.createElement("button");f.type="button",f.title="Next result (Enter)",f.className="jsoneditor-next",f.onclick=function(){i.next()},(s=document.createElement("td")).appendChild(f),n.appendChild(s);var p=document.createElement("button");p.type="button",p.title="Previous result (Shift+Enter)",p.className="jsoneditor-previous",p.onclick=function(){i.previous()},(s=document.createElement("td")).appendChild(p),n.appendChild(s)}i.prototype.next=function(e){if(null!=this.results){var t=null!=this.resultIndex?this.resultIndex+1:0;t>this.results.length-1&&(t=0),this._setActiveResult(t,e)}},i.prototype.previous=function(e){if(null!=this.results){var t=this.results.length-1,i=null!=this.resultIndex?this.resultIndex-1:t;i<0&&(i=t),this._setActiveResult(i,e)}},i.prototype._setActiveResult=function(e,t){if(this.activeResult){var i=this.activeResult.node;"field"==this.activeResult.elem?delete i.searchFieldActive:delete i.searchValueActive,i.updateDom()}if(!this.results||!this.results[e])return this.resultIndex=void 0,void(this.activeResult=void 0);this.resultIndex=e;var r=this.results[this.resultIndex].node,o=this.results[this.resultIndex].elem;"field"==o?r.searchFieldActive=!0:r.searchValueActive=!0,this.activeResult=this.results[this.resultIndex],r.updateDom(),r.scrollTo((function(){t&&r.focus(o)}))},i.prototype._clearDelay=function(){null!=this.timeout&&(clearTimeout(this.timeout),delete this.timeout)},i.prototype._onDelayedSearch=function(e){this._clearDelay();var t=this;this.timeout=setTimeout((function(e){t._onSearch()}),this.delay)},i.prototype._onSearch=function(e){this._clearDelay();var t=this.dom.search.value,i=t.length>0?t:void 0;if(i!=this.lastText||e)if(this.lastText=i,this.results=this.editor.search(i),this._setActiveResult(void 0),null!=i){var r=this.results.length;switch(r){case 0:this.dom.results.innerHTML="no&nbsp;results";break;case 1:this.dom.results.innerHTML="1&nbsp;result";break;default:this.dom.results.innerHTML=r+"&nbsp;results"}}else this.dom.results.innerHTML=""},i.prototype._onKeyDown=function(e){var t=e.which;27==t?(this.dom.search.value="",this._onSearch(),e.preventDefault(),e.stopPropagation()):13==t&&(e.ctrlKey?this._onSearch(!0):e.shiftKey?this.previous():this.next(),e.preventDefault(),e.stopPropagation())},i.prototype._onKeyUp=function(e){var t=e.keyCode;27!=t&&13!=t&&this._onDelayedSearch(e)},i.prototype.clear=function(){this.dom.search.value="",this._onSearch()},i.prototype.destroy=function(){this.editor=null,this.dom.container.removeChild(this.dom.table),this.dom=null,this.results=null,this.activeResult=null,this._clearDelay()},e.exports=i},function(e,t,i){var r=i(54);function o(e,t){this.dom={};var i=this,r=this.dom;this.anchor=void 0,this.items=e,this.eventListeners={},this.selection=void 0,this.onClose=t?t.close:void 0;var o=document.createElement("div");o.className="jsoneditor-contextmenu-root",r.root=o;var n=document.createElement("div");n.className="jsoneditor-contextmenu",r.menu=n,o.appendChild(n);var s=document.createElement("ul");s.className="jsoneditor-menu",n.appendChild(s),r.list=s,r.items=[];var a=document.createElement("button");a.type="button",r.focusButton=a;var l=document.createElement("li");l.style.overflow="hidden",l.style.height="0",l.appendChild(a),s.appendChild(l),function e(t,r,o){o.forEach((function(o){if("separator"==o.type){var n=document.createElement("div");n.className="jsoneditor-separator",(a=document.createElement("li")).appendChild(n),t.appendChild(a)}else{var s={},a=document.createElement("li");t.appendChild(a);var l=document.createElement("button");if(l.type="button",l.className=o.className,s.button=l,o.title&&(l.title=o.title),o.click&&(l.onclick=function(e){e.preventDefault(),i.hide(),o.click()}),a.appendChild(l),o.submenu){var c,d=document.createElement("div");if(d.className="jsoneditor-icon",l.appendChild(d),l.appendChild(document.createTextNode(o.text)),o.click){l.className+=" jsoneditor-default";var h=document.createElement("button");h.type="button",s.buttonExpand=h,h.className="jsoneditor-expand",h.innerHTML='<div class="jsoneditor-expand"></div>',a.appendChild(h),o.submenuTitle&&(h.title=o.submenuTitle),c=h}else{var u=document.createElement("div");u.className="jsoneditor-expand",l.appendChild(u),c=l}c.onclick=function(e){e.preventDefault(),i._onExpandItem(s),c.focus()};var f=[];s.subItems=f;var p=document.createElement("ul");s.ul=p,p.className="jsoneditor-menu",p.style.height="0",a.appendChild(p),e(p,f,o.submenu)}else l.innerHTML='<div class="jsoneditor-icon"></div>'+o.text;r.push(s)}}))}(s,this.dom.items,e),this.maxHeight=0,e.forEach((function(t){var r=24*(e.length+(t.submenu?t.submenu.length:0));i.maxHeight=Math.max(i.maxHeight,r)}))}o.prototype._getVisibleButtons=function(){var e=[],t=this;return this.dom.items.forEach((function(i){e.push(i.button),i.buttonExpand&&e.push(i.buttonExpand),i.subItems&&i==t.expandedItem&&i.subItems.forEach((function(t){e.push(t.button),t.buttonExpand&&e.push(t.buttonExpand)}))})),e},o.visibleMenu=void 0,o.prototype.show=function(e,t){this.hide();var i=!0;if(t){var n=e.getBoundingClientRect(),s=t.getBoundingClientRect();n.bottom+this.maxHeight<s.bottom||n.top-this.maxHeight>s.top&&(i=!1)}if(i){var a=e.offsetHeight;this.dom.menu.style.left="0px",this.dom.menu.style.top=a+"px",this.dom.menu.style.bottom=""}else this.dom.menu.style.left="0px",this.dom.menu.style.top="",this.dom.menu.style.bottom="0px";var l=e.parentNode;l.insertBefore(this.dom.root,l.firstChild);var c=this,d=this.dom.list;this.eventListeners.mousedown=r.addEventListener(window,"mousedown",(function(e){var t=e.target;t==d||c._isChildOf(t,d)||(c.hide(),e.stopPropagation(),e.preventDefault())})),this.eventListeners.keydown=r.addEventListener(window,"keydown",(function(e){c._onKeyDown(e)})),this.selection=r.getSelection(),this.anchor=e,setTimeout((function(){c.dom.focusButton.focus()}),0),o.visibleMenu&&o.visibleMenu.hide(),o.visibleMenu=this},o.prototype.hide=function(){for(var e in this.dom.root.parentNode&&(this.dom.root.parentNode.removeChild(this.dom.root),this.onClose&&this.onClose()),this.eventListeners)if(this.eventListeners.hasOwnProperty(e)){var t=this.eventListeners[e];t&&r.removeEventListener(window,e,t),delete this.eventListeners[e]}o.visibleMenu==this&&(o.visibleMenu=void 0)},o.prototype._onExpandItem=function(e){var t=this,i=e==this.expandedItem,o=this.expandedItem;if(o&&(o.ul.style.height="0",o.ul.style.padding="",setTimeout((function(){t.expandedItem!=o&&(o.ul.style.display="",r.removeClassName(o.ul.parentNode,"jsoneditor-selected"))}),300),this.expandedItem=void 0),!i){var n=e.ul;n.style.display="block",n.clientHeight,setTimeout((function(){t.expandedItem==e&&(n.style.height=24*n.childNodes.length+"px",n.style.padding="5px 10px")}),0),r.addClassName(n.parentNode,"jsoneditor-selected"),this.expandedItem=e}},o.prototype._onKeyDown=function(e){var t,i,o,n,s=e.target,a=e.which,l=!1;27==a?(this.selection&&r.setSelection(this.selection),this.anchor&&this.anchor.focus(),this.hide(),l=!0):9==a?e.shiftKey?0==(i=(t=this._getVisibleButtons()).indexOf(s))&&(t[t.length-1].focus(),l=!0):(i=(t=this._getVisibleButtons()).indexOf(s))==t.length-1&&(t[0].focus(),l=!0):37==a?("jsoneditor-expand"==s.className&&(i=(t=this._getVisibleButtons()).indexOf(s),(o=t[i-1])&&o.focus()),l=!0):38==a?(i=(t=this._getVisibleButtons()).indexOf(s),(o=t[i-1])&&"jsoneditor-expand"==o.className&&(o=t[i-2]),o||(o=t[t.length-1]),o&&o.focus(),l=!0):39==a?(i=(t=this._getVisibleButtons()).indexOf(s),(n=t[i+1])&&"jsoneditor-expand"==n.className&&n.focus(),l=!0):40==a&&(i=(t=this._getVisibleButtons()).indexOf(s),(n=t[i+1])&&"jsoneditor-expand"==n.className&&(n=t[i+2]),n||(n=t[0]),n&&(n.focus(),l=!0),l=!0),l&&(e.stopPropagation(),e.preventDefault())},o.prototype._isChildOf=function(e,t){for(var i=e.parentNode;i;){if(i==t)return!0;i=i.parentNode}return!1},e.exports=o},function(e,t,i){var r=i(59),o=i(57),n=i(60),s=i(54);function a(e,t){this.editor=e,this.dom={},this.expanded=!1,t&&t instanceof Object?(this.setField(t.field,t.fieldEditable),this.setValue(t.value,t.type)):(this.setField(""),this.setValue(null)),this._debouncedOnChangeValue=s.debounce(this._onChangeValue.bind(this),a.prototype.DEBOUNCE_INTERVAL),this._debouncedOnChangeField=s.debounce(this._onChangeField.bind(this),a.prototype.DEBOUNCE_INTERVAL)}a.prototype.DEBOUNCE_INTERVAL=150,a.prototype._updateEditability=function(){if(this.editable={field:!0,value:!0},this.editor&&(this.editable.field="tree"===this.editor.options.mode,this.editable.value="view"!==this.editor.options.mode,("tree"===this.editor.options.mode||"form"===this.editor.options.mode)&&"function"==typeof this.editor.options.onEditable)){var e=this.editor.options.onEditable({field:this.field,value:this.value,path:this.getPath()});"boolean"==typeof e?(this.editable.field=e,this.editable.value=e):("boolean"==typeof e.field&&(this.editable.field=e.field),"boolean"==typeof e.value&&(this.editable.value=e.value))}},a.prototype.getPath=function(){for(var e=this,t=[];e;){var i=e.parent?"array"!=e.parent.type?e.field:e.index:void 0;void 0!==i&&t.unshift(i),e=e.parent}return t},a.prototype.findNode=function(e){for(var t=s.parsePath(e),i=this;i&&t.length>0;){var r=t.shift();if("number"==typeof r){if("array"!==i.type)throw new Error("Cannot get child node at index "+r+": node is no array");i=i.childs[r]}else{if("object"!==i.type)throw new Error("Cannot get child node "+r+": node is no object");i=i.childs.filter((function(e){return e.field===r}))[0]}}return i},a.prototype.findParents=function(){for(var e=[],t=this.parent;t;)e.unshift(t),t=t.parent;return e},a.prototype.setError=function(e,t){this.getDom(),this.error=e;var i=this.dom.tdError;if(e){i||(i=document.createElement("td"),this.dom.tdError=i,this.dom.tdValue.parentNode.appendChild(i));var r=document.createElement("div");r.className="jsoneditor-popover jsoneditor-right",r.appendChild(document.createTextNode(e.message));var o=document.createElement("button");for(o.type="button",o.className="jsoneditor-schema-error",o.appendChild(r),o.onmouseover=o.onfocus=function(){for(var e=["right","above","below","left"],t=0;t<e.length;t++){var i=e[t];r.className="jsoneditor-popover jsoneditor-"+i;var o=this.editor.content.getBoundingClientRect(),n=r.getBoundingClientRect();if(s.insideRect(o,n,20))break}}.bind(this),t&&(o.onclick=function(){t.findParents().forEach((function(e){e.expand(!1)})),t.scrollTo((function(){t.focus()}))});i.firstChild;)i.removeChild(i.firstChild);i.appendChild(o)}else i&&(this.dom.tdError.parentNode.removeChild(this.dom.tdError),delete this.dom.tdError)},a.prototype.getIndex=function(){return this.parent?this.parent.childs.indexOf(this):-1},a.prototype.setParent=function(e){this.parent=e},a.prototype.setField=function(e,t){this.field=e,this.previousField=e,this.fieldEditable=!0===t},a.prototype.getField=function(){return void 0===this.field&&this._getDomField(),this.field},a.prototype.setValue=function(e,t){var i,r,o=this.childs;if(o)for(;o.length;)this.removeChild(o[0]);if(this.type=this._getType(e),t&&t!=this.type){if("string"!=t||"auto"!=this.type)throw new Error('Type mismatch: cannot cast value of type "'+this.type+' to the specified type "'+t+'"');this.type=t}if("array"==this.type){this.childs=[];for(var n=0,s=e.length;n<s;n++)void 0===(i=e[n])||i instanceof Function||(r=new a(this.editor,{value:i}),this.appendChild(r));this.value=""}else if("object"==this.type){for(var l in this.childs=[],e)e.hasOwnProperty(l)&&(void 0===(i=e[l])||i instanceof Function||(r=new a(this.editor,{field:l,value:i}),this.appendChild(r)));this.value="",!0===this.editor.options.sortObjectKeys&&this.sort("asc")}else this.childs=void 0,this.value=e;this.previousValue=this.value},a.prototype.getValue=function(){if("array"==this.type){var e=[];return this.childs.forEach((function(t){e.push(t.getValue())})),e}if("object"==this.type){var t={};return this.childs.forEach((function(e){t[e.getField()]=e.getValue()})),t}return void 0===this.value&&this._getDomValue(),this.value},a.prototype.getLevel=function(){return this.parent?this.parent.getLevel()+1:0},a.prototype.getNodePath=function(){var e=this.parent?this.parent.getNodePath():[];return e.push(this),e},a.prototype.clone=function(){var e=new a(this.editor);if(e.type=this.type,e.field=this.field,e.fieldInnerText=this.fieldInnerText,e.fieldEditable=this.fieldEditable,e.value=this.value,e.valueInnerText=this.valueInnerText,e.expanded=this.expanded,this.childs){var t=[];this.childs.forEach((function(i){var r=i.clone();r.setParent(e),t.push(r)})),e.childs=t}else e.childs=void 0;return e},a.prototype.expand=function(e){this.childs&&(this.expanded=!0,this.dom.expand&&(this.dom.expand.className="jsoneditor-expanded"),this.showChilds(),!1!==e&&this.childs.forEach((function(t){t.expand(e)})))},a.prototype.collapse=function(e){this.childs&&(this.hideChilds(),!1!==e&&this.childs.forEach((function(t){t.collapse(e)})),this.dom.expand&&(this.dom.expand.className="jsoneditor-collapsed"),this.expanded=!1)},a.prototype.showChilds=function(){if(this.childs&&this.expanded){var e=this.dom.tr,t=e?e.parentNode:void 0;if(t){var i=this.getAppend(),r=e.nextSibling;r?t.insertBefore(i,r):t.appendChild(i),this.childs.forEach((function(e){t.insertBefore(e.getDom(),i),e.showChilds()}))}}},a.prototype.hide=function(){var e=this.dom.tr,t=e?e.parentNode:void 0;t&&t.removeChild(e),this.hideChilds()},a.prototype.hideChilds=function(){if(this.childs&&this.expanded){var e=this.getAppend();e.parentNode&&e.parentNode.removeChild(e),this.childs.forEach((function(e){e.hide()}))}},a.prototype.appendChild=function(e){if(this._hasChilds()){if(e.setParent(this),e.fieldEditable="object"==this.type,"array"==this.type&&(e.index=this.childs.length),this.childs.push(e),this.expanded){var t=e.getDom(),i=this.getAppend(),r=i?i.parentNode:void 0;i&&r&&r.insertBefore(t,i),e.showChilds()}this.updateDom({updateIndexes:!0}),e.updateDom({recurse:!0})}},a.prototype.moveBefore=function(e,t){if(this._hasChilds()){var i=this.dom.tr?this.dom.tr.parentNode:void 0;if(i){var r=document.createElement("tr");r.style.height=i.clientHeight+"px",i.appendChild(r)}e.parent&&e.parent.removeChild(e),t instanceof l?this.appendChild(e):this.insertBefore(e,t),i&&i.removeChild(r)}},a.prototype.moveTo=function(e,t){e.parent==this&&this.childs.indexOf(e)<t&&t++;var i=this.childs[t]||this.append;this.moveBefore(e,i)},a.prototype.insertBefore=function(e,t){if(this._hasChilds()){if(t==this.append)e.setParent(this),e.fieldEditable="object"==this.type,this.childs.push(e);else{var i=this.childs.indexOf(t);if(-1==i)throw new Error("Node not found");e.setParent(this),e.fieldEditable="object"==this.type,this.childs.splice(i,0,e)}if(this.expanded){var r=e.getDom(),o=t.getDom(),n=o?o.parentNode:void 0;o&&n&&n.insertBefore(r,o),e.showChilds()}this.updateDom({updateIndexes:!0}),e.updateDom({recurse:!0})}},a.prototype.insertAfter=function(e,t){if(this._hasChilds()){var i=this.childs.indexOf(t),r=this.childs[i+1];r?this.insertBefore(e,r):this.appendChild(e)}},a.prototype.search=function(e){var t=[],i=e?e.toLowerCase():void 0;if(delete this.searchField,delete this.searchValue,null!=this.field&&(-1!=String(this.field).toLowerCase().indexOf(i)&&(this.searchField=!0,t.push({node:this,elem:"field"})),this._updateDomField()),this._hasChilds()){if(this.childs){var r=[];this.childs.forEach((function(t){r=r.concat(t.search(e))})),t=t.concat(r)}null!=i&&(0==r.length?this.collapse(!1):this.expand(!1))}else null!=this.value&&-1!=String(this.value).toLowerCase().indexOf(i)&&(this.searchValue=!0,t.push({node:this,elem:"value"})),this._updateDomValue();return t},a.prototype.scrollTo=function(e){if(!this.dom.tr||!this.dom.tr.parentNode)for(var t=this.parent;t;)t.expand(!1),t=t.parent;this.dom.tr&&this.dom.tr.parentNode&&this.editor.scrollTo(this.dom.tr.offsetTop,e)},a.focusElement=void 0,a.prototype.focus=function(e){if(a.focusElement=e,this.dom.tr&&this.dom.tr.parentNode){var t=this.dom;switch(e){case"drag":t.drag?t.drag.focus():t.menu.focus();break;case"menu":t.menu.focus();break;case"expand":this._hasChilds()?t.expand.focus():t.field&&this.fieldEditable?(t.field.focus(),s.selectContentEditable(t.field)):t.value&&!this._hasChilds()?(t.value.focus(),s.selectContentEditable(t.value)):t.menu.focus();break;case"field":t.field&&this.fieldEditable?(t.field.focus(),s.selectContentEditable(t.field)):t.value&&!this._hasChilds()?(t.value.focus(),s.selectContentEditable(t.value)):this._hasChilds()?t.expand.focus():t.menu.focus();break;case"value":default:t.value&&!this._hasChilds()?(t.value.focus(),s.selectContentEditable(t.value)):t.field&&this.fieldEditable?(t.field.focus(),s.selectContentEditable(t.field)):this._hasChilds()?t.expand.focus():t.menu.focus()}}},a.select=function(e){setTimeout((function(){s.selectContentEditable(e)}),0)},a.prototype.blur=function(){this._getDomValue(!1),this._getDomField(!1)},a.prototype.containsNode=function(e){if(this==e)return!0;var t=this.childs;if(t)for(var i=0,r=t.length;i<r;i++)if(t[i].containsNode(e))return!0;return!1},a.prototype._move=function(e,t){if(e!=t){if(e.containsNode(this))throw new Error("Cannot move a field into a child of itself");e.parent&&e.parent.removeChild(e);var i=e.clone();e.clearDom(),t?this.insertBefore(i,t):this.appendChild(i)}},a.prototype.removeChild=function(e){if(this.childs){var t=this.childs.indexOf(e);if(-1!=t){e.hide(),delete e.searchField,delete e.searchValue;var i=this.childs.splice(t,1)[0];return i.parent=null,this.updateDom({updateIndexes:!0}),i}}},a.prototype._remove=function(e){this.removeChild(e)},a.prototype.changeType=function(e){var t=this.type;if(t!=e){if("string"!=e&&"auto"!=e||"string"!=t&&"auto"!=t){var i,r=this.dom.tr?this.dom.tr.parentNode:void 0,o=(i=this.expanded?this.getAppend():this.getDom())&&i.parentNode?i.nextSibling:void 0;this.hide(),this.clearDom(),this.type=e,"object"==e?(this.childs||(this.childs=[]),this.childs.forEach((function(e,t){e.clearDom(),delete e.index,e.fieldEditable=!0,null==e.field&&(e.field="")})),"string"!=t&&"auto"!=t||(this.expanded=!0)):"array"==e?(this.childs||(this.childs=[]),this.childs.forEach((function(e,t){e.clearDom(),e.fieldEditable=!1,e.index=t})),"string"!=t&&"auto"!=t||(this.expanded=!0)):this.expanded=!1,r&&(o?r.insertBefore(this.getDom(),o):r.appendChild(this.getDom())),this.showChilds()}else this.type=e;"auto"!=e&&"string"!=e||(this.value="string"==e?String(this.value):this._stringCast(String(this.value)),this.focus()),this.updateDom({updateIndexes:!0})}},a.prototype._getDomValue=function(e){if(this.dom.value&&"array"!=this.type&&"object"!=this.type&&(this.valueInnerText=s.getInnerText(this.dom.value)),null!=this.valueInnerText)try{var t;if("string"==this.type)t=this._unescapeHTML(this.valueInnerText);else{var i=this._unescapeHTML(this.valueInnerText);t=this._stringCast(i)}t!==this.value&&(this.value=t,this._debouncedOnChangeValue())}catch(t){if(this.value=void 0,!0!==e)throw t}},a.prototype._onChangeValue=function(){var e=this.editor.getSelection();if(e.range){var t=s.textDiff(String(this.value),String(this.previousValue));e.range.startOffset=t.start,e.range.endOffset=t.end}var i=this.editor.getSelection();if(i.range){var r=s.textDiff(String(this.previousValue),String(this.value));i.range.startOffset=r.start,i.range.endOffset=r.end}this.editor._onAction("editValue",{node:this,oldValue:this.previousValue,newValue:this.value,oldSelection:e,newSelection:i}),this.previousValue=this.value},a.prototype._onChangeField=function(){var e=this.editor.getSelection();if(e.range){var t=s.textDiff(this.field,this.previousField);e.range.startOffset=t.start,e.range.endOffset=t.end}var i=this.editor.getSelection();if(i.range){var r=s.textDiff(this.previousField,this.field);i.range.startOffset=r.start,i.range.endOffset=r.end}this.editor._onAction("editField",{node:this,oldValue:this.previousField,newValue:this.field,oldSelection:e,newSelection:i}),this.previousField=this.field},a.prototype._updateDomValue=function(){var e=this.dom.value;if(e){var t=["jsoneditor-value"],i=this.value,r="auto"==this.type?s.type(i):this.type,o="string"==r&&s.isUrl(i);if(t.push("jsoneditor-"+r),o&&t.push("jsoneditor-url"),""==String(this.value)&&"array"!=this.type&&"object"!=this.type&&t.push("jsoneditor-empty"),this.searchValueActive&&t.push("jsoneditor-highlight-active"),this.searchValue&&t.push("jsoneditor-highlight"),e.className=t.join(" "),"array"==r||"object"==r){var n=this.childs?this.childs.length:0;e.title=this.type+" containing "+n+" items"}else o&&this.editable.value?e.title="Ctrl+Click or Ctrl+Enter to open url in new window":e.title="";if("boolean"===r&&this.editable.value?(this.dom.checkbox||(this.dom.checkbox=document.createElement("input"),this.dom.checkbox.type="checkbox",this.dom.tdCheckbox=document.createElement("td"),this.dom.tdCheckbox.className="jsoneditor-tree",this.dom.tdCheckbox.appendChild(this.dom.checkbox),this.dom.tdValue.parentNode.insertBefore(this.dom.tdCheckbox,this.dom.tdValue)),this.dom.checkbox.checked=this.value):this.dom.tdCheckbox&&(this.dom.tdCheckbox.parentNode.removeChild(this.dom.tdCheckbox),delete this.dom.tdCheckbox,delete this.dom.checkbox),this.enum&&this.editable.value){if(!this.dom.select){this.dom.select=document.createElement("select"),this.id=this.field+"_"+(new Date).getUTCMilliseconds(),this.dom.select.id=this.id,this.dom.select.name=this.dom.select.id,this.dom.select.option=document.createElement("option"),this.dom.select.option.value="",this.dom.select.option.innerHTML="--",this.dom.select.appendChild(this.dom.select.option);for(var a=0;a<this.enum.length;a++)this.dom.select.option=document.createElement("option"),this.dom.select.option.value=this.enum[a],this.dom.select.option.innerHTML=this.enum[a],this.dom.select.option.value==this.value&&(this.dom.select.option.selected=!0),this.dom.select.appendChild(this.dom.select.option);this.dom.tdSelect=document.createElement("td"),this.dom.tdSelect.className="jsoneditor-tree",this.dom.tdSelect.appendChild(this.dom.select),this.dom.tdValue.parentNode.insertBefore(this.dom.tdSelect,this.dom.tdValue)}!this.schema||this.schema.hasOwnProperty("oneOf")||this.schema.hasOwnProperty("anyOf")||this.schema.hasOwnProperty("allOf")?delete this.valueFieldHTML:(this.valueFieldHTML=this.dom.tdValue.innerHTML,this.dom.tdValue.style.visibility="hidden",this.dom.tdValue.innerHTML="")}else this.dom.tdSelect&&(this.dom.tdSelect.parentNode.removeChild(this.dom.tdSelect),delete this.dom.tdSelect,delete this.dom.select,this.dom.tdValue.innerHTML=this.valueFieldHTML,this.dom.tdValue.style.visibility="",delete this.valueFieldHTML);s.stripFormatting(e)}},a.prototype._updateDomField=function(){var e=this.dom.field;e&&(""==String(this.field)&&"array"!=this.parent.type?s.addClassName(e,"jsoneditor-empty"):s.removeClassName(e,"jsoneditor-empty"),this.searchFieldActive?s.addClassName(e,"jsoneditor-highlight-active"):s.removeClassName(e,"jsoneditor-highlight-active"),this.searchField?s.addClassName(e,"jsoneditor-highlight"):s.removeClassName(e,"jsoneditor-highlight"),s.stripFormatting(e))},a.prototype._getDomField=function(e){if(this.dom.field&&this.fieldEditable&&(this.fieldInnerText=s.getInnerText(this.dom.field)),null!=this.fieldInnerText)try{var t=this._unescapeHTML(this.fieldInnerText);t!==this.field&&(this.field=t,this._debouncedOnChangeField())}catch(t){if(this.field=void 0,!0!==e)throw t}},a.prototype.validate=function(){var e=[];if("object"===this.type){for(var t={},i=[],r=0;r<this.childs.length;r++){var o=this.childs[r];t.hasOwnProperty(o.field)&&i.push(o.field),t[o.field]=!0}i.length>0&&(e=this.childs.filter((function(e){return-1!==i.indexOf(e.field)})).map((function(e){return{node:e,error:{message:'duplicate key "'+e.field+'"'}}})))}if(this.childs)for(r=0;r<this.childs.length;r++){var n=this.childs[r].validate();n.length>0&&(e=e.concat(n))}return e},a.prototype.clearDom=function(){this.dom={}},a.prototype.getDom=function(){var e=this.dom;if(e.tr)return e.tr;if(this._updateEditability(),e.tr=document.createElement("tr"),e.tr.node=this,"tree"===this.editor.options.mode){var t=document.createElement("td");if(this.editable.field&&this.parent){var i=document.createElement("button");i.type="button",e.drag=i,i.className="jsoneditor-dragarea",i.title="Drag to move this field (Alt+Shift+Arrows)",t.appendChild(i)}e.tr.appendChild(t);var r=document.createElement("td"),o=document.createElement("button");o.type="button",e.menu=o,o.className="jsoneditor-contextmenu",o.title="Click to open the actions menu (Ctrl+M)",r.appendChild(e.menu),e.tr.appendChild(r)}var n=document.createElement("td");return e.tr.appendChild(n),e.tree=this._createDomTree(),n.appendChild(e.tree),this.updateDom({updateIndexes:!0}),e.tr},a.onDragStart=function(e,t){if(!Array.isArray(e))return a.onDragStart([e],t);if(0!==e.length){var i=e[0],r=e[e.length-1],o=a.getNodeFromTarget(t.target),n=r._nextSibling(),l=i.editor,c=s.getAbsoluteTop(o.dom.tr)-s.getAbsoluteTop(i.dom.tr);l.mousemove||(l.mousemove=s.addEventListener(window,"mousemove",(function(t){a.onDrag(e,t)}))),l.mouseup||(l.mouseup=s.addEventListener(window,"mouseup",(function(t){a.onDragEnd(e,t)}))),l.highlighter.lock(),l.drag={oldCursor:document.body.style.cursor,oldSelection:l.getSelection(),oldBeforeNode:n,mouseX:t.pageX,offsetY:c,level:i.getLevel()},document.body.style.cursor="move",t.preventDefault()}},a.onDrag=function(e,t){if(!Array.isArray(e))return a.onDrag([e],t);if(0!==e.length){var i,r,o,n,c,d,h,u,f,p,m,A,g,y,C=e[0].editor,D=t.pageY-C.drag.offsetY,v=t.pageX,B=!1,w=e[0];if(i=w.dom.tr,f=s.getAbsoluteTop(i),A=i.offsetHeight,D<f){r=i;do{r=r.previousSibling,h=a.getNodeFromTarget(r),p=r?s.getAbsoluteTop(r):0}while(r&&D<p);h&&!h.parent&&(h=void 0),h||(r=(d=i.parentNode.firstChild)?d.nextSibling:void 0,(h=a.getNodeFromTarget(r))==w&&(h=void 0)),h&&D>(p=(r=h.dom.tr)?s.getAbsoluteTop(r):0)+A&&(h=void 0),h&&(e.forEach((function(e){h.parent.moveBefore(e,h)})),B=!0)}else{var k=e[e.length-1];if(n=(c=k.expanded&&k.append?k.append.getDom():k.dom.tr)?c.nextSibling:void 0){m=s.getAbsoluteTop(n),o=n;do{u=a.getNodeFromTarget(o),o&&(g=o.nextSibling?s.getAbsoluteTop(o.nextSibling):0,y=o?g-m:0,u.parent.childs.length==e.length&&u.parent.childs[e.length-1]==k&&(f+=27)),o=o.nextSibling}while(o&&D>f+y);if(u&&u.parent){var b=v-C.drag.mouseX,E=Math.round(b/24/2),F=C.drag.level+E,x=u.getLevel();for(r=u.dom.tr.previousSibling;x<F&&r;){if(h=a.getNodeFromTarget(r),e.some((function(e){return e===h||h._isChildOf(e)})));else{if(!(h instanceof l))break;var S=h.parent.childs;if(S.length==e.length&&S[e.length-1]==k)break;x=(u=a.getNodeFromTarget(r)).getLevel()}r=r.previousSibling}c.nextSibling!=u.dom.tr&&(e.forEach((function(e){u.parent.moveBefore(e,u)})),B=!0)}}}B&&(C.drag.mouseX=v,C.drag.level=w.getLevel()),C.startAutoScroll(D),t.preventDefault()}},a.onDragEnd=function(e,t){if(!Array.isArray(e))return a.onDrag([e],t);if(0!==e.length){var i=e[0],r=i.editor,o=i.parent,n=o.childs.indexOf(i),l=o.childs[n+e.length]||o.append;e[0]&&e[0].dom.menu.focus();var c={nodes:e,oldSelection:r.drag.oldSelection,newSelection:r.getSelection(),oldBeforeNode:r.drag.oldBeforeNode,newBeforeNode:l};c.oldBeforeNode!=c.newBeforeNode&&r._onAction("moveNodes",c),document.body.style.cursor=r.drag.oldCursor,r.highlighter.unlock(),e.forEach((function(e){t.target!==e.dom.drag&&t.target!==e.dom.menu&&r.highlighter.unhighlight()})),delete r.drag,r.mousemove&&(s.removeEventListener(window,"mousemove",r.mousemove),delete r.mousemove),r.mouseup&&(s.removeEventListener(window,"mouseup",r.mouseup),delete r.mouseup),r.stopAutoScroll(),t.preventDefault()}},a.prototype._isChildOf=function(e){for(var t=this.parent;t;){if(t==e)return!0;t=t.parent}return!1},a.prototype._createDomField=function(){return document.createElement("div")},a.prototype.setHighlight=function(e){this.dom.tr&&(e?s.addClassName(this.dom.tr,"jsoneditor-highlight"):s.removeClassName(this.dom.tr,"jsoneditor-highlight"),this.append&&this.append.setHighlight(e),this.childs&&this.childs.forEach((function(t){t.setHighlight(e)})))},a.prototype.setSelected=function(e,t){this.selected=e,this.dom.tr&&(e?s.addClassName(this.dom.tr,"jsoneditor-selected"):s.removeClassName(this.dom.tr,"jsoneditor-selected"),t?s.addClassName(this.dom.tr,"jsoneditor-first"):s.removeClassName(this.dom.tr,"jsoneditor-first"),this.append&&this.append.setSelected(e),this.childs&&this.childs.forEach((function(t){t.setSelected(e)})))},a.prototype.updateValue=function(e){this.value=e,this.updateDom()},a.prototype.updateField=function(e){this.field=e,this.updateDom()},a.prototype.updateDom=function(e){var t=this.dom.tree;t&&(t.style.marginLeft=24*this.getLevel()+"px");var i,r=this.dom.field;r&&(this.fieldEditable?(r.contentEditable=this.editable.field,r.spellcheck=!1,r.className="jsoneditor-field"):r.className="jsoneditor-readonly",i=null!=this.index?this.index:null!=this.field?this.field:this._hasChilds()?this.type:"",r.innerHTML=this._escapeHTML(i),this._updateSchema());var o=this.dom.value;if(o){var n=this.childs?this.childs.length:0;"array"==this.type?(o.innerHTML="["+n+"]",s.addClassName(this.dom.tr,"jsoneditor-expandable")):"object"==this.type?(o.innerHTML="{"+n+"}",s.addClassName(this.dom.tr,"jsoneditor-expandable")):(o.innerHTML=this._escapeHTML(this.value),s.removeClassName(this.dom.tr,"jsoneditor-expandable"))}this._updateDomField(),this._updateDomValue(),e&&!0===e.updateIndexes&&this._updateDomIndexes(),e&&!0===e.recurse&&this.childs&&this.childs.forEach((function(t){t.updateDom(e)})),this.append&&this.append.updateDom()},a.prototype._updateSchema=function(){this.editor&&this.editor.options&&(this.schema=a._findSchema(this.editor.options.schema,this.getPath()),this.schema?this.enum=a._findEnum(this.schema):delete this.enum)},a._findEnum=function(e){if(e.enum)return e.enum;var t=e.oneOf||e.anyOf||e.allOf;if(t){var i=t.filter((function(e){return e.enum}));if(i.length>0)return i[0].enum}return null},a._findSchema=function(e,t){for(var i=e,r=0;r<t.length&&i;r++){var o=t[r];"string"==typeof o&&i.properties?i=i.properties[o]||null:"number"==typeof o&&i.items&&(i=i.items)}return i},a.prototype._updateDomIndexes=function(){var e=this.dom.value,t=this.childs;e&&t&&("array"==this.type?t.forEach((function(e,t){e.index=t;var i=e.dom.field;i&&(i.innerHTML=t)})):"object"==this.type&&t.forEach((function(e){null!=e.index&&(delete e.index,null==e.field&&(e.field=""))})))},a.prototype._createDomValue=function(){var e;return"array"==this.type?(e=document.createElement("div")).innerHTML="[...]":"object"==this.type?(e=document.createElement("div")).innerHTML="{...}":!this.editable.value&&s.isUrl(this.value)?((e=document.createElement("a")).href=this.value,e.target="_blank",e.innerHTML=this._escapeHTML(this.value)):((e=document.createElement("div")).contentEditable=this.editable.value,e.spellcheck=!1,e.innerHTML=this._escapeHTML(this.value)),e},a.prototype._createDomExpandButton=function(){var e=document.createElement("button");return e.type="button",this._hasChilds()?(e.className=this.expanded?"jsoneditor-expanded":"jsoneditor-collapsed",e.title="Click to expand/collapse this field (Ctrl+E). \nCtrl+Click to expand/collapse including all childs."):(e.className="jsoneditor-invisible",e.title=""),e},a.prototype._createDomTree=function(){var e=this.dom,t=document.createElement("table"),i=document.createElement("tbody");t.style.borderCollapse="collapse",t.className="jsoneditor-values",t.appendChild(i);var r=document.createElement("tr");i.appendChild(r);var o=document.createElement("td");o.className="jsoneditor-tree",r.appendChild(o),e.expand=this._createDomExpandButton(),o.appendChild(e.expand),e.tdExpand=o;var n=document.createElement("td");n.className="jsoneditor-tree",r.appendChild(n),e.field=this._createDomField(),n.appendChild(e.field),e.tdField=n;var s=document.createElement("td");s.className="jsoneditor-tree",r.appendChild(s),"object"!=this.type&&"array"!=this.type&&(s.appendChild(document.createTextNode(":")),s.className="jsoneditor-separator"),e.tdSeparator=s;var a=document.createElement("td");return a.className="jsoneditor-tree",r.appendChild(a),e.value=this._createDomValue(),a.appendChild(e.value),e.tdValue=a,t},a.prototype.onEvent=function(e){var t=e.type,i=e.target||e.srcElement,r=this.dom,o=this,n=this._hasChilds();if(i!=r.drag&&i!=r.menu||("mouseover"==t?this.editor.highlighter.highlight(this):"mouseout"==t&&this.editor.highlighter.unhighlight()),"click"==t&&i==r.menu){var a=o.editor.highlighter;a.highlight(o),a.lock(),s.addClassName(r.menu,"jsoneditor-selected"),this.showContextMenu(r.menu,(function(){s.removeClassName(r.menu,"jsoneditor-selected"),a.unlock(),a.unhighlight()}))}if("click"==t&&(i==r.expand||("view"===o.editor.options.mode||"form"===o.editor.options.mode)&&"DIV"===i.nodeName)&&n){var l=e.ctrlKey;this._onExpand(l)}"change"==t&&i==r.checkbox&&(this.dom.value.innerHTML=!this.value,this._getDomValue()),"change"==t&&i==r.select&&(this.dom.value.innerHTML=r.select.value,this._getDomValue(),this._updateDomValue());var c=r.value;if(i==c)switch(t){case"blur":case"change":this._getDomValue(!0),this._updateDomValue(),this.value&&(c.innerHTML=this._escapeHTML(this.value));break;case"input":this._getDomValue(!0),this._updateDomValue();break;case"keydown":case"mousedown":this.editor.selection=this.editor.getSelection();break;case"click":!e.ctrlKey&&this.editable.value||s.isUrl(this.value)&&window.open(this.value,"_blank");break;case"keyup":this._getDomValue(!0),this._updateDomValue();break;case"cut":case"paste":setTimeout((function(){o._getDomValue(!0),o._updateDomValue()}),1)}var d=r.field;if(i==d)switch(t){case"blur":case"change":this._getDomField(!0),this._updateDomField(),this.field&&(d.innerHTML=this._escapeHTML(this.field));break;case"input":this._getDomField(!0),this._updateSchema(),this._updateDomField(),this._updateDomValue();break;case"keydown":case"mousedown":this.editor.selection=this.editor.getSelection();break;case"keyup":this._getDomField(!0),this._updateDomField();break;case"cut":case"paste":setTimeout((function(){o._getDomField(!0),o._updateDomField()}),1)}i!=r.tree.parentNode||"click"!=t||e.hasMoved||((null!=e.offsetX?e.offsetX<24*(this.getLevel()+1):e.pageX<s.getAbsoluteLeft(r.tdSeparator))||n?d&&(s.setEndOfContentEditable(d),d.focus()):c&&!this.enum&&(s.setEndOfContentEditable(c),c.focus())),(i!=r.tdExpand||n)&&i!=r.tdField&&i!=r.tdSeparator||"click"!=t||e.hasMoved||d&&(s.setEndOfContentEditable(d),d.focus()),"keydown"==t&&this.onKeyDown(e)},a.prototype.onKeyDown=function(e){var t,i,r,o,n,c,d,h,u=e.which||e.keyCode,f=e.target||e.srcElement,p=e.ctrlKey,m=e.shiftKey,A=e.altKey,g=!1,y="tree"===this.editor.options.mode,C=this.editor.multiselection.nodes.length>0?this.editor.multiselection.nodes:[this],D=C[0],v=C[C.length-1];if(13==u){if(f==this.dom.value)this.editable.value&&!e.ctrlKey||s.isUrl(this.value)&&(window.open(this.value,"_blank"),g=!0);else if(f==this.dom.expand&&this._hasChilds()){var B=e.ctrlKey;this._onExpand(B),f.focus(),g=!0}}else if(68==u)p&&y&&(a.onDuplicate(C),g=!0);else if(69==u)p&&(this._onExpand(m),f.focus(),g=!0);else if(77==u&&y)p&&(this.showContextMenu(f),g=!0);else if(46==u&&y)p&&(a.onRemove(C),g=!0);else if(45==u&&y)p&&!m?(this._onInsertBefore(),g=!0):p&&m&&(this._onInsertAfter(),g=!0);else if(35==u){if(A){var w=this._lastNode();w&&w.focus(a.focusElement||this._getElementName(f)),g=!0}}else if(36==u){if(A){var k=this._firstNode();k&&k.focus(a.focusElement||this._getElementName(f)),g=!0}}else if(37==u){if(A&&!m){var b=this._previousElement(f);b&&this.focus(this._getElementName(b)),g=!0}else if(A&&m&&y){if(v.expanded){var E=v.getAppend();r=E?E.nextSibling:void 0}else{var F=v.getDom();r=F.nextSibling}r&&(i=a.getNodeFromTarget(r),o=r.nextSibling,_=a.getNodeFromTarget(o),i&&i instanceof l&&1!=v.parent.childs.length&&_&&_.parent&&(n=this.editor.getSelection(),c=v._nextSibling(),C.forEach((function(e){_.parent.moveBefore(e,_)})),this.focus(a.focusElement||this._getElementName(f)),this.editor._onAction("moveNodes",{nodes:C,oldBeforeNode:c,newBeforeNode:_,oldSelection:n,newSelection:this.editor.getSelection()})))}}else if(38==u)A&&!m?((t=this._previousNode())&&(this.editor.deselect(!0),t.focus(a.focusElement||this._getElementName(f))),g=!0):!A&&p&&m&&y?((t=this._previousNode())&&((h=this.editor.multiselection).start=h.start||this,h.end=t,d=this.editor._findTopLevelNodes(h.start,h.end),this.editor.select(d),t.focus("field")),g=!0):A&&m&&y&&((t=D._previousNode())&&t.parent&&(n=this.editor.getSelection(),c=v._nextSibling(),C.forEach((function(e){t.parent.moveBefore(e,t)})),this.focus(a.focusElement||this._getElementName(f)),this.editor._onAction("moveNodes",{nodes:C,oldBeforeNode:c,newBeforeNode:t,oldSelection:n,newSelection:this.editor.getSelection()})),g=!0);else if(39==u){if(A&&!m){var x=this._nextElement(f);x&&this.focus(this._getElementName(x)),g=!0}else if(A&&m&&y){var S=(F=D.getDom()).previousSibling;S&&(t=a.getNodeFromTarget(S))&&t.parent&&t instanceof l&&!t.isVisible()&&(n=this.editor.getSelection(),c=v._nextSibling(),C.forEach((function(e){t.parent.moveBefore(e,t)})),this.focus(a.focusElement||this._getElementName(f)),this.editor._onAction("moveNodes",{nodes:C,oldBeforeNode:c,newBeforeNode:t,oldSelection:n,newSelection:this.editor.getSelection()}))}}else if(40==u)if(A&&!m)(i=this._nextNode())&&(this.editor.deselect(!0),i.focus(a.focusElement||this._getElementName(f))),g=!0;else if(!A&&p&&m&&y)(i=this._nextNode())&&((h=this.editor.multiselection).start=h.start||this,h.end=i,d=this.editor._findTopLevelNodes(h.start,h.end),this.editor.select(d),i.focus("field")),g=!0;else if(A&&m&&y){var _=(i=v.expanded?v.append?v.append._nextNode():void 0:v._nextNode())&&(i._nextNode()||i.parent.append);_&&_.parent&&(n=this.editor.getSelection(),c=v._nextSibling(),C.forEach((function(e){_.parent.moveBefore(e,_)})),this.focus(a.focusElement||this._getElementName(f)),this.editor._onAction("moveNodes",{nodes:C,oldBeforeNode:c,newBeforeNode:_,oldSelection:n,newSelection:this.editor.getSelection()})),g=!0}g&&(e.preventDefault(),e.stopPropagation())},a.prototype._onExpand=function(e){if(e){var t=this.dom.tr.parentNode,i=t.parentNode,r=i.scrollTop;i.removeChild(t)}this.expanded?this.collapse(e):this.expand(e),e&&(i.appendChild(t),i.scrollTop=r)},a.onRemove=function(e){if(!Array.isArray(e))return a.onRemove([e]);if(e&&e.length>0){var t=e[0],i=t.parent,r=t.editor,o=t.getIndex();r.highlighter.unhighlight();var n=r.getSelection();a.blurNodes(e);var s=r.getSelection();e.forEach((function(e){e.parent._remove(e)})),r._onAction("removeNodes",{nodes:e.slice(0),parent:i,index:o,oldSelection:n,newSelection:s})}},a.onDuplicate=function(e){if(!Array.isArray(e))return a.onDuplicate([e]);if(e&&e.length>0){var t=e[e.length-1],i=t.parent,r=t.editor;r.deselect(r.multiselection.nodes);var o=r.getSelection(),n=t,s=e.map((function(e){var t=e.clone();return i.insertAfter(t,n),n=t,t}));1===e.length?s[0].focus():r.select(s);var l=r.getSelection();r._onAction("duplicateNodes",{afterNode:t,nodes:s,parent:i,oldSelection:o,newSelection:l})}},a.prototype._onInsertBefore=function(e,t,i){var r=this.editor.getSelection(),o=new a(this.editor,{field:null!=e?e:"",value:null!=t?t:"",type:i});o.expand(!0),this.parent.insertBefore(o,this),this.editor.highlighter.unhighlight(),o.focus("field");var n=this.editor.getSelection();this.editor._onAction("insertBeforeNodes",{nodes:[o],beforeNode:this,parent:this.parent,oldSelection:r,newSelection:n})},a.prototype._onInsertAfter=function(e,t,i){var r=this.editor.getSelection(),o=new a(this.editor,{field:null!=e?e:"",value:null!=t?t:"",type:i});o.expand(!0),this.parent.insertAfter(o,this),this.editor.highlighter.unhighlight(),o.focus("field");var n=this.editor.getSelection();this.editor._onAction("insertAfterNodes",{nodes:[o],afterNode:this,parent:this.parent,oldSelection:r,newSelection:n})},a.prototype._onAppend=function(e,t,i){var r=this.editor.getSelection(),o=new a(this.editor,{field:null!=e?e:"",value:null!=t?t:"",type:i});o.expand(!0),this.parent.appendChild(o),this.editor.highlighter.unhighlight(),o.focus("field");var n=this.editor.getSelection();this.editor._onAction("appendNodes",{nodes:[o],parent:this.parent,oldSelection:r,newSelection:n})},a.prototype._onChangeType=function(e){var t=this.type;if(e!=t){var i=this.editor.getSelection();this.changeType(e);var r=this.editor.getSelection();this.editor._onAction("changeType",{node:this,oldType:t,newType:e,oldSelection:i,newSelection:r})}},a.prototype.sort=function(e){if(this._hasChilds()){var t="desc"==e?-1:1,i="array"==this.type?"value":"field";this.hideChilds();var o=this.childs,n=this.sortOrder;this.childs=this.childs.concat(),this.childs.sort((function(e,o){return t*r(e[i],o[i])})),this.sortOrder=1==t?"asc":"desc",this.editor._onAction("sort",{node:this,oldChilds:o,oldSort:n,newChilds:this.childs,newSort:this.sortOrder}),this.showChilds()}},a.prototype.getAppend=function(){return this.append||(this.append=new l(this.editor),this.append.setParent(this)),this.append.getDom()},a.getNodeFromTarget=function(e){for(;e;){if(e.node)return e.node;e=e.parentNode}},a.blurNodes=function(e){if(Array.isArray(e)){var t=e[0],i=t.parent,r=t.getIndex();i.childs[r+e.length]?i.childs[r+e.length].focus():i.childs[r-1]?i.childs[r-1].focus():i.focus()}else a.blurNodes([e])},a.prototype._nextSibling=function(){var e=this.parent.childs.indexOf(this);return this.parent.childs[e+1]||this.parent.append},a.prototype._previousNode=function(){var e=null,t=this.getDom();if(t&&t.parentNode){var i=t;do{i=i.previousSibling,e=a.getNodeFromTarget(i)}while(i&&e instanceof l&&!e.isVisible())}return e},a.prototype._nextNode=function(){var e=null,t=this.getDom();if(t&&t.parentNode){var i=t;do{i=i.nextSibling,e=a.getNodeFromTarget(i)}while(i&&e instanceof l&&!e.isVisible())}return e},a.prototype._firstNode=function(){var e=null,t=this.getDom();if(t&&t.parentNode){var i=t.parentNode.firstChild;e=a.getNodeFromTarget(i)}return e},a.prototype._lastNode=function(){var e=null,t=this.getDom();if(t&&t.parentNode){var i=t.parentNode.lastChild;for(e=a.getNodeFromTarget(i);i&&e instanceof l&&!e.isVisible();)i=i.previousSibling,e=a.getNodeFromTarget(i)}return e},a.prototype._previousElement=function(e){var t=this.dom;switch(e){case t.value:if(this.fieldEditable)return t.field;case t.field:if(this._hasChilds())return t.expand;case t.expand:return t.menu;case t.menu:if(t.drag)return t.drag;default:return null}},a.prototype._nextElement=function(e){var t=this.dom;switch(e){case t.drag:return t.menu;case t.menu:if(this._hasChilds())return t.expand;case t.expand:if(this.fieldEditable)return t.field;case t.field:if(!this._hasChilds())return t.value;default:return null}},a.prototype._getElementName=function(e){var t=this.dom;for(var i in t)if(t.hasOwnProperty(i)&&t[i]==e)return i;return null},a.prototype._hasChilds=function(){return"array"==this.type||"object"==this.type},a.TYPE_TITLES={auto:'Field type "auto". The field type is automatically determined from the value and can be a string, number, boolean, or null.',object:'Field type "object". An object contains an unordered set of key/value pairs.',array:'Field type "array". An array contains an ordered collection of values.',string:'Field type "string". Field type is not determined from the value, but always returned as string.'},a.prototype.showContextMenu=function(e,t){var i=this,r=a.TYPE_TITLES,n=[];if(this.editable.value&&n.push({text:"Type",title:"Change the type of this field",className:"jsoneditor-type-"+this.type,submenu:[{text:"Auto",className:"jsoneditor-type-auto"+("auto"==this.type?" jsoneditor-selected":""),title:r.auto,click:function(){i._onChangeType("auto")}},{text:"Array",className:"jsoneditor-type-array"+("array"==this.type?" jsoneditor-selected":""),title:r.array,click:function(){i._onChangeType("array")}},{text:"Object",className:"jsoneditor-type-object"+("object"==this.type?" jsoneditor-selected":""),title:r.object,click:function(){i._onChangeType("object")}},{text:"String",className:"jsoneditor-type-string"+("string"==this.type?" jsoneditor-selected":""),title:r.string,click:function(){i._onChangeType("string")}}]}),this._hasChilds()){var s="asc"==this.sortOrder?"desc":"asc";n.push({text:"Sort",title:"Sort the childs of this "+this.type,className:"jsoneditor-sort-"+s,click:function(){i.sort(s)},submenu:[{text:"Ascending",className:"jsoneditor-sort-asc",title:"Sort the childs of this "+this.type+" in ascending order",click:function(){i.sort("asc")}},{text:"Descending",className:"jsoneditor-sort-desc",title:"Sort the childs of this "+this.type+" in descending order",click:function(){i.sort("desc")}}]})}if(this.parent&&this.parent._hasChilds()){n.length&&n.push({type:"separator"});var l=i.parent.childs;i==l[l.length-1]&&n.push({text:"Append",title:"Append a new field with type 'auto' after this field (Ctrl+Shift+Ins)",submenuTitle:"Select the type of the field to be appended",className:"jsoneditor-append",click:function(){i._onAppend("","","auto")},submenu:[{text:"Auto",className:"jsoneditor-type-auto",title:r.auto,click:function(){i._onAppend("","","auto")}},{text:"Array",className:"jsoneditor-type-array",title:r.array,click:function(){i._onAppend("",[])}},{text:"Object",className:"jsoneditor-type-object",title:r.object,click:function(){i._onAppend("",{})}},{text:"String",className:"jsoneditor-type-string",title:r.string,click:function(){i._onAppend("","","string")}}]}),n.push({text:"Insert",title:"Insert a new field with type 'auto' before this field (Ctrl+Ins)",submenuTitle:"Select the type of the field to be inserted",className:"jsoneditor-insert",click:function(){i._onInsertBefore("","","auto")},submenu:[{text:"Auto",className:"jsoneditor-type-auto",title:r.auto,click:function(){i._onInsertBefore("","","auto")}},{text:"Array",className:"jsoneditor-type-array",title:r.array,click:function(){i._onInsertBefore("",[])}},{text:"Object",className:"jsoneditor-type-object",title:r.object,click:function(){i._onInsertBefore("",{})}},{text:"String",className:"jsoneditor-type-string",title:r.string,click:function(){i._onInsertBefore("","","string")}}]}),this.editable.field&&(n.push({text:"Duplicate",title:"Duplicate this field (Ctrl+D)",className:"jsoneditor-duplicate",click:function(){a.onDuplicate(i)}}),n.push({text:"Remove",title:"Remove this field (Ctrl+Del)",className:"jsoneditor-remove",click:function(){a.onRemove(i)}}))}new o(n,{close:t}).show(e,this.editor.content)},a.prototype._getType=function(e){return e instanceof Array?"array":e instanceof Object?"object":"string"==typeof e&&"string"!=typeof this._stringCast(e)?"string":"auto"},a.prototype._stringCast=function(e){var t=e.toLowerCase(),i=Number(e),r=parseFloat(e);return""==e?"":"null"==t?null:"true"==t||"false"!=t&&(isNaN(i)||isNaN(r)?e:i)},a.prototype._escapeHTML=function(e){if("string"!=typeof e)return String(e);var t=String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/ /g," &nbsp;").replace(/^ /,"&nbsp;").replace(/ $/,"&nbsp;"),i=JSON.stringify(t),r=i.substring(1,i.length-1);return!0===this.editor.options.escapeUnicode&&(r=s.escapeUnicodeChars(r)),r},a.prototype._unescapeHTML=function(e){var t='"'+this._escapeJSON(e)+'"';return s.parse(t).replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&nbsp;|\u00A0/g," ").replace(/&amp;/g,"&")},a.prototype._escapeJSON=function(e){for(var t="",i=0;i<e.length;){var r=e.charAt(i);"\n"==r?t+="\\n":"\\"==r?(t+=r,i++,""!==(r=e.charAt(i))&&-1!='"\\/bfnrtu'.indexOf(r)||(t+="\\"),t+=r):t+='"'==r?'\\"':r,i++}return t};var l=n(a);e.exports=a},function(e,t){e.exports=function e(t,i){var r,o,n=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,s=/(^[ ]*|[ ]*$)/g,a=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,l=/^0x[0-9a-f]+$/i,c=/^0/,d=function(t){return e.insensitive&&(""+t).toLowerCase()||""+t},h=d(t).replace(s,"")||"",u=d(i).replace(s,"")||"",f=h.replace(n,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),p=u.replace(n,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),m=parseInt(h.match(l),16)||1!==f.length&&h.match(a)&&Date.parse(h),A=parseInt(u.match(l),16)||m&&u.match(a)&&Date.parse(u)||null;if(A){if(m<A)return-1;if(m>A)return 1}for(var g=0,y=Math.max(f.length,p.length);g<y;g++){if(r=!(f[g]||"").match(c)&&parseFloat(f[g])||f[g]||0,o=!(p[g]||"").match(c)&&parseFloat(p[g])||p[g]||0,isNaN(r)!==isNaN(o))return isNaN(r)?1:-1;if(_typeof(r)!==_typeof(o)&&(r+="",o+=""),r<o)return-1;if(r>o)return 1}return 0}},function(e,t,i){var r=i(54),o=i(57);e.exports=function(e){function t(e){this.editor=e,this.dom={}}return t.prototype=new e,t.prototype.getDom=function(){var e=this.dom;if(e.tr)return e.tr;this._updateEditability();var t=document.createElement("tr");if(t.node=this,e.tr=t,"tree"===this.editor.options.mode){e.tdDrag=document.createElement("td");var i=document.createElement("td");e.tdMenu=i;var r=document.createElement("button");r.type="button",r.className="jsoneditor-contextmenu",r.title="Click to open the actions menu (Ctrl+M)",e.menu=r,i.appendChild(e.menu)}var o=document.createElement("td"),n=document.createElement("div");return n.innerHTML="(empty)",n.className="jsoneditor-readonly",o.appendChild(n),e.td=o,e.text=n,this.updateDom(),t},t.prototype.updateDom=function(){var e=this.dom,t=e.td;t&&(t.style.paddingLeft=24*this.getLevel()+26+"px");var i=e.text;i&&(i.innerHTML="(empty "+this.parent.type+")");var r=e.tr;this.isVisible()?e.tr.firstChild||(e.tdDrag&&r.appendChild(e.tdDrag),e.tdMenu&&r.appendChild(e.tdMenu),r.appendChild(t)):e.tr.firstChild&&(e.tdDrag&&r.removeChild(e.tdDrag),e.tdMenu&&r.removeChild(e.tdMenu),r.removeChild(t))},t.prototype.isVisible=function(){return 0==this.parent.childs.length},t.prototype.showContextMenu=function(t,i){var r=this,n=e.TYPE_TITLES,s=[{text:"Append",title:"Append a new field with type 'auto' (Ctrl+Shift+Ins)",submenuTitle:"Select the type of the field to be appended",className:"jsoneditor-insert",click:function(){r._onAppend("","","auto")},submenu:[{text:"Auto",className:"jsoneditor-type-auto",title:n.auto,click:function(){r._onAppend("","","auto")}},{text:"Array",className:"jsoneditor-type-array",title:n.array,click:function(){r._onAppend("",[])}},{text:"Object",className:"jsoneditor-type-object",title:n.object,click:function(){r._onAppend("",{})}},{text:"String",className:"jsoneditor-type-string",title:n.string,click:function(){r._onAppend("","","string")}}]}];new o(s,{close:i}).show(t,this.editor.content)},t.prototype.onEvent=function(e){var t=e.type,i=e.target||e.srcElement,o=this.dom;if(i==o.menu&&("mouseover"==t?this.editor.highlighter.highlight(this.parent):"mouseout"==t&&this.editor.highlighter.unhighlight()),"click"==t&&i==o.menu){var n=this.editor.highlighter;n.highlight(this.parent),n.lock(),r.addClassName(o.menu,"jsoneditor-selected"),this.showContextMenu(o.menu,(function(){r.removeClassName(o.menu,"jsoneditor-selected"),n.unlock(),n.unhighlight()}))}"keydown"==t&&this.onKeyDown(e)},t}},function(e,t,i){var r=i(57);function o(e,t,i,o){for(var n={code:{text:"Code",title:"Switch to code highlighter",click:function(){o("code")}},form:{text:"Form",title:"Switch to form editor",click:function(){o("form")}},text:{text:"Text",title:"Switch to plain text editor",click:function(){o("text")}},tree:{text:"Tree",title:"Switch to tree editor",click:function(){o("tree")}},view:{text:"View",title:"Switch to tree view",click:function(){o("view")}}},s=[],a=0;a<t.length;a++){var l=t[a],c=n[l];if(!c)throw new Error('Unknown mode "'+l+'"');c.className="jsoneditor-type-modes"+(i==l?" jsoneditor-selected":""),s.push(c)}var d=n[i];if(!d)throw new Error('Unknown mode "'+i+'"');var h=d.text,u=document.createElement("button");u.type="button",u.className="jsoneditor-modes jsoneditor-separator",u.innerHTML=h+" &#x25BE;",u.title="Switch editor mode",u.onclick=function(){new r(s).show(u)};var f=document.createElement("div");f.className="jsoneditor-modes",f.style.position="relative",f.appendChild(u),e.appendChild(f),this.dom={container:e,box:u,frame:f}}o.prototype.focus=function(){this.dom.box.focus()},o.prototype.destroy=function(){this.dom&&this.dom.frame&&this.dom.frame.parentNode&&this.dom.frame.parentNode.removeChild(this.dom.frame),this.dom=null},e.exports=o},function(e,t,i){var r;try{r=i(63)}catch(e){}var o=i(61),n=i(54),s={},a="ace/theme/jsoneditor";s.create=function(e,t){t=t||{},this.options=t,t.indentation?this.indentation=Number(t.indentation):this.indentation=2;var s=t.ace?t.ace:r;this.mode="code"==t.mode?"code":"text","code"==this.mode&&void 0===s&&(this.mode="text",console.warn("Failed to load Ace editor, falling back to plain text mode. Please use a JSONEditor bundle including Ace, or pass Ace as via the configuration option `ace`.")),this.theme=t.theme||a,this.theme===a&&window.ace&&i(70);var l=this;this.container=e,this.dom={},this.aceEditor=void 0,this.textarea=void 0,this.validateSchema=null,this._debouncedValidate=n.debounce(this.validate.bind(this),this.DEBOUNCE_INTERVAL),this.width=e.clientWidth,this.height=e.clientHeight,this.frame=document.createElement("div"),this.frame.className="jsoneditor jsoneditor-mode-"+this.options.mode,this.frame.onclick=function(e){e.preventDefault()},this.frame.onkeydown=function(e){l._onKeyDown(e)},this.menu=document.createElement("div"),this.menu.className="jsoneditor-menu",this.frame.appendChild(this.menu);var c=document.createElement("button");c.type="button",c.className="jsoneditor-format",c.title="Format JSON data, with proper indentation and line feeds (Ctrl+\\)",this.menu.appendChild(c),c.onclick=function(){try{l.format(),l._onChange()}catch(e){l._onError(e)}};var d=document.createElement("button");if(d.type="button",d.className="jsoneditor-compact",d.title="Compact JSON data, remove all whitespaces (Ctrl+Shift+\\)",this.menu.appendChild(d),d.onclick=function(){try{l.compact(),l._onChange()}catch(e){l._onError(e)}},this.options&&this.options.modes&&this.options.modes.length&&(this.modeSwitcher=new o(this.menu,this.options.modes,this.options.mode,(function(e){l.setMode(e),l.modeSwitcher.focus()}))),this.content=document.createElement("div"),this.content.className="jsoneditor-outer",this.frame.appendChild(this.content),this.container.appendChild(this.frame),"code"==this.mode){this.editorDom=document.createElement("div"),this.editorDom.style.height="100%",this.editorDom.style.width="100%",this.content.appendChild(this.editorDom);var h=s.edit(this.editorDom);h.$blockScrolling=1/0,h.setTheme(this.theme),h.setShowPrintMargin(!1),h.setFontSize(13),h.getSession().setMode("ace/mode/json"),h.getSession().setTabSize(this.indentation),h.getSession().setUseSoftTabs(!0),h.getSession().setUseWrapMode(!0),h.commands.bindKey("Ctrl-L",null),h.commands.bindKey("Command-L",null),this.aceEditor=h,this.hasOwnProperty("editor")||Object.defineProperty(this,"editor",{get:function(){return console.warn('Property "editor" has been renamed to "aceEditor".'),l.aceEditor},set:function(e){console.warn('Property "editor" has been renamed to "aceEditor".'),l.aceEditor=e}});var u=document.createElement("a");u.appendChild(document.createTextNode("powered by ace")),u.href="http://ace.ajax.org",u.target="_blank",u.className="jsoneditor-poweredBy",u.onclick=function(){window.open(u.href,u.target)},this.menu.appendChild(u),h.on("change",this._onChange.bind(this))}else{var f=document.createElement("textarea");f.className="jsoneditor-text",f.spellcheck=!1,this.content.appendChild(f),this.textarea=f,null===this.textarea.oninput?this.textarea.oninput=this._onChange.bind(this):this.textarea.onchange=this._onChange.bind(this)}this.setSchema(this.options.schema)},s._onChange=function(){if(this._debouncedValidate(),this.options.onChange)try{this.options.onChange()}catch(e){console.error("Error in onChange callback: ",e)}},s._onKeyDown=function(e){var t=!1;220==(e.which||e.keyCode)&&e.ctrlKey&&(e.shiftKey?(this.compact(),this._onChange()):(this.format(),this._onChange()),t=!0),t&&(e.preventDefault(),e.stopPropagation())},s.destroy=function(){this.aceEditor&&(this.aceEditor.destroy(),this.aceEditor=null),this.frame&&this.container&&this.frame.parentNode==this.container&&this.container.removeChild(this.frame),this.modeSwitcher&&(this.modeSwitcher.destroy(),this.modeSwitcher=null),this.textarea=null,this._debouncedValidate=null},s.compact=function(){var e=this.get(),t=JSON.stringify(e);this.setText(t)},s.format=function(){var e=this.get(),t=JSON.stringify(e,null,this.indentation);this.setText(t)},s.focus=function(){this.textarea&&this.textarea.focus(),this.aceEditor&&this.aceEditor.focus()},s.resize=function(){this.aceEditor&&this.aceEditor.resize(!1)},s.set=function(e){this.setText(JSON.stringify(e,null,this.indentation))},s.get=function(){var e,t=this.getText();try{e=n.parse(t)}catch(i){t=n.sanitize(t),e=n.parse(t)}return e},s.getText=function(){return this.textarea?this.textarea.value:this.aceEditor?this.aceEditor.getValue():""},s.setText=function(e){var t;if(t=!0===this.options.escapeUnicode?n.escapeUnicodeChars(e):e,this.textarea&&(this.textarea.value=t),this.aceEditor){var i=this.options.onChange;this.options.onChange=null,this.aceEditor.setValue(t,-1),this.options.onChange=i}this.validate()},s.validate=function(){this.dom.validationErrors&&(this.dom.validationErrors.parentNode.removeChild(this.dom.validationErrors),this.dom.validationErrors=null,this.content.style.marginBottom="",this.content.style.paddingBottom="");var e,t=!1,i=[];try{e=this.get(),t=!0}catch(e){}if(t&&this.validateSchema&&(this.validateSchema(e)||(i=this.validateSchema.errors.map((function(e){return n.improveSchemaError(e)})))),i.length>0){if(i.length>3){i=i.slice(0,3);var r=this.validateSchema.errors.length-3;i.push("("+r+" more errors...)")}var o=document.createElement("div");o.innerHTML='<table class="jsoneditor-text-errors"><tbody>'+i.map((function(e){return'<tr><td><button class="jsoneditor-schema-error"></button></td>'+("string"==typeof e?'<td colspan="2"><pre>'+e+"</pre></td>":"<td>"+e.dataPath+"</td><td>"+e.message+"</td>")+"</tr>"})).join("")+"</tbody></table>",this.dom.validationErrors=o,this.frame.appendChild(o);var s=o.clientHeight;this.content.style.marginBottom=-s+"px",this.content.style.paddingBottom=s+"px"}this.aceEditor&&this.aceEditor.resize(!1)},e.exports=[{mode:"text",mixin:s,data:"text",load:s.format},{mode:"code",mixin:s,data:"text",load:s.format}]},function(e,t,i){var r=i(64);i(67),i(69),e.exports=r},function(e,t,i){!function(){var e=function(){return this}();e||"undefined"==typeof window||(e=window);var t=function e(t,i,r){"string"==typeof t?(2==arguments.length&&(r=i),e.modules[t]||(e.payloads[t]=r,e.modules[t]=null)):e.original?e.original.apply(this,arguments):(console.error("dropping module because define wasn't a string."),console.trace())};t.modules={},t.payloads={};var i,r,o=function(e,t,i){if("string"==typeof t){var r=a(e,t);if(null!=r)return i&&i(),r}else if("[object Array]"===Object.prototype.toString.call(t)){for(var o=[],s=0,l=t.length;s<l;++s){var c=a(e,t[s]);if(null==c&&n.original)return;o.push(c)}return i&&i.apply(null,o)||!0}},n=function e(t,i){var r=o("",t,i);return null==r&&e.original?e.original.apply(this,arguments):r},s=function e(t,i){if(-1!==i.indexOf("!")){var r=i.split("!");return e(t,r[0])+"!"+e(t,r[1])}if("."==i.charAt(0))for(i=t.split("/").slice(0,-1).join("/")+"/"+i;-1!==i.indexOf(".")&&o!=i;){var o=i;i=i.replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}return i},a=function(e,i){i=s(e,i);var r=t.modules[i];if(!r){if("function"==typeof(r=t.payloads[i])){var n={},a={id:i,uri:"",exports:n,packaged:!0};n=r((function(e,t){return o(i,e,t)}),n,a)||a.exports,t.modules[i]=n,delete t.payloads[i]}r=t.modules[i]=n||r}return r};r=e,(i="ace")&&(e[i]||(e[i]={}),r=e[i]),r.define&&r.define.packaged||(t.original=r.define,r.define=t,r.define.packaged=!0),r.acequire&&r.acequire.packaged||(n.original=r.acequire,r.acequire=n,r.acequire.packaged=!0)}(),ace.define("ace/lib/regexp",["require","exports","module"],(function(e,t,i){var r,o={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},n=void 0===o.exec.call(/()??/,"")[1],s=(r=/^/g,o.test.call(r,""),!r.lastIndex);function a(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.extended?"x":"")+(e.sticky?"y":"")}function l(e,t,i){if(Array.prototype.indexOf)return e.indexOf(t,i);for(var r=i||0;r<e.length;r++)if(e[r]===t)return r;return-1}s&&n||(RegExp.prototype.exec=function(e){var t,i,r=o.exec.apply(this,arguments);if("string"==typeof e&&r){if(!n&&r.length>1&&l(r,"")>-1&&(i=RegExp(this.source,o.replace.call(a(this),"g","")),o.replace.call(e.slice(r.index),i,(function(){for(var e=1;e<arguments.length-2;e++)void 0===arguments[e]&&(r[e]=void 0)}))),this._xregexp&&this._xregexp.captureNames)for(var c=1;c<r.length;c++)(t=this._xregexp.captureNames[c-1])&&(r[t]=r[c]);!s&&this.global&&!r[0].length&&this.lastIndex>r.index&&this.lastIndex--}return r},s||(RegExp.prototype.test=function(e){var t=o.exec.call(this,e);return t&&this.global&&!t[0].length&&this.lastIndex>t.index&&this.lastIndex--,!!t}))})),ace.define("ace/lib/es5-shim",["require","exports","module"],(function(e,t,i){function r(){}Function.prototype.bind||(Function.prototype.bind=function(e){var t=this;if("function"!=typeof t)throw new TypeError("Function.prototype.bind called on incompatible "+t);var i=u.call(arguments,1),o=function r(){if(this instanceof r){var o=t.apply(this,i.concat(u.call(arguments)));return Object(o)===o?o:this}return t.apply(e,i.concat(u.call(arguments)))};return t.prototype&&(r.prototype=t.prototype,o.prototype=new r,r.prototype=null),o});var o,n,s,a,l,c=Function.prototype.call,d=Array.prototype,h=Object.prototype,u=d.slice,f=c.bind(h.toString),p=c.bind(h.hasOwnProperty);if((l=p(h,"__defineGetter__"))&&(o=c.bind(h.__defineGetter__),n=c.bind(h.__defineSetter__),s=c.bind(h.__lookupGetter__),a=c.bind(h.__lookupSetter__)),2!=[1,2].splice(0).length)if(function(){function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t}var t,i=[];if(i.splice.apply(i,e(20)),i.splice.apply(i,e(26)),t=i.length,i.splice(5,0,"XXX"),i.length,t+1==i.length)return!0}()){var m=Array.prototype.splice;Array.prototype.splice=function(e,t){return arguments.length?m.apply(this,[void 0===e?0:e,void 0===t?this.length-e:t].concat(u.call(arguments,2))):[]}}else Array.prototype.splice=function(e,t){var i=this.length;e>0?e>i&&(e=i):null==e?e=0:e<0&&(e=Math.max(i+e,0)),e+t<i||(t=i-e);var r=this.slice(e,e+t),o=u.call(arguments,2),n=o.length;if(e===i)n&&this.push.apply(this,o);else{var s=Math.min(t,i-e),a=e+s,l=a+n-s,c=i-a,d=i-s;if(l<a)for(var h=0;h<c;++h)this[l+h]=this[a+h];else if(l>a)for(h=c;h--;)this[l+h]=this[a+h];if(n&&e===d)this.length=d,this.push.apply(this,o);else for(this.length=d+n,h=0;h<n;++h)this[e+h]=o[h]}return r};Array.isArray||(Array.isArray=function(e){return"[object Array]"==f(e)});var A,g,y=Object("a"),C="a"!=y[0]||!(0 in y);function D(e){try{return Object.defineProperty(e,"sentinel",{}),"sentinel"in e}catch(e){}}if(Array.prototype.forEach||(Array.prototype.forEach=function(e){var t=$(this),i=C&&"[object String]"==f(this)?this.split(""):t,r=arguments[1],o=-1,n=i.length>>>0;if("[object Function]"!=f(e))throw new TypeError;for(;++o<n;)o in i&&e.call(r,i[o],o,t)}),Array.prototype.map||(Array.prototype.map=function(e){var t=$(this),i=C&&"[object String]"==f(this)?this.split(""):t,r=i.length>>>0,o=Array(r),n=arguments[1];if("[object Function]"!=f(e))throw new TypeError(e+" is not a function");for(var s=0;s<r;s++)s in i&&(o[s]=e.call(n,i[s],s,t));return o}),Array.prototype.filter||(Array.prototype.filter=function(e){var t,i=$(this),r=C&&"[object String]"==f(this)?this.split(""):i,o=r.length>>>0,n=[],s=arguments[1];if("[object Function]"!=f(e))throw new TypeError(e+" is not a function");for(var a=0;a<o;a++)a in r&&(t=r[a],e.call(s,t,a,i)&&n.push(t));return n}),Array.prototype.every||(Array.prototype.every=function(e){var t=$(this),i=C&&"[object String]"==f(this)?this.split(""):t,r=i.length>>>0,o=arguments[1];if("[object Function]"!=f(e))throw new TypeError(e+" is not a function");for(var n=0;n<r;n++)if(n in i&&!e.call(o,i[n],n,t))return!1;return!0}),Array.prototype.some||(Array.prototype.some=function(e){var t=$(this),i=C&&"[object String]"==f(this)?this.split(""):t,r=i.length>>>0,o=arguments[1];if("[object Function]"!=f(e))throw new TypeError(e+" is not a function");for(var n=0;n<r;n++)if(n in i&&e.call(o,i[n],n,t))return!0;return!1}),Array.prototype.reduce||(Array.prototype.reduce=function(e){var t=$(this),i=C&&"[object String]"==f(this)?this.split(""):t,r=i.length>>>0;if("[object Function]"!=f(e))throw new TypeError(e+" is not a function");if(!r&&1==arguments.length)throw new TypeError("reduce of empty array with no initial value");var o,n=0;if(arguments.length>=2)o=arguments[1];else for(;;){if(n in i){o=i[n++];break}if(++n>=r)throw new TypeError("reduce of empty array with no initial value")}for(;n<r;n++)n in i&&(o=e.call(void 0,o,i[n],n,t));return o}),Array.prototype.reduceRight||(Array.prototype.reduceRight=function(e){var t=$(this),i=C&&"[object String]"==f(this)?this.split(""):t,r=i.length>>>0;if("[object Function]"!=f(e))throw new TypeError(e+" is not a function");if(!r&&1==arguments.length)throw new TypeError("reduceRight of empty array with no initial value");var o,n=r-1;if(arguments.length>=2)o=arguments[1];else for(;;){if(n in i){o=i[n--];break}if(--n<0)throw new TypeError("reduceRight of empty array with no initial value")}do{n in this&&(o=e.call(void 0,o,i[n],n,t))}while(n--);return o}),Array.prototype.indexOf&&-1==[0,1].indexOf(1,2)||(Array.prototype.indexOf=function(e){var t=C&&"[object String]"==f(this)?this.split(""):$(this),i=t.length>>>0;if(!i)return-1;var r=0;for(arguments.length>1&&(r=R(arguments[1])),r=r>=0?r:Math.max(0,i+r);r<i;r++)if(r in t&&t[r]===e)return r;return-1}),Array.prototype.lastIndexOf&&-1==[0,1].lastIndexOf(0,-3)||(Array.prototype.lastIndexOf=function(e){var t=C&&"[object String]"==f(this)?this.split(""):$(this),i=t.length>>>0;if(!i)return-1;var r=i-1;for(arguments.length>1&&(r=Math.min(r,R(arguments[1]))),r=r>=0?r:i-Math.abs(r);r>=0;r--)if(r in t&&e===t[r])return r;return-1}),Object.getPrototypeOf||(Object.getPrototypeOf=function(e){return e.__proto__||(e.constructor?e.constructor.prototype:h)}),Object.getOwnPropertyDescriptor||(Object.getOwnPropertyDescriptor=function(e,t){if("object"!=_typeof(e)&&"function"!=typeof e||null===e)throw new TypeError("Object.getOwnPropertyDescriptor called on a non-object: "+e);if(p(e,t)){var i;if(i={enumerable:!0,configurable:!0},l){var r=e.__proto__;e.__proto__=h;var o=s(e,t),n=a(e,t);if(e.__proto__=r,o||n)return o&&(i.get=o),n&&(i.set=n),i}return i.value=e[t],i}}),Object.getOwnPropertyNames||(Object.getOwnPropertyNames=function(e){return Object.keys(e)}),Object.create||(A=null===Object.prototype.__proto__?function(){return{__proto__:null}}:function(){var e={};for(var t in e)e[t]=null;return e.constructor=e.hasOwnProperty=e.propertyIsEnumerable=e.isPrototypeOf=e.toLocaleString=e.toString=e.valueOf=e.__proto__=null,e},Object.create=function(e,t){var i;if(null===e)i=A();else{if("object"!=_typeof(e))throw new TypeError("typeof prototype["+_typeof(e)+"] != 'object'");var r=function(){};r.prototype=e,(i=new r).__proto__=e}return void 0!==t&&Object.defineProperties(i,t),i}),Object.defineProperty){var v=D({}),B="undefined"==typeof document||D(document.createElement("div"));if(!v||!B)var w=Object.defineProperty}Object.defineProperty&&!w||(Object.defineProperty=function(e,t,i){if("object"!=_typeof(e)&&"function"!=typeof e||null===e)throw new TypeError("Object.defineProperty called on non-object: "+e);if("object"!=_typeof(i)&&"function"!=typeof i||null===i)throw new TypeError("Property description must be an object: "+i);if(w)try{return w.call(Object,e,t,i)}catch(e){}if(p(i,"value"))if(l&&(s(e,t)||a(e,t))){var r=e.__proto__;e.__proto__=h,delete e[t],e[t]=i.value,e.__proto__=r}else e[t]=i.value;else{if(!l)throw new TypeError("getters & setters can not be defined on this javascript engine");p(i,"get")&&o(e,t,i.get),p(i,"set")&&n(e,t,i.set)}return e}),Object.defineProperties||(Object.defineProperties=function(e,t){for(var i in t)p(t,i)&&Object.defineProperty(e,i,t[i]);return e}),Object.seal||(Object.seal=function(e){return e}),Object.freeze||(Object.freeze=function(e){return e});try{Object.freeze((function(){}))}catch(e){Object.freeze=(g=Object.freeze,function(e){return"function"==typeof e?e:g(e)})}if(Object.preventExtensions||(Object.preventExtensions=function(e){return e}),Object.isSealed||(Object.isSealed=function(e){return!1}),Object.isFrozen||(Object.isFrozen=function(e){return!1}),Object.isExtensible||(Object.isExtensible=function(e){if(Object(e)===e)throw new TypeError;for(var t="";p(e,t);)t+="?";e[t]=!0;var i=p(e,t);return delete e[t],i}),!Object.keys){var k=!0,b=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],E=b.length;for(var F in{toString:null})k=!1;Object.keys=function(e){if("object"!=_typeof(e)&&"function"!=typeof e||null===e)throw new TypeError("Object.keys called on a non-object");var t=[];for(var i in e)p(e,i)&&t.push(i);if(k)for(var r=0,o=E;r<o;r++){var n=b[r];p(e,n)&&t.push(n)}return t}}Date.now||(Date.now=function(){return(new Date).getTime()});var x="\t\n\v\f\r    \u2028\u2029\ufeff";if(!String.prototype.trim||x.trim()){x="["+x+"]";var S=new RegExp("^"+x+x+"*"),_=new RegExp(x+x+"*$");String.prototype.trim=function(){return String(this).replace(S,"").replace(_,"")}}function R(e){return(e=+e)!=e?e=0:0!==e&&e!==1/0&&e!==-1/0&&(e=(e>0||-1)*Math.floor(Math.abs(e))),e}var $=function(e){if(null==e)throw new TypeError("can't convert "+e+" to object");return Object(e)}})),ace.define("ace/lib/fixoldbrowsers",["require","exports","module","ace/lib/regexp","ace/lib/es5-shim"],(function(e,t,i){e("./regexp"),e("./es5-shim")})),ace.define("ace/lib/dom",["require","exports","module"],(function(e,t,i){t.getDocumentHead=function(e){return e||(e=document),e.head||e.getElementsByTagName("head")[0]||e.documentElement},t.createElement=function(e,t){return document.createElementNS?document.createElementNS(t||"http://www.w3.org/1999/xhtml",e):document.createElement(e)},t.hasCssClass=function(e,t){return-1!==(e.className||"").split(/\s+/g).indexOf(t)},t.addCssClass=function(e,i){t.hasCssClass(e,i)||(e.className+=" "+i)},t.removeCssClass=function(e,t){for(var i=e.className.split(/\s+/g);;){var r=i.indexOf(t);if(-1==r)break;i.splice(r,1)}e.className=i.join(" ")},t.toggleCssClass=function(e,t){for(var i=e.className.split(/\s+/g),r=!0;;){var o=i.indexOf(t);if(-1==o)break;r=!1,i.splice(o,1)}return r&&i.push(t),e.className=i.join(" "),r},t.setCssClass=function(e,i,r){r?t.addCssClass(e,i):t.removeCssClass(e,i)},t.hasCssString=function(e,t){var i,r=0;if((t=t||document).createStyleSheet&&(i=t.styleSheets)){for(;r<i.length;)if(i[r++].owningElement.id===e)return!0}else if(i=t.getElementsByTagName("style"))for(;r<i.length;)if(i[r++].id===e)return!0;return!1},t.importCssString=function(e,i,r){if(r=r||document,i&&t.hasCssString(i,r))return null;var o;i&&(e+="\n/*# sourceURL=ace/css/"+i+" */"),r.createStyleSheet?((o=r.createStyleSheet()).cssText=e,i&&(o.owningElement.id=i)):((o=t.createElement("style")).appendChild(r.createTextNode(e)),i&&(o.id=i),t.getDocumentHead(r).appendChild(o))},t.importCssStylsheet=function(e,i){if(i.createStyleSheet)i.createStyleSheet(e);else{var r=t.createElement("link");r.rel="stylesheet",r.href=e,t.getDocumentHead(i).appendChild(r)}},t.getInnerWidth=function(e){return parseInt(t.computedStyle(e,"paddingLeft"),10)+parseInt(t.computedStyle(e,"paddingRight"),10)+e.clientWidth},t.getInnerHeight=function(e){return parseInt(t.computedStyle(e,"paddingTop"),10)+parseInt(t.computedStyle(e,"paddingBottom"),10)+e.clientHeight},t.scrollbarWidth=function(e){var i=t.createElement("ace_inner");i.style.width="100%",i.style.minWidth="0px",i.style.height="200px",i.style.display="block";var r=t.createElement("ace_outer"),o=r.style;o.position="absolute",o.left="-10000px",o.overflow="hidden",o.width="200px",o.minWidth="0px",o.height="150px",o.display="block",r.appendChild(i);var n=e.documentElement;n.appendChild(r);var s=i.offsetWidth;o.overflow="scroll";var a=i.offsetWidth;return s==a&&(a=r.clientWidth),n.removeChild(r),s-a},"undefined"!=typeof document?(void 0!==window.pageYOffset?(t.getPageScrollTop=function(){return window.pageYOffset},t.getPageScrollLeft=function(){return window.pageXOffset}):(t.getPageScrollTop=function(){return document.body.scrollTop},t.getPageScrollLeft=function(){return document.body.scrollLeft}),window.getComputedStyle?t.computedStyle=function(e,t){return t?(window.getComputedStyle(e,"")||{})[t]||"":window.getComputedStyle(e,"")||{}}:t.computedStyle=function(e,t){return t?e.currentStyle[t]:e.currentStyle},t.setInnerHtml=function(e,t){var i=e.cloneNode(!1);return i.innerHTML=t,e.parentNode.replaceChild(i,e),i},"textContent"in document.documentElement?(t.setInnerText=function(e,t){e.textContent=t},t.getInnerText=function(e){return e.textContent}):(t.setInnerText=function(e,t){e.innerText=t},t.getInnerText=function(e){return e.innerText}),t.getParentWindow=function(e){return e.defaultView||e.parentWindow}):t.importCssString=function(){}})),ace.define("ace/lib/oop",["require","exports","module"],(function(e,t,i){t.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},t.mixin=function(e,t){for(var i in t)e[i]=t[i];return e},t.implement=function(e,i){t.mixin(e,i)}})),ace.define("ace/lib/keys",["require","exports","module","ace/lib/fixoldbrowsers","ace/lib/oop"],(function(e,t,i){e("./fixoldbrowsers");var r=e("./oop"),o=function(){var e,t,i={MODIFIER_KEYS:{16:"Shift",17:"Ctrl",18:"Alt",224:"Meta"},KEY_MODS:{ctrl:1,alt:2,option:2,shift:4,super:8,meta:8,command:8,cmd:8},FUNCTION_KEYS:{8:"Backspace",9:"Tab",13:"Return",19:"Pause",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"Print",45:"Insert",46:"Delete",96:"Numpad0",97:"Numpad1",98:"Numpad2",99:"Numpad3",100:"Numpad4",101:"Numpad5",102:"Numpad6",103:"Numpad7",104:"Numpad8",105:"Numpad9","-13":"NumpadEnter",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"Numlock",145:"Scrolllock"},PRINTABLE_KEYS:{32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",61:"=",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",107:"+",109:"-",110:".",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",111:"/",106:"*"}};for(t in i.FUNCTION_KEYS)e=i.FUNCTION_KEYS[t].toLowerCase(),i[e]=parseInt(t,10);for(t in i.PRINTABLE_KEYS)e=i.PRINTABLE_KEYS[t].toLowerCase(),i[e]=parseInt(t,10);return r.mixin(i,i.MODIFIER_KEYS),r.mixin(i,i.PRINTABLE_KEYS),r.mixin(i,i.FUNCTION_KEYS),i.enter=i.return,i.escape=i.esc,i.del=i.delete,i[173]="-",function(){for(var e=["cmd","ctrl","alt","shift"],t=Math.pow(2,e.length);t--;)i.KEY_MODS[t]=e.filter((function(e){return t&i.KEY_MODS[e]})).join("-")+"-"}(),i.KEY_MODS[0]="",i.KEY_MODS[-1]="input-",i}();r.mixin(t,o),t.keyCodeToString=function(e){var t=o[e];return"string"!=typeof t&&(t=String.fromCharCode(e)),t.toLowerCase()}})),ace.define("ace/lib/useragent",["require","exports","module"],(function(e,t,i){if(t.OS={LINUX:"LINUX",MAC:"MAC",WINDOWS:"WINDOWS"},t.getOS=function(){return t.isMac?t.OS.MAC:t.isLinux?t.OS.LINUX:t.OS.WINDOWS},"object"==("undefined"==typeof navigator?"undefined":_typeof(navigator))){var r=(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase(),o=navigator.userAgent;t.isWin="win"==r,t.isMac="mac"==r,t.isLinux="linux"==r,t.isIE="Microsoft Internet Explorer"==navigator.appName||navigator.appName.indexOf("MSAppHost")>=0?parseFloat((o.match(/(?:MSIE |Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]):parseFloat((o.match(/(?:Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]),t.isOldIE=t.isIE&&t.isIE<9,t.isGecko=t.isMozilla=(window.Controllers||window.controllers)&&"Gecko"===window.navigator.product,t.isOldGecko=t.isGecko&&parseInt((o.match(/rv\:(\d+)/)||[])[1],10)<4,t.isOpera=window.opera&&"[object Opera]"==Object.prototype.toString.call(window.opera),t.isWebKit=parseFloat(o.split("WebKit/")[1])||void 0,t.isChrome=parseFloat(o.split(" Chrome/")[1])||void 0,t.isAIR=o.indexOf("AdobeAIR")>=0,t.isIPad=o.indexOf("iPad")>=0,t.isTouchPad=o.indexOf("TouchPad")>=0,t.isChromeOS=o.indexOf(" CrOS ")>=0}})),ace.define("ace/lib/event",["require","exports","module","ace/lib/keys","ace/lib/useragent"],(function(e,t,i){var r=e("./keys"),o=e("./useragent"),n=null,s=0;t.addListener=function(e,t,i){if(e.addEventListener)return e.addEventListener(t,i,!1);if(e.attachEvent){var r=function(){i.call(e,window.event)};i._wrapper=r,e.attachEvent("on"+t,r)}},t.removeListener=function(e,t,i){if(e.removeEventListener)return e.removeEventListener(t,i,!1);e.detachEvent&&e.detachEvent("on"+t,i._wrapper||i)},t.stopEvent=function(e){return t.stopPropagation(e),t.preventDefault(e),!1},t.stopPropagation=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0},t.preventDefault=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1},t.getButton=function(e){return"dblclick"==e.type?0:"contextmenu"==e.type||o.isMac&&e.ctrlKey&&!e.altKey&&!e.shiftKey?2:e.preventDefault?e.button:{1:0,2:2,4:1}[e.button]},t.capture=function(e,i,r){function o(e){i&&i(e),r&&r(e),t.removeListener(document,"mousemove",i,!0),t.removeListener(document,"mouseup",o,!0),t.removeListener(document,"dragstart",o,!0)}return t.addListener(document,"mousemove",i,!0),t.addListener(document,"mouseup",o,!0),t.addListener(document,"dragstart",o,!0),o},t.addTouchMoveListener=function(e,i){var r,o;"ontouchmove"in e&&(t.addListener(e,"touchstart",(function(e){var t=e.changedTouches[0];r=t.clientX,o=t.clientY})),t.addListener(e,"touchmove",(function(e){var t=e.changedTouches[0];e.wheelX=-(t.clientX-r)/1,e.wheelY=-(t.clientY-o)/1,r=t.clientX,o=t.clientY,i(e)})))},t.addMouseWheelListener=function(e,i){"onmousewheel"in e?t.addListener(e,"mousewheel",(function(e){void 0!==e.wheelDeltaX?(e.wheelX=-e.wheelDeltaX/8,e.wheelY=-e.wheelDeltaY/8):(e.wheelX=0,e.wheelY=-e.wheelDelta/8),i(e)})):"onwheel"in e?t.addListener(e,"wheel",(function(e){switch(e.deltaMode){case e.DOM_DELTA_PIXEL:e.wheelX=.35*e.deltaX||0,e.wheelY=.35*e.deltaY||0;break;case e.DOM_DELTA_LINE:case e.DOM_DELTA_PAGE:e.wheelX=5*(e.deltaX||0),e.wheelY=5*(e.deltaY||0)}i(e)})):t.addListener(e,"DOMMouseScroll",(function(e){e.axis&&e.axis==e.HORIZONTAL_AXIS?(e.wheelX=5*(e.detail||0),e.wheelY=0):(e.wheelX=0,e.wheelY=5*(e.detail||0)),i(e)}))},t.addMultiMouseDownListener=function(e,i,r,n){var s,a,l,c=0,d={2:"dblclick",3:"tripleclick",4:"quadclick"};function h(e){if(0!==t.getButton(e)?c=0:e.detail>1?++c>4&&(c=1):c=1,o.isIE){var h=Math.abs(e.clientX-s)>5||Math.abs(e.clientY-a)>5;l&&!h||(c=1),l&&clearTimeout(l),l=setTimeout((function(){l=null}),i[c-1]||600),1==c&&(s=e.clientX,a=e.clientY)}if(e._clicks=c,r[n]("mousedown",e),c>4)c=0;else if(c>1)return r[n](d[c],e)}function u(e){c=2,l&&clearTimeout(l),l=setTimeout((function(){l=null}),i[c-1]||600),r[n]("mousedown",e),r[n](d[c],e)}Array.isArray(e)||(e=[e]),e.forEach((function(e){t.addListener(e,"mousedown",h),o.isOldIE&&t.addListener(e,"dblclick",u)}))};var a=o.isMac&&o.isOpera&&!("KeyboardEvent"in window)?function(e){return 0|(e.metaKey?1:0)|(e.altKey?2:0)|(e.shiftKey?4:0)|(e.ctrlKey?8:0)}:function(e){return 0|(e.ctrlKey?1:0)|(e.altKey?2:0)|(e.shiftKey?4:0)|(e.metaKey?8:0)};function l(e,t,i){var l=a(t);if(!o.isMac&&n){if(n.OSKey&&(l|=8),n.altGr){if(3==(3&l))return;n.altGr=0}if(18===i||17===i){var c="location"in t?t.location:t.keyLocation;17===i&&1===c?1==n[i]&&(s=t.timeStamp):18===i&&3===l&&2===c&&t.timeStamp-s<50&&(n.altGr=!0)}}if(i in r.MODIFIER_KEYS&&(i=-1),8&l&&i>=91&&i<=93&&(i=-1),l||13!==i||3!==(c="location"in t?t.location:t.keyLocation)||(e(t,l,-i),!t.defaultPrevented)){if(o.isChromeOS&&8&l){if(e(t,l,i),t.defaultPrevented)return;l&=-9}return!!(l||i in r.FUNCTION_KEYS||i in r.PRINTABLE_KEYS)&&e(t,l,i)}}function c(){(n=Object.create(null)).count=0,n.lastT=0}t.getModifierString=function(e){return r.KEY_MODS[a(e)]},t.addCommandKeyListener=function(e,i){var r=t.addListener;if(o.isOldGecko||o.isOpera&&!("KeyboardEvent"in window)){var s=null;r(e,"keydown",(function(e){s=e.keyCode})),r(e,"keypress",(function(e){return l(i,e,s)}))}else{var a=null;r(e,"keydown",(function(e){var t=e.keyCode;n[t]=(n[t]||0)+1,91==t||92==t?n.OSKey=!0:n.OSKey&&e.timeStamp-n.lastT>200&&1==n.count&&c(),1==n[t]&&n.count++,n.lastT=e.timeStamp;var r=l(i,e,t);return a=e.defaultPrevented,r})),r(e,"keypress",(function(e){a&&(e.ctrlKey||e.altKey||e.shiftKey||e.metaKey)&&(t.stopEvent(e),a=null)})),r(e,"keyup",(function(e){var t=e.keyCode;n[t]?n.count=Math.max(n.count-1,0):c(),91!=t&&92!=t||(n.OSKey=!1),n[t]=null})),n||(c(),r(window,"focus",c))}},"object"==("undefined"==typeof window?"undefined":_typeof(window))&&window.postMessage&&!o.isOldIE&&(t.nextTick=function(e,i){i=i||window;var r="zero-timeout-message-1";t.addListener(i,"message",(function o(n){n.data==r&&(t.stopPropagation(n),t.removeListener(i,"message",o),e())})),i.postMessage(r,"*")}),t.nextFrame="object"==("undefined"==typeof window?"undefined":_typeof(window))&&(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame),t.nextFrame?t.nextFrame=t.nextFrame.bind(window):t.nextFrame=function(e){setTimeout(e,17)}})),ace.define("ace/lib/lang",["require","exports","module"],(function(e,t,i){t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){for(var i="";t>0;)1&t&&(i+=e),(t>>=1)&&(e+=e);return i};var r=/^\s\s*/,o=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(r,"")},t.stringTrimRight=function(e){return e.replace(o,"")},t.copyObject=function(e){var t={};for(var i in e)t[i]=e[i];return t},t.copyArray=function(e){for(var t=[],i=0,r=e.length;i<r;i++)e[i]&&"object"==_typeof(e[i])?t[i]=this.copyObject(e[i]):t[i]=e[i];return t},t.deepCopy=function e(t){if("object"!==_typeof(t)||!t)return t;var i;if(Array.isArray(t)){i=[];for(var r=0;r<t.length;r++)i[r]=e(t[r]);return i}var o=t.constructor;if(o===RegExp)return t;for(var r in i=o(),t)i[r]=e(t[r]);return i},t.arrayToMap=function(e){for(var t={},i=0;i<e.length;i++)t[e[i]]=1;return t},t.createMap=function(e){var t=Object.create(null);for(var i in e)t[i]=e[i];return t},t.arrayRemove=function(e,t){for(var i=0;i<=e.length;i++)t===e[i]&&e.splice(i,1)},t.escapeRegExp=function(e){return e.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},t.escapeHTML=function(e){return e.replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},t.getMatchOffsets=function(e,t){var i=[];return e.replace(t,(function(e){i.push({offset:arguments[arguments.length-2],length:e.length})})),i},t.deferredCall=function(e){var t=null,i=function(){t=null,e()},r=function e(r){return e.cancel(),t=setTimeout(i,r||0),e};return r.schedule=r,r.call=function(){return this.cancel(),e(),r},r.cancel=function(){return clearTimeout(t),t=null,r},r.isPending=function(){return t},r},t.delayedCall=function(e,t){var i=null,r=function(){i=null,e()},o=function(e){null==i&&(i=setTimeout(r,e||t))};return o.delay=function(e){i&&clearTimeout(i),i=setTimeout(r,e||t)},o.schedule=o,o.call=function(){this.cancel(),e()},o.cancel=function(){i&&clearTimeout(i),i=null},o.isPending=function(){return i},o}})),ace.define("ace/keyboard/textinput",["require","exports","module","ace/lib/event","ace/lib/useragent","ace/lib/dom","ace/lib/lang"],(function(e,t,i){var r=e("../lib/event"),o=e("../lib/useragent"),n=e("../lib/dom"),s=e("../lib/lang"),a=o.isChrome<18,l=o.isIE;t.TextInput=function(e,t){var i=n.createElement("textarea");i.className="ace_text-input",o.isTouchPad&&i.setAttribute("x-palm-disable-auto-cap",!0),i.setAttribute("wrap","off"),i.setAttribute("autocorrect","off"),i.setAttribute("autocapitalize","off"),i.setAttribute("spellcheck",!1),i.style.opacity="0",o.isOldIE&&(i.style.top="-1000px"),e.insertBefore(i,e.firstChild);var c="",d=!1,h=!1,u=!1,f="",p=!0;try{var m=document.activeElement===i}catch(e){}r.addListener(i,"blur",(function(e){t.onBlur(e),m=!1})),r.addListener(i,"focus",(function(e){m=!0,t.onFocus(e),y()})),this.focus=function(){if(f)return i.focus();var e=i.style.top;i.style.position="fixed",i.style.top="0px",i.focus(),setTimeout((function(){i.style.position="","0px"==i.style.top&&(i.style.top=e)}),0)},this.blur=function(){i.blur()},this.isFocused=function(){return m};var A=s.delayedCall((function(){m&&y(p)})),g=s.delayedCall((function(){u||(i.value=c,m&&y())}));function y(e){if(!u){if(u=!0,b)t=0,r=e?0:i.value.length-1;else var t=e?2:1,r=2;try{i.setSelectionRange(t,r)}catch(e){}u=!1}}function C(){u||(i.value=c,o.isWebKit&&g.schedule())}o.isWebKit||t.addEventListener("changeSelection",(function(){t.selection.isEmpty()!=p&&(p=!p,A.schedule())})),C(),m&&t.onFocus();var D=function(e){return 0===e.selectionStart&&e.selectionEnd===e.value.length};if(!i.setSelectionRange&&i.createTextRange&&(i.setSelectionRange=function(e,t){var i=this.createTextRange();i.collapse(!0),i.moveStart("character",e),i.moveEnd("character",t),i.select()},D=function(e){try{var t=e.ownerDocument.selection.createRange()}catch(e){}return!(!t||t.parentElement()!=e)&&t.text==e.value}),o.isOldIE){var v=!1,B=function(e){if(!v){var t=i.value;if(!u&&t&&t!=c){if(e&&t==c[0])return w.schedule();F(t),v=!0,C(),v=!1}}},w=s.delayedCall(B);r.addListener(i,"propertychange",B);var k={13:1,27:1};r.addListener(i,"keyup",(function(e){if(!u||i.value&&!k[e.keyCode]||setTimeout(L,0),(i.value.charCodeAt(0)||0)<129)return w.call();u?P():O()})),r.addListener(i,"keydown",(function(e){w.schedule(50)}))}var b=null;this.setInputHandler=function(e){b=e},this.getInputHandler=function(){return b};var E=!1,F=function(e){b&&(e=b(e),b=null),h?(y(),e&&t.onPaste(e),h=!1):e==c.charAt(0)?E?t.execCommand("del",{source:"ace"}):t.execCommand("backspace",{source:"ace"}):(e.substring(0,2)==c?e=e.substr(2):e.charAt(0)==c.charAt(0)?e=e.substr(1):e.charAt(e.length-1)==c.charAt(0)&&(e=e.slice(0,-1)),e.charAt(e.length-1)==c.charAt(0)&&(e=e.slice(0,-1)),e&&t.onTextInput(e)),E&&(E=!1)},x=function(e,t){var i=e.clipboardData||window.clipboardData;if(i&&!a){var r=l?"Text":"text/plain";return t?!1!==i.setData(r,t):i.getData(r)}},S=function(e,o){var n=t.getCopyText();if(!n)return r.preventDefault(e);x(e,n)?(o?t.onCut():t.onCopy(),r.preventDefault(e)):(d=!0,i.value=n,i.select(),setTimeout((function(){d=!1,C(),y(),o?t.onCut():t.onCopy()})))},_=function(e){S(e,!0)},R=function(e){S(e,!1)},$=function(e){var n=x(e);"string"==typeof n?(n&&t.onPaste(n,e),o.isIE&&setTimeout(y),r.preventDefault(e)):(i.value="",h=!0)};r.addCommandKeyListener(i,t.onCommandKey.bind(t)),r.addListener(i,"select",(function(e){d?d=!1:D(i)?(t.selectAll(),y()):b&&y(t.selection.isEmpty())})),r.addListener(i,"input",(function(e){if(!u){var t=i.value;F(t),C()}})),r.addListener(i,"cut",_),r.addListener(i,"copy",R),r.addListener(i,"paste",$),"oncut"in i&&"oncopy"in i&&"onpaste"in i||r.addListener(e,"keydown",(function(e){if((!o.isMac||e.metaKey)&&e.ctrlKey)switch(e.keyCode){case 67:R(e);break;case 86:$(e);break;case 88:_(e)}}));var T,O=function(e){u||!t.onCompositionStart||t.$readOnly||(u={},t.onCompositionStart(),setTimeout(P,0),t.on("mousedown",L),t.selection.isEmpty()||(t.insert(""),t.session.markUndoGroup(),t.selection.clearSelection()),t.session.markUndoGroup())},P=function(){if(u&&t.onCompositionUpdate&&!t.$readOnly){var e=i.value.replace(/\x01/g,"");if(u.lastValue!==e&&(t.onCompositionUpdate(e),u.lastValue&&t.undo(),u.lastValue=e,u.lastValue)){var r=t.selection.getRange();t.insert(u.lastValue),t.session.markUndoGroup(),u.range=t.selection.getRange(),t.selection.setRange(r),t.selection.clearSelection()}}},L=function e(r){if(t.onCompositionEnd&&!t.$readOnly){var o=u;u=!1;var n=setTimeout((function(){n=null;var e=i.value.replace(/\x01/g,"");u||(e==o.lastValue?C():!o.lastValue&&e&&(C(),F(e)))}));b=function(e){return n&&clearTimeout(n),(e=e.replace(/\x01/g,""))==o.lastValue?"":(o.lastValue&&n&&t.undo(),e)},t.onCompositionEnd(),t.removeListener("mousedown",e),"compositionend"==r.type&&o.range&&t.selection.setRange(o.range)}},j=s.delayedCall(P,50);function I(){clearTimeout(T),T=setTimeout((function(){f&&(i.style.cssText=f,f=""),null==t.renderer.$keepTextAreaAtCursor&&(t.renderer.$keepTextAreaAtCursor=!0,t.renderer.$moveTextAreaToCursor())}),o.isOldIE?200:0)}r.addListener(i,"compositionstart",O),o.isGecko?r.addListener(i,"text",(function(){j.schedule()})):(r.addListener(i,"keyup",(function(){j.schedule()})),r.addListener(i,"keydown",(function(){j.schedule()}))),r.addListener(i,"compositionend",L),this.getElement=function(){return i},this.setReadOnly=function(e){i.readOnly=e},this.onContextMenu=function(e){E=!0,y(t.selection.isEmpty()),t._emit("nativecontextmenu",{target:t,domEvent:e}),this.moveToMouse(e,!0)},this.moveToMouse=function(e,s){if(s||!o.isOldIE){f||(f=i.style.cssText),i.style.cssText=(s?"z-index:100000;":"")+"height:"+i.style.height+";"+(o.isIE?"opacity:0.1;":"");var a=t.container.getBoundingClientRect(),l=n.computedStyle(t.container),c=a.top+(parseInt(l.borderTopWidth)||0),d=a.left+(parseInt(a.borderLeftWidth)||0),h=a.bottom-c-i.clientHeight-2,u=function(e){i.style.left=e.clientX-d-2+"px",i.style.top=Math.min(e.clientY-c-2,h)+"px"};u(e),"mousedown"==e.type&&(t.renderer.$keepTextAreaAtCursor&&(t.renderer.$keepTextAreaAtCursor=null),clearTimeout(T),o.isWin&&!o.isOldIE&&r.capture(t.container,u,I))}},this.onContextMenuClose=I;var M=function(e){t.textInput.onContextMenu(e),I()};r.addListener(i,"mouseup",M),r.addListener(i,"mousedown",(function(e){e.preventDefault(),I()})),r.addListener(t.renderer.scroller,"contextmenu",M),r.addListener(i,"contextmenu",M)}})),ace.define("ace/mouse/default_handlers",["require","exports","module","ace/lib/dom","ace/lib/event","ace/lib/useragent"],(function(e,t,i){function r(e){e.$clickSelection=null;var t=e.editor;t.setDefaultHandler("mousedown",this.onMouseDown.bind(e)),t.setDefaultHandler("dblclick",this.onDoubleClick.bind(e)),t.setDefaultHandler("tripleclick",this.onTripleClick.bind(e)),t.setDefaultHandler("quadclick",this.onQuadClick.bind(e)),t.setDefaultHandler("mousewheel",this.onMouseWheel.bind(e)),t.setDefaultHandler("touchmove",this.onTouchMove.bind(e)),["select","startSelect","selectEnd","selectAllEnd","selectByWordsEnd","selectByLinesEnd","dragWait","dragWaitEnd","focusWait"].forEach((function(t){e[t]=this[t]}),this),e.selectByLines=this.extendSelectionBy.bind(e,"getLineRange"),e.selectByWords=this.extendSelectionBy.bind(e,"getWordRange")}function o(e,t){if(e.start.row==e.end.row)var i=2*t.column-e.start.column-e.end.column;else if(e.start.row!=e.end.row-1||e.start.column||e.end.column)i=2*t.row-e.start.row-e.end.row;else i=t.column-4;return i<0?{cursor:e.start,anchor:e.end}:{cursor:e.end,anchor:e.start}}e("../lib/dom"),e("../lib/event"),e("../lib/useragent"),function(){this.onMouseDown=function(e){var t=e.inSelection(),i=e.getDocumentPosition();this.mousedownEvent=e;var r=this.editor,o=e.getButton();if(0!==o){var n=r.getSelectionRange().isEmpty();return r.$blockScrolling++,(n||1==o)&&r.selection.moveToPosition(i),r.$blockScrolling--,void(2==o&&r.textInput.onContextMenu(e.domEvent))}return this.mousedownEvent.time=Date.now(),!t||r.isFocused()||(r.focus(),!this.$focusTimout||this.$clickSelection||r.inMultiSelectMode)?(this.captureMouse(e),this.startSelect(i,e.domEvent._clicks>1),e.preventDefault()):(this.setState("focusWait"),void this.captureMouse(e))},this.startSelect=function(e,t){e=e||this.editor.renderer.screenToTextCoordinates(this.x,this.y);var i=this.editor;i.$blockScrolling++,this.mousedownEvent.getShiftKey()?i.selection.selectToPosition(e):t||i.selection.moveToPosition(e),t||this.select(),i.renderer.scroller.setCapture&&i.renderer.scroller.setCapture(),i.setStyle("ace_selecting"),this.setState("select"),i.$blockScrolling--},this.select=function(){var e,t=this.editor,i=t.renderer.screenToTextCoordinates(this.x,this.y);if(t.$blockScrolling++,this.$clickSelection){var r=this.$clickSelection.comparePoint(i);if(-1==r)e=this.$clickSelection.end;else if(1==r)e=this.$clickSelection.start;else{var n=o(this.$clickSelection,i);i=n.cursor,e=n.anchor}t.selection.setSelectionAnchor(e.row,e.column)}t.selection.selectToPosition(i),t.$blockScrolling--,t.renderer.scrollCursorIntoView()},this.extendSelectionBy=function(e){var t,i=this.editor,r=i.renderer.screenToTextCoordinates(this.x,this.y),n=i.selection[e](r.row,r.column);if(i.$blockScrolling++,this.$clickSelection){var s=this.$clickSelection.comparePoint(n.start),a=this.$clickSelection.comparePoint(n.end);if(-1==s&&a<=0)t=this.$clickSelection.end,n.end.row==r.row&&n.end.column==r.column||(r=n.start);else if(1==a&&s>=0)t=this.$clickSelection.start,n.start.row==r.row&&n.start.column==r.column||(r=n.end);else if(-1==s&&1==a)r=n.end,t=n.start;else{var l=o(this.$clickSelection,r);r=l.cursor,t=l.anchor}i.selection.setSelectionAnchor(t.row,t.column)}i.selection.selectToPosition(r),i.$blockScrolling--,i.renderer.scrollCursorIntoView()},this.selectEnd=this.selectAllEnd=this.selectByWordsEnd=this.selectByLinesEnd=function(){this.$clickSelection=null,this.editor.unsetStyle("ace_selecting"),this.editor.renderer.scroller.releaseCapture&&this.editor.renderer.scroller.releaseCapture()},this.focusWait=function(){var e,t,i,r,o=(e=this.mousedownEvent.x,t=this.mousedownEvent.y,i=this.x,r=this.y,Math.sqrt(Math.pow(i-e,2)+Math.pow(r-t,2))),n=Date.now();(o>0||n-this.mousedownEvent.time>this.$focusTimout)&&this.startSelect(this.mousedownEvent.getDocumentPosition())},this.onDoubleClick=function(e){var t=e.getDocumentPosition(),i=this.editor,r=i.session.getBracketRange(t);r?(r.isEmpty()&&(r.start.column--,r.end.column++),this.setState("select")):(r=i.selection.getWordRange(t.row,t.column),this.setState("selectByWords")),this.$clickSelection=r,this.select()},this.onTripleClick=function(e){var t=e.getDocumentPosition(),i=this.editor;this.setState("selectByLines");var r=i.getSelectionRange();r.isMultiLine()&&r.contains(t.row,t.column)?(this.$clickSelection=i.selection.getLineRange(r.start.row),this.$clickSelection.end=i.selection.getLineRange(r.end.row).end):this.$clickSelection=i.selection.getLineRange(t.row),this.select()},this.onQuadClick=function(e){var t=this.editor;t.selectAll(),this.$clickSelection=t.getSelectionRange(),this.setState("selectAll")},this.onMouseWheel=function(e){if(!e.getAccelKey()){e.getShiftKey()&&e.wheelY&&!e.wheelX&&(e.wheelX=e.wheelY,e.wheelY=0);var t=e.domEvent.timeStamp,i=t-(this.$lastScrollTime||0),r=this.editor;return r.renderer.isScrollableBy(e.wheelX*e.speed,e.wheelY*e.speed)||i<200?(this.$lastScrollTime=t,r.renderer.scrollBy(e.wheelX*e.speed,e.wheelY*e.speed),e.stop()):void 0}},this.onTouchMove=function(e){var t=e.domEvent.timeStamp,i=t-(this.$lastScrollTime||0),r=this.editor;if(r.renderer.isScrollableBy(e.wheelX*e.speed,e.wheelY*e.speed)||i<200)return this.$lastScrollTime=t,r.renderer.scrollBy(e.wheelX*e.speed,e.wheelY*e.speed),e.stop()}}.call(r.prototype),t.DefaultHandlers=r})),ace.define("ace/tooltip",["require","exports","module","ace/lib/oop","ace/lib/dom"],(function(e,t,i){e("./lib/oop");var r=e("./lib/dom");function o(e){this.isOpen=!1,this.$element=null,this.$parentNode=e}(function(){this.$init=function(){return this.$element=r.createElement("div"),this.$element.className="ace_tooltip",this.$element.style.display="none",this.$parentNode.appendChild(this.$element),this.$element},this.getElement=function(){return this.$element||this.$init()},this.setText=function(e){r.setInnerText(this.getElement(),e)},this.setHtml=function(e){this.getElement().innerHTML=e},this.setPosition=function(e,t){this.getElement().style.left=e+"px",this.getElement().style.top=t+"px"},this.setClassName=function(e){r.addCssClass(this.getElement(),e)},this.show=function(e,t,i){null!=e&&this.setText(e),null!=t&&null!=i&&this.setPosition(t,i),this.isOpen||(this.getElement().style.display="block",this.isOpen=!0)},this.hide=function(){this.isOpen&&(this.getElement().style.display="none",this.isOpen=!1)},this.getHeight=function(){return this.getElement().offsetHeight},this.getWidth=function(){return this.getElement().offsetWidth}}).call(o.prototype),t.Tooltip=o})),ace.define("ace/mouse/default_gutter_handler",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event","ace/tooltip"],(function(e,t,i){var r=e("../lib/dom"),o=e("../lib/oop"),n=e("../lib/event"),s=e("../tooltip").Tooltip;function a(e){s.call(this,e)}o.inherits(a,s),function(){this.setPosition=function(e,t){var i=window.innerWidth||document.documentElement.clientWidth,r=window.innerHeight||document.documentElement.clientHeight,o=this.getWidth(),n=this.getHeight();(e+=15)+o>i&&(e-=e+o-i),(t+=15)+n>r&&(t-=20+n),s.prototype.setPosition.call(this,e,t)}}.call(a.prototype),t.GutterHandler=function(e){var t,i,o,s=e.editor,l=s.renderer.$gutterLayer,c=new a(s.container);function d(){t&&(t=clearTimeout(t)),o&&(c.hide(),o=null,s.removeEventListener("mousewheel",d))}function h(e){c.setPosition(e.x,e.y)}e.editor.setDefaultHandler("guttermousedown",(function(t){if(s.isFocused()&&0==t.getButton()&&"foldWidgets"!=l.getRegion(t)){var i=t.getDocumentPosition().row,r=s.session.selection;if(t.getShiftKey())r.selectTo(i,0);else{if(2==t.domEvent.detail)return s.selectAll(),t.preventDefault();e.$clickSelection=s.selection.getLineRange(i)}return e.setState("selectByLines"),e.captureMouse(t),t.preventDefault()}})),e.editor.setDefaultHandler("guttermousemove",(function(n){var a=n.domEvent.target||n.domEvent.srcElement;if(r.hasCssClass(a,"ace_fold-widget"))return d();o&&e.$tooltipFollowsMouse&&h(n),i=n,t||(t=setTimeout((function(){t=null,i&&!e.isMousePressed?function(){var t=i.getDocumentPosition().row,r=l.$annotations[t];if(!r)return d();if(t==s.session.getLength()){var n=s.renderer.pixelToScreenCoordinates(0,i.y).row,a=i.$pos;if(n>s.session.documentToScreenRow(a.row,a.column))return d()}if(o!=r)if(o=r.text.join("<br/>"),c.setHtml(o),c.show(),s.on("mousewheel",d),e.$tooltipFollowsMouse)h(i);else{var u=i.domEvent.target.getBoundingClientRect(),f=c.getElement().style;f.left=u.right+"px",f.top=u.bottom+"px"}}():d()}),50))})),n.addListener(s.renderer.$gutter,"mouseout",(function(e){i=null,o&&!t&&(t=setTimeout((function(){t=null,d()}),50))})),s.on("changeSession",d)}})),ace.define("ace/mouse/mouse_event",["require","exports","module","ace/lib/event","ace/lib/useragent"],(function(e,t,i){var r=e("../lib/event"),o=e("../lib/useragent"),n=t.MouseEvent=function(e,t){this.domEvent=e,this.editor=t,this.x=this.clientX=e.clientX,this.y=this.clientY=e.clientY,this.$pos=null,this.$inSelection=null,this.propagationStopped=!1,this.defaultPrevented=!1};(function(){this.stopPropagation=function(){r.stopPropagation(this.domEvent),this.propagationStopped=!0},this.preventDefault=function(){r.preventDefault(this.domEvent),this.defaultPrevented=!0},this.stop=function(){this.stopPropagation(),this.preventDefault()},this.getDocumentPosition=function(){return this.$pos||(this.$pos=this.editor.renderer.screenToTextCoordinates(this.clientX,this.clientY)),this.$pos},this.inSelection=function(){if(null!==this.$inSelection)return this.$inSelection;var e=this.editor.getSelectionRange();if(e.isEmpty())this.$inSelection=!1;else{var t=this.getDocumentPosition();this.$inSelection=e.contains(t.row,t.column)}return this.$inSelection},this.getButton=function(){return r.getButton(this.domEvent)},this.getShiftKey=function(){return this.domEvent.shiftKey},this.getAccelKey=o.isMac?function(){return this.domEvent.metaKey}:function(){return this.domEvent.ctrlKey}}).call(n.prototype)})),ace.define("ace/mouse/dragdrop_handler",["require","exports","module","ace/lib/dom","ace/lib/event","ace/lib/useragent"],(function(e,t,i){var r=e("../lib/dom"),o=e("../lib/event"),n=e("../lib/useragent");function s(e){var t=e.editor,i=r.createElement("img");i.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",n.isOpera&&(i.style.cssText="width:1px;height:1px;position:fixed;top:0;left:0;z-index:2147483647;opacity:0;"),["dragWait","dragWaitEnd","startDrag","dragReadyEnd","onMouseDrag"].forEach((function(t){e[t]=this[t]}),this),t.addEventListener("mousedown",this.onMouseDown.bind(e));var s,l,c,d,h,u,f,p,m,A,g,y=t.container,C=0;function D(){var e=u;(function(e,i){var r=Date.now(),o=!i||e.row!=i.row,n=!i||e.column!=i.column;!A||o||n?(t.$blockScrolling+=1,t.moveCursorToPosition(e),t.$blockScrolling-=1,A=r,g={x:l,y:c}):a(g.x,g.y,l,c)>5?A=null:r-A>=200&&(t.renderer.scrollCursorIntoView(),A=null)})(u=t.renderer.screenToTextCoordinates(l,c),e),function(e,i){var r=Date.now(),o=t.renderer.layerConfig.lineHeight,n=t.renderer.layerConfig.characterWidth,s=t.renderer.scroller.getBoundingClientRect(),a={x:{left:l-s.left,right:s.right-l},y:{top:c-s.top,bottom:s.bottom-c}},d=Math.min(a.x.left,a.x.right),h=Math.min(a.y.top,a.y.bottom),u={row:e.row,column:e.column};d/n<=2&&(u.column+=a.x.left<a.x.right?-3:2),h/o<=1&&(u.row+=a.y.top<a.y.bottom?-1:1);var f=e.row!=u.row,p=e.column!=u.column,A=!i||e.row!=i.row;f||p&&!A?m?r-m>=200&&t.renderer.scrollCursorIntoView(u):m=r:m=null}(u,e)}function v(){h=t.selection.toOrientedRange(),s=t.session.addMarker(h,"ace_selection",t.getSelectionStyle()),t.clearSelection(),t.isFocused()&&t.renderer.$cursorLayer.setBlinking(!1),clearInterval(d),D(),d=setInterval(D,20),C=0,o.addListener(document,"mousemove",k)}function B(){clearInterval(d),t.session.removeMarker(s),s=null,t.$blockScrolling+=1,t.selection.fromOrientedRange(h),t.$blockScrolling-=1,t.isFocused()&&!p&&t.renderer.$cursorLayer.setBlinking(!t.getReadOnly()),h=null,u=null,C=0,m=null,A=null,o.removeListener(document,"mousemove",k)}this.onDragStart=function(e){if(this.cancelDrag||!y.draggable){var r=this;return setTimeout((function(){r.startSelect(),r.captureMouse(e)}),0),e.preventDefault()}h=t.getSelectionRange();var o=e.dataTransfer;o.effectAllowed=t.getReadOnly()?"copy":"copyMove",n.isOpera&&(t.container.appendChild(i),i.scrollTop=0),o.setDragImage&&o.setDragImage(i,0,0),n.isOpera&&t.container.removeChild(i),o.clearData(),o.setData("Text",t.session.getTextRange()),p=!0,this.setState("drag")},this.onDragEnd=function(e){if(y.draggable=!1,p=!1,this.setState(null),!t.getReadOnly()){var i=e.dataTransfer.dropEffect;f||"move"!=i||t.session.remove(t.getSelectionRange()),t.renderer.$cursorLayer.setBlinking(!0)}this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle("")},this.onDragEnter=function(e){if(!t.getReadOnly()&&b(e.dataTransfer))return l=e.clientX,c=e.clientY,s||v(),C++,e.dataTransfer.dropEffect=f=E(e),o.preventDefault(e)},this.onDragOver=function(e){if(!t.getReadOnly()&&b(e.dataTransfer))return l=e.clientX,c=e.clientY,s||(v(),C++),null!==w&&(w=null),e.dataTransfer.dropEffect=f=E(e),o.preventDefault(e)},this.onDragLeave=function(e){if(--C<=0&&s)return B(),f=null,o.preventDefault(e)},this.onDrop=function(e){if(u){var i=e.dataTransfer;if(p)switch(f){case"move":h=h.contains(u.row,u.column)?{start:u,end:u}:t.moveText(h,u);break;case"copy":h=t.moveText(h,u,!0)}else{var r=i.getData("Text");h={start:u,end:t.session.insert(u,r)},t.focus(),f=null}return B(),o.preventDefault(e)}},o.addListener(y,"dragstart",this.onDragStart.bind(e)),o.addListener(y,"dragend",this.onDragEnd.bind(e)),o.addListener(y,"dragenter",this.onDragEnter.bind(e)),o.addListener(y,"dragover",this.onDragOver.bind(e)),o.addListener(y,"dragleave",this.onDragLeave.bind(e)),o.addListener(y,"drop",this.onDrop.bind(e));var w=null;function k(){null==w&&(w=setTimeout((function(){null!=w&&s&&B()}),20))}function b(e){var t=e.types;return!t||Array.prototype.some.call(t,(function(e){return"text/plain"==e||"Text"==e}))}function E(e){var t=["copy","copymove","all","uninitialized"],i=n.isMac?e.altKey:e.ctrlKey,r="uninitialized";try{r=e.dataTransfer.effectAllowed.toLowerCase()}catch(e){}var o="none";return i&&t.indexOf(r)>=0?o="copy":["move","copymove","linkmove","all","uninitialized"].indexOf(r)>=0?o="move":t.indexOf(r)>=0&&(o="copy"),o}}function a(e,t,i,r){return Math.sqrt(Math.pow(i-e,2)+Math.pow(r-t,2))}(function(){this.dragWait=function(){Date.now()-this.mousedownEvent.time>this.editor.getDragDelay()&&this.startDrag()},this.dragWaitEnd=function(){this.editor.container.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()),this.selectEnd()},this.dragReadyEnd=function(e){this.editor.renderer.$cursorLayer.setBlinking(!this.editor.getReadOnly()),this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle(""),this.dragWaitEnd()},this.startDrag=function(){this.cancelDrag=!1;var e=this.editor;e.container.draggable=!0,e.renderer.$cursorLayer.setBlinking(!1),e.setStyle("ace_dragging");var t=n.isWin?"default":"move";e.renderer.setCursorStyle(t),this.setState("dragReady")},this.onMouseDrag=function(e){var t=this.editor.container;n.isIE&&"dragReady"==this.state&&a(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y)>3&&t.dragDrop(),"dragWait"===this.state&&a(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y)>0&&(t.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()))},this.onMouseDown=function(e){if(this.$dragEnabled){this.mousedownEvent=e;var t=this.editor,i=e.inSelection(),r=e.getButton();if(1===(e.domEvent.detail||1)&&0===r&&i){if(e.editor.inMultiSelectMode&&(e.getAccelKey()||e.getShiftKey()))return;this.mousedownEvent.time=Date.now();var o=e.domEvent.target||e.domEvent.srcElement;"unselectable"in o&&(o.unselectable="on"),t.getDragDelay()?(n.isWebKit&&(this.cancelDrag=!0,t.container.draggable=!0),this.setState("dragWait")):this.startDrag(),this.captureMouse(e,this.onMouseDrag.bind(this)),e.defaultPrevented=!0}}}}).call(s.prototype),t.DragdropHandler=s})),ace.define("ace/lib/net",["require","exports","module","ace/lib/dom"],(function(e,t,i){var r=e("./dom");t.get=function(e,t){var i=new XMLHttpRequest;i.open("GET",e,!0),i.onreadystatechange=function(){4===i.readyState&&t(i.responseText)},i.send(null)},t.loadScript=function(e,t){var i=r.getDocumentHead(),o=document.createElement("script");o.src=e,i.appendChild(o),o.onload=o.onreadystatechange=function(e,i){!i&&o.readyState&&"loaded"!=o.readyState&&"complete"!=o.readyState||(o=o.onload=o.onreadystatechange=null,i||t())}},t.qualifyURL=function(e){var t=document.createElement("a");return t.href=e,t.href}})),ace.define("ace/lib/event_emitter",["require","exports","module"],(function(e,t,i){var r={},o=function(){this.propagationStopped=!0},n=function(){this.defaultPrevented=!0};r._emit=r._dispatchEvent=function(e,t){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var i=this._eventRegistry[e]||[],r=this._defaultHandlers[e];if(i.length||r){"object"==_typeof(t)&&t||(t={}),t.type||(t.type=e),t.stopPropagation||(t.stopPropagation=o),t.preventDefault||(t.preventDefault=n),i=i.slice();for(var s=0;s<i.length&&(i[s](t,this),!t.propagationStopped);s++);return r&&!t.defaultPrevented?r(t,this):void 0}},r._signal=function(e,t){var i=(this._eventRegistry||{})[e];if(i){i=i.slice();for(var r=0;r<i.length;r++)i[r](t,this)}},r.once=function(e,t){var i=this;t&&this.addEventListener(e,(function r(){i.removeEventListener(e,r),t.apply(null,arguments)}))},r.setDefaultHandler=function(e,t){var i=this._defaultHandlers;if(i||(i=this._defaultHandlers={_disabled_:{}}),i[e]){var r=i[e],o=i._disabled_[e];o||(i._disabled_[e]=o=[]),o.push(r);var n=o.indexOf(t);-1!=n&&o.splice(n,1)}i[e]=t},r.removeDefaultHandler=function(e,t){var i=this._defaultHandlers;if(i){var r=i._disabled_[e];if(i[e]==t)i[e],r&&this.setDefaultHandler(e,r.pop());else if(r){var o=r.indexOf(t);-1!=o&&r.splice(o,1)}}},r.on=r.addEventListener=function(e,t,i){this._eventRegistry=this._eventRegistry||{};var r=this._eventRegistry[e];return r||(r=this._eventRegistry[e]=[]),-1==r.indexOf(t)&&r[i?"unshift":"push"](t),t},r.off=r.removeListener=r.removeEventListener=function(e,t){this._eventRegistry=this._eventRegistry||{};var i=this._eventRegistry[e];if(i){var r=i.indexOf(t);-1!==r&&i.splice(r,1)}},r.removeAllListeners=function(e){this._eventRegistry&&(this._eventRegistry[e]=[])},t.EventEmitter=r})),ace.define("ace/lib/app_config",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,i){var r=e("./oop"),o=e("./event_emitter").EventEmitter,n={setOptions:function(e){Object.keys(e).forEach((function(t){this.setOption(t,e[t])}),this)},getOptions:function(e){var t={};return e?Array.isArray(e)||(t=e,e=Object.keys(t)):e=Object.keys(this.$options),e.forEach((function(e){t[e]=this.getOption(e)}),this),t},setOption:function(e,t){if(this["$"+e]!==t){var i=this.$options[e];if(!i)return s('misspelled option "'+e+'"');if(i.forwardTo)return this[i.forwardTo]&&this[i.forwardTo].setOption(e,t);i.handlesSet||(this["$"+e]=t),i&&i.set&&i.set.call(this,t)}},getOption:function(e){var t=this.$options[e];return t?t.forwardTo?this[t.forwardTo]&&this[t.forwardTo].getOption(e):t&&t.get?t.get.call(this):this["$"+e]:s('misspelled option "'+e+'"')}};function s(e){"undefined"!=typeof console&&console.warn&&console.warn.apply(console,arguments)}function a(e,t){var i=new Error(e);i.data=t,"object"==("undefined"==typeof console?"undefined":_typeof(console))&&console.error&&console.error(i),setTimeout((function(){throw i}))}var l=function(){this.$defaultOptions={}};(function(){r.implement(this,o),this.defineOptions=function(e,t,i){return e.$options||(this.$defaultOptions[t]=e.$options={}),Object.keys(i).forEach((function(t){var r=i[t];"string"==typeof r&&(r={forwardTo:r}),r.name||(r.name=t),e.$options[r.name]=r,"initialValue"in r&&(e["$"+r.name]=r.initialValue)})),r.implement(e,n),this},this.resetOptions=function(e){Object.keys(e.$options).forEach((function(t){var i=e.$options[t];"value"in i&&e.setOption(t,i.value)}))},this.setDefaultValue=function(e,t,i){var r=this.$defaultOptions[e]||(this.$defaultOptions[e]={});r[t]&&(r.forwardTo?this.setDefaultValue(r.forwardTo,t,i):r[t].value=i)},this.setDefaultValues=function(e,t){Object.keys(t).forEach((function(i){this.setDefaultValue(e,i,t[i])}),this)},this.warn=s,this.reportError=a}).call(l.prototype),t.AppConfig=l})),ace.define("ace/config",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/lib/net","ace/lib/app_config"],(function(e,t,r){var o=e("./lib/lang");e("./lib/oop");var n=e("./lib/net"),s=e("./lib/app_config").AppConfig;r.exports=t=new s;var a=function(){return this||"undefined"!=typeof window&&window}(),l={packaged:!1,workerPath:null,modePath:null,themePath:null,basePath:"",suffix:".js",$moduleUrls:{}};function c(o){if(a&&a.document){l.packaged=o||e.packaged||r.packaged||a.define&&i(65).packaged;for(var n,s={},c="",d=document.currentScript||document._currentScript,h=(d&&d.ownerDocument||document).getElementsByTagName("script"),u=0;u<h.length;u++){var f=h[u],p=f.src||f.getAttribute("src");if(p){for(var m=f.attributes,A=0,g=m.length;A<g;A++){var y=m[A];0===y.name.indexOf("data-ace-")&&(s[(n=y.name.replace(/^data-ace-/,""),n.replace(/-(.)/g,(function(e,t){return t.toUpperCase()})))]=y.value)}var C=p.match(/^(.*)\/ace(\-\w+)?\.js(\?|$)/);C&&(c=C[1])}}for(var D in c&&(s.base=s.base||c,s.packaged=!0),s.basePath=s.base,s.workerPath=s.workerPath||s.base,s.modePath=s.modePath||s.base,s.themePath=s.themePath||s.base,delete s.base,s)void 0!==s[D]&&t.set(D,s[D])}}t.get=function(e){if(!l.hasOwnProperty(e))throw new Error("Unknown config key: "+e);return l[e]},t.set=function(e,t){if(!l.hasOwnProperty(e))throw new Error("Unknown config key: "+e);l[e]=t},t.all=function(){return o.copyObject(l)},t.moduleUrl=function(e,t){if(l.$moduleUrls[e])return l.$moduleUrls[e];var i=e.split("/"),r="snippets"==(t=t||i[i.length-2]||"")?"/":"-",o=i[i.length-1];if("worker"==t&&"-"==r){var n=new RegExp("^"+t+"[\\-_]|[\\-_]"+t+"$","g");o=o.replace(n,"")}(!o||o==t)&&i.length>1&&(o=i[i.length-2]);var s=l[t+"Path"];return null==s?s=l.basePath:"/"==r&&(t=r=""),s&&"/"!=s.slice(-1)&&(s+="/"),s+t+r+o+this.get("suffix")},t.setModuleUrl=function(e,t){return l.$moduleUrls[e]=t},t.$loading={},t.loadModule=function(i,r){var o,s;Array.isArray(i)&&(s=i[0],i=i[1]);try{o=e(i)}catch(e){}if(o&&!t.$loading[i])return r&&r(o);if(t.$loading[i]||(t.$loading[i]=[]),t.$loading[i].push(r),!(t.$loading[i].length>1)){var a=function(){e([i],(function(e){t._emit("load.module",{name:i,module:e});var r=t.$loading[i];t.$loading[i]=null,r.forEach((function(t){t&&t(e)}))}))};if(!t.get("packaged"))return a();n.loadScript(t.moduleUrl(i,s),a)}},c(!0),t.init=c})),ace.define("ace/mouse/mouse_handler",["require","exports","module","ace/lib/event","ace/lib/useragent","ace/mouse/default_handlers","ace/mouse/default_gutter_handler","ace/mouse/mouse_event","ace/mouse/dragdrop_handler","ace/config"],(function(e,t,i){var r=e("../lib/event"),o=e("../lib/useragent"),n=e("./default_handlers").DefaultHandlers,s=e("./default_gutter_handler").GutterHandler,a=e("./mouse_event").MouseEvent,l=e("./dragdrop_handler").DragdropHandler,c=e("../config"),d=function(e){var t=this;this.editor=e,new n(this),new s(this),new l(this);var i=function(t){(!document.hasFocus||!document.hasFocus()||!e.isFocused()&&document.activeElement==(e.textInput&&e.textInput.getElement()))&&window.focus(),e.focus()},a=e.renderer.getMouseEventTarget();r.addListener(a,"click",this.onMouseEvent.bind(this,"click")),r.addListener(a,"mousemove",this.onMouseMove.bind(this,"mousemove")),r.addMultiMouseDownListener([a,e.renderer.scrollBarV&&e.renderer.scrollBarV.inner,e.renderer.scrollBarH&&e.renderer.scrollBarH.inner,e.textInput&&e.textInput.getElement()].filter(Boolean),[400,300,250],this,"onMouseEvent"),r.addMouseWheelListener(e.container,this.onMouseWheel.bind(this,"mousewheel")),r.addTouchMoveListener(e.container,this.onTouchMove.bind(this,"touchmove"));var c=e.renderer.$gutter;r.addListener(c,"mousedown",this.onMouseEvent.bind(this,"guttermousedown")),r.addListener(c,"click",this.onMouseEvent.bind(this,"gutterclick")),r.addListener(c,"dblclick",this.onMouseEvent.bind(this,"gutterdblclick")),r.addListener(c,"mousemove",this.onMouseEvent.bind(this,"guttermousemove")),r.addListener(a,"mousedown",i),r.addListener(c,"mousedown",i),o.isIE&&e.renderer.scrollBarV&&(r.addListener(e.renderer.scrollBarV.element,"mousedown",i),r.addListener(e.renderer.scrollBarH.element,"mousedown",i)),e.on("mousemove",(function(i){if(!t.state&&!t.$dragDelay&&t.$dragEnabled){var r=e.renderer.screenToTextCoordinates(i.x,i.y),o=e.session.selection.getRange(),n=e.renderer;!o.isEmpty()&&o.insideStart(r.row,r.column)?n.setCursorStyle("default"):n.setCursorStyle("")}}))};(function(){this.onMouseEvent=function(e,t){this.editor._emit(e,new a(t,this.editor))},this.onMouseMove=function(e,t){var i=this.editor._eventRegistry&&this.editor._eventRegistry.mousemove;i&&i.length&&this.editor._emit(e,new a(t,this.editor))},this.onMouseWheel=function(e,t){var i=new a(t,this.editor);i.speed=2*this.$scrollSpeed,i.wheelX=t.wheelX,i.wheelY=t.wheelY,this.editor._emit(e,i)},this.onTouchMove=function(e,t){var i=new a(t,this.editor);i.speed=1,i.wheelX=t.wheelX,i.wheelY=t.wheelY,this.editor._emit(e,i)},this.setState=function(e){this.state=e},this.captureMouse=function(e,t){this.x=e.x,this.y=e.y,this.isMousePressed=!0;var i=this.editor.renderer;i.$keepTextAreaAtCursor&&(i.$keepTextAreaAtCursor=null);var n=this,s=function(e){if(e){if(o.isWebKit&&!e.which&&n.releaseMouse)return n.releaseMouse();n.x=e.clientX,n.y=e.clientY,t&&t(e),n.mouseEvent=new a(e,n.editor),n.$mouseMoved=!0}},l=function(e){clearInterval(d),c(),n[n.state+"End"]&&n[n.state+"End"](e),n.state="",null==i.$keepTextAreaAtCursor&&(i.$keepTextAreaAtCursor=!0,i.$moveTextAreaToCursor()),n.isMousePressed=!1,n.$onCaptureMouseMove=n.releaseMouse=null,e&&n.onMouseEvent("mouseup",e)},c=function(){n[n.state]&&n[n.state](),n.$mouseMoved=!1};if(o.isOldIE&&"dblclick"==e.domEvent.type)return setTimeout((function(){l(e)}));n.$onCaptureMouseMove=s,n.releaseMouse=r.capture(this.editor.container,s,l);var d=setInterval(c,20)},this.releaseMouse=null,this.cancelContextMenu=function(){var e=function(t){t&&t.domEvent&&"contextmenu"!=t.domEvent.type||(this.editor.off("nativecontextmenu",e),t&&t.domEvent&&r.stopEvent(t.domEvent))}.bind(this);setTimeout(e,10),this.editor.on("nativecontextmenu",e)}}).call(d.prototype),c.defineOptions(d.prototype,"mouseHandler",{scrollSpeed:{initialValue:2},dragDelay:{initialValue:o.isMac?150:0},dragEnabled:{initialValue:!0},focusTimout:{initialValue:0},tooltipFollowsMouse:{initialValue:!0}}),t.MouseHandler=d})),ace.define("ace/mouse/fold_handler",["require","exports","module"],(function(e,t,i){t.FoldHandler=function(e){e.on("click",(function(t){var i=t.getDocumentPosition(),r=e.session,o=r.getFoldAt(i.row,i.column,1);o&&(t.getAccelKey()?r.removeFold(o):r.expandFold(o),t.stop())})),e.on("gutterclick",(function(t){if("foldWidgets"==e.renderer.$gutterLayer.getRegion(t)){var i=t.getDocumentPosition().row,r=e.session;r.foldWidgets&&r.foldWidgets[i]&&e.session.onFoldWidgetClick(i,t),e.isFocused()||e.focus(),t.stop()}})),e.on("gutterdblclick",(function(t){if("foldWidgets"==e.renderer.$gutterLayer.getRegion(t)){var i=t.getDocumentPosition().row,r=e.session,o=r.getParentFoldRangeData(i,!0),n=o.range||o.firstRange;if(n){i=n.start.row;var s=r.getFoldAt(i,r.getLine(i).length,1);s?r.removeFold(s):(r.addFold("...",n),e.renderer.scrollCursorIntoView({row:n.start.row,column:0}))}t.stop()}}))}})),ace.define("ace/keyboard/keybinding",["require","exports","module","ace/lib/keys","ace/lib/event"],(function(e,t,i){var r=e("../lib/keys"),o=e("../lib/event"),n=function(e){this.$editor=e,this.$data={editor:e},this.$handlers=[],this.setDefaultHandler(e.commands)};(function(){this.setDefaultHandler=function(e){this.removeKeyboardHandler(this.$defaultHandler),this.$defaultHandler=e,this.addKeyboardHandler(e,0)},this.setKeyboardHandler=function(e){var t=this.$handlers;if(t[t.length-1]!=e){for(;t[t.length-1]&&t[t.length-1]!=this.$defaultHandler;)this.removeKeyboardHandler(t[t.length-1]);this.addKeyboardHandler(e,1)}},this.addKeyboardHandler=function(e,t){if(e){"function"!=typeof e||e.handleKeyboard||(e.handleKeyboard=e);var i=this.$handlers.indexOf(e);-1!=i&&this.$handlers.splice(i,1),null==t?this.$handlers.push(e):this.$handlers.splice(t,0,e),-1==i&&e.attach&&e.attach(this.$editor)}},this.removeKeyboardHandler=function(e){var t=this.$handlers.indexOf(e);return-1!=t&&(this.$handlers.splice(t,1),e.detach&&e.detach(this.$editor),!0)},this.getKeyboardHandler=function(){return this.$handlers[this.$handlers.length-1]},this.getStatusText=function(){var e=this.$data,t=e.editor;return this.$handlers.map((function(i){return i.getStatusText&&i.getStatusText(t,e)||""})).filter(Boolean).join(" ")},this.$callKeyboardHandlers=function(e,t,i,r){for(var n,s=!1,a=this.$editor.commands,l=this.$handlers.length;l--&&!((n=this.$handlers[l].handleKeyboard(this.$data,e,t,i,r))&&n.command&&((s="null"==n.command||a.exec(n.command,this.$editor,n.args,r))&&r&&-1!=e&&1!=n.passEvent&&1!=n.command.passEvent&&o.stopEvent(r),s)););return s||-1!=e||(n={command:"insertstring"},s=a.exec("insertstring",this.$editor,t)),s&&this.$editor._signal("keyboardActivity",n),s},this.onCommandKey=function(e,t,i){var o=r.keyCodeToString(i);this.$callKeyboardHandlers(t,o,i,e)},this.onTextInput=function(e){this.$callKeyboardHandlers(-1,e)}}).call(n.prototype),t.KeyBinding=n})),ace.define("ace/range",["require","exports","module"],(function(e,t,i){var r=function(e,t,i,r){this.start={row:e,column:t},this.end={row:i,column:r}};(function(){this.isEqual=function(e){return this.start.row===e.start.row&&this.end.row===e.end.row&&this.start.column===e.start.column&&this.end.column===e.end.column},this.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},this.contains=function(e,t){return 0==this.compare(e,t)},this.compareRange=function(e){var t,i=e.end,r=e.start;return 1==(t=this.compare(i.row,i.column))?1==(t=this.compare(r.row,r.column))?2:0==t?1:0:-1==t?-2:-1==(t=this.compare(r.row,r.column))?-1:1==t?42:0},this.comparePoint=function(e){return this.compare(e.row,e.column)},this.containsRange=function(e){return 0==this.comparePoint(e.start)&&0==this.comparePoint(e.end)},this.intersects=function(e){var t=this.compareRange(e);return-1==t||0==t||1==t},this.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},this.isStart=function(e,t){return this.start.row==e&&this.start.column==t},this.setStart=function(e,t){"object"==_typeof(e)?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},this.setEnd=function(e,t){"object"==_typeof(e)?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},this.inside=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)&&!this.isStart(e,t)},this.insideStart=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)},this.insideEnd=function(e,t){return 0==this.compare(e,t)&&!this.isStart(e,t)},this.compare=function(e,t){return this.isMultiLine()||e!==this.start.row?e<this.start.row?-1:e>this.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0:t<this.start.column?-1:t>this.end.column?1:0},this.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},this.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.clipRows=function(e,t){if(this.end.row>t)var i={row:t+1,column:0};else this.end.row<e&&(i={row:e,column:0});if(this.start.row>t)var o={row:t+1,column:0};else this.start.row<e&&(o={row:e,column:0});return r.fromPoints(o||this.start,i||this.end)},this.extend=function(e,t){var i=this.compare(e,t);if(0==i)return this;if(-1==i)var o={row:e,column:t};else var n={row:e,column:t};return r.fromPoints(o||this.start,n||this.end)},this.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},this.isMultiLine=function(){return this.start.row!==this.end.row},this.clone=function(){return r.fromPoints(this.start,this.end)},this.collapseRows=function(){return 0==this.end.column?new r(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new r(this.start.row,0,this.end.row,0)},this.toScreenRange=function(e){var t=e.documentToScreenPosition(this.start),i=e.documentToScreenPosition(this.end);return new r(t.row,t.column,i.row,i.column)},this.moveBy=function(e,t){this.start.row+=e,this.start.column+=t,this.end.row+=e,this.end.column+=t}}).call(r.prototype),r.fromPoints=function(e,t){return new r(e.row,e.column,t.row,t.column)},r.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},r.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},t.Range=r})),ace.define("ace/selection",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/range"],(function(e,t,i){var r=e("./lib/oop"),o=e("./lib/lang"),n=e("./lib/event_emitter").EventEmitter,s=e("./range").Range,a=function(e){this.session=e,this.doc=e.getDocument(),this.clearSelection(),this.lead=this.selectionLead=this.doc.createAnchor(0,0),this.anchor=this.selectionAnchor=this.doc.createAnchor(0,0);var t=this;this.lead.on("change",(function(e){t._emit("changeCursor"),t.$isEmpty||t._emit("changeSelection"),t.$keepDesiredColumnOnChange||e.old.column==e.value.column||(t.$desiredColumn=null)})),this.selectionAnchor.on("change",(function(){t.$isEmpty||t._emit("changeSelection")}))};(function(){r.implement(this,n),this.isEmpty=function(){return this.$isEmpty||this.anchor.row==this.lead.row&&this.anchor.column==this.lead.column},this.isMultiLine=function(){return!this.isEmpty()&&this.getRange().isMultiLine()},this.getCursor=function(){return this.lead.getPosition()},this.setSelectionAnchor=function(e,t){this.anchor.setPosition(e,t),this.$isEmpty&&(this.$isEmpty=!1,this._emit("changeSelection"))},this.getSelectionAnchor=function(){return this.$isEmpty?this.getSelectionLead():this.anchor.getPosition()},this.getSelectionLead=function(){return this.lead.getPosition()},this.shiftSelection=function(e){if(this.$isEmpty)this.moveCursorTo(this.lead.row,this.lead.column+e);else{var t=this.getSelectionAnchor(),i=this.getSelectionLead(),r=this.isBackwards();r&&0===t.column||this.setSelectionAnchor(t.row,t.column+e),(r||0!==i.column)&&this.$moveSelection((function(){this.moveCursorTo(i.row,i.column+e)}))}},this.isBackwards=function(){var e=this.anchor,t=this.lead;return e.row>t.row||e.row==t.row&&e.column>t.column},this.getRange=function(){var e=this.anchor,t=this.lead;return this.isEmpty()?s.fromPoints(t,t):this.isBackwards()?s.fromPoints(t,e):s.fromPoints(e,t)},this.clearSelection=function(){this.$isEmpty||(this.$isEmpty=!0,this._emit("changeSelection"))},this.selectAll=function(){var e=this.doc.getLength()-1;this.setSelectionAnchor(0,0),this.moveCursorTo(e,this.doc.getLine(e).length)},this.setRange=this.setSelectionRange=function(e,t){t?(this.setSelectionAnchor(e.end.row,e.end.column),this.selectTo(e.start.row,e.start.column)):(this.setSelectionAnchor(e.start.row,e.start.column),this.selectTo(e.end.row,e.end.column)),this.getRange().isEmpty()&&(this.$isEmpty=!0),this.$desiredColumn=null},this.$moveSelection=function(e){var t=this.lead;this.$isEmpty&&this.setSelectionAnchor(t.row,t.column),e.call(this)},this.selectTo=function(e,t){this.$moveSelection((function(){this.moveCursorTo(e,t)}))},this.selectToPosition=function(e){this.$moveSelection((function(){this.moveCursorToPosition(e)}))},this.moveTo=function(e,t){this.clearSelection(),this.moveCursorTo(e,t)},this.moveToPosition=function(e){this.clearSelection(),this.moveCursorToPosition(e)},this.selectUp=function(){this.$moveSelection(this.moveCursorUp)},this.selectDown=function(){this.$moveSelection(this.moveCursorDown)},this.selectRight=function(){this.$moveSelection(this.moveCursorRight)},this.selectLeft=function(){this.$moveSelection(this.moveCursorLeft)},this.selectLineStart=function(){this.$moveSelection(this.moveCursorLineStart)},this.selectLineEnd=function(){this.$moveSelection(this.moveCursorLineEnd)},this.selectFileEnd=function(){this.$moveSelection(this.moveCursorFileEnd)},this.selectFileStart=function(){this.$moveSelection(this.moveCursorFileStart)},this.selectWordRight=function(){this.$moveSelection(this.moveCursorWordRight)},this.selectWordLeft=function(){this.$moveSelection(this.moveCursorWordLeft)},this.getWordRange=function(e,t){if(void 0===t){var i=e||this.lead;e=i.row,t=i.column}return this.session.getWordRange(e,t)},this.selectWord=function(){this.setSelectionRange(this.getWordRange())},this.selectAWord=function(){var e=this.getCursor(),t=this.session.getAWordRange(e.row,e.column);this.setSelectionRange(t)},this.getLineRange=function(e,t){var i,r="number"==typeof e?e:this.lead.row,o=this.session.getFoldLine(r);return o?(r=o.start.row,i=o.end.row):i=r,!0===t?new s(r,0,i,this.session.getLine(i).length):new s(r,0,i+1,0)},this.selectLine=function(){this.setSelectionRange(this.getLineRange())},this.moveCursorUp=function(){this.moveCursorBy(-1,0)},this.moveCursorDown=function(){this.moveCursorBy(1,0)},this.moveCursorLeft=function(){var e,t=this.lead.getPosition();if(e=this.session.getFoldAt(t.row,t.column,-1))this.moveCursorTo(e.start.row,e.start.column);else if(0===t.column)t.row>0&&this.moveCursorTo(t.row-1,this.doc.getLine(t.row-1).length);else{var i=this.session.getTabSize();this.session.isTabStop(t)&&this.doc.getLine(t.row).slice(t.column-i,t.column).split(" ").length-1==i?this.moveCursorBy(0,-i):this.moveCursorBy(0,-1)}},this.moveCursorRight=function(){var e,t=this.lead.getPosition();if(e=this.session.getFoldAt(t.row,t.column,1))this.moveCursorTo(e.end.row,e.end.column);else if(this.lead.column==this.doc.getLine(this.lead.row).length)this.lead.row<this.doc.getLength()-1&&this.moveCursorTo(this.lead.row+1,0);else{var i=this.session.getTabSize();t=this.lead,this.session.isTabStop(t)&&this.doc.getLine(t.row).slice(t.column,t.column+i).split(" ").length-1==i?this.moveCursorBy(0,i):this.moveCursorBy(0,1)}},this.moveCursorLineStart=function(){var e=this.lead.row,t=this.lead.column,i=this.session.documentToScreenRow(e,t),r=this.session.screenToDocumentPosition(i,0),o=this.session.getDisplayLine(e,null,r.row,r.column).match(/^\s*/);o[0].length==t||this.session.$useEmacsStyleLineStart||(r.column+=o[0].length),this.moveCursorToPosition(r)},this.moveCursorLineEnd=function(){var e=this.lead,t=this.session.getDocumentLastRowColumnPosition(e.row,e.column);if(this.lead.column==t.column){var i=this.session.getLine(t.row);if(t.column==i.length){var r=i.search(/\s+$/);r>0&&(t.column=r)}}this.moveCursorTo(t.row,t.column)},this.moveCursorFileEnd=function(){var e=this.doc.getLength()-1,t=this.doc.getLine(e).length;this.moveCursorTo(e,t)},this.moveCursorFileStart=function(){this.moveCursorTo(0,0)},this.moveCursorLongWordRight=function(){var e=this.lead.row,t=this.lead.column,i=this.doc.getLine(e),r=i.substring(t);this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0;var o=this.session.getFoldAt(e,t,1);if(o)this.moveCursorTo(o.end.row,o.end.column);else{if(this.session.nonTokenRe.exec(r)&&(t+=this.session.nonTokenRe.lastIndex,this.session.nonTokenRe.lastIndex=0,r=i.substring(t)),t>=i.length)return this.moveCursorTo(e,i.length),this.moveCursorRight(),void(e<this.doc.getLength()-1&&this.moveCursorWordRight());this.session.tokenRe.exec(r)&&(t+=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(e,t)}},this.moveCursorLongWordLeft=function(){var e,t=this.lead.row,i=this.lead.column;if(e=this.session.getFoldAt(t,i,-1))this.moveCursorTo(e.start.row,e.start.column);else{var r=this.session.getFoldStringAt(t,i,-1);null==r&&(r=this.doc.getLine(t).substring(0,i));var n=o.stringReverse(r);if(this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0,this.session.nonTokenRe.exec(n)&&(i-=this.session.nonTokenRe.lastIndex,n=n.slice(this.session.nonTokenRe.lastIndex),this.session.nonTokenRe.lastIndex=0),i<=0)return this.moveCursorTo(t,0),this.moveCursorLeft(),void(t>0&&this.moveCursorWordLeft());this.session.tokenRe.exec(n)&&(i-=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(t,i)}},this.$shortWordEndIndex=function(e){var t,i=0,r=/\s/,o=this.session.tokenRe;if(o.lastIndex=0,this.session.tokenRe.exec(e))i=this.session.tokenRe.lastIndex;else{for(;(t=e[i])&&r.test(t);)i++;if(i<1)for(o.lastIndex=0;(t=e[i])&&!o.test(t);)if(o.lastIndex=0,i++,r.test(t)){if(i>2){i--;break}for(;(t=e[i])&&r.test(t);)i++;if(i>2)break}}return o.lastIndex=0,i},this.moveCursorShortWordRight=function(){var e=this.lead.row,t=this.lead.column,i=this.doc.getLine(e),r=i.substring(t),o=this.session.getFoldAt(e,t,1);if(o)return this.moveCursorTo(o.end.row,o.end.column);if(t==i.length){var n=this.doc.getLength();do{e++,r=this.doc.getLine(e)}while(e<n&&/^\s*$/.test(r));/^\s+/.test(r)||(r=""),t=0}var s=this.$shortWordEndIndex(r);this.moveCursorTo(e,t+s)},this.moveCursorShortWordLeft=function(){var e,t=this.lead.row,i=this.lead.column;if(e=this.session.getFoldAt(t,i,-1))return this.moveCursorTo(e.start.row,e.start.column);var r=this.session.getLine(t).substring(0,i);if(0===i){do{t--,r=this.doc.getLine(t)}while(t>0&&/^\s*$/.test(r));i=r.length,/\s+$/.test(r)||(r="")}var n=o.stringReverse(r),s=this.$shortWordEndIndex(n);return this.moveCursorTo(t,i-s)},this.moveCursorWordRight=function(){this.session.$selectLongWords?this.moveCursorLongWordRight():this.moveCursorShortWordRight()},this.moveCursorWordLeft=function(){this.session.$selectLongWords?this.moveCursorLongWordLeft():this.moveCursorShortWordLeft()},this.moveCursorBy=function(e,t){var i=this.session.documentToScreenPosition(this.lead.row,this.lead.column);0===t&&(this.$desiredColumn?i.column=this.$desiredColumn:this.$desiredColumn=i.column);var r=this.session.screenToDocumentPosition(i.row+e,i.column);0!==e&&0===t&&r.row===this.lead.row&&r.column===this.lead.column&&this.session.lineWidgets&&this.session.lineWidgets[r.row]&&(r.row>0||e>0)&&r.row++,this.moveCursorTo(r.row,r.column+t,0===t)},this.moveCursorToPosition=function(e){this.moveCursorTo(e.row,e.column)},this.moveCursorTo=function(e,t,i){var r=this.session.getFoldAt(e,t,1);r&&(e=r.start.row,t=r.start.column),this.$keepDesiredColumnOnChange=!0,this.lead.setPosition(e,t),this.$keepDesiredColumnOnChange=!1,i||(this.$desiredColumn=null)},this.moveCursorToScreen=function(e,t,i){var r=this.session.screenToDocumentPosition(e,t);this.moveCursorTo(r.row,r.column,i)},this.detach=function(){this.lead.detach(),this.anchor.detach(),this.session=this.doc=null},this.fromOrientedRange=function(e){this.setSelectionRange(e,e.cursor==e.start),this.$desiredColumn=e.desiredColumn||this.$desiredColumn},this.toOrientedRange=function(e){var t=this.getRange();return e?(e.start.column=t.start.column,e.start.row=t.start.row,e.end.column=t.end.column,e.end.row=t.end.row):e=t,e.cursor=this.isBackwards()?e.start:e.end,e.desiredColumn=this.$desiredColumn,e},this.getRangeOfMovements=function(e){var t=this.getCursor();try{e(this);var i=this.getCursor();return s.fromPoints(t,i)}catch(e){return s.fromPoints(t,t)}finally{this.moveCursorToPosition(t)}},this.toJSON=function(){if(this.rangeCount)var e=this.ranges.map((function(e){var t=e.clone();return t.isBackwards=e.cursor==e.start,t}));else(e=this.getRange()).isBackwards=this.isBackwards();return e},this.fromJSON=function(e){if(null==e.start){if(this.rangeList){this.toSingleRange(e[0]);for(var t=e.length;t--;){var i=s.fromPoints(e[t].start,e[t].end);e[t].isBackwards&&(i.cursor=i.start),this.addRange(i,!0)}return}e=e[0]}this.rangeList&&this.toSingleRange(e),this.setSelectionRange(e,e.isBackwards)},this.isEqual=function(e){if((e.length||this.rangeCount)&&e.length!=this.rangeCount)return!1;if(!e.length||!this.ranges)return this.getRange().isEqual(e);for(var t=this.ranges.length;t--;)if(!this.ranges[t].isEqual(e[t]))return!1;return!0}}).call(a.prototype),t.Selection=a})),ace.define("ace/tokenizer",["require","exports","module","ace/config"],(function(e,t,i){var r=e("./config"),o=2e3,n=function(e){for(var t in this.states=e,this.regExps={},this.matchMappings={},this.states){for(var i=this.states[t],r=[],o=0,n=this.matchMappings[t]={defaultToken:"text"},s="g",a=[],l=0;l<i.length;l++){var c=i[l];if(c.defaultToken&&(n.defaultToken=c.defaultToken),c.caseInsensitive&&(s="gi"),null!=c.regex){c.regex instanceof RegExp&&(c.regex=c.regex.toString().slice(1,-1));var d=c.regex,h=new RegExp("(?:("+d+")|(.))").exec("a").length-2;Array.isArray(c.token)?1==c.token.length||1==h?c.token=c.token[0]:h-1!=c.token.length?(this.reportError("number of classes and regexp groups doesn't match",{rule:c,groupCount:h-1}),c.token=c.token[0]):(c.tokenArray=c.token,c.token=null,c.onMatch=this.$arrayTokens):"function"!=typeof c.token||c.onMatch||(c.onMatch=h>1?this.$applyToken:c.token),h>1&&(/\\\d/.test(c.regex)?d=c.regex.replace(/\\([0-9]+)/g,(function(e,t){return"\\"+(parseInt(t,10)+o+1)})):(h=1,d=this.removeCapturingGroups(c.regex)),c.splitRegex||"string"==typeof c.token||a.push(c)),n[o]=l,o+=h,r.push(d),c.onMatch||(c.onMatch=null)}}r.length||(n[0]=0,r.push("$")),a.forEach((function(e){e.splitRegex=this.createSplitterRegexp(e.regex,s)}),this),this.regExps[t]=new RegExp("("+r.join(")|(")+")|($)",s)}};(function(){this.$setMaxTokenCount=function(e){o=0|e},this.$applyToken=function(e){var t=this.splitRegex.exec(e).slice(1),i=this.token.apply(this,t);if("string"==typeof i)return[{type:i,value:e}];for(var r=[],o=0,n=i.length;o<n;o++)t[o]&&(r[r.length]={type:i[o],value:t[o]});return r},this.$arrayTokens=function(e){if(!e)return[];var t=this.splitRegex.exec(e);if(!t)return"text";for(var i=[],r=this.tokenArray,o=0,n=r.length;o<n;o++)t[o+1]&&(i[i.length]={type:r[o],value:t[o+1]});return i},this.removeCapturingGroups=function(e){return e.replace(/\[(?:\\.|[^\]])*?\]|\\.|\(\?[:=!]|(\()/g,(function(e,t){return t?"(?:":e}))},this.createSplitterRegexp=function(e,t){if(-1!=e.indexOf("(?=")){var i=0,r=!1,o={};e.replace(/(\\.)|(\((?:\?[=!])?)|(\))|([\[\]])/g,(function(e,t,n,s,a,l){return r?r="]"!=a:a?r=!0:s?(i==o.stack&&(o.end=l+1,o.stack=-1),i--):n&&(i++,1!=n.length&&(o.stack=i,o.start=l)),e})),null!=o.end&&/^\)*$/.test(e.substr(o.end))&&(e=e.substring(0,o.start)+e.substr(o.end))}return"^"!=e.charAt(0)&&(e="^"+e),"$"!=e.charAt(e.length-1)&&(e+="$"),new RegExp(e,(t||"").replace("g",""))},this.getLineTokens=function(e,t){if(t&&"string"!=typeof t){var i=t.slice(0);"#tmp"===(t=i[0])&&(i.shift(),t=i.shift())}else i=[];var r=t||"start",n=this.states[r];n||(r="start",n=this.states[r]);var s=this.matchMappings[r],a=this.regExps[r];a.lastIndex=0;for(var l,c=[],d=0,h=0,u={type:null,value:""};l=a.exec(e);){var f=s.defaultToken,p=null,m=l[0],A=a.lastIndex;if(A-m.length>d){var g=e.substring(d,A-m.length);u.type==f?u.value+=g:(u.type&&c.push(u),u={type:f,value:g})}for(var y=0;y<l.length-2;y++)if(void 0!==l[y+1]){f=(p=n[s[y]]).onMatch?p.onMatch(m,r,i):p.token,p.next&&(r="string"==typeof p.next?p.next:p.next(r,i),(n=this.states[r])||(this.reportError("state doesn't exist",r),r="start",n=this.states[r]),s=this.matchMappings[r],d=A,(a=this.regExps[r]).lastIndex=A);break}if(m)if("string"==typeof f)p&&!1===p.merge||u.type!==f?(u.type&&c.push(u),u={type:f,value:m}):u.value+=m;else if(f)for(u.type&&c.push(u),u={type:null,value:""},y=0;y<f.length;y++)c.push(f[y]);if(d==e.length)break;if(d=A,h++>o){for(h>2*e.length&&this.reportError("infinite loop with in ace tokenizer",{startState:t,line:e});d<e.length;)u.type&&c.push(u),u={value:e.substring(d,d+=2e3),type:"overflow"};r="start",i=[];break}}return u.type&&c.push(u),i.length>1&&i[0]!==r&&i.unshift("#tmp",r),{tokens:c,state:i.length?i:r}},this.reportError=r.reportError}).call(n.prototype),t.Tokenizer=n})),ace.define("ace/mode/text_highlight_rules",["require","exports","module","ace/lib/lang"],(function(e,t,i){var r=e("../lib/lang"),o=function(){this.$rules={start:[{token:"empty_line",regex:"^$"},{defaultToken:"text"}]}};(function(){this.addRules=function(e,t){if(t)for(var i in e){for(var r=e[i],o=0;o<r.length;o++){var n=r[o];(n.next||n.onMatch)&&("string"==typeof n.next&&0!==n.next.indexOf(t)&&(n.next=t+n.next),n.nextState&&0!==n.nextState.indexOf(t)&&(n.nextState=t+n.nextState))}this.$rules[t+i]=r}else for(var i in e)this.$rules[i]=e[i]},this.getRules=function(){return this.$rules},this.embedRules=function(e,t,i,o,n){var s="function"==typeof e?(new e).getRules():e;if(o)for(var a=0;a<o.length;a++)o[a]=t+o[a];else for(var l in o=[],s)o.push(t+l);if(this.addRules(s,t),i){var c=Array.prototype[n?"push":"unshift"];for(a=0;a<o.length;a++)c.apply(this.$rules[o[a]],r.deepCopy(i))}this.$embeds||(this.$embeds=[]),this.$embeds.push(t)},this.getEmbeds=function(){return this.$embeds};var e=function(e,t){return("start"!=e||t.length)&&t.unshift(this.nextState,e),this.nextState},t=function(e,t){return t.shift(),t.shift()||"start"};this.normalizeRules=function(){var i=0,r=this.$rules;Object.keys(r).forEach((function o(n){var s=r[n];s.processed=!0;for(var a=0;a<s.length;a++){var l=s[a];!l.regex&&l.start&&(l.regex=l.start,l.next||(l.next=[]),l.next.push({defaultToken:l.token},{token:l.token+".end",regex:l.end||l.start,next:"pop"}),l.token=l.token+".start",l.push=!0);var c=l.next||l.push;if(c&&Array.isArray(c)){var d=l.stateName;d||("string"!=typeof(d=l.token)&&(d=d[0]||""),r[d]&&(d+=i++)),r[d]=c,l.next=d,o(d)}else"pop"==c&&(l.next=t);if(l.push&&(l.nextState=l.next||l.push,l.next=e,delete l.push),l.rules)for(var h in l.rules)r[h]?r[h].push&&r[h].push.apply(r[h],l.rules[h]):r[h]=l.rules[h];if(l.include||"string"==typeof l)var u=l.include||l,f=r[u];else Array.isArray(l)&&(f=l);if(f){var p=[a,1].concat(f);l.noEscape&&(p=p.filter((function(e){return!e.next}))),s.splice.apply(s,p),a--,f=null}l.keywordMap&&(l.token=this.createKeywordMapper(l.keywordMap,l.defaultToken||"text",l.caseInsensitive),delete l.defaultToken)}}),this)},this.createKeywordMapper=function(e,t,i,r){var o=Object.create(null);return Object.keys(e).forEach((function(t){var n=e[t];i&&(n=n.toLowerCase());for(var s=n.split(r||"|"),a=s.length;a--;)o[s[a]]=t})),Object.getPrototypeOf(o)&&(o.__proto__=null),this.$keywordList=Object.keys(o),e=null,i?function(e){return o[e.toLowerCase()]||t}:function(e){return o[e]||t}},this.getKeywords=function(){return this.$keywords}}).call(o.prototype),t.TextHighlightRules=o})),ace.define("ace/mode/behaviour",["require","exports","module"],(function(e,t,i){var r=function(){this.$behaviours={}};(function(){this.add=function(e,t,i){switch(void 0){case this.$behaviours:this.$behaviours={};case this.$behaviours[e]:this.$behaviours[e]={}}this.$behaviours[e][t]=i},this.addBehaviours=function(e){for(var t in e)for(var i in e[t])this.add(t,i,e[t][i])},this.remove=function(e){this.$behaviours&&this.$behaviours[e]&&delete this.$behaviours[e]},this.inherit=function(e,t){if("function"==typeof e)var i=(new e).getBehaviours(t);else i=e.getBehaviours(t);this.addBehaviours(i)},this.getBehaviours=function(e){if(e){for(var t={},i=0;i<e.length;i++)this.$behaviours[e[i]]&&(t[e[i]]=this.$behaviours[e[i]]);return t}return this.$behaviours}}).call(r.prototype),t.Behaviour=r})),ace.define("ace/unicode",["require","exports","module"],(function(e,t,i){t.packages={},function(e){var i=/\w{4}/g;for(var r in e)t.packages[r]=e[r].replace(i,"\\u$&")}({L:"0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE0370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05250531-055605590561-058705D0-05EA05F0-05F20621-064A066E066F0671-06D306D506E506E606EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA07F407F507FA0800-0815081A082408280904-0939093D09500958-0961097109720979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10D05-0D0C0D0E-0D100D12-0D280D2A-0D390D3D0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E460E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EC60EDC0EDD0F000F40-0F470F49-0F6C0F88-0F8B1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10A0-10C510D0-10FA10FC1100-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317D717DC1820-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541AA71B05-1B331B45-1B4B1B83-1BA01BAE1BAF1C00-1C231C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF11D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209421022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E218321842C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2D00-2D252D30-2D652D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2E2F300530063031-3035303B303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31B731F0-31FF3400-4DB54E00-9FCBA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A65FA662-A66EA67F-A697A6A0-A6E5A717-A71FA722-A788A78BA78CA7FB-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2A9CFAA00-AA28AA40-AA42AA44-AA4BAA60-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADB-AADDABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA2DFA30-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",Ll:"0061-007A00AA00B500BA00DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02AF037103730377037B-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F0521052305250561-05871D00-1D2B1D62-1D771D79-1D9A1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF7210A210E210F2113212F21342139213C213D2146-2149214E21842C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7C2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2D00-2D25A641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76FA771-A778A77AA77CA77FA781A783A785A787A78CFB00-FB06FB13-FB17FF41-FF5A",Lu:"0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E0520052205240531-055610A0-10C51E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F214521832C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CEDA640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BFF21-FF3A",Lt:"01C501C801CB01F21F88-1F8F1F98-1F9F1FA8-1FAF1FBC1FCC1FFC",Lm:"02B0-02C102C6-02D102E0-02E402EC02EE0374037A0559064006E506E607F407F507FA081A0824082809710E460EC610FC17D718431AA71C78-1C7D1D2C-1D611D781D9B-1DBF2071207F2090-20942C7D2D6F2E2F30053031-3035303B309D309E30FC-30FEA015A4F8-A4FDA60CA67FA717-A71FA770A788A9CFAA70AADDFF70FF9EFF9F",Lo:"01BB01C0-01C3029405D0-05EA05F0-05F20621-063F0641-064A066E066F0671-06D306D506EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA0800-08150904-0939093D09500958-096109720979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10D05-0D0C0D0E-0D100D12-0D280D2A-0D390D3D0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E450E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EDC0EDD0F000F40-0F470F49-0F6C0F88-0F8B1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10D0-10FA1100-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317DC1820-18421844-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541B05-1B331B45-1B4B1B83-1BA01BAE1BAF1C00-1C231C4D-1C4F1C5A-1C771CE9-1CEC1CEE-1CF12135-21382D30-2D652D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE3006303C3041-3096309F30A1-30FA30FF3105-312D3131-318E31A0-31B731F0-31FF3400-4DB54E00-9FCBA000-A014A016-A48CA4D0-A4F7A500-A60BA610-A61FA62AA62BA66EA6A0-A6E5A7FB-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2AA00-AA28AA40-AA42AA44-AA4BAA60-AA6FAA71-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADBAADCABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA2DFA30-FA6DFA70-FAD9FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF66-FF6FFF71-FF9DFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",M:"0300-036F0483-04890591-05BD05BF05C105C205C405C505C70610-061A064B-065E067006D6-06DC06DE-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0900-0903093C093E-094E0951-0955096209630981-098309BC09BE-09C409C709C809CB-09CD09D709E209E30A01-0A030A3C0A3E-0A420A470A480A4B-0A4D0A510A700A710A750A81-0A830ABC0ABE-0AC50AC7-0AC90ACB-0ACD0AE20AE30B01-0B030B3C0B3E-0B440B470B480B4B-0B4D0B560B570B620B630B820BBE-0BC20BC6-0BC80BCA-0BCD0BD70C01-0C030C3E-0C440C46-0C480C4A-0C4D0C550C560C620C630C820C830CBC0CBE-0CC40CC6-0CC80CCA-0CCD0CD50CD60CE20CE30D020D030D3E-0D440D46-0D480D4A-0D4D0D570D620D630D820D830DCA0DCF-0DD40DD60DD8-0DDF0DF20DF30E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F3E0F3F0F71-0F840F860F870F90-0F970F99-0FBC0FC6102B-103E1056-1059105E-10601062-10641067-106D1071-10741082-108D108F109A-109D135F1712-17141732-1734175217531772177317B6-17D317DD180B-180D18A91920-192B1930-193B19B0-19C019C819C91A17-1A1B1A55-1A5E1A60-1A7C1A7F1B00-1B041B34-1B441B6B-1B731B80-1B821BA1-1BAA1C24-1C371CD0-1CD21CD4-1CE81CED1CF21DC0-1DE61DFD-1DFF20D0-20F02CEF-2CF12DE0-2DFF302A-302F3099309AA66F-A672A67CA67DA6F0A6F1A802A806A80BA823-A827A880A881A8B4-A8C4A8E0-A8F1A926-A92DA947-A953A980-A983A9B3-A9C0AA29-AA36AA43AA4CAA4DAA7BAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1ABE3-ABEAABECABEDFB1EFE00-FE0FFE20-FE26",Mn:"0300-036F0483-04870591-05BD05BF05C105C205C405C505C70610-061A064B-065E067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0900-0902093C0941-0948094D0951-095509620963098109BC09C1-09C409CD09E209E30A010A020A3C0A410A420A470A480A4B-0A4D0A510A700A710A750A810A820ABC0AC1-0AC50AC70AC80ACD0AE20AE30B010B3C0B3F0B41-0B440B4D0B560B620B630B820BC00BCD0C3E-0C400C46-0C480C4A-0C4D0C550C560C620C630CBC0CBF0CC60CCC0CCD0CE20CE30D41-0D440D4D0D620D630DCA0DD2-0DD40DD60E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F71-0F7E0F80-0F840F860F870F90-0F970F99-0FBC0FC6102D-10301032-10371039103A103D103E10581059105E-10601071-1074108210851086108D109D135F1712-17141732-1734175217531772177317B7-17BD17C617C9-17D317DD180B-180D18A91920-19221927192819321939-193B1A171A181A561A58-1A5E1A601A621A65-1A6C1A73-1A7C1A7F1B00-1B031B341B36-1B3A1B3C1B421B6B-1B731B801B811BA2-1BA51BA81BA91C2C-1C331C361C371CD0-1CD21CD4-1CE01CE2-1CE81CED1DC0-1DE61DFD-1DFF20D0-20DC20E120E5-20F02CEF-2CF12DE0-2DFF302A-302F3099309AA66FA67CA67DA6F0A6F1A802A806A80BA825A826A8C4A8E0-A8F1A926-A92DA947-A951A980-A982A9B3A9B6-A9B9A9BCAA29-AA2EAA31AA32AA35AA36AA43AA4CAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1ABE5ABE8ABEDFB1EFE00-FE0FFE20-FE26",Mc:"0903093E-09400949-094C094E0982098309BE-09C009C709C809CB09CC09D70A030A3E-0A400A830ABE-0AC00AC90ACB0ACC0B020B030B3E0B400B470B480B4B0B4C0B570BBE0BBF0BC10BC20BC6-0BC80BCA-0BCC0BD70C01-0C030C41-0C440C820C830CBE0CC0-0CC40CC70CC80CCA0CCB0CD50CD60D020D030D3E-0D400D46-0D480D4A-0D4C0D570D820D830DCF-0DD10DD8-0DDF0DF20DF30F3E0F3F0F7F102B102C10311038103B103C105610571062-10641067-106D108310841087-108C108F109A-109C17B617BE-17C517C717C81923-19261929-192B193019311933-193819B0-19C019C819C91A19-1A1B1A551A571A611A631A641A6D-1A721B041B351B3B1B3D-1B411B431B441B821BA11BA61BA71BAA1C24-1C2B1C341C351CE11CF2A823A824A827A880A881A8B4-A8C3A952A953A983A9B4A9B5A9BAA9BBA9BD-A9C0AA2FAA30AA33AA34AA4DAA7BABE3ABE4ABE6ABE7ABE9ABEAABEC",Me:"0488048906DE20DD-20E020E2-20E4A670-A672",N:"0030-003900B200B300B900BC-00BE0660-066906F0-06F907C0-07C90966-096F09E6-09EF09F4-09F90A66-0A6F0AE6-0AEF0B66-0B6F0BE6-0BF20C66-0C6F0C78-0C7E0CE6-0CEF0D66-0D750E50-0E590ED0-0ED90F20-0F331040-10491090-10991369-137C16EE-16F017E0-17E917F0-17F91810-18191946-194F19D0-19DA1A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C5920702074-20792080-20892150-21822185-21892460-249B24EA-24FF2776-27932CFD30073021-30293038-303A3192-31953220-32293251-325F3280-328932B1-32BFA620-A629A6E6-A6EFA830-A835A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19",Nd:"0030-00390660-066906F0-06F907C0-07C90966-096F09E6-09EF0A66-0A6F0AE6-0AEF0B66-0B6F0BE6-0BEF0C66-0C6F0CE6-0CEF0D66-0D6F0E50-0E590ED0-0ED90F20-0F291040-10491090-109917E0-17E91810-18191946-194F19D0-19DA1A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C59A620-A629A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19",Nl:"16EE-16F02160-21822185-218830073021-30293038-303AA6E6-A6EF",No:"00B200B300B900BC-00BE09F4-09F90BF0-0BF20C78-0C7E0D70-0D750F2A-0F331369-137C17F0-17F920702074-20792080-20892150-215F21892460-249B24EA-24FF2776-27932CFD3192-31953220-32293251-325F3280-328932B1-32BFA830-A835",P:"0021-00230025-002A002C-002F003A003B003F0040005B-005D005F007B007D00A100AB00B700BB00BF037E0387055A-055F0589058A05BE05C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E0964096509700DF40E4F0E5A0E5B0F04-0F120F3A-0F3D0F850FD0-0FD4104A-104F10FB1361-13681400166D166E169B169C16EB-16ED1735173617D4-17D617D8-17DA1800-180A1944194519DE19DF1A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601C3B-1C3F1C7E1C7F1CD32010-20272030-20432045-20512053-205E207D207E208D208E2329232A2768-277527C527C627E6-27EF2983-299829D8-29DB29FC29FD2CF9-2CFC2CFE2CFF2E00-2E2E2E302E313001-30033008-30113014-301F3030303D30A030FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFABEBFD3EFD3FFE10-FE19FE30-FE52FE54-FE61FE63FE68FE6AFE6BFF01-FF03FF05-FF0AFF0C-FF0FFF1AFF1BFF1FFF20FF3B-FF3DFF3FFF5BFF5DFF5F-FF65",Pd:"002D058A05BE140018062010-20152E172E1A301C303030A0FE31FE32FE58FE63FF0D",Ps:"0028005B007B0F3A0F3C169B201A201E2045207D208D23292768276A276C276E27702772277427C527E627E827EA27EC27EE2983298529872989298B298D298F299129932995299729D829DA29FC2E222E242E262E283008300A300C300E3010301430163018301A301DFD3EFE17FE35FE37FE39FE3BFE3DFE3FFE41FE43FE47FE59FE5BFE5DFF08FF3BFF5BFF5FFF62",Pe:"0029005D007D0F3B0F3D169C2046207E208E232A2769276B276D276F27712773277527C627E727E927EB27ED27EF298429862988298A298C298E2990299229942996299829D929DB29FD2E232E252E272E293009300B300D300F3011301530173019301B301E301FFD3FFE18FE36FE38FE3AFE3CFE3EFE40FE42FE44FE48FE5AFE5CFE5EFF09FF3DFF5DFF60FF63",Pi:"00AB2018201B201C201F20392E022E042E092E0C2E1C2E20",Pf:"00BB2019201D203A2E032E052E0A2E0D2E1D2E21",Pc:"005F203F20402054FE33FE34FE4D-FE4FFF3F",Po:"0021-00230025-0027002A002C002E002F003A003B003F0040005C00A100B700BF037E0387055A-055F058905C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E0964096509700DF40E4F0E5A0E5B0F04-0F120F850FD0-0FD4104A-104F10FB1361-1368166D166E16EB-16ED1735173617D4-17D617D8-17DA1800-18051807-180A1944194519DE19DF1A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601C3B-1C3F1C7E1C7F1CD3201620172020-20272030-2038203B-203E2041-20432047-205120532055-205E2CF9-2CFC2CFE2CFF2E002E012E06-2E082E0B2E0E-2E162E182E192E1B2E1E2E1F2E2A-2E2E2E302E313001-3003303D30FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFABEBFE10-FE16FE19FE30FE45FE46FE49-FE4CFE50-FE52FE54-FE57FE5F-FE61FE68FE6AFE6BFF01-FF03FF05-FF07FF0AFF0CFF0EFF0FFF1AFF1BFF1FFF20FF3CFF61FF64FF65",S:"0024002B003C-003E005E0060007C007E00A2-00A900AC00AE-00B100B400B600B800D700F702C2-02C502D2-02DF02E5-02EB02ED02EF-02FF03750384038503F604820606-0608060B060E060F06E906FD06FE07F609F209F309FA09FB0AF10B700BF3-0BFA0C7F0CF10CF20D790E3F0F01-0F030F13-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F13601390-139917DB194019E0-19FF1B61-1B6A1B74-1B7C1FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE20442052207A-207C208A-208C20A0-20B8210021012103-21062108210921142116-2118211E-2123212521272129212E213A213B2140-2144214A-214D214F2190-2328232B-23E82400-24262440-244A249C-24E92500-26CD26CF-26E126E326E8-26FF2701-27042706-2709270C-27272729-274B274D274F-27522756-275E2761-276727942798-27AF27B1-27BE27C0-27C427C7-27CA27CC27D0-27E527F0-29822999-29D729DC-29FB29FE-2B4C2B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F309B309C319031913196-319F31C0-31E33200-321E322A-32503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A700-A716A720A721A789A78AA828-A82BA836-A839AA77-AA79FB29FDFCFDFDFE62FE64-FE66FE69FF04FF0BFF1C-FF1EFF3EFF40FF5CFF5EFFE0-FFE6FFE8-FFEEFFFCFFFD",Sm:"002B003C-003E007C007E00AC00B100D700F703F60606-060820442052207A-207C208A-208C2140-2144214B2190-2194219A219B21A021A321A621AE21CE21CF21D221D421F4-22FF2308-230B23202321237C239B-23B323DC-23E125B725C125F8-25FF266F27C0-27C427C7-27CA27CC27D0-27E527F0-27FF2900-29822999-29D729DC-29FB29FE-2AFF2B30-2B442B47-2B4CFB29FE62FE64-FE66FF0BFF1C-FF1EFF5CFF5EFFE2FFE9-FFEC",Sc:"002400A2-00A5060B09F209F309FB0AF10BF90E3F17DB20A0-20B8A838FDFCFE69FF04FFE0FFE1FFE5FFE6",Sk:"005E006000A800AF00B400B802C2-02C502D2-02DF02E5-02EB02ED02EF-02FF0375038403851FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE309B309CA700-A716A720A721A789A78AFF3EFF40FFE3",So:"00A600A700A900AE00B000B60482060E060F06E906FD06FE07F609FA0B700BF3-0BF80BFA0C7F0CF10CF20D790F01-0F030F13-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F13601390-1399194019E0-19FF1B61-1B6A1B74-1B7C210021012103-21062108210921142116-2118211E-2123212521272129212E213A213B214A214C214D214F2195-2199219C-219F21A121A221A421A521A7-21AD21AF-21CD21D021D121D321D5-21F32300-2307230C-231F2322-2328232B-237B237D-239A23B4-23DB23E2-23E82400-24262440-244A249C-24E92500-25B625B8-25C025C2-25F72600-266E2670-26CD26CF-26E126E326E8-26FF2701-27042706-2709270C-27272729-274B274D274F-27522756-275E2761-276727942798-27AF27B1-27BE2800-28FF2B00-2B2F2B452B462B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F319031913196-319F31C0-31E33200-321E322A-32503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A828-A82BA836A837A839AA77-AA79FDFDFFE4FFE8FFEDFFEEFFFCFFFD",Z:"002000A01680180E2000-200A20282029202F205F3000",Zs:"002000A01680180E2000-200A202F205F3000",Zl:"2028",Zp:"2029",C:"0000-001F007F-009F00AD03780379037F-0383038B038D03A20526-05300557055805600588058B-059005C8-05CF05EB-05EF05F5-0605061C061D0620065F06DD070E070F074B074C07B2-07BF07FB-07FF082E082F083F-08FF093A093B094F095609570973-097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF00AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B72-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D290D3A-0D3C0D450D490D4E-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EDE-0EFF0F480F6D-0F700F8C-0F8F0F980FBD0FCD0FD9-0FFF10C6-10CF10FD-10FF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B-135E137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17B417B517DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BAB-1BAD1BBA-1BFF1C38-1C3A1C4A-1C4C1C80-1CCF1CF3-1CFF1DE7-1DFC1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF200B-200F202A-202E2060-206F20722073208F2095-209F20B9-20CF20F1-20FF218A-218F23E9-23FF2427-243F244B-245F26CE26E226E4-26E727002705270A270B2728274C274E2753-2755275F27602795-279727B027BF27CB27CD-27CF2B4D-2B4F2B5A-2BFF2C2F2C5F2CF2-2CF82D26-2D2F2D66-2D6E2D70-2D7F2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E32-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31B8-31BF31E4-31EF321F32FF4DB6-4DBF9FCC-9FFFA48D-A48FA4C7-A4CFA62C-A63FA660A661A674-A67BA698-A69FA6F8-A6FFA78D-A7FAA82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAE0-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-F8FFFA2EFA2FFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBB2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFD-FF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFFBFFFEFFFF",Cc:"0000-001F007F-009F",Cf:"00AD0600-060306DD070F17B417B5200B-200F202A-202E2060-2064206A-206FFEFFFFF9-FFFB",Co:"E000-F8FF",Cs:"D800-DFFF",Cn:"03780379037F-0383038B038D03A20526-05300557055805600588058B-059005C8-05CF05EB-05EF05F5-05FF06040605061C061D0620065F070E074B074C07B2-07BF07FB-07FF082E082F083F-08FF093A093B094F095609570973-097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF00AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B72-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D290D3A-0D3C0D450D490D4E-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EDE-0EFF0F480F6D-0F700F8C-0F8F0F980FBD0FCD0FD9-0FFF10C6-10CF10FD-10FF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B-135E137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BAB-1BAD1BBA-1BFF1C38-1C3A1C4A-1C4C1C80-1CCF1CF3-1CFF1DE7-1DFC1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF2065-206920722073208F2095-209F20B9-20CF20F1-20FF218A-218F23E9-23FF2427-243F244B-245F26CE26E226E4-26E727002705270A270B2728274C274E2753-2755275F27602795-279727B027BF27CB27CD-27CF2B4D-2B4F2B5A-2BFF2C2F2C5F2CF2-2CF82D26-2D2F2D66-2D6E2D70-2D7F2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E32-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31B8-31BF31E4-31EF321F32FF4DB6-4DBF9FCC-9FFFA48D-A48FA4C7-A4CFA62C-A63FA660A661A674-A67BA698-A69FA6F8-A6FFA78D-A7FAA82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAE0-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-D7FFFA2EFA2FFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBB2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFDFEFEFF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFF8FFFEFFFF"})})),ace.define("ace/token_iterator",["require","exports","module"],(function(e,t,i){var r=function(e,t,i){this.$session=e,this.$row=t,this.$rowTokens=e.getTokens(t);var r=e.getTokenAt(t,i);this.$tokenIndex=r?r.index:-1};(function(){this.stepBackward=function(){for(this.$tokenIndex-=1;this.$tokenIndex<0;){if(this.$row-=1,this.$row<0)return this.$row=0,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=this.$rowTokens.length-1}return this.$rowTokens[this.$tokenIndex]},this.stepForward=function(){var e;for(this.$tokenIndex+=1;this.$tokenIndex>=this.$rowTokens.length;){if(this.$row+=1,e||(e=this.$session.getLength()),this.$row>=e)return this.$row=e-1,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=0}return this.$rowTokens[this.$tokenIndex]},this.getCurrentToken=function(){return this.$rowTokens[this.$tokenIndex]},this.getCurrentTokenRow=function(){return this.$row},this.getCurrentTokenColumn=function(){var e=this.$rowTokens,t=this.$tokenIndex,i=e[t].start;if(void 0!==i)return i;for(i=0;t>0;)i+=e[t-=1].value.length;return i},this.getCurrentTokenPosition=function(){return{row:this.$row,column:this.getCurrentTokenColumn()}}}).call(r.prototype),t.TokenIterator=r})),ace.define("ace/mode/text",["require","exports","module","ace/tokenizer","ace/mode/text_highlight_rules","ace/mode/behaviour","ace/unicode","ace/lib/lang","ace/token_iterator","ace/range"],(function(e,t,i){var r=e("../tokenizer").Tokenizer,o=e("./text_highlight_rules").TextHighlightRules,n=e("./behaviour").Behaviour,s=e("../unicode"),a=e("../lib/lang"),l=e("../token_iterator").TokenIterator,c=e("../range").Range,d=function(){this.HighlightRules=o,this.$behaviour=new n};(function(){this.tokenRe=new RegExp("^["+s.packages.L+s.packages.Mn+s.packages.Mc+s.packages.Nd+s.packages.Pc+"\\$_]+","g"),this.nonTokenRe=new RegExp("^(?:[^"+s.packages.L+s.packages.Mn+s.packages.Mc+s.packages.Nd+s.packages.Pc+"\\$_]|\\s])+","g"),this.getTokenizer=function(){return this.$tokenizer||(this.$highlightRules=this.$highlightRules||new this.HighlightRules,this.$tokenizer=new r(this.$highlightRules.getRules())),this.$tokenizer},this.lineCommentStart="",this.blockComment="",this.toggleCommentLines=function(e,t,i,r){var o=t.doc,n=!0,s=!0,l=1/0,c=t.getTabSize(),d=!1;if(this.lineCommentStart){Array.isArray(this.lineCommentStart)?(m=this.lineCommentStart.map(a.escapeRegExp).join("|"),f=this.lineCommentStart[0]):(m=a.escapeRegExp(this.lineCommentStart),f=this.lineCommentStart),m=new RegExp("^(\\s*)(?:"+m+") ?"),d=t.getUseSoftTabs(),y=function(e,t){var i=e.match(m);if(i){var r=i[1].length,n=i[0].length;u(e,r,n)||" "!=i[0][n-1]||n--,o.removeInLine(t,r,n)}};var h=f+" ",u=(g=function(e,t){n&&!/\S/.test(e)||(u(e,l,l)?o.insertInLine({row:t,column:l},h):o.insertInLine({row:t,column:l},f))},C=function(e,t){return m.test(e)},function(e,t,i){for(var r=0;t--&&" "==e.charAt(t);)r++;if(r%c!=0)return!1;for(r=0;" "==e.charAt(i++);)r++;return c>2?r%c!=c-1:r%c==0})}else{if(!this.blockComment)return!1;var f=this.blockComment.start,p=this.blockComment.end,m=new RegExp("^(\\s*)(?:"+a.escapeRegExp(f)+")"),A=new RegExp("(?:"+a.escapeRegExp(p)+")\\s*$"),g=function(e,t){C(e,t)||n&&!/\S/.test(e)||(o.insertInLine({row:t,column:e.length},p),o.insertInLine({row:t,column:l},f))},y=function(e,t){var i;(i=e.match(A))&&o.removeInLine(t,e.length-i[0].length,e.length),(i=e.match(m))&&o.removeInLine(t,i[1].length,i[0].length)},C=function(e,i){if(m.test(e))return!0;for(var r=t.getTokens(i),o=0;o<r.length;o++)if("comment"===r[o].type)return!0}}function D(e){for(var t=i;t<=r;t++)e(o.getLine(t),t)}var v=1/0;D((function(e,t){var i=e.search(/\S/);-1!==i?(i<l&&(l=i),s&&!C(e,t)&&(s=!1)):v>e.length&&(v=e.length)})),l==1/0&&(l=v,n=!1,s=!1),d&&l%c!=0&&(l=Math.floor(l/c)*c),D(s?y:g)},this.toggleBlockComment=function(e,t,i,r){var o=this.blockComment;if(o){!o.start&&o[0]&&(o=o[0]);var n=(m=new l(t,r.row,r.column)).getCurrentToken();t.selection;var s,a,d=t.selection.toOrientedRange();if(n&&/comment/.test(n.type)){for(var h,u;n&&/comment/.test(n.type);){if(-1!=(A=n.value.indexOf(o.start))){var f=m.getCurrentTokenRow(),p=m.getCurrentTokenColumn()+A;h=new c(f,p,f,p+o.start.length);break}n=m.stepBackward()}var m;for(n=(m=new l(t,r.row,r.column)).getCurrentToken();n&&/comment/.test(n.type);){var A;if(-1!=(A=n.value.indexOf(o.end))){f=m.getCurrentTokenRow(),p=m.getCurrentTokenColumn()+A,u=new c(f,p,f,p+o.end.length);break}n=m.stepForward()}u&&t.remove(u),h&&(t.remove(h),s=h.start.row,a=-o.start.length)}else a=o.start.length,s=i.start.row,t.insert(i.end,o.end),t.insert(i.start,o.start);d.start.row==s&&(d.start.column+=a),d.end.row==s&&(d.end.column+=a),t.selection.fromOrientedRange(d)}},this.getNextLineIndent=function(e,t,i){return this.$getIndent(t)},this.checkOutdent=function(e,t,i){return!1},this.autoOutdent=function(e,t,i){},this.$getIndent=function(e){return e.match(/^\s*/)[0]},this.createWorker=function(e){return null},this.createModeDelegates=function(e){for(var t in this.$embeds=[],this.$modes={},e)e[t]&&(this.$embeds.push(t),this.$modes[t]=new e[t]);var i=["toggleBlockComment","toggleCommentLines","getNextLineIndent","checkOutdent","autoOutdent","transformAction","getCompletions"];for(t=0;t<i.length;t++)!function(e){var r=i[t],o=e[r];e[i[t]]=function(){return this.$delegator(r,arguments,o)}}(this)},this.$delegator=function(e,t,i){var r=t[0];"string"!=typeof r&&(r=r[0]);for(var o=0;o<this.$embeds.length;o++)if(this.$modes[this.$embeds[o]]){var n=r.split(this.$embeds[o]);if(!n[0]&&n[1]){t[0]=n[1];var s=this.$modes[this.$embeds[o]];return s[e].apply(s,t)}}var a=i.apply(this,t);return i?a:void 0},this.transformAction=function(e,t,i,r,o){if(this.$behaviour){var n=this.$behaviour.getBehaviours();for(var s in n)if(n[s][t]){var a=n[s][t].apply(this,arguments);if(a)return a}}},this.getKeywords=function(e){if(!this.completionKeywords){var t=this.$tokenizer.rules,i=[];for(var r in t)for(var o=t[r],n=0,s=o.length;n<s;n++)if("string"==typeof o[n].token)/keyword|support|storage/.test(o[n].token)&&i.push(o[n].regex);else if("object"===_typeof(o[n].token))for(var a=0,l=o[n].token.length;a<l;a++)/keyword|support|storage/.test(o[n].token[a])&&(r=o[n].regex.match(/\(.+?\)/g)[a],i.push(r.substr(1,r.length-2)));this.completionKeywords=i}return e?i.concat(this.$keywordList||[]):this.$keywordList},this.$createKeywordList=function(){return this.$highlightRules||this.getTokenizer(),this.$keywordList=this.$highlightRules.$keywordList||[]},this.getCompletions=function(e,t,i,r){return(this.$keywordList||this.$createKeywordList()).map((function(e){return{name:e,value:e,score:0,meta:"keyword"}}))},this.$id="ace/mode/text"}).call(d.prototype),t.Mode=d})),ace.define("ace/apply_delta",["require","exports","module"],(function(e,t,i){t.applyDelta=function(e,t,i){var r=t.start.row,o=t.start.column,n=e[r]||"";switch(t.action){case"insert":if(1===t.lines.length)e[r]=n.substring(0,o)+t.lines[0]+n.substring(o);else{var s=[r,1].concat(t.lines);e.splice.apply(e,s),e[r]=n.substring(0,o)+e[r],e[r+t.lines.length-1]+=n.substring(o)}break;case"remove":var a=t.end.column,l=t.end.row;r===l?e[r]=n.substring(0,o)+n.substring(a):e.splice(r,l-r+1,n.substring(0,o)+e[l].substring(a))}}})),ace.define("ace/anchor",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,i){var r=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=t.Anchor=function(e,t,i){this.$onChange=this.onChange.bind(this),this.attach(e),void 0===i?this.setPosition(t.row,t.column):this.setPosition(t,i)};(function(){function e(e,t,i){var r=i?e.column<=t.column:e.column<t.column;return e.row<t.row||e.row==t.row&&r}r.implement(this,o),this.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},this.getDocument=function(){return this.document},this.$insertRight=!1,this.onChange=function(t){if(!(t.start.row==t.end.row&&t.start.row!=this.row||t.start.row>this.row)){var i=function(t,i,r){var o="insert"==t.action,n=(o?1:-1)*(t.end.row-t.start.row),s=(o?1:-1)*(t.end.column-t.start.column),a=t.start,l=o?a:t.end;return e(i,a,r)?{row:i.row,column:i.column}:e(l,i,!r)?{row:i.row+n,column:i.column+(i.row==l.row?s:0)}:{row:a.row,column:a.column}}(t,{row:this.row,column:this.column},this.$insertRight);this.setPosition(i.row,i.column,!0)}},this.setPosition=function(e,t,i){var r;if(r=i?{row:e,column:t}:this.$clipPositionToDocument(e,t),this.row!=r.row||this.column!=r.column){var o={row:this.row,column:this.column};this.row=r.row,this.column=r.column,this._signal("change",{old:o,value:r})}},this.detach=function(){this.document.removeEventListener("change",this.$onChange)},this.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},this.$clipPositionToDocument=function(e,t){var i={};return e>=this.document.getLength()?(i.row=Math.max(0,this.document.getLength()-1),i.column=this.document.getLine(i.row).length):e<0?(i.row=0,i.column=0):(i.row=e,i.column=Math.min(this.document.getLine(i.row).length,Math.max(0,t))),t<0&&(i.column=0),i}}).call(n.prototype)})),ace.define("ace/document",["require","exports","module","ace/lib/oop","ace/apply_delta","ace/lib/event_emitter","ace/range","ace/anchor"],(function(e,t,i){var r=e("./lib/oop"),o=e("./apply_delta").applyDelta,n=e("./lib/event_emitter").EventEmitter,s=e("./range").Range,a=e("./anchor").Anchor,l=function(e){this.$lines=[""],0===e.length?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)};(function(){r.implement(this,n),this.setValue=function(e){var t=this.getLength()-1;this.remove(new s(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e)},this.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},this.createAnchor=function(e,t){return new a(this,e,t)},0==="aaa".split(/a/).length?this.$split=function(e){return e.replace(/\r\n|\r/g,"\n").split("\n")}:this.$split=function(e){return e.split(/\r\n|\r|\n/)},this.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},this.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},this.$autoNewLine="",this.$newLineMode="auto",this.setNewLineMode=function(e){this.$newLineMode!==e&&(this.$newLineMode=e,this._signal("changeNewLineMode"))},this.getNewLineMode=function(){return this.$newLineMode},this.isNewLine=function(e){return"\r\n"==e||"\r"==e||"\n"==e},this.getLine=function(e){return this.$lines[e]||""},this.getLines=function(e,t){return this.$lines.slice(e,t+1)},this.getAllLines=function(){return this.getLines(0,this.getLength())},this.getLength=function(){return this.$lines.length},this.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},this.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{(t=this.getLines(e.start.row,e.end.row))[0]=(t[0]||"").substring(e.start.column);var i=t.length-1;e.end.row-e.start.row==i&&(t[i]=t[i].substring(0,e.end.column))}return t},this.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},this.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},this.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},this.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},this.insertInLine=function(e,t){var i=this.clippedPos(e.row,e.column),r=this.pos(e.row,e.column+t.length);return this.applyDelta({start:i,end:r,action:"insert",lines:[t]},!0),this.clonePos(r)},this.clippedPos=function(e,t){var i=this.getLength();void 0===e?e=i:e<0?e=0:e>=i&&(e=i-1,t=void 0);var r=this.getLine(e);return null==t&&(t=r.length),{row:e,column:t=Math.min(Math.max(t,0),r.length)}},this.clonePos=function(e){return{row:e.row,column:e.column}},this.pos=function(e,t){return{row:e,column:t}},this.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},this.insertFullLines=function(e,t){var i=0;(e=Math.min(Math.max(e,0),this.getLength()))<this.getLength()?(t=t.concat([""]),i=0):(t=[""].concat(t),e--,i=this.$lines[e].length),this.insertMergedLines({row:e,column:i},t)},this.insertMergedLines=function(e,t){var i=this.clippedPos(e.row,e.column),r={row:i.row+t.length-1,column:(1==t.length?i.column:0)+t[t.length-1].length};return this.applyDelta({start:i,end:r,action:"insert",lines:t}),this.clonePos(r)},this.remove=function(e){var t=this.clippedPos(e.start.row,e.start.column),i=this.clippedPos(e.end.row,e.end.column);return this.applyDelta({start:t,end:i,action:"remove",lines:this.getLinesForRange({start:t,end:i})}),this.clonePos(t)},this.removeInLine=function(e,t,i){var r=this.clippedPos(e,t),o=this.clippedPos(e,i);return this.applyDelta({start:r,end:o,action:"remove",lines:this.getLinesForRange({start:r,end:o})},!0),this.clonePos(r)},this.removeFullLines=function(e,t){e=Math.min(Math.max(0,e),this.getLength()-1);var i=(t=Math.min(Math.max(0,t),this.getLength()-1))==this.getLength()-1&&e>0,r=t<this.getLength()-1,o=i?e-1:e,n=i?this.getLine(o).length:0,a=r?t+1:t,l=r?0:this.getLine(a).length,c=new s(o,n,a,l),d=this.$lines.slice(e,t+1);return this.applyDelta({start:c.start,end:c.end,action:"remove",lines:this.getLinesForRange(c)}),d},this.removeNewLine=function(e){e<this.getLength()-1&&e>=0&&this.applyDelta({start:this.pos(e,this.getLine(e).length),end:this.pos(e+1,0),action:"remove",lines:["",""]})},this.replace=function(e,t){return e instanceof s||(e=s.fromPoints(e.start,e.end)),0===t.length&&e.isEmpty()?e.start:t==this.getTextRange(e)?e.end:(this.remove(e),t?this.insert(e.start,t):e.start)},this.applyDeltas=function(e){for(var t=0;t<e.length;t++)this.applyDelta(e[t])},this.revertDeltas=function(e){for(var t=e.length-1;t>=0;t--)this.revertDelta(e[t])},this.applyDelta=function(e,t){var i="insert"==e.action;(i?e.lines.length<=1&&!e.lines[0]:!s.comparePoints(e.start,e.end))||(i&&e.lines.length>2e4&&this.$splitAndapplyLargeDelta(e,2e4),o(this.$lines,e,t),this._signal("change",e))},this.$splitAndapplyLargeDelta=function(e,t){for(var i=e.lines,r=i.length,o=e.start.row,n=e.start.column,s=0,a=0;;){s=a,a+=t-1;var l=i.slice(s,a);if(a>r){e.lines=l,e.start.row=o+s,e.start.column=n;break}l.push(""),this.applyDelta({start:this.pos(o+s,n),end:this.pos(o+a,n=0),action:e.action,lines:l},!0)}},this.revertDelta=function(e){this.applyDelta({start:this.clonePos(e.start),end:this.clonePos(e.end),action:"insert"==e.action?"remove":"insert",lines:e.lines.slice()})},this.indexToPosition=function(e,t){for(var i=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,o=t||0,n=i.length;o<n;o++)if((e-=i[o].length+r)<0)return{row:o,column:e+i[o].length+r};return{row:n-1,column:i[n-1].length}},this.positionToIndex=function(e,t){for(var i=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,o=0,n=Math.min(e.row,i.length),s=t||0;s<n;++s)o+=i[s].length+r;return o+e.column}}).call(l.prototype),t.Document=l})),ace.define("ace/background_tokenizer",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,i){var r=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(e,t){this.running=!1,this.lines=[],this.states=[],this.currentLine=0,this.tokenizer=e;var i=this;this.$worker=function(){if(i.running){for(var e=new Date,t=i.currentLine,r=-1,o=i.doc,n=t;i.lines[t];)t++;var s=o.getLength(),a=0;for(i.running=!1;t<s;){i.$tokenizeRow(t),r=t;do{t++}while(i.lines[t]);if(++a%5==0&&new Date-e>20){i.running=setTimeout(i.$worker,20);break}}i.currentLine=t,n<=r&&i.fireUpdateEvent(n,r)}}};(function(){r.implement(this,o),this.setTokenizer=function(e){this.tokenizer=e,this.lines=[],this.states=[],this.start(0)},this.setDocument=function(e){this.doc=e,this.lines=[],this.states=[],this.stop()},this.fireUpdateEvent=function(e,t){var i={first:e,last:t};this._signal("update",{data:i})},this.start=function(e){this.currentLine=Math.min(e||0,this.currentLine,this.doc.getLength()),this.lines.splice(this.currentLine,this.lines.length),this.states.splice(this.currentLine,this.states.length),this.stop(),this.running=setTimeout(this.$worker,700)},this.scheduleStart=function(){this.running||(this.running=setTimeout(this.$worker,700))},this.$updateOnChange=function(e){var t=e.start.row,i=e.end.row-t;if(0===i)this.lines[t]=null;else if("remove"==e.action)this.lines.splice(t,i+1,null),this.states.splice(t,i+1,null);else{var r=Array(i+1);r.unshift(t,1),this.lines.splice.apply(this.lines,r),this.states.splice.apply(this.states,r)}this.currentLine=Math.min(t,this.currentLine,this.doc.getLength()),this.stop()},this.stop=function(){this.running&&clearTimeout(this.running),this.running=!1},this.getTokens=function(e){return this.lines[e]||this.$tokenizeRow(e)},this.getState=function(e){return this.currentLine==e&&this.$tokenizeRow(e),this.states[e]||"start"},this.$tokenizeRow=function(e){var t=this.doc.getLine(e),i=this.states[e-1],r=this.tokenizer.getLineTokens(t,i,e);return this.states[e]+""!=r.state+""?(this.states[e]=r.state,this.lines[e+1]=null,this.currentLine>e+1&&(this.currentLine=e+1)):this.currentLine==e&&(this.currentLine=e+1),this.lines[e]=r.tokens}}).call(n.prototype),t.BackgroundTokenizer=n})),ace.define("ace/search_highlight",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/range"],(function(e,t,i){var r=e("./lib/lang");e("./lib/oop");var o=e("./range").Range,n=function(e,t,i){this.setRegexp(e),this.clazz=t,this.type=i||"text"};(function(){this.MAX_RANGES=500,this.setRegexp=function(e){this.regExp+""!=e+""&&(this.regExp=e,this.cache=[])},this.update=function(e,t,i,n){if(this.regExp)for(var s=n.firstRow,a=n.lastRow,l=s;l<=a;l++){var c=this.cache[l];null==c&&((c=r.getMatchOffsets(i.getLine(l),this.regExp)).length>this.MAX_RANGES&&(c=c.slice(0,this.MAX_RANGES)),c=c.map((function(e){return new o(l,e.offset,l,e.offset+e.length)})),this.cache[l]=c.length?c:"");for(var d=c.length;d--;)t.drawSingleLineMarker(e,c[d].toScreenRange(i),this.clazz,n)}}}).call(n.prototype),t.SearchHighlight=n})),ace.define("ace/edit_session/fold_line",["require","exports","module","ace/range"],(function(e,t,i){var r=e("../range").Range;function o(e,t){this.foldData=e,Array.isArray(t)?this.folds=t:t=this.folds=[t];var i=t[t.length-1];this.range=new r(t[0].start.row,t[0].start.column,i.end.row,i.end.column),this.start=this.range.start,this.end=this.range.end,this.folds.forEach((function(e){e.setFoldLine(this)}),this)}(function(){this.shiftRow=function(e){this.start.row+=e,this.end.row+=e,this.folds.forEach((function(t){t.start.row+=e,t.end.row+=e}))},this.addFold=function(e){if(e.sameRow){if(e.start.row<this.startRow||e.endRow>this.endRow)throw new Error("Can't add a fold to this FoldLine as it has no connection");this.folds.push(e),this.folds.sort((function(e,t){return-e.range.compareEnd(t.start.row,t.start.column)})),this.range.compareEnd(e.start.row,e.start.column)>0?(this.end.row=e.end.row,this.end.column=e.end.column):this.range.compareStart(e.end.row,e.end.column)<0&&(this.start.row=e.start.row,this.start.column=e.start.column)}else if(e.start.row==this.end.row)this.folds.push(e),this.end.row=e.end.row,this.end.column=e.end.column;else{if(e.end.row!=this.start.row)throw new Error("Trying to add fold to FoldRow that doesn't have a matching row");this.folds.unshift(e),this.start.row=e.start.row,this.start.column=e.start.column}e.foldLine=this},this.containsRow=function(e){return e>=this.start.row&&e<=this.end.row},this.walk=function(e,t,i){var r,o,n=0,s=this.folds,a=!0;null==t&&(t=this.end.row,i=this.end.column);for(var l=0;l<s.length;l++){if(-1==(o=(r=s[l]).range.compareStart(t,i)))return void e(null,t,i,n,a);if(!e(null,r.start.row,r.start.column,n,a)&&e(r.placeholder,r.start.row,r.start.column,n)||0===o)return;a=!r.sameRow,n=r.end.column}e(null,t,i,n,a)},this.getNextFoldTo=function(e,t){for(var i,r,o=0;o<this.folds.length;o++){if(-1==(r=(i=this.folds[o]).range.compareEnd(e,t)))return{fold:i,kind:"after"};if(0===r)return{fold:i,kind:"inside"}}return null},this.addRemoveChars=function(e,t,i){var r,o,n=this.getNextFoldTo(e,t);if(n)if(r=n.fold,"inside"==n.kind&&r.start.column!=t&&r.start.row!=e)window.console&&window.console.log(e,t,r);else if(r.start.row==e){var s=(o=this.folds).indexOf(r);for(0===s&&(this.start.column+=i);s<o.length;s++){if((r=o[s]).start.column+=i,!r.sameRow)return;r.end.column+=i}this.end.column+=i}},this.split=function(e,t){var i=this.getNextFoldTo(e,t);if(!i||"inside"==i.kind)return null;var r=i.fold,n=this.folds,s=this.foldData,a=n.indexOf(r),l=n[a-1];this.end.row=l.end.row,this.end.column=l.end.column;var c=new o(s,n=n.splice(a,n.length-a));return s.splice(s.indexOf(this)+1,0,c),c},this.merge=function(e){for(var t=e.folds,i=0;i<t.length;i++)this.addFold(t[i]);var r=this.foldData;r.splice(r.indexOf(e),1)},this.toString=function(){var e=[this.range.toString()+": ["];return this.folds.forEach((function(t){e.push(" "+t.toString())})),e.push("]"),e.join("\n")},this.idxToPosition=function(e){for(var t=0,i=0;i<this.folds.length;i++){var r=this.folds[i];if((e-=r.start.column-t)<0)return{row:r.start.row,column:r.start.column+e};if((e-=r.placeholder.length)<0)return r.start;t=r.end.column}return{row:this.end.row,column:this.end.column+e}}}).call(o.prototype),t.FoldLine=o})),ace.define("ace/range_list",["require","exports","module","ace/range"],(function(e,t,i){var r=e("./range").Range.comparePoints,o=function(){this.ranges=[]};(function(){this.comparePoints=r,this.pointIndex=function(e,t,i){for(var o=this.ranges,n=i||0;n<o.length;n++){var s=o[n],a=r(e,s.end);if(!(a>0)){var l=r(e,s.start);return 0===a?t&&0!==l?-n-2:n:l>0||0===l&&!t?n:-n-1}}return-n-1},this.add=function(e){var t=!e.isEmpty(),i=this.pointIndex(e.start,t);i<0&&(i=-i-1);var r=this.pointIndex(e.end,t,i);return r<0?r=-r-1:r++,this.ranges.splice(i,r-i,e)},this.addList=function(e){for(var t=[],i=e.length;i--;)t.push.apply(t,this.add(e[i]));return t},this.substractPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges.splice(t,1)},this.merge=function(){for(var e,t=[],i=this.ranges,o=(i=i.sort((function(e,t){return r(e.start,t.start)})))[0],n=1;n<i.length;n++){e=o,o=i[n];var s=r(e.end,o.start);s<0||(0!=s||e.isEmpty()||o.isEmpty())&&(r(e.end,o.end)<0&&(e.end.row=o.end.row,e.end.column=o.end.column),i.splice(n,1),t.push(o),o=e,n--)}return this.ranges=i,t},this.contains=function(e,t){return this.pointIndex({row:e,column:t})>=0},this.containsPoint=function(e){return this.pointIndex(e)>=0},this.rangeAtPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges[t]},this.clipRows=function(e,t){var i=this.ranges;if(i[0].start.row>t||i[i.length-1].start.row<e)return[];var r=this.pointIndex({row:e,column:0});r<0&&(r=-r-1);var o=this.pointIndex({row:t,column:0},r);o<0&&(o=-o-1);for(var n=[],s=r;s<o;s++)n.push(i[s]);return n},this.removeAll=function(){return this.ranges.splice(0,this.ranges.length)},this.attach=function(e){this.session&&this.detach(),this.session=e,this.onChange=this.$onChange.bind(this),this.session.on("change",this.onChange)},this.detach=function(){this.session&&(this.session.removeListener("change",this.onChange),this.session=null)},this.$onChange=function(e){if("insert"==e.action)var t=e.start,i=e.end;else i=e.start,t=e.end;for(var r=t.row,o=i.row-r,n=-t.column+i.column,s=this.ranges,a=0,l=s.length;a<l;a++)if(!((c=s[a]).end.row<r)){if(c.start.row>r)break;if(c.start.row==r&&c.start.column>=t.column&&(c.start.column==t.column&&this.$insertRight||(c.start.column+=n,c.start.row+=o)),c.end.row==r&&c.end.column>=t.column){if(c.end.column==t.column&&this.$insertRight)continue;c.end.column==t.column&&n>0&&a<l-1&&c.end.column>c.start.column&&c.end.column==s[a+1].start.column&&(c.end.column-=n),c.end.column+=n,c.end.row+=o}}if(0!=o&&a<l)for(;a<l;a++){var c;(c=s[a]).start.row+=o,c.end.row+=o}}}).call(o.prototype),t.RangeList=o})),ace.define("ace/edit_session/fold",["require","exports","module","ace/range","ace/range_list","ace/lib/oop"],(function(e,t,i){e("../range").Range;var r=e("../range_list").RangeList,o=e("../lib/oop"),n=t.Fold=function(e,t){this.foldLine=null,this.placeholder=t,this.range=e,this.start=e.start,this.end=e.end,this.sameRow=e.start.row==e.end.row,this.subFolds=this.ranges=[]};function s(e,t){e.row-=t.row,0==e.row&&(e.column-=t.column)}function a(e,t){0==e.row&&(e.column+=t.column),e.row+=t.row}o.inherits(n,r),function(){this.toString=function(){return'"'+this.placeholder+'" '+this.range.toString()},this.setFoldLine=function(e){this.foldLine=e,this.subFolds.forEach((function(t){t.setFoldLine(e)}))},this.clone=function(){var e=this.range.clone(),t=new n(e,this.placeholder);return this.subFolds.forEach((function(e){t.subFolds.push(e.clone())})),t.collapseChildren=this.collapseChildren,t},this.addSubFold=function(e){if(!this.range.isEqual(e)){if(!this.range.containsRange(e))throw new Error("A fold can't intersect already existing fold"+e.range+this.range);var t,i;t=e,i=this.start,s(t.start,i),s(t.end,i);for(var r=e.start.row,o=e.start.column,n=0,a=-1;n<this.subFolds.length&&1==(a=this.subFolds[n].range.compare(r,o));n++);var l=this.subFolds[n];if(0==a)return l.addSubFold(e);r=e.range.end.row,o=e.range.end.column;var c=n;for(a=-1;c<this.subFolds.length&&1==(a=this.subFolds[c].range.compare(r,o));c++);if(this.subFolds[c],0==a)throw new Error("A fold can't intersect already existing fold"+e.range+this.range);return this.subFolds.splice(n,c-n,e),e.setFoldLine(this.foldLine),e}},this.restoreRange=function(e){return function(e,t){a(e.start,t),a(e.end,t)}(e,this.start)}}.call(n.prototype)})),ace.define("ace/edit_session/folding",["require","exports","module","ace/range","ace/edit_session/fold_line","ace/edit_session/fold","ace/token_iterator"],(function(e,t,i){var r=e("../range").Range,o=e("./fold_line").FoldLine,n=e("./fold").Fold,s=e("../token_iterator").TokenIterator;t.Folding=function(){this.getFoldAt=function(e,t,i){var r=this.getFoldLine(e);if(!r)return null;for(var o=r.folds,n=0;n<o.length;n++){var s=o[n];if(s.range.contains(e,t)){if(1==i&&s.range.isEnd(e,t))continue;if(-1==i&&s.range.isStart(e,t))continue;return s}}},this.getFoldsInRange=function(e){var t=e.start,i=e.end,r=this.$foldData,o=[];t.column+=1,i.column-=1;for(var n=0;n<r.length;n++){var s=r[n].range.compareRange(e);if(2!=s){if(-2==s)break;for(var a=r[n].folds,l=0;l<a.length;l++){var c=a[l];if(-2==(s=c.range.compareRange(e)))break;if(2!=s){if(42==s)break;o.push(c)}}}}return t.column-=1,i.column+=1,o},this.getFoldsInRangeList=function(e){if(Array.isArray(e)){var t=[];e.forEach((function(e){t=t.concat(this.getFoldsInRange(e))}),this)}else t=this.getFoldsInRange(e);return t},this.getAllFolds=function(){for(var e=[],t=this.$foldData,i=0;i<t.length;i++)for(var r=0;r<t[i].folds.length;r++)e.push(t[i].folds[r]);return e},this.getFoldStringAt=function(e,t,i,r){if(!(r=r||this.getFoldLine(e)))return null;for(var o,n,s={end:{column:0}},a=0;a<r.folds.length;a++){var l=(n=r.folds[a]).range.compareEnd(e,t);if(-1==l){o=this.getLine(n.start.row).substring(s.end.column,n.start.column);break}if(0===l)return null;s=n}return o||(o=this.getLine(n.start.row).substring(s.end.column)),-1==i?o.substring(0,t-s.end.column):1==i?o.substring(t-s.end.column):o},this.getFoldLine=function(e,t){var i=this.$foldData,r=0;for(t&&(r=i.indexOf(t)),-1==r&&(r=0);r<i.length;r++){var o=i[r];if(o.start.row<=e&&o.end.row>=e)return o;if(o.end.row>e)return null}return null},this.getNextFoldLine=function(e,t){var i=this.$foldData,r=0;for(t&&(r=i.indexOf(t)),-1==r&&(r=0);r<i.length;r++){var o=i[r];if(o.end.row>=e)return o}return null},this.getFoldedRowCount=function(e,t){for(var i=this.$foldData,r=t-e+1,o=0;o<i.length;o++){var n=i[o],s=n.end.row,a=n.start.row;if(s>=t){a<t&&(a>=e?r-=t-a:r=0);break}s>=e&&(r-=a>=e?s-a:s-e+1)}return r},this.$addFoldLine=function(e){return this.$foldData.push(e),this.$foldData.sort((function(e,t){return e.start.row-t.start.row})),e},this.addFold=function(e,t){var i,r=this.$foldData,s=!1;e instanceof n?i=e:(i=new n(t,e)).collapseChildren=t.collapseChildren,this.$clipRangeToDocument(i.range);var a=i.start.row,l=i.start.column,c=i.end.row,d=i.end.column;if(!(a<c||a==c&&l<=d-2))throw new Error("The range has to be at least 2 characters width");var h=this.getFoldAt(a,l,1),u=this.getFoldAt(c,d,-1);if(h&&u==h)return h.addSubFold(i);h&&!h.range.isStart(a,l)&&this.removeFold(h),u&&!u.range.isEnd(c,d)&&this.removeFold(u);var f=this.getFoldsInRange(i.range);f.length>0&&(this.removeFolds(f),f.forEach((function(e){i.addSubFold(e)})));for(var p=0;p<r.length;p++){var m=r[p];if(c==m.start.row){m.addFold(i),s=!0;break}if(a==m.end.row){if(m.addFold(i),s=!0,!i.sameRow){var A=r[p+1];if(A&&A.start.row==c){m.merge(A);break}}break}if(c<=m.start.row)break}return s||(m=this.$addFoldLine(new o(this.$foldData,i))),this.$useWrapMode?this.$updateWrapData(m.start.row,m.start.row):this.$updateRowLengthCache(m.start.row,m.start.row),this.$modified=!0,this._signal("changeFold",{data:i,action:"add"}),i},this.addFolds=function(e){e.forEach((function(e){this.addFold(e)}),this)},this.removeFold=function(e){var t=e.foldLine,i=t.start.row,r=t.end.row,o=this.$foldData,n=t.folds;if(1==n.length)o.splice(o.indexOf(t),1);else if(t.range.isEnd(e.end.row,e.end.column))n.pop(),t.end.row=n[n.length-1].end.row,t.end.column=n[n.length-1].end.column;else if(t.range.isStart(e.start.row,e.start.column))n.shift(),t.start.row=n[0].start.row,t.start.column=n[0].start.column;else if(e.sameRow)n.splice(n.indexOf(e),1);else{var s=t.split(e.start.row,e.start.column);(n=s.folds).shift(),s.start.row=n[0].start.row,s.start.column=n[0].start.column}this.$updating||(this.$useWrapMode?this.$updateWrapData(i,r):this.$updateRowLengthCache(i,r)),this.$modified=!0,this._signal("changeFold",{data:e,action:"remove"})},this.removeFolds=function(e){for(var t=[],i=0;i<e.length;i++)t.push(e[i]);t.forEach((function(e){this.removeFold(e)}),this),this.$modified=!0},this.expandFold=function(e){this.removeFold(e),e.subFolds.forEach((function(t){e.restoreRange(t),this.addFold(t)}),this),e.collapseChildren>0&&this.foldAll(e.start.row+1,e.end.row,e.collapseChildren-1),e.subFolds=[]},this.expandFolds=function(e){e.forEach((function(e){this.expandFold(e)}),this)},this.unfold=function(e,t){var i,o;if(null==e?(i=new r(0,0,this.getLength(),0),t=!0):i="number"==typeof e?new r(e,0,e,this.getLine(e).length):"row"in e?r.fromPoints(e,e):e,o=this.getFoldsInRangeList(i),t)this.removeFolds(o);else for(var n=o;n.length;)this.expandFolds(n),n=this.getFoldsInRangeList(i);if(o.length)return o},this.isRowFolded=function(e,t){return!!this.getFoldLine(e,t)},this.getRowFoldEnd=function(e,t){var i=this.getFoldLine(e,t);return i?i.end.row:e},this.getRowFoldStart=function(e,t){var i=this.getFoldLine(e,t);return i?i.start.row:e},this.getFoldDisplayLine=function(e,t,i,r,o){null==r&&(r=e.start.row),null==o&&(o=0),null==t&&(t=e.end.row),null==i&&(i=this.getLine(t).length);var n=this.doc,s="";return e.walk((function(e,t,i,a){if(!(t<r)){if(t==r){if(i<o)return;a=Math.max(o,a)}s+=null!=e?e:n.getLine(t).substring(a,i)}}),t,i),s},this.getDisplayLine=function(e,t,i,r){var o,n=this.getFoldLine(e);return n?this.getFoldDisplayLine(n,e,t,i,r):(o=this.doc.getLine(e)).substring(r||0,t||o.length)},this.$cloneFoldData=function(){var e=[];return e=this.$foldData.map((function(t){var i=t.folds.map((function(e){return e.clone()}));return new o(e,i)}))},this.toggleFold=function(e){var t,i,r=this.selection.getRange();if(r.isEmpty()){var o=r.start;if(t=this.getFoldAt(o.row,o.column))return void this.expandFold(t);(i=this.findMatchingBracket(o))?1==r.comparePoint(i)?r.end=i:(r.start=i,r.start.column++,r.end.column--):(i=this.findMatchingBracket({row:o.row,column:o.column+1}))?(1==r.comparePoint(i)?r.end=i:r.start=i,r.start.column++):r=this.getCommentFoldRange(o.row,o.column)||r}else{var n=this.getFoldsInRange(r);if(e&&n.length)return void this.expandFolds(n);1==n.length&&(t=n[0])}if(t||(t=this.getFoldAt(r.start.row,r.start.column)),t&&t.range.toString()==r.toString())this.expandFold(t);else{var s="...";if(!r.isMultiLine()){if((s=this.getTextRange(r)).length<4)return;s=s.trim().substring(0,2)+".."}this.addFold(s,r)}},this.getCommentFoldRange=function(e,t,i){var o=new s(this,e,t),n=o.getCurrentToken();if(n&&/^comment|string/.test(n.type)){var a=new r,l=new RegExp(n.type.replace(/\..*/,"\\."));if(1!=i){do{n=o.stepBackward()}while(n&&l.test(n.type));o.stepForward()}if(a.start.row=o.getCurrentTokenRow(),a.start.column=o.getCurrentTokenColumn()+2,o=new s(this,e,t),-1!=i){do{n=o.stepForward()}while(n&&l.test(n.type));n=o.stepBackward()}else n=o.getCurrentToken();return a.end.row=o.getCurrentTokenRow(),a.end.column=o.getCurrentTokenColumn()+n.value.length-2,a}},this.foldAll=function(e,t,i){null==i&&(i=1e5);var r=this.foldWidgets;if(r){t=t||this.getLength();for(var o=e=e||0;o<t;o++)if(null==r[o]&&(r[o]=this.getFoldWidget(o)),"start"==r[o]){var n=this.getFoldWidgetRange(o);if(n&&n.isMultiLine()&&n.end.row<=t&&n.start.row>=e){o=n.end.row;try{var s=this.addFold("...",n);s&&(s.collapseChildren=i)}catch(e){}}}}},this.$foldStyles={manual:1,markbegin:1,markbeginend:1},this.$foldStyle="markbegin",this.setFoldStyle=function(e){if(!this.$foldStyles[e])throw new Error("invalid fold style: "+e+"["+Object.keys(this.$foldStyles).join(", ")+"]");if(this.$foldStyle!=e){this.$foldStyle=e,"manual"==e&&this.unfold();var t=this.$foldMode;this.$setFolding(null),this.$setFolding(t)}},this.$setFolding=function(e){this.$foldMode!=e&&(this.$foldMode=e,this.off("change",this.$updateFoldWidgets),this.off("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets),this._signal("changeAnnotation"),e&&"manual"!=this.$foldStyle?(this.foldWidgets=[],this.getFoldWidget=e.getFoldWidget.bind(e,this,this.$foldStyle),this.getFoldWidgetRange=e.getFoldWidgetRange.bind(e,this,this.$foldStyle),this.$updateFoldWidgets=this.updateFoldWidgets.bind(this),this.$tokenizerUpdateFoldWidgets=this.tokenizerUpdateFoldWidgets.bind(this),this.on("change",this.$updateFoldWidgets),this.on("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets)):this.foldWidgets=null)},this.getParentFoldRangeData=function(e,t){var i=this.foldWidgets;if(!i||t&&i[e])return{};for(var r,o=e-1;o>=0;){var n=i[o];if(null==n&&(n=i[o]=this.getFoldWidget(o)),"start"==n){var s=this.getFoldWidgetRange(o);if(r||(r=s),s&&s.end.row>=e)break}o--}return{range:-1!==o&&s,firstRange:r}},this.onFoldWidgetClick=function(e,t){var i={children:(t=t.domEvent).shiftKey,all:t.ctrlKey||t.metaKey,siblings:t.altKey};if(!this.$toggleFoldWidget(e,i)){var r=t.target||t.srcElement;r&&/ace_fold-widget/.test(r.className)&&(r.className+=" ace_invalid")}},this.$toggleFoldWidget=function(e,t){if(this.getFoldWidget){var i=this.getFoldWidget(e),r=this.getLine(e),o="end"===i?-1:1,n=this.getFoldAt(e,-1===o?0:r.length,o);if(n)t.children||t.all?this.removeFold(n):this.expandFold(n);else{var s=this.getFoldWidgetRange(e,!0);if(!s||s.isMultiLine()||!(n=this.getFoldAt(s.start.row,s.start.column,1))||!s.isEqual(n.range)){if(t.siblings){var a=this.getParentFoldRangeData(e);if(a.range)var l=a.range.start.row+1,c=a.range.end.row;this.foldAll(l,c,t.all?1e4:0)}else t.children?(c=s?s.end.row:this.getLength(),this.foldAll(e+1,c,t.all?1e4:0)):s&&(t.all&&(s.collapseChildren=1e4),this.addFold("...",s));return s}this.removeFold(n)}}},this.toggleFoldWidget=function(e){var t=this.selection.getCursor().row;t=this.getRowFoldStart(t);var i=this.$toggleFoldWidget(t,{});if(!i){var r=this.getParentFoldRangeData(t,!0);if(i=r.range||r.firstRange){t=i.start.row;var o=this.getFoldAt(t,this.getLine(t).length,1);o?this.removeFold(o):this.addFold("...",i)}}},this.updateFoldWidgets=function(e){var t=e.start.row,i=e.end.row-t;if(0===i)this.foldWidgets[t]=null;else if("remove"==e.action)this.foldWidgets.splice(t,i+1,null);else{var r=Array(i+1);r.unshift(t,1),this.foldWidgets.splice.apply(this.foldWidgets,r)}},this.tokenizerUpdateFoldWidgets=function(e){var t=e.data;t.first!=t.last&&this.foldWidgets.length>t.first&&this.foldWidgets.splice(t.first,this.foldWidgets.length)}}})),ace.define("ace/edit_session/bracket_match",["require","exports","module","ace/token_iterator","ace/range"],(function(e,t,i){var r=e("../token_iterator").TokenIterator,o=e("../range").Range;t.BracketMatch=function(){this.findMatchingBracket=function(e,t){if(0==e.column)return null;var i=t||this.getLine(e.row).charAt(e.column-1);if(""==i)return null;var r=i.match(/([\(\[\{])|([\)\]\}])/);return r?r[1]?this.$findClosingBracket(r[1],e):this.$findOpeningBracket(r[2],e):null},this.getBracketRange=function(e){var t,i=this.getLine(e.row),r=!0,n=i.charAt(e.column-1),s=n&&n.match(/([\(\[\{])|([\)\]\}])/);if(s||(n=i.charAt(e.column),e={row:e.row,column:e.column+1},s=n&&n.match(/([\(\[\{])|([\)\]\}])/),r=!1),!s)return null;if(s[1]){if(!(a=this.$findClosingBracket(s[1],e)))return null;t=o.fromPoints(e,a),r||(t.end.column++,t.start.column--),t.cursor=t.end}else{var a;if(!(a=this.$findOpeningBracket(s[2],e)))return null;t=o.fromPoints(a,e),r||(t.start.column++,t.end.column--),t.cursor=t.start}return t},this.$brackets={")":"(","(":")","]":"[","[":"]","{":"}","}":"{"},this.$findOpeningBracket=function(e,t,i){var o=this.$brackets[e],n=1,s=new r(this,t.row,t.column),a=s.getCurrentToken();if(a||(a=s.stepForward()),a){i||(i=new RegExp("(\\.?"+a.type.replace(".","\\.").replace("rparen",".paren").replace(/\b(?:end)\b/,"(?:start|begin|end)")+")+"));for(var l=t.column-s.getCurrentTokenColumn()-2,c=a.value;;){for(;l>=0;){var d=c.charAt(l);if(d==o){if(0==(n-=1))return{row:s.getCurrentTokenRow(),column:l+s.getCurrentTokenColumn()}}else d==e&&(n+=1);l-=1}do{a=s.stepBackward()}while(a&&!i.test(a.type));if(null==a)break;l=(c=a.value).length-1}return null}},this.$findClosingBracket=function(e,t,i){var o=this.$brackets[e],n=1,s=new r(this,t.row,t.column),a=s.getCurrentToken();if(a||(a=s.stepForward()),a){i||(i=new RegExp("(\\.?"+a.type.replace(".","\\.").replace("lparen",".paren").replace(/\b(?:start|begin)\b/,"(?:start|begin|end)")+")+"));for(var l=t.column-s.getCurrentTokenColumn();;){for(var c=a.value,d=c.length;l<d;){var h=c.charAt(l);if(h==o){if(0==(n-=1))return{row:s.getCurrentTokenRow(),column:l+s.getCurrentTokenColumn()}}else h==e&&(n+=1);l+=1}do{a=s.stepForward()}while(a&&!i.test(a.type));if(null==a)break;l=0}return null}}}})),ace.define("ace/edit_session",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/config","ace/lib/event_emitter","ace/selection","ace/mode/text","ace/range","ace/document","ace/background_tokenizer","ace/search_highlight","ace/edit_session/folding","ace/edit_session/bracket_match"],(function(e,t,i){var r=e("./lib/oop"),o=e("./lib/lang"),n=e("./config"),s=e("./lib/event_emitter").EventEmitter,a=e("./selection").Selection,l=e("./mode/text").Mode,c=e("./range").Range,d=e("./document").Document,h=e("./background_tokenizer").BackgroundTokenizer,u=e("./search_highlight").SearchHighlight,f=function(e,t){this.$breakpoints=[],this.$decorations=[],this.$frontMarkers={},this.$backMarkers={},this.$markerId=1,this.$undoSelect=!0,this.$foldData=[],this.$foldData.toString=function(){return this.join("\n")},this.on("changeFold",this.onChangeFold.bind(this)),this.$onChange=this.onChange.bind(this),"object"==_typeof(e)&&e.getLine||(e=new d(e)),this.setDocument(e),this.selection=new a(this),n.resetOptions(this),this.setMode(t),n._signal("session",this)};(function(){r.implement(this,s),this.setDocument=function(e){this.doc&&this.doc.removeListener("change",this.$onChange),this.doc=e,e.on("change",this.$onChange),this.bgTokenizer&&this.bgTokenizer.setDocument(this.getDocument()),this.resetCaches()},this.getDocument=function(){return this.doc},this.$resetRowCache=function(e){if(!e)return this.$docRowCache=[],void(this.$screenRowCache=[]);var t=this.$docRowCache.length,i=this.$getRowCacheIndex(this.$docRowCache,e)+1;t>i&&(this.$docRowCache.splice(i,t),this.$screenRowCache.splice(i,t))},this.$getRowCacheIndex=function(e,t){for(var i=0,r=e.length-1;i<=r;){var o=i+r>>1,n=e[o];if(t>n)i=o+1;else{if(!(t<n))return o;r=o-1}}return i-1},this.resetCaches=function(){this.$modified=!0,this.$wrapData=[],this.$rowLengthCache=[],this.$resetRowCache(0),this.bgTokenizer&&this.bgTokenizer.start(0)},this.onChangeFold=function(e){var t=e.data;this.$resetRowCache(t.start.row)},this.onChange=function(e){this.$modified=!0,this.$resetRowCache(e.start.row);var t=this.$updateInternalDataOnChange(e);this.$fromUndo||!this.$undoManager||e.ignore||(this.$deltasDoc.push(e),t&&0!=t.length&&this.$deltasFold.push({action:"removeFolds",folds:t}),this.$informUndoManager.schedule()),this.bgTokenizer&&this.bgTokenizer.$updateOnChange(e),this._signal("change",e)},this.setValue=function(e){this.doc.setValue(e),this.selection.moveTo(0,0),this.$resetRowCache(0),this.$deltas=[],this.$deltasDoc=[],this.$deltasFold=[],this.setUndoManager(this.$undoManager),this.getUndoManager().reset()},this.getValue=this.toString=function(){return this.doc.getValue()},this.getSelection=function(){return this.selection},this.getState=function(e){return this.bgTokenizer.getState(e)},this.getTokens=function(e){return this.bgTokenizer.getTokens(e)},this.getTokenAt=function(e,t){var i,r=this.bgTokenizer.getTokens(e),o=0;if(null==t)n=r.length-1,o=this.getLine(e).length;else for(var n=0;n<r.length&&!((o+=r[n].value.length)>=t);n++);return(i=r[n])?(i.index=n,i.start=o-i.value.length,i):null},this.setUndoManager=function(e){if(this.$undoManager=e,this.$deltas=[],this.$deltasDoc=[],this.$deltasFold=[],this.$informUndoManager&&this.$informUndoManager.cancel(),e){var t=this;this.$syncInformUndoManager=function(){t.$informUndoManager.cancel(),t.$deltasFold.length&&(t.$deltas.push({group:"fold",deltas:t.$deltasFold}),t.$deltasFold=[]),t.$deltasDoc.length&&(t.$deltas.push({group:"doc",deltas:t.$deltasDoc}),t.$deltasDoc=[]),t.$deltas.length>0&&e.execute({action:"aceupdate",args:[t.$deltas,t],merge:t.mergeUndoDeltas}),t.mergeUndoDeltas=!1,t.$deltas=[]},this.$informUndoManager=o.delayedCall(this.$syncInformUndoManager)}},this.markUndoGroup=function(){this.$syncInformUndoManager&&this.$syncInformUndoManager()},this.$defaultUndoManager={undo:function(){},redo:function(){},reset:function(){}},this.getUndoManager=function(){return this.$undoManager||this.$defaultUndoManager},this.getTabString=function(){return this.getUseSoftTabs()?o.stringRepeat(" ",this.getTabSize()):"\t"},this.setUseSoftTabs=function(e){this.setOption("useSoftTabs",e)},this.getUseSoftTabs=function(){return this.$useSoftTabs&&!this.$mode.$indentWithTabs},this.setTabSize=function(e){this.setOption("tabSize",e)},this.getTabSize=function(){return this.$tabSize},this.isTabStop=function(e){return this.$useSoftTabs&&e.column%this.$tabSize==0},this.$overwrite=!1,this.setOverwrite=function(e){this.setOption("overwrite",e)},this.getOverwrite=function(){return this.$overwrite},this.toggleOverwrite=function(){this.setOverwrite(!this.$overwrite)},this.addGutterDecoration=function(e,t){this.$decorations[e]||(this.$decorations[e]=""),this.$decorations[e]+=" "+t,this._signal("changeBreakpoint",{})},this.removeGutterDecoration=function(e,t){this.$decorations[e]=(this.$decorations[e]||"").replace(" "+t,""),this._signal("changeBreakpoint",{})},this.getBreakpoints=function(){return this.$breakpoints},this.setBreakpoints=function(e){this.$breakpoints=[];for(var t=0;t<e.length;t++)this.$breakpoints[e[t]]="ace_breakpoint";this._signal("changeBreakpoint",{})},this.clearBreakpoints=function(){this.$breakpoints=[],this._signal("changeBreakpoint",{})},this.setBreakpoint=function(e,t){void 0===t&&(t="ace_breakpoint"),t?this.$breakpoints[e]=t:delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},this.clearBreakpoint=function(e){delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},this.addMarker=function(e,t,i,r){var o=this.$markerId++,n={range:e,type:i||"line",renderer:"function"==typeof i?i:null,clazz:t,inFront:!!r,id:o};return r?(this.$frontMarkers[o]=n,this._signal("changeFrontMarker")):(this.$backMarkers[o]=n,this._signal("changeBackMarker")),o},this.addDynamicMarker=function(e,t){if(e.update){var i=this.$markerId++;return e.id=i,e.inFront=!!t,t?(this.$frontMarkers[i]=e,this._signal("changeFrontMarker")):(this.$backMarkers[i]=e,this._signal("changeBackMarker")),e}},this.removeMarker=function(e){var t=this.$frontMarkers[e]||this.$backMarkers[e];if(t){var i=t.inFront?this.$frontMarkers:this.$backMarkers;t&&(delete i[e],this._signal(t.inFront?"changeFrontMarker":"changeBackMarker"))}},this.getMarkers=function(e){return e?this.$frontMarkers:this.$backMarkers},this.highlight=function(e){if(!this.$searchHighlight){var t=new u(null,"ace_selected-word","text");this.$searchHighlight=this.addDynamicMarker(t)}this.$searchHighlight.setRegexp(e)},this.highlightLines=function(e,t,i,r){"number"!=typeof t&&(i=t,t=e),i||(i="ace_step");var o=new c(e,0,t,1/0);return o.id=this.addMarker(o,i,"fullLine",r),o},this.setAnnotations=function(e){this.$annotations=e,this._signal("changeAnnotation",{})},this.getAnnotations=function(){return this.$annotations||[]},this.clearAnnotations=function(){this.setAnnotations([])},this.$detectNewLine=function(e){var t=e.match(/^.*?(\r?\n)/m);this.$autoNewLine=t?t[1]:"\n"},this.getWordRange=function(e,t){var i=this.getLine(e),r=!1;if(t>0&&(r=!!i.charAt(t-1).match(this.tokenRe)),r||(r=!!i.charAt(t).match(this.tokenRe)),r)var o=this.tokenRe;else o=/^\s+$/.test(i.slice(t-1,t+1))?/\s/:this.nonTokenRe;var n=t;if(n>0){do{n--}while(n>=0&&i.charAt(n).match(o));n++}for(var s=t;s<i.length&&i.charAt(s).match(o);)s++;return new c(e,n,e,s)},this.getAWordRange=function(e,t){for(var i=this.getWordRange(e,t),r=this.getLine(i.end.row);r.charAt(i.end.column).match(/[ \t]/);)i.end.column+=1;return i},this.setNewLineMode=function(e){this.doc.setNewLineMode(e)},this.getNewLineMode=function(){return this.doc.getNewLineMode()},this.setUseWorker=function(e){this.setOption("useWorker",e)},this.getUseWorker=function(){return this.$useWorker},this.onReloadTokenizer=function(e){var t=e.data;this.bgTokenizer.start(t.first),this._signal("tokenizerUpdate",e)},this.$modes={},this.$mode=null,this.$modeId=null,this.setMode=function(e,t){if(e&&"object"===_typeof(e)){if(e.getTokenizer)return this.$onChangeMode(e);var i=e,r=i.path}else r=e||"ace/mode/text";if(this.$modes["ace/mode/text"]||(this.$modes["ace/mode/text"]=new l),this.$modes[r]&&!i)return this.$onChangeMode(this.$modes[r]),void(t&&t());this.$modeId=r,n.loadModule(["mode",r],function(e){if(this.$modeId!==r)return t&&t();this.$modes[r]&&!i?this.$onChangeMode(this.$modes[r]):e&&e.Mode&&(e=new e.Mode(i),i||(this.$modes[r]=e,e.$id=r),this.$onChangeMode(e)),t&&t()}.bind(this)),this.$mode||this.$onChangeMode(this.$modes["ace/mode/text"],!0)},this.$onChangeMode=function(e,t){if(t||(this.$modeId=e.$id),this.$mode!==e){this.$mode=e,this.$stopWorker(),this.$useWorker&&this.$startWorker();var i=e.getTokenizer();if(void 0!==i.addEventListener){var r=this.onReloadTokenizer.bind(this);i.addEventListener("update",r)}if(this.bgTokenizer)this.bgTokenizer.setTokenizer(i);else{this.bgTokenizer=new h(i);var o=this;this.bgTokenizer.addEventListener("update",(function(e){o._signal("tokenizerUpdate",e)}))}this.bgTokenizer.setDocument(this.getDocument()),this.tokenRe=e.tokenRe,this.nonTokenRe=e.nonTokenRe,t||(e.attachToSession&&e.attachToSession(this),this.$options.wrapMethod.set.call(this,this.$wrapMethod),this.$setFolding(e.foldingRules),this.bgTokenizer.start(0),this._emit("changeMode"))}},this.$stopWorker=function(){this.$worker&&(this.$worker.terminate(),this.$worker=null)},this.$startWorker=function(){try{this.$worker=this.$mode.createWorker(this)}catch(e){n.warn("Could not load worker",e),this.$worker=null}},this.getMode=function(){return this.$mode},this.$scrollTop=0,this.setScrollTop=function(e){this.$scrollTop===e||isNaN(e)||(this.$scrollTop=e,this._signal("changeScrollTop",e))},this.getScrollTop=function(){return this.$scrollTop},this.$scrollLeft=0,this.setScrollLeft=function(e){this.$scrollLeft===e||isNaN(e)||(this.$scrollLeft=e,this._signal("changeScrollLeft",e))},this.getScrollLeft=function(){return this.$scrollLeft},this.getScreenWidth=function(){return this.$computeWidth(),this.lineWidgets?Math.max(this.getLineWidgetMaxWidth(),this.screenWidth):this.screenWidth},this.getLineWidgetMaxWidth=function(){if(null!=this.lineWidgetsWidth)return this.lineWidgetsWidth;var e=0;return this.lineWidgets.forEach((function(t){t&&t.screenWidth>e&&(e=t.screenWidth)})),this.lineWidgetWidth=e},this.$computeWidth=function(e){if(this.$modified||e){if(this.$modified=!1,this.$useWrapMode)return this.screenWidth=this.$wrapLimit;for(var t=this.doc.getAllLines(),i=this.$rowLengthCache,r=0,o=0,n=this.$foldData[o],s=n?n.start.row:1/0,a=t.length,l=0;l<a;l++){if(l>s){if((l=n.end.row+1)>=a)break;s=(n=this.$foldData[o++])?n.start.row:1/0}null==i[l]&&(i[l]=this.$getStringScreenWidth(t[l])[0]),i[l]>r&&(r=i[l])}this.screenWidth=r}},this.getLine=function(e){return this.doc.getLine(e)},this.getLines=function(e,t){return this.doc.getLines(e,t)},this.getLength=function(){return this.doc.getLength()},this.getTextRange=function(e){return this.doc.getTextRange(e||this.selection.getRange())},this.insert=function(e,t){return this.doc.insert(e,t)},this.remove=function(e){return this.doc.remove(e)},this.removeFullLines=function(e,t){return this.doc.removeFullLines(e,t)},this.undoChanges=function(e,t){if(e.length){this.$fromUndo=!0;for(var i=null,r=e.length-1;-1!=r;r--){var o=e[r];"doc"==o.group?(this.doc.revertDeltas(o.deltas),i=this.$getUndoSelection(o.deltas,!0,i)):o.deltas.forEach((function(e){this.addFolds(e.folds)}),this)}return this.$fromUndo=!1,i&&this.$undoSelect&&!t&&this.selection.setSelectionRange(i),i}},this.redoChanges=function(e,t){if(e.length){this.$fromUndo=!0;for(var i=null,r=0;r<e.length;r++){var o=e[r];"doc"==o.group&&(this.doc.applyDeltas(o.deltas),i=this.$getUndoSelection(o.deltas,!1,i))}return this.$fromUndo=!1,i&&this.$undoSelect&&!t&&this.selection.setSelectionRange(i),i}},this.setUndoSelect=function(e){this.$undoSelect=e},this.$getUndoSelection=function(e,t,i){function r(e){return t?"insert"!==e.action:"insert"===e.action}var o,n,s=e[0];o=r(s)?c.fromPoints(s.start,s.end):c.fromPoints(s.start,s.start);for(var a=1;a<e.length;a++)r(s=e[a])?(n=s.start,-1==o.compare(n.row,n.column)&&o.setStart(n),n=s.end,1==o.compare(n.row,n.column)&&o.setEnd(n)):(n=s.start,-1==o.compare(n.row,n.column)&&(o=c.fromPoints(s.start,s.start)));if(null!=i){0===c.comparePoints(i.start,o.start)&&(i.start.column+=o.end.column-o.start.column,i.end.column+=o.end.column-o.start.column);var l=i.compareRange(o);1==l?o.setStart(i.start):-1==l&&o.setEnd(i.end)}return o},this.replace=function(e,t){return this.doc.replace(e,t)},this.moveText=function(e,t,i){var r=this.getTextRange(e),o=this.getFoldsInRange(e),n=c.fromPoints(t,t);if(!i){this.remove(e);var s=e.start.row-e.end.row;(d=s?-e.end.column:e.start.column-e.end.column)&&(n.start.row==e.end.row&&n.start.column>e.end.column&&(n.start.column+=d),n.end.row==e.end.row&&n.end.column>e.end.column&&(n.end.column+=d)),s&&n.start.row>=e.end.row&&(n.start.row+=s,n.end.row+=s)}if(n.end=this.insert(n.start,r),o.length){var a=e.start,l=n.start,d=(s=l.row-a.row,l.column-a.column);this.addFolds(o.map((function(e){return(e=e.clone()).start.row==a.row&&(e.start.column+=d),e.end.row==a.row&&(e.end.column+=d),e.start.row+=s,e.end.row+=s,e})))}return n},this.indentRows=function(e,t,i){i=i.replace(/\t/g,this.getTabString());for(var r=e;r<=t;r++)this.doc.insertInLine({row:r,column:0},i)},this.outdentRows=function(e){for(var t=e.collapseRows(),i=new c(0,0,0,0),r=this.getTabSize(),o=t.start.row;o<=t.end.row;++o){var n=this.getLine(o);i.start.row=o,i.end.row=o;for(var s=0;s<r&&" "==n.charAt(s);++s);s<r&&"\t"==n.charAt(s)?(i.start.column=s,i.end.column=s+1):(i.start.column=0,i.end.column=s),this.remove(i)}},this.$moveLines=function(e,t,i){if(e=this.getRowFoldStart(e),t=this.getRowFoldEnd(t),i<0){if((o=this.getRowFoldStart(e+i))<0)return 0;var r=o-e}else if(i>0){var o;if((o=this.getRowFoldEnd(t+i))>this.doc.getLength()-1)return 0;r=o-t}else e=this.$clipRowToDocument(e),r=(t=this.$clipRowToDocument(t))-e+1;var n=new c(e,0,t,Number.MAX_VALUE),s=this.getFoldsInRange(n).map((function(e){return(e=e.clone()).start.row+=r,e.end.row+=r,e})),a=0==i?this.doc.getLines(e,t):this.doc.removeFullLines(e,t);return this.doc.insertFullLines(e+r,a),s.length&&this.addFolds(s),r},this.moveLinesUp=function(e,t){return this.$moveLines(e,t,-1)},this.moveLinesDown=function(e,t){return this.$moveLines(e,t,1)},this.duplicateLines=function(e,t){return this.$moveLines(e,t,0)},this.$clipRowToDocument=function(e){return Math.max(0,Math.min(e,this.doc.getLength()-1))},this.$clipColumnToRow=function(e,t){return t<0?0:Math.min(this.doc.getLine(e).length,t)},this.$clipPositionToDocument=function(e,t){if(t=Math.max(0,t),e<0)e=0,t=0;else{var i=this.doc.getLength();e>=i?(e=i-1,t=this.doc.getLine(i-1).length):t=Math.min(this.doc.getLine(e).length,t)}return{row:e,column:t}},this.$clipRangeToDocument=function(e){e.start.row<0?(e.start.row=0,e.start.column=0):e.start.column=this.$clipColumnToRow(e.start.row,e.start.column);var t=this.doc.getLength()-1;return e.end.row>t?(e.end.row=t,e.end.column=this.doc.getLine(t).length):e.end.column=this.$clipColumnToRow(e.end.row,e.end.column),e},this.$wrapLimit=80,this.$useWrapMode=!1,this.$wrapLimitRange={min:null,max:null},this.setUseWrapMode=function(e){if(e!=this.$useWrapMode){if(this.$useWrapMode=e,this.$modified=!0,this.$resetRowCache(0),e){var t=this.getLength();this.$wrapData=Array(t),this.$updateWrapData(0,t-1)}this._signal("changeWrapMode")}},this.getUseWrapMode=function(){return this.$useWrapMode},this.setWrapLimitRange=function(e,t){this.$wrapLimitRange.min===e&&this.$wrapLimitRange.max===t||(this.$wrapLimitRange={min:e,max:t},this.$modified=!0,this.$useWrapMode&&this._signal("changeWrapMode"))},this.adjustWrapLimit=function(e,t){var i=this.$wrapLimitRange;i.max<0&&(i={min:t,max:t});var r=this.$constrainWrapLimit(e,i.min,i.max);return r!=this.$wrapLimit&&r>1&&(this.$wrapLimit=r,this.$modified=!0,this.$useWrapMode&&(this.$updateWrapData(0,this.getLength()-1),this.$resetRowCache(0),this._signal("changeWrapLimit")),!0)},this.$constrainWrapLimit=function(e,t,i){return t&&(e=Math.max(t,e)),i&&(e=Math.min(i,e)),e},this.getWrapLimit=function(){return this.$wrapLimit},this.setWrapLimit=function(e){this.setWrapLimitRange(e,e)},this.getWrapLimitRange=function(){return{min:this.$wrapLimitRange.min,max:this.$wrapLimitRange.max}},this.$updateInternalDataOnChange=function(e){var t=this.$useWrapMode,i=e.action,r=e.start,o=e.end,n=r.row,s=o.row,a=s-n,l=null;if(this.$updating=!0,0!=a)if("remove"===i){this[t?"$wrapData":"$rowLengthCache"].splice(n,a);var c=this.$foldData;l=this.getFoldsInRange(e),this.removeFolds(l);var d=0;if(m=this.getFoldLine(o.row)){m.addRemoveChars(o.row,o.column,r.column-o.column),m.shiftRow(-a);var h=this.getFoldLine(n);h&&h!==m&&(h.merge(m),m=h),d=c.indexOf(m)+1}for(;d<c.length;d++)(m=c[d]).start.row>=o.row&&m.shiftRow(-a);s=n}else{var u=Array(a);u.unshift(n,0);var f=t?this.$wrapData:this.$rowLengthCache;if(f.splice.apply(f,u),c=this.$foldData,d=0,m=this.getFoldLine(n)){var p=m.range.compareInside(r.row,r.column);0==p?(m=m.split(r.row,r.column))&&(m.shiftRow(a),m.addRemoveChars(s,0,o.column-r.column)):-1==p&&(m.addRemoveChars(n,0,o.column-r.column),m.shiftRow(a)),d=c.indexOf(m)+1}for(;d<c.length;d++){var m;(m=c[d]).start.row>=n&&m.shiftRow(a)}}else a=Math.abs(e.start.column-e.end.column),"remove"===i&&(l=this.getFoldsInRange(e),this.removeFolds(l),a=-a),(m=this.getFoldLine(n))&&m.addRemoveChars(n,r.column,a);return t&&this.$wrapData.length!=this.doc.getLength()&&console.error("doc.getLength() and $wrapData.length have to be the same!"),this.$updating=!1,t?this.$updateWrapData(n,s):this.$updateRowLengthCache(n,s),l},this.$updateRowLengthCache=function(e,t,i){this.$rowLengthCache[e]=null,this.$rowLengthCache[t]=null},this.$updateWrapData=function(i,r){var o,n,s=this.doc.getAllLines(),a=this.getTabSize(),l=this.$wrapData,c=this.$wrapLimit,d=i;for(r=Math.min(r,s.length-1);d<=r;)(n=this.getFoldLine(d,n))?(o=[],n.walk(function(i,r,n,a){var l;if(null!=i){(l=this.$getDisplayTokens(i,o.length))[0]=e;for(var c=1;c<l.length;c++)l[c]=t}else l=this.$getDisplayTokens(s[r].substring(a,n),o.length);o=o.concat(l)}.bind(this),n.end.row,s[n.end.row].length+1),l[n.start.row]=this.$computeWrapSplits(o,c,a),d=n.end.row+1):(o=this.$getDisplayTokens(s[d]),l[d]=this.$computeWrapSplits(o,c,a),d++)};var e=3,t=4;function i(e){return!(e<4352)&&(e>=4352&&e<=4447||e>=4515&&e<=4519||e>=4602&&e<=4607||e>=9001&&e<=9002||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12283||e>=12288&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12589||e>=12593&&e<=12686||e>=12688&&e<=12730||e>=12736&&e<=12771||e>=12784&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=13054||e>=13056&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=55216&&e<=55238||e>=55243&&e<=55291||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=65281&&e<=65376||e>=65504&&e<=65510)}this.$computeWrapSplits=function(i,r,o){if(0==i.length)return[];var n=[],s=i.length,a=0,l=0,c=this.$wrapAsCode,d=this.$indentedSoftWrap,h=r<=Math.max(2*o,8)||!1===d?0:Math.floor(r/2);function u(e){var t=i.slice(a,e),r=t.length;t.join("").replace(/12/g,(function(){r-=1})).replace(/2/g,(function(){r-=1})),n.length||(f=function(){var e=0;if(0===h)return e;if(d)for(var t=0;t<i.length;t++){var r=i[t];if(10==r)e+=1;else{if(11!=r){if(12==r)continue;break}e+=o}}return c&&!1!==d&&(e+=o),Math.min(e,h)}(),n.indent=f),l+=r,n.push(l),a=e}for(var f=0;s-a>r-f;){var p=a+r-f;if(i[p-1]>=10&&i[p]>=10)u(p);else if(i[p]!=e&&i[p]!=t){for(var m=Math.max(p-(r-(r>>2)),a-1);p>m&&i[p]<e;)p--;if(c){for(;p>m&&i[p]<e;)p--;for(;p>m&&9==i[p];)p--}else for(;p>m&&i[p]<10;)p--;p>m?u(++p):(2==i[p=a+r]&&p--,u(p-f))}else{for(;p!=a-1&&i[p]!=e;p--);if(p>a){u(p);continue}for(p=a+r;p<i.length&&i[p]==t;p++);if(p==i.length)break;u(p)}}return n},this.$getDisplayTokens=function(e,t){var r,o=[];t=t||0;for(var n=0;n<e.length;n++){var s=e.charCodeAt(n);if(9==s){r=this.getScreenTabSize(o.length+t),o.push(11);for(var a=1;a<r;a++)o.push(12)}else 32==s?o.push(10):s>39&&s<48||s>57&&s<64?o.push(9):s>=4352&&i(s)?o.push(1,2):o.push(1)}return o},this.$getStringScreenWidth=function(e,t,r){if(0==t)return[0,0];var o,n;for(null==t&&(t=1/0),r=r||0,n=0;n<e.length&&(9==(o=e.charCodeAt(n))?r+=this.getScreenTabSize(r):o>=4352&&i(o)?r+=2:r+=1,!(r>t));n++);return[r,n]},this.lineWidgets=null,this.getRowLength=function(e){if(this.lineWidgets)var t=this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0;else t=0;return this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1+t:1+t},this.getRowLineCount=function(e){return this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1:1},this.getRowWrapIndent=function(e){if(this.$useWrapMode){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE),i=this.$wrapData[t.row];return i.length&&i[0]<t.column?i.indent:0}return 0},this.getScreenLastRowColumn=function(e){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE);return this.documentToScreenColumn(t.row,t.column)},this.getDocumentLastRowColumn=function(e,t){var i=this.documentToScreenRow(e,t);return this.getScreenLastRowColumn(i)},this.getDocumentLastRowColumnPosition=function(e,t){var i=this.documentToScreenRow(e,t);return this.screenToDocumentPosition(i,Number.MAX_VALUE/10)},this.getRowSplitData=function(e){return this.$useWrapMode?this.$wrapData[e]:void 0},this.getScreenTabSize=function(e){return this.$tabSize-e%this.$tabSize},this.screenToDocumentRow=function(e,t){return this.screenToDocumentPosition(e,t).row},this.screenToDocumentColumn=function(e,t){return this.screenToDocumentPosition(e,t).column},this.screenToDocumentPosition=function(e,t){if(e<0)return{row:0,column:0};var i,r,o=0,n=0,s=0,a=0,l=this.$screenRowCache,c=this.$getRowCacheIndex(l,e),d=l.length;if(d&&c>=0){s=l[c],o=this.$docRowCache[c];var h=e>l[d-1]}else h=!d;for(var u=this.getLength()-1,f=this.getNextFoldLine(o),p=f?f.start.row:1/0;s<=e&&!(s+(a=this.getRowLength(o))>e||o>=u);)s+=a,++o>p&&(o=f.end.row+1,p=(f=this.getNextFoldLine(o,f))?f.start.row:1/0),h&&(this.$docRowCache.push(o),this.$screenRowCache.push(s));if(f&&f.start.row<=o)i=this.getFoldDisplayLine(f),o=f.start.row;else{if(s+a<=e||o>u)return{row:u,column:this.getLine(u).length};i=this.getLine(o),f=null}var m=0;if(this.$useWrapMode){var A=this.$wrapData[o];if(A){var g=Math.floor(e-s);r=A[g],g>0&&A.length&&(m=A.indent,n=A[g-1]||A[A.length-1],i=i.substring(n))}}return n+=this.$getStringScreenWidth(i,t-m)[1],this.$useWrapMode&&n>=r&&(n=r-1),f?f.idxToPosition(n):{row:o,column:n}},this.documentToScreenPosition=function(e,t){if(void 0===t)var i=this.$clipPositionToDocument(e.row,e.column);else i=this.$clipPositionToDocument(e,t);e=i.row,t=i.column;var r,o=0,n=null;(r=this.getFoldAt(e,t,1))&&(e=r.start.row,t=r.start.column);var s,a=0,l=this.$docRowCache,c=this.$getRowCacheIndex(l,e),d=l.length;if(d&&c>=0){a=l[c],o=this.$screenRowCache[c];var h=e>l[d-1]}else h=!d;for(var u=this.getNextFoldLine(a),f=u?u.start.row:1/0;a<e;){if(a>=f){if((s=u.end.row+1)>e)break;f=(u=this.getNextFoldLine(s,u))?u.start.row:1/0}else s=a+1;o+=this.getRowLength(a),a=s,h&&(this.$docRowCache.push(a),this.$screenRowCache.push(o))}var p="";u&&a>=f?(p=this.getFoldDisplayLine(u,e,t),n=u.start.row):(p=this.getLine(e).substring(0,t),n=e);var m=0;if(this.$useWrapMode){var A=this.$wrapData[n];if(A){for(var g=0;p.length>=A[g];)o++,g++;p=p.substring(A[g-1]||0,p.length),m=g>0?A.indent:0}}return{row:o,column:m+this.$getStringScreenWidth(p)[0]}},this.documentToScreenColumn=function(e,t){return this.documentToScreenPosition(e,t).column},this.documentToScreenRow=function(e,t){return this.documentToScreenPosition(e,t).row},this.getScreenLength=function(){var e=0,t=null;if(this.$useWrapMode)for(var i=this.$wrapData.length,r=0,o=(a=0,(t=this.$foldData[a++])?t.start.row:1/0);r<i;){var n=this.$wrapData[r];e+=n?n.length+1:1,++r>o&&(r=t.end.row+1,o=(t=this.$foldData[a++])?t.start.row:1/0)}else{e=this.getLength();for(var s=this.$foldData,a=0;a<s.length;a++)e-=(t=s[a]).end.row-t.start.row}return this.lineWidgets&&(e+=this.$getWidgetScreenLength()),e},this.$setFontMetrics=function(e){this.$enableVarChar&&(this.$getStringScreenWidth=function(t,i,r){if(0===i)return[0,0];var o,n;for(i||(i=1/0),r=r||0,n=0;n<t.length&&!((r+="\t"===(o=t.charAt(n))?this.getScreenTabSize(r):e.getCharacterWidth(o))>i);n++);return[r,n]})},this.destroy=function(){this.bgTokenizer&&(this.bgTokenizer.setDocument(null),this.bgTokenizer=null),this.$stopWorker()}}).call(f.prototype),e("./edit_session/folding").Folding.call(f.prototype),e("./edit_session/bracket_match").BracketMatch.call(f.prototype),n.defineOptions(f.prototype,"session",{wrap:{set:function(e){if(e&&"off"!=e?"free"==e?e=!0:"printMargin"==e?e=-1:"string"==typeof e&&(e=parseInt(e,10)||!1):e=!1,this.$wrap!=e)if(this.$wrap=e,e){var t="number"==typeof e?e:null;this.setWrapLimitRange(t,t),this.setUseWrapMode(!0)}else this.setUseWrapMode(!1)},get:function(){return this.getUseWrapMode()?-1==this.$wrap?"printMargin":this.getWrapLimitRange().min?this.$wrap:"free":"off"},handlesSet:!0},wrapMethod:{set:function(e){(e="auto"==e?"text"!=this.$mode.type:"text"!=e)!=this.$wrapAsCode&&(this.$wrapAsCode=e,this.$useWrapMode&&(this.$modified=!0,this.$resetRowCache(0),this.$updateWrapData(0,this.getLength()-1)))},initialValue:"auto"},indentedSoftWrap:{initialValue:!0},firstLineNumber:{set:function(){this._signal("changeBreakpoint")},initialValue:1},useWorker:{set:function(e){this.$useWorker=e,this.$stopWorker(),e&&this.$startWorker()},initialValue:!0},useSoftTabs:{initialValue:!0},tabSize:{set:function(e){isNaN(e)||this.$tabSize===e||(this.$modified=!0,this.$rowLengthCache=[],this.$tabSize=e,this._signal("changeTabSize"))},initialValue:4,handlesSet:!0},overwrite:{set:function(e){this._signal("changeOverwrite")},initialValue:!1},newLineMode:{set:function(e){this.doc.setNewLineMode(e)},get:function(){return this.doc.getNewLineMode()},handlesSet:!0},mode:{set:function(e){this.setMode(e)},get:function(){return this.$modeId}}}),t.EditSession=f})),ace.define("ace/search",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/range"],(function(e,t,i){var r=e("./lib/lang"),o=e("./lib/oop"),n=e("./range").Range,s=function(){this.$options={}};(function(){this.set=function(e){return o.mixin(this.$options,e),this},this.getOptions=function(){return r.copyObject(this.$options)},this.setOptions=function(e){this.$options=e},this.find=function(e){var t=this.$options,i=this.$matchIterator(e,t);if(!i)return!1;var r=null;return i.forEach((function(e,i,o){if(e.start)r=e;else{var s=e.offset+(o||0);if(r=new n(i,s,i,s+e.length),!e.length&&t.start&&t.start.start&&0!=t.skipCurrent&&r.isEqual(t.start))return r=null,!1}return!0})),r},this.findAll=function(e){var t=this.$options;if(!t.needle)return[];this.$assembleRegExp(t);var i=t.range,o=i?e.getLines(i.start.row,i.end.row):e.doc.getAllLines(),s=[],a=t.re;if(t.$isMultiLine){var l,c=a.length,d=o.length-c;e:for(var h=a.offset||0;h<=d;h++){for(var u=0;u<c;u++)if(-1==o[h+u].search(a[u]))continue e;var f=o[h],p=o[h+c-1],m=f.length-f.match(a[0])[0].length,A=p.match(a[c-1])[0].length;l&&l.end.row===h&&l.end.column>m||(s.push(l=new n(h,m,h+c-1,A)),c>2&&(h=h+c-2))}}else for(var g=0;g<o.length;g++){var y=r.getMatchOffsets(o[g],a);for(u=0;u<y.length;u++){var C=y[u];s.push(new n(g,C.offset,g,C.offset+C.length))}}if(i){var D=i.start.column,v=i.start.column;for(g=0,u=s.length-1;g<u&&s[g].start.column<D&&s[g].start.row==i.start.row;)g++;for(;g<u&&s[u].end.column>v&&s[u].end.row==i.end.row;)u--;for(s=s.slice(g,u+1),g=0,u=s.length;g<u;g++)s[g].start.row+=i.start.row,s[g].end.row+=i.start.row}return s},this.replace=function(e,t){var i=this.$options,r=this.$assembleRegExp(i);if(i.$isMultiLine)return t;if(r){var o=r.exec(e);if(!o||o[0].length!=e.length)return null;if(t=e.replace(r,t),i.preserveCase){t=t.split("");for(var n=Math.min(e.length,e.length);n--;){var s=e[n];s&&s.toLowerCase()!=s?t[n]=t[n].toUpperCase():t[n]=t[n].toLowerCase()}t=t.join("")}return t}},this.$matchIterator=function(e,t){var i,o=this.$assembleRegExp(t);if(!o)return!1;if(t.$isMultiLine)var s=o.length,a=function(t,r,a){var l=t.search(o[0]);if(-1!=l){for(var c=1;c<s;c++)if(-1==(t=e.getLine(r+c)).search(o[c]))return;var d=t.match(o[s-1])[0].length,h=new n(r,l,r+s-1,d);return 1==o.offset?(h.start.row--,h.start.column=Number.MAX_VALUE):a&&(h.start.column+=a),!!i(h)||void 0}};else a=t.backwards?function(e,t,n){for(var s=r.getMatchOffsets(e,o),a=s.length-1;a>=0;a--)if(i(s[a],t,n))return!0}:function(e,t,n){for(var s=r.getMatchOffsets(e,o),a=0;a<s.length;a++)if(i(s[a],t,n))return!0};var l=this.$lineIterator(e,t);return{forEach:function(e){i=e,l.forEach(a)}}},this.$assembleRegExp=function(e,t){if(e.needle instanceof RegExp)return e.re=e.needle;var i=e.needle;if(!e.needle)return e.re=!1;e.regExp||(i=r.escapeRegExp(i)),e.wholeWord&&(i="\\b"+i+"\\b");var o=e.caseSensitive?"gm":"gmi";if(e.$isMultiLine=!t&&/[\n\r]/.test(i),e.$isMultiLine)return e.re=this.$assembleMultilineRegExp(i,o);try{var n=new RegExp(i,o)}catch(e){n=!1}return e.re=n},this.$assembleMultilineRegExp=function(e,t){for(var i=e.replace(/\r\n|\r|\n/g,"$\n^").split("\n"),r=[],o=0;o<i.length;o++)try{r.push(new RegExp(i[o],t))}catch(e){return!1}return""==i[0]?(r.shift(),r.offset=1):r.offset=0,r},this.$lineIterator=function(e,t){var i=1==t.backwards,r=0!=t.skipCurrent,o=t.range,n=t.start;n||(n=o?o[i?"end":"start"]:e.selection.getRange()),n.start&&(n=n[r!=i?"end":"start"]);var s=o?o.start.row:0,a=o?o.end.row:e.getLength()-1;return{forEach:i?function(i){var r=n.row;if(!i(e.getLine(r).substring(0,n.column),r)){for(r--;r>=s;r--)if(i(e.getLine(r),r))return;if(0!=t.wrap)for(r=a,s=n.row;r>=s;r--)if(i(e.getLine(r),r))return}}:function(i){var r=n.row;if(!i(e.getLine(r).substr(n.column),r,n.column)){for(r+=1;r<=a;r++)if(i(e.getLine(r),r))return;if(0!=t.wrap)for(r=s,a=n.row;r<=a;r++)if(i(e.getLine(r),r))return}}}}}).call(s.prototype),t.Search=s})),ace.define("ace/keyboard/hash_handler",["require","exports","module","ace/lib/keys","ace/lib/useragent"],(function(e,t,i){var r=e("../lib/keys"),o=e("../lib/useragent"),n=r.KEY_MODS;function s(e,t){this.platform=t||(o.isMac?"mac":"win"),this.commands={},this.commandKeyBinding={},this.addCommands(e),this.$singleCommand=!0}function a(e,t){s.call(this,e,t),this.$singleCommand=!1}a.prototype=s.prototype,function(){function e(e){return"object"==_typeof(e)&&e.bindKey&&e.bindKey.position||0}this.addCommand=function(e){this.commands[e.name]&&this.removeCommand(e),this.commands[e.name]=e,e.bindKey&&this._buildKeyHash(e)},this.removeCommand=function(e,t){var i=e&&("string"==typeof e?e:e.name);e=this.commands[i],t||delete this.commands[i];var r=this.commandKeyBinding;for(var o in r){var n=r[o];if(n==e)delete r[o];else if(Array.isArray(n)){var s=n.indexOf(e);-1!=s&&(n.splice(s,1),1==n.length&&(r[o]=n[0]))}}},this.bindKey=function(e,t,i){if("object"==_typeof(e)&&e&&(null==i&&(i=e.position),e=e[this.platform]),e)return"function"==typeof t?this.addCommand({exec:t,bindKey:e,name:t.name||e}):void e.split("|").forEach((function(e){var r="";if(-1!=e.indexOf(" ")){var o=e.split(/\s+/);e=o.pop(),o.forEach((function(e){var t=this.parseKeys(e),i=n[t.hashId]+t.key;r+=(r?" ":"")+i,this._addCommandToBinding(r,"chainKeys")}),this),r+=" "}var s=this.parseKeys(e),a=n[s.hashId]+s.key;this._addCommandToBinding(r+a,t,i)}),this)},this._addCommandToBinding=function(t,i,r){var o,n=this.commandKeyBinding;if(i)if(!n[t]||this.$singleCommand)n[t]=i;else{Array.isArray(n[t])?-1!=(o=n[t].indexOf(i))&&n[t].splice(o,1):n[t]=[n[t]],"number"!=typeof r&&(r=r||i.isDefault?-100:e(i));var s=n[t];for(o=0;o<s.length&&!(e(s[o])>r);o++);s.splice(o,0,i)}else delete n[t]},this.addCommands=function(e){e&&Object.keys(e).forEach((function(t){var i=e[t];if(i){if("string"==typeof i)return this.bindKey(i,t);"function"==typeof i&&(i={exec:i}),"object"===_typeof(i)&&(i.name||(i.name=t),this.addCommand(i))}}),this)},this.removeCommands=function(e){Object.keys(e).forEach((function(t){this.removeCommand(e[t])}),this)},this.bindKeys=function(e){Object.keys(e).forEach((function(t){this.bindKey(t,e[t])}),this)},this._buildKeyHash=function(e){this.bindKey(e.bindKey,e)},this.parseKeys=function(e){var t=e.toLowerCase().split(/[\-\+]([\-\+])?/).filter((function(e){return e})),i=t.pop(),o=r[i];if(r.FUNCTION_KEYS[o])i=r.FUNCTION_KEYS[o].toLowerCase();else{if(!t.length)return{key:i,hashId:-1};if(1==t.length&&"shift"==t[0])return{key:i.toUpperCase(),hashId:-1}}for(var n=0,s=t.length;s--;){var a=r.KEY_MODS[t[s]];if(null==a)return"undefined"!=typeof console&&console.error("invalid modifier "+t[s]+" in "+e),!1;n|=a}return{key:i,hashId:n}},this.findKeyCommand=function(e,t){var i=n[e]+t;return this.commandKeyBinding[i]},this.handleKeyboard=function(e,t,i,r){if(!(r<0)){var o=n[t]+i,s=this.commandKeyBinding[o];return e.$keyChain&&(e.$keyChain+=" "+o,s=this.commandKeyBinding[e.$keyChain]||s),!s||"chainKeys"!=s&&"chainKeys"!=s[s.length-1]?(e.$keyChain&&(t&&4!=t||1!=i.length?(-1==t||r>0)&&(e.$keyChain=""):e.$keyChain=e.$keyChain.slice(0,-o.length-1)),{command:s}):(e.$keyChain=e.$keyChain||o,{command:"null"})}},this.getStatusText=function(e,t){return t.$keyChain||""}}.call(s.prototype),t.HashHandler=s,t.MultiHashHandler=a})),ace.define("ace/commands/command_manager",["require","exports","module","ace/lib/oop","ace/keyboard/hash_handler","ace/lib/event_emitter"],(function(e,t,i){var r=e("../lib/oop"),o=e("../keyboard/hash_handler").MultiHashHandler,n=e("../lib/event_emitter").EventEmitter,s=function(e,t){o.call(this,t,e),this.byName=this.commands,this.setDefaultHandler("exec",(function(e){return e.command.exec(e.editor,e.args||{})}))};r.inherits(s,o),function(){r.implement(this,n),this.exec=function(e,t,i){if(Array.isArray(e)){for(var r=e.length;r--;)if(this.exec(e[r],t,i))return!0;return!1}if("string"==typeof e&&(e=this.commands[e]),!e)return!1;if(t&&t.$readOnly&&!e.readOnly)return!1;var o={editor:t,command:e,args:i};return o.returnValue=this._emit("exec",o),this._signal("afterExec",o),!1!==o.returnValue},this.toggleRecording=function(e){if(!this.$inReplay)return e&&e._emit("changeStatus"),this.recording?(this.macro.pop(),this.removeEventListener("exec",this.$addCommandToMacro),this.macro.length||(this.macro=this.oldMacro),this.recording=!1):(this.$addCommandToMacro||(this.$addCommandToMacro=function(e){this.macro.push([e.command,e.args])}.bind(this)),this.oldMacro=this.macro,this.macro=[],this.on("exec",this.$addCommandToMacro),this.recording=!0)},this.replay=function(e){if(!this.$inReplay&&this.macro){if(this.recording)return this.toggleRecording(e);try{this.$inReplay=!0,this.macro.forEach((function(t){"string"==typeof t?this.exec(t,e):this.exec(t[0],e,t[1])}),this)}finally{this.$inReplay=!1}}},this.trimMacro=function(e){return e.map((function(e){return"string"!=typeof e[0]&&(e[0]=e[0].name),e[1]||(e=e[0]),e}))}}.call(s.prototype),t.CommandManager=s})),ace.define("ace/commands/default_commands",["require","exports","module","ace/lib/lang","ace/config","ace/range"],(function(e,t,i){var r=e("../lib/lang"),o=e("../config"),n=e("../range").Range;function s(e,t){return{win:e,mac:t}}t.commands=[{name:"showSettingsMenu",bindKey:s("Ctrl-,","Command-,"),exec:function(e){o.loadModule("ace/ext/settings_menu",(function(t){t.init(e),e.showSettingsMenu()}))},readOnly:!0},{name:"goToNextError",bindKey:s("Alt-E","Ctrl-E"),exec:function(e){o.loadModule("ace/ext/error_marker",(function(t){t.showErrorMarker(e,1)}))},scrollIntoView:"animate",readOnly:!0},{name:"goToPreviousError",bindKey:s("Alt-Shift-E","Ctrl-Shift-E"),exec:function(e){o.loadModule("ace/ext/error_marker",(function(t){t.showErrorMarker(e,-1)}))},scrollIntoView:"animate",readOnly:!0},{name:"selectall",bindKey:s("Ctrl-A","Command-A"),exec:function(e){e.selectAll()},readOnly:!0},{name:"centerselection",bindKey:s(null,"Ctrl-L"),exec:function(e){e.centerSelection()},readOnly:!0},{name:"gotoline",bindKey:s("Ctrl-L","Command-L"),exec:function(e){var t=parseInt(prompt("Enter line number:"),10);isNaN(t)||e.gotoLine(t)},readOnly:!0},{name:"fold",bindKey:s("Alt-L|Ctrl-F1","Command-Alt-L|Command-F1"),exec:function(e){e.session.toggleFold(!1)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"unfold",bindKey:s("Alt-Shift-L|Ctrl-Shift-F1","Command-Alt-Shift-L|Command-Shift-F1"),exec:function(e){e.session.toggleFold(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleFoldWidget",bindKey:s("F2","F2"),exec:function(e){e.session.toggleFoldWidget()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleParentFoldWidget",bindKey:s("Alt-F2","Alt-F2"),exec:function(e){e.session.toggleFoldWidget(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"foldall",bindKey:s(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAll()},scrollIntoView:"center",readOnly:!0},{name:"foldOther",bindKey:s("Alt-0","Command-Option-0"),exec:function(e){e.session.foldAll(),e.session.unfold(e.selection.getAllRanges())},scrollIntoView:"center",readOnly:!0},{name:"unfoldall",bindKey:s("Alt-Shift-0","Command-Option-Shift-0"),exec:function(e){e.session.unfold()},scrollIntoView:"center",readOnly:!0},{name:"findnext",bindKey:s("Ctrl-K","Command-G"),exec:function(e){e.findNext()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"findprevious",bindKey:s("Ctrl-Shift-K","Command-Shift-G"),exec:function(e){e.findPrevious()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"selectOrFindNext",bindKey:s("Alt-K","Ctrl-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findNext()},readOnly:!0},{name:"selectOrFindPrevious",bindKey:s("Alt-Shift-K","Ctrl-Shift-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findPrevious()},readOnly:!0},{name:"find",bindKey:s("Ctrl-F","Command-F"),exec:function(e){o.loadModule("ace/ext/searchbox",(function(t){t.Search(e)}))},readOnly:!0},{name:"overwrite",bindKey:"Insert",exec:function(e){e.toggleOverwrite()},readOnly:!0},{name:"selecttostart",bindKey:s("Ctrl-Shift-Home","Command-Shift-Up"),exec:function(e){e.getSelection().selectFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotostart",bindKey:s("Ctrl-Home","Command-Home|Command-Up"),exec:function(e){e.navigateFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectup",bindKey:s("Shift-Up","Shift-Up"),exec:function(e){e.getSelection().selectUp()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golineup",bindKey:s("Up","Up|Ctrl-P"),exec:function(e,t){e.navigateUp(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttoend",bindKey:s("Ctrl-Shift-End","Command-Shift-Down"),exec:function(e){e.getSelection().selectFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotoend",bindKey:s("Ctrl-End","Command-End|Command-Down"),exec:function(e){e.navigateFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectdown",bindKey:s("Shift-Down","Shift-Down"),exec:function(e){e.getSelection().selectDown()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golinedown",bindKey:s("Down","Down|Ctrl-N"),exec:function(e,t){e.navigateDown(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordleft",bindKey:s("Ctrl-Shift-Left","Option-Shift-Left"),exec:function(e){e.getSelection().selectWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordleft",bindKey:s("Ctrl-Left","Option-Left"),exec:function(e){e.navigateWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolinestart",bindKey:s("Alt-Shift-Left","Command-Shift-Left"),exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolinestart",bindKey:s("Alt-Left|Home","Command-Left|Home|Ctrl-A"),exec:function(e){e.navigateLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectleft",bindKey:s("Shift-Left","Shift-Left"),exec:function(e){e.getSelection().selectLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoleft",bindKey:s("Left","Left|Ctrl-B"),exec:function(e,t){e.navigateLeft(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordright",bindKey:s("Ctrl-Shift-Right","Option-Shift-Right"),exec:function(e){e.getSelection().selectWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordright",bindKey:s("Ctrl-Right","Option-Right"),exec:function(e){e.navigateWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolineend",bindKey:s("Alt-Shift-Right","Command-Shift-Right"),exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolineend",bindKey:s("Alt-Right|End","Command-Right|End|Ctrl-E"),exec:function(e){e.navigateLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectright",bindKey:s("Shift-Right","Shift-Right"),exec:function(e){e.getSelection().selectRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoright",bindKey:s("Right","Right|Ctrl-F"),exec:function(e,t){e.navigateRight(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectpagedown",bindKey:"Shift-PageDown",exec:function(e){e.selectPageDown()},readOnly:!0},{name:"pagedown",bindKey:s(null,"Option-PageDown"),exec:function(e){e.scrollPageDown()},readOnly:!0},{name:"gotopagedown",bindKey:s("PageDown","PageDown|Ctrl-V"),exec:function(e){e.gotoPageDown()},readOnly:!0},{name:"selectpageup",bindKey:"Shift-PageUp",exec:function(e){e.selectPageUp()},readOnly:!0},{name:"pageup",bindKey:s(null,"Option-PageUp"),exec:function(e){e.scrollPageUp()},readOnly:!0},{name:"gotopageup",bindKey:"PageUp",exec:function(e){e.gotoPageUp()},readOnly:!0},{name:"scrollup",bindKey:s("Ctrl-Up",null),exec:function(e){e.renderer.scrollBy(0,-2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"scrolldown",bindKey:s("Ctrl-Down",null),exec:function(e){e.renderer.scrollBy(0,2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"selectlinestart",bindKey:"Shift-Home",exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectlineend",bindKey:"Shift-End",exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"togglerecording",bindKey:s("Ctrl-Alt-E","Command-Option-E"),exec:function(e){e.commands.toggleRecording(e)},readOnly:!0},{name:"replaymacro",bindKey:s("Ctrl-Shift-E","Command-Shift-E"),exec:function(e){e.commands.replay(e)},readOnly:!0},{name:"jumptomatching",bindKey:s("Ctrl-P","Ctrl-P"),exec:function(e){e.jumpToMatching()},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"selecttomatching",bindKey:s("Ctrl-Shift-P","Ctrl-Shift-P"),exec:function(e){e.jumpToMatching(!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"expandToMatching",bindKey:s("Ctrl-Shift-M","Ctrl-Shift-M"),exec:function(e){e.jumpToMatching(!0,!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"passKeysToBrowser",bindKey:s(null,null),exec:function(){},passEvent:!0,readOnly:!0},{name:"copy",exec:function(e){},readOnly:!0},{name:"cut",exec:function(e){var t=e.getSelectionRange();e._emit("cut",t),e.selection.isEmpty()||(e.session.remove(t),e.clearSelection())},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"paste",exec:function(e,t){e.$handlePaste(t)},scrollIntoView:"cursor"},{name:"removeline",bindKey:s("Ctrl-D","Command-D"),exec:function(e){e.removeLines()},scrollIntoView:"cursor",multiSelectAction:"forEachLine"},{name:"duplicateSelection",bindKey:s("Ctrl-Shift-D","Command-Shift-D"),exec:function(e){e.duplicateSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"sortlines",bindKey:s("Ctrl-Alt-S","Command-Alt-S"),exec:function(e){e.sortLines()},scrollIntoView:"selection",multiSelectAction:"forEachLine"},{name:"togglecomment",bindKey:s("Ctrl-/","Command-/"),exec:function(e){e.toggleCommentLines()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"toggleBlockComment",bindKey:s("Ctrl-Shift-/","Command-Shift-/"),exec:function(e){e.toggleBlockComment()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"modifyNumberUp",bindKey:s("Ctrl-Shift-Up","Alt-Shift-Up"),exec:function(e){e.modifyNumber(1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"modifyNumberDown",bindKey:s("Ctrl-Shift-Down","Alt-Shift-Down"),exec:function(e){e.modifyNumber(-1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"replace",bindKey:s("Ctrl-H","Command-Option-F"),exec:function(e){o.loadModule("ace/ext/searchbox",(function(t){t.Search(e,!0)}))}},{name:"undo",bindKey:s("Ctrl-Z","Command-Z"),exec:function(e){e.undo()}},{name:"redo",bindKey:s("Ctrl-Shift-Z|Ctrl-Y","Command-Shift-Z|Command-Y"),exec:function(e){e.redo()}},{name:"copylinesup",bindKey:s("Alt-Shift-Up","Command-Option-Up"),exec:function(e){e.copyLinesUp()},scrollIntoView:"cursor"},{name:"movelinesup",bindKey:s("Alt-Up","Option-Up"),exec:function(e){e.moveLinesUp()},scrollIntoView:"cursor"},{name:"copylinesdown",bindKey:s("Alt-Shift-Down","Command-Option-Down"),exec:function(e){e.copyLinesDown()},scrollIntoView:"cursor"},{name:"movelinesdown",bindKey:s("Alt-Down","Option-Down"),exec:function(e){e.moveLinesDown()},scrollIntoView:"cursor"},{name:"del",bindKey:s("Delete","Delete|Ctrl-D|Shift-Delete"),exec:function(e){e.remove("right")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"backspace",bindKey:s("Shift-Backspace|Backspace","Ctrl-Backspace|Shift-Backspace|Backspace|Ctrl-H"),exec:function(e){e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"cut_or_delete",bindKey:s("Shift-Delete",null),exec:function(e){if(!e.selection.isEmpty())return!1;e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestart",bindKey:s("Alt-Backspace","Command-Backspace"),exec:function(e){e.removeToLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineend",bindKey:s("Alt-Delete","Ctrl-K"),exec:function(e){e.removeToLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordleft",bindKey:s("Ctrl-Backspace","Alt-Backspace|Ctrl-Alt-Backspace"),exec:function(e){e.removeWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordright",bindKey:s("Ctrl-Delete","Alt-Delete"),exec:function(e){e.removeWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"outdent",bindKey:s("Shift-Tab","Shift-Tab"),exec:function(e){e.blockOutdent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"indent",bindKey:s("Tab","Tab"),exec:function(e){e.indent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"blockoutdent",bindKey:s("Ctrl-[","Ctrl-["),exec:function(e){e.blockOutdent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"blockindent",bindKey:s("Ctrl-]","Ctrl-]"),exec:function(e){e.blockIndent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"insertstring",exec:function(e,t){e.insert(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"inserttext",exec:function(e,t){e.insert(r.stringRepeat(t.text||"",t.times||1))},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"splitline",bindKey:s(null,"Ctrl-O"),exec:function(e){e.splitLine()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"transposeletters",bindKey:s("Ctrl-T","Ctrl-T"),exec:function(e){e.transposeLetters()},multiSelectAction:function(e){e.transposeSelections(1)},scrollIntoView:"cursor"},{name:"touppercase",bindKey:s("Ctrl-U","Ctrl-U"),exec:function(e){e.toUpperCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"tolowercase",bindKey:s("Ctrl-Shift-U","Ctrl-Shift-U"),exec:function(e){e.toLowerCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"expandtoline",bindKey:s("Ctrl-Shift-L","Command-Shift-L"),exec:function(e){var t=e.selection.getRange();t.start.column=t.end.column=0,t.end.row++,e.selection.setRange(t,!1)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"joinlines",bindKey:s(null,null),exec:function(e){for(var t=e.selection.isBackwards(),i=t?e.selection.getSelectionLead():e.selection.getSelectionAnchor(),o=t?e.selection.getSelectionAnchor():e.selection.getSelectionLead(),s=e.session.doc.getLine(i.row).length,a=e.session.doc.getTextRange(e.selection.getRange()).replace(/\n\s*/," ").length,l=e.session.doc.getLine(i.row),c=i.row+1;c<=o.row+1;c++){var d=r.stringTrimLeft(r.stringTrimRight(e.session.doc.getLine(c)));0!==d.length&&(d=" "+d),l+=d}o.row+1<e.session.doc.getLength()-1&&(l+=e.session.doc.getNewLineCharacter()),e.clearSelection(),e.session.doc.replace(new n(i.row,0,o.row+2,0),l),a>0?(e.selection.moveCursorTo(i.row,i.column),e.selection.selectTo(i.row,i.column+a)):(s=e.session.doc.getLine(i.row).length>s?s+1:s,e.selection.moveCursorTo(i.row,s))},multiSelectAction:"forEach",readOnly:!0},{name:"invertSelection",bindKey:s(null,null),exec:function(e){var t=e.session.doc.getLength()-1,i=e.session.doc.getLine(t).length,r=e.selection.rangeList.ranges,o=[];r.length<1&&(r=[e.selection.getRange()]);for(var s=0;s<r.length;s++)s==r.length-1&&(r[s].end.row===t&&r[s].end.column===i||o.push(new n(r[s].end.row,r[s].end.column,t,i))),0===s?0===r[s].start.row&&0===r[s].start.column||o.push(new n(0,0,r[s].start.row,r[s].start.column)):o.push(new n(r[s-1].end.row,r[s-1].end.column,r[s].start.row,r[s].start.column));for(e.exitMultiSelectMode(),e.clearSelection(),s=0;s<o.length;s++)e.selection.addRange(o[s],!1)},readOnly:!0,scrollIntoView:"none"}]})),ace.define("ace/editor",["require","exports","module","ace/lib/fixoldbrowsers","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/useragent","ace/keyboard/textinput","ace/mouse/mouse_handler","ace/mouse/fold_handler","ace/keyboard/keybinding","ace/edit_session","ace/search","ace/range","ace/lib/event_emitter","ace/commands/command_manager","ace/commands/default_commands","ace/config","ace/token_iterator"],(function(e,t,i){e("./lib/fixoldbrowsers");var r=e("./lib/oop"),o=e("./lib/dom"),n=e("./lib/lang"),s=e("./lib/useragent"),a=e("./keyboard/textinput").TextInput,l=e("./mouse/mouse_handler").MouseHandler,c=e("./mouse/fold_handler").FoldHandler,d=e("./keyboard/keybinding").KeyBinding,h=e("./edit_session").EditSession,u=e("./search").Search,f=e("./range").Range,p=e("./lib/event_emitter").EventEmitter,m=e("./commands/command_manager").CommandManager,A=e("./commands/default_commands").commands,g=e("./config"),y=e("./token_iterator").TokenIterator,C=function(e,t){var i=e.getContainerElement();this.container=i,this.renderer=e,this.commands=new m(s.isMac?"mac":"win",A),this.textInput=new a(e.getTextAreaContainer(),this),this.renderer.textarea=this.textInput.getElement(),this.keyBinding=new d(this),this.$mouseHandler=new l(this),new c(this),this.$blockScrolling=0,this.$search=(new u).set({wrap:!0}),this.$historyTracker=this.$historyTracker.bind(this),this.commands.on("exec",this.$historyTracker),this.$initOperationListeners(),this._$emitInputEvent=n.delayedCall(function(){this._signal("input",{}),this.session&&this.session.bgTokenizer&&this.session.bgTokenizer.scheduleStart()}.bind(this)),this.on("change",(function(e,t){t._$emitInputEvent.schedule(31)})),this.setSession(t||new h("")),g.resetOptions(this),g._signal("editor",this)};(function(){r.implement(this,p),this.$initOperationListeners=function(){this.selections=[],this.commands.on("exec",this.startOperation.bind(this),!0),this.commands.on("afterExec",this.endOperation.bind(this),!0),this.$opResetTimer=n.delayedCall(this.endOperation.bind(this)),this.on("change",function(){this.curOp||this.startOperation(),this.curOp.docChanged=!0}.bind(this),!0),this.on("changeSelection",function(){this.curOp||this.startOperation(),this.curOp.selectionChanged=!0}.bind(this),!0)},this.curOp=null,this.prevOp={},this.startOperation=function(e){if(this.curOp){if(!e||this.curOp.command)return;this.prevOp=this.curOp}e||(this.previousCommand=null,e={}),this.$opResetTimer.schedule(),this.curOp={command:e.command||{},args:e.args,scrollTop:this.renderer.scrollTop},this.curOp.command.name&&void 0!==this.curOp.command.scrollIntoView&&this.$blockScrolling++},this.endOperation=function(e){if(this.curOp){if(e&&!1===e.returnValue)return this.curOp=null;this._signal("beforeEndOperation");var t=this.curOp.command;t.name&&this.$blockScrolling>0&&this.$blockScrolling--;var i=t&&t.scrollIntoView;if(i){switch(i){case"center-animate":i="animate";case"center":this.renderer.scrollCursorIntoView(null,.5);break;case"animate":case"cursor":this.renderer.scrollCursorIntoView();break;case"selectionPart":var r=this.selection.getRange(),o=this.renderer.layerConfig;(r.start.row>=o.lastRow||r.end.row<=o.firstRow)&&this.renderer.scrollSelectionIntoView(this.selection.anchor,this.selection.lead)}"animate"==i&&this.renderer.animateScrolling(this.curOp.scrollTop)}this.prevOp=this.curOp,this.curOp=null}},this.$mergeableCommands=["backspace","del","insertstring"],this.$historyTracker=function(e){if(this.$mergeUndoDeltas){var t=this.prevOp,i=this.$mergeableCommands,r=t.command&&e.command.name==t.command.name;if("insertstring"==e.command.name){var o=e.args;void 0===this.mergeNextCommand&&(this.mergeNextCommand=!0),r=r&&this.mergeNextCommand&&(!/\s/.test(o)||/\s/.test(t.args)),this.mergeNextCommand=!0}else r=r&&-1!==i.indexOf(e.command.name);"always"!=this.$mergeUndoDeltas&&Date.now()-this.sequenceStartTime>2e3&&(r=!1),r?this.session.mergeUndoDeltas=!0:-1!==i.indexOf(e.command.name)&&(this.sequenceStartTime=Date.now())}},this.setKeyboardHandler=function(e,t){if(e&&"string"==typeof e){this.$keybindingId=e;var i=this;g.loadModule(["keybinding",e],(function(r){i.$keybindingId==e&&i.keyBinding.setKeyboardHandler(r&&r.handler),t&&t()}))}else this.$keybindingId=null,this.keyBinding.setKeyboardHandler(e),t&&t()},this.getKeyboardHandler=function(){return this.keyBinding.getKeyboardHandler()},this.setSession=function(e){if(this.session!=e){this.curOp&&this.endOperation(),this.curOp={};var t=this.session;if(t){this.session.off("change",this.$onDocumentChange),this.session.off("changeMode",this.$onChangeMode),this.session.off("tokenizerUpdate",this.$onTokenizerUpdate),this.session.off("changeTabSize",this.$onChangeTabSize),this.session.off("changeWrapLimit",this.$onChangeWrapLimit),this.session.off("changeWrapMode",this.$onChangeWrapMode),this.session.off("changeFold",this.$onChangeFold),this.session.off("changeFrontMarker",this.$onChangeFrontMarker),this.session.off("changeBackMarker",this.$onChangeBackMarker),this.session.off("changeBreakpoint",this.$onChangeBreakpoint),this.session.off("changeAnnotation",this.$onChangeAnnotation),this.session.off("changeOverwrite",this.$onCursorChange),this.session.off("changeScrollTop",this.$onScrollTopChange),this.session.off("changeScrollLeft",this.$onScrollLeftChange);var i=this.session.getSelection();i.off("changeCursor",this.$onCursorChange),i.off("changeSelection",this.$onSelectionChange)}this.session=e,e?(this.$onDocumentChange=this.onDocumentChange.bind(this),e.on("change",this.$onDocumentChange),this.renderer.setSession(e),this.$onChangeMode=this.onChangeMode.bind(this),e.on("changeMode",this.$onChangeMode),this.$onTokenizerUpdate=this.onTokenizerUpdate.bind(this),e.on("tokenizerUpdate",this.$onTokenizerUpdate),this.$onChangeTabSize=this.renderer.onChangeTabSize.bind(this.renderer),e.on("changeTabSize",this.$onChangeTabSize),this.$onChangeWrapLimit=this.onChangeWrapLimit.bind(this),e.on("changeWrapLimit",this.$onChangeWrapLimit),this.$onChangeWrapMode=this.onChangeWrapMode.bind(this),e.on("changeWrapMode",this.$onChangeWrapMode),this.$onChangeFold=this.onChangeFold.bind(this),e.on("changeFold",this.$onChangeFold),this.$onChangeFrontMarker=this.onChangeFrontMarker.bind(this),this.session.on("changeFrontMarker",this.$onChangeFrontMarker),this.$onChangeBackMarker=this.onChangeBackMarker.bind(this),this.session.on("changeBackMarker",this.$onChangeBackMarker),this.$onChangeBreakpoint=this.onChangeBreakpoint.bind(this),this.session.on("changeBreakpoint",this.$onChangeBreakpoint),this.$onChangeAnnotation=this.onChangeAnnotation.bind(this),this.session.on("changeAnnotation",this.$onChangeAnnotation),this.$onCursorChange=this.onCursorChange.bind(this),this.session.on("changeOverwrite",this.$onCursorChange),this.$onScrollTopChange=this.onScrollTopChange.bind(this),this.session.on("changeScrollTop",this.$onScrollTopChange),this.$onScrollLeftChange=this.onScrollLeftChange.bind(this),this.session.on("changeScrollLeft",this.$onScrollLeftChange),this.selection=e.getSelection(),this.selection.on("changeCursor",this.$onCursorChange),this.$onSelectionChange=this.onSelectionChange.bind(this),this.selection.on("changeSelection",this.$onSelectionChange),this.onChangeMode(),this.$blockScrolling+=1,this.onCursorChange(),this.$blockScrolling-=1,this.onScrollTopChange(),this.onScrollLeftChange(),this.onSelectionChange(),this.onChangeFrontMarker(),this.onChangeBackMarker(),this.onChangeBreakpoint(),this.onChangeAnnotation(),this.session.getUseWrapMode()&&this.renderer.adjustWrapLimit(),this.renderer.updateFull()):(this.selection=null,this.renderer.setSession(e)),this._signal("changeSession",{session:e,oldSession:t}),this.curOp=null,t&&t._signal("changeEditor",{oldEditor:this}),e&&e._signal("changeEditor",{editor:this})}},this.getSession=function(){return this.session},this.setValue=function(e,t){return this.session.doc.setValue(e),t?1==t?this.navigateFileEnd():-1==t&&this.navigateFileStart():this.selectAll(),e},this.getValue=function(){return this.session.getValue()},this.getSelection=function(){return this.selection},this.resize=function(e){this.renderer.onResize(e)},this.setTheme=function(e,t){this.renderer.setTheme(e,t)},this.getTheme=function(){return this.renderer.getTheme()},this.setStyle=function(e){this.renderer.setStyle(e)},this.unsetStyle=function(e){this.renderer.unsetStyle(e)},this.getFontSize=function(){return this.getOption("fontSize")||o.computedStyle(this.container,"fontSize")},this.setFontSize=function(e){this.setOption("fontSize",e)},this.$highlightBrackets=function(){if(this.session.$bracketHighlight&&(this.session.removeMarker(this.session.$bracketHighlight),this.session.$bracketHighlight=null),!this.$highlightPending){var e=this;this.$highlightPending=!0,setTimeout((function(){e.$highlightPending=!1;var t=e.session;if(t&&t.bgTokenizer){var i=t.findMatchingBracket(e.getCursorPosition());if(i)var r=new f(i.row,i.column,i.row,i.column+1);else t.$mode.getMatching&&(r=t.$mode.getMatching(e.session));r&&(t.$bracketHighlight=t.addMarker(r,"ace_bracket","text"))}}),50)}},this.$highlightTags=function(){if(!this.$highlightTagPending){var e=this;this.$highlightTagPending=!0,setTimeout((function(){e.$highlightTagPending=!1;var t=e.session;if(t&&t.bgTokenizer){var i=e.getCursorPosition(),r=new y(e.session,i.row,i.column),o=r.getCurrentToken();if(!o||!/\b(?:tag-open|tag-name)/.test(o.type))return t.removeMarker(t.$tagHighlight),void(t.$tagHighlight=null);if(-1==o.type.indexOf("tag-open")||(o=r.stepForward())){var n=o.value,s=0,a=r.stepBackward();if("<"==a.value)do{a=o,(o=r.stepForward())&&o.value===n&&-1!==o.type.indexOf("tag-name")&&("<"===a.value?s++:"</"===a.value&&s--)}while(o&&s>=0);else{do{o=a,a=r.stepBackward(),o&&o.value===n&&-1!==o.type.indexOf("tag-name")&&("<"===a.value?s++:"</"===a.value&&s--)}while(a&&s<=0);r.stepForward()}if(!o)return t.removeMarker(t.$tagHighlight),void(t.$tagHighlight=null);var l=r.getCurrentTokenRow(),c=r.getCurrentTokenColumn(),d=new f(l,c,l,c+o.value.length);t.$tagHighlight&&0!==d.compareRange(t.$backMarkers[t.$tagHighlight].range)&&(t.removeMarker(t.$tagHighlight),t.$tagHighlight=null),d&&!t.$tagHighlight&&(t.$tagHighlight=t.addMarker(d,"ace_bracket","text"))}}}),50)}},this.focus=function(){var e=this;setTimeout((function(){e.textInput.focus()})),this.textInput.focus()},this.isFocused=function(){return this.textInput.isFocused()},this.blur=function(){this.textInput.blur()},this.onFocus=function(e){this.$isFocused||(this.$isFocused=!0,this.renderer.showCursor(),this.renderer.visualizeFocus(),this._emit("focus",e))},this.onBlur=function(e){this.$isFocused&&(this.$isFocused=!1,this.renderer.hideCursor(),this.renderer.visualizeBlur(),this._emit("blur",e))},this.$cursorChange=function(){this.renderer.updateCursor()},this.onDocumentChange=function(e){var t=this.session.$useWrapMode,i=e.start.row==e.end.row?e.end.row:1/0;this.renderer.updateLines(e.start.row,i,t),this._signal("change",e),this.$cursorChange(),this.$updateHighlightActiveLine()},this.onTokenizerUpdate=function(e){var t=e.data;this.renderer.updateLines(t.first,t.last)},this.onScrollTopChange=function(){this.renderer.scrollToY(this.session.getScrollTop())},this.onScrollLeftChange=function(){this.renderer.scrollToX(this.session.getScrollLeft())},this.onCursorChange=function(){this.$cursorChange(),this.$blockScrolling||(g.warn("Automatically scrolling cursor into view after selection change","this will be disabled in the next version","set editor.$blockScrolling = Infinity to disable this message"),this.renderer.scrollCursorIntoView()),this.$highlightBrackets(),this.$highlightTags(),this.$updateHighlightActiveLine(),this._signal("changeSelection")},this.$updateHighlightActiveLine=function(){var e,t=this.getSession();if(this.$highlightActiveLine&&("line"==this.$selectionStyle&&this.selection.isMultiLine()||(e=this.getCursorPosition()),!this.renderer.$maxLines||1!==this.session.getLength()||this.renderer.$minLines>1||(e=!1)),t.$highlightLineMarker&&!e)t.removeMarker(t.$highlightLineMarker.id),t.$highlightLineMarker=null;else if(!t.$highlightLineMarker&&e){var i=new f(e.row,e.column,e.row,1/0);i.id=t.addMarker(i,"ace_active-line","screenLine"),t.$highlightLineMarker=i}else e&&(t.$highlightLineMarker.start.row=e.row,t.$highlightLineMarker.end.row=e.row,t.$highlightLineMarker.start.column=e.column,t._signal("changeBackMarker"))},this.onSelectionChange=function(e){var t=this.session;if(t.$selectionMarker&&t.removeMarker(t.$selectionMarker),t.$selectionMarker=null,this.selection.isEmpty())this.$updateHighlightActiveLine();else{var i=this.selection.getRange(),r=this.getSelectionStyle();t.$selectionMarker=t.addMarker(i,"ace_selection",r)}var o=this.$highlightSelectedWord&&this.$getSelectionHighLightRegexp();this.session.highlight(o),this._signal("changeSelection")},this.$getSelectionHighLightRegexp=function(){var e=this.session,t=this.getSelectionRange();if(!t.isEmpty()&&!t.isMultiLine()){var i=t.start.column-1,r=t.end.column+1,o=e.getLine(t.start.row),n=o.length,s=o.substring(Math.max(i,0),Math.min(r,n));if(!(i>=0&&/^[\w\d]/.test(s)||r<=n&&/[\w\d]$/.test(s))&&(s=o.substring(t.start.column,t.end.column),/^[\w\d]+$/.test(s)))return this.$search.$assembleRegExp({wholeWord:!0,caseSensitive:!0,needle:s})}},this.onChangeFrontMarker=function(){this.renderer.updateFrontMarkers()},this.onChangeBackMarker=function(){this.renderer.updateBackMarkers()},this.onChangeBreakpoint=function(){this.renderer.updateBreakpoints()},this.onChangeAnnotation=function(){this.renderer.setAnnotations(this.session.getAnnotations())},this.onChangeMode=function(e){this.renderer.updateText(),this._emit("changeMode",e)},this.onChangeWrapLimit=function(){this.renderer.updateFull()},this.onChangeWrapMode=function(){this.renderer.onResize(!0)},this.onChangeFold=function(){this.$updateHighlightActiveLine(),this.renderer.updateFull()},this.getSelectedText=function(){return this.session.getTextRange(this.getSelectionRange())},this.getCopyText=function(){var e=this.getSelectedText();return this._signal("copy",e),e},this.onCopy=function(){this.commands.exec("copy",this)},this.onCut=function(){this.commands.exec("cut",this)},this.onPaste=function(e,t){var i={text:e,event:t};this.commands.exec("paste",this,i)},this.$handlePaste=function(e){"string"==typeof e&&(e={text:e}),this._signal("paste",e);var t=e.text;if(!this.inMultiSelectMode||this.inVirtualSelectionMode)this.insert(t);else{var i=t.split(/\r\n|\r|\n/),r=this.selection.rangeList.ranges;if(i.length>r.length||i.length<2||!i[1])return this.commands.exec("insertstring",this,t);for(var o=r.length;o--;){var n=r[o];n.isEmpty()||this.session.remove(n),this.session.insert(n.start,i[o])}}},this.execCommand=function(e,t){return this.commands.exec(e,this,t)},this.insert=function(e,t){var i=this.session,r=i.getMode(),o=this.getCursorPosition();if(this.getBehavioursEnabled()&&!t){var n=r.transformAction(i.getState(o.row),"insertion",this,i,e);n&&(e!==n.text&&(this.session.mergeUndoDeltas=!1,this.$mergeNextCommand=!1),e=n.text)}if("\t"==e&&(e=this.session.getTabString()),this.selection.isEmpty())this.session.getOverwrite()&&((s=new f.fromPoints(o,o)).end.column+=e.length,this.session.remove(s));else{var s=this.getSelectionRange();o=this.session.remove(s),this.clearSelection()}if("\n"==e||"\r\n"==e){var a=i.getLine(o.row);if(o.column>a.search(/\S|$/)){var l=a.substr(o.column).search(/\S|$/);i.doc.removeInLine(o.row,o.column,o.column+l)}}this.clearSelection();var c=o.column,d=i.getState(o.row),h=(a=i.getLine(o.row),r.checkOutdent(d,a,e));if(i.insert(o,e),n&&n.selection&&(2==n.selection.length?this.selection.setSelectionRange(new f(o.row,c+n.selection[0],o.row,c+n.selection[1])):this.selection.setSelectionRange(new f(o.row+n.selection[0],n.selection[1],o.row+n.selection[2],n.selection[3]))),i.getDocument().isNewLine(e)){var u=r.getNextLineIndent(d,a.slice(0,o.column),i.getTabString());i.insert({row:o.row+1,column:0},u)}h&&r.autoOutdent(d,i,o.row)},this.onTextInput=function(e){this.keyBinding.onTextInput(e)},this.onCommandKey=function(e,t,i){this.keyBinding.onCommandKey(e,t,i)},this.setOverwrite=function(e){this.session.setOverwrite(e)},this.getOverwrite=function(){return this.session.getOverwrite()},this.toggleOverwrite=function(){this.session.toggleOverwrite()},this.setScrollSpeed=function(e){this.setOption("scrollSpeed",e)},this.getScrollSpeed=function(){return this.getOption("scrollSpeed")},this.setDragDelay=function(e){this.setOption("dragDelay",e)},this.getDragDelay=function(){return this.getOption("dragDelay")},this.setSelectionStyle=function(e){this.setOption("selectionStyle",e)},this.getSelectionStyle=function(){return this.getOption("selectionStyle")},this.setHighlightActiveLine=function(e){this.setOption("highlightActiveLine",e)},this.getHighlightActiveLine=function(){return this.getOption("highlightActiveLine")},this.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},this.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},this.setHighlightSelectedWord=function(e){this.setOption("highlightSelectedWord",e)},this.getHighlightSelectedWord=function(){return this.$highlightSelectedWord},this.setAnimatedScroll=function(e){this.renderer.setAnimatedScroll(e)},this.getAnimatedScroll=function(){return this.renderer.getAnimatedScroll()},this.setShowInvisibles=function(e){this.renderer.setShowInvisibles(e)},this.getShowInvisibles=function(){return this.renderer.getShowInvisibles()},this.setDisplayIndentGuides=function(e){this.renderer.setDisplayIndentGuides(e)},this.getDisplayIndentGuides=function(){return this.renderer.getDisplayIndentGuides()},this.setShowPrintMargin=function(e){this.renderer.setShowPrintMargin(e)},this.getShowPrintMargin=function(){return this.renderer.getShowPrintMargin()},this.setPrintMarginColumn=function(e){this.renderer.setPrintMarginColumn(e)},this.getPrintMarginColumn=function(){return this.renderer.getPrintMarginColumn()},this.setReadOnly=function(e){this.setOption("readOnly",e)},this.getReadOnly=function(){return this.getOption("readOnly")},this.setBehavioursEnabled=function(e){this.setOption("behavioursEnabled",e)},this.getBehavioursEnabled=function(){return this.getOption("behavioursEnabled")},this.setWrapBehavioursEnabled=function(e){this.setOption("wrapBehavioursEnabled",e)},this.getWrapBehavioursEnabled=function(){return this.getOption("wrapBehavioursEnabled")},this.setShowFoldWidgets=function(e){this.setOption("showFoldWidgets",e)},this.getShowFoldWidgets=function(){return this.getOption("showFoldWidgets")},this.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},this.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},this.remove=function(e){this.selection.isEmpty()&&("left"==e?this.selection.selectLeft():this.selection.selectRight());var t=this.getSelectionRange();if(this.getBehavioursEnabled()){var i=this.session,r=i.getState(t.start.row),o=i.getMode().transformAction(r,"deletion",this,i,t);if(0===t.end.column){var n=i.getTextRange(t);if("\n"==n[n.length-1]){var s=i.getLine(t.end.row);/^\s+$/.test(s)&&(t.end.column=s.length)}}o&&(t=o)}this.session.remove(t),this.clearSelection()},this.removeWordRight=function(){this.selection.isEmpty()&&this.selection.selectWordRight(),this.session.remove(this.getSelectionRange()),this.clearSelection()},this.removeWordLeft=function(){this.selection.isEmpty()&&this.selection.selectWordLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},this.removeToLineStart=function(){this.selection.isEmpty()&&this.selection.selectLineStart(),this.session.remove(this.getSelectionRange()),this.clearSelection()},this.removeToLineEnd=function(){this.selection.isEmpty()&&this.selection.selectLineEnd();var e=this.getSelectionRange();e.start.column==e.end.column&&e.start.row==e.end.row&&(e.end.column=0,e.end.row++),this.session.remove(e),this.clearSelection()},this.splitLine=function(){this.selection.isEmpty()||(this.session.remove(this.getSelectionRange()),this.clearSelection());var e=this.getCursorPosition();this.insert("\n"),this.moveCursorToPosition(e)},this.transposeLetters=function(){if(this.selection.isEmpty()){var e=this.getCursorPosition(),t=e.column;if(0!==t){var i,r,o=this.session.getLine(e.row);t<o.length?(i=o.charAt(t)+o.charAt(t-1),r=new f(e.row,t-1,e.row,t+1)):(i=o.charAt(t-1)+o.charAt(t-2),r=new f(e.row,t-2,e.row,t)),this.session.replace(r,i)}}},this.toLowerCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),i=this.session.getTextRange(t);this.session.replace(t,i.toLowerCase()),this.selection.setSelectionRange(e)},this.toUpperCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),i=this.session.getTextRange(t);this.session.replace(t,i.toUpperCase()),this.selection.setSelectionRange(e)},this.indent=function(){var e=this.session,t=this.getSelectionRange();if(!(t.start.row<t.end.row)){if(t.start.column<t.end.column){var i=e.getTextRange(t);if(!/^\s+$/.test(i))return d=this.$getSelectedRows(),void e.indentRows(d.first,d.last,"\t")}var r=e.getLine(t.start.row),o=t.start,s=e.getTabSize(),a=e.documentToScreenColumn(o.row,o.column);if(this.session.getUseSoftTabs())var l=s-a%s,c=n.stringRepeat(" ",l);else{for(l=a%s;" "==r[t.start.column]&&l;)t.start.column--,l--;this.selection.setSelectionRange(t),c="\t"}return this.insert(c)}var d=this.$getSelectedRows();e.indentRows(d.first,d.last,"\t")},this.blockIndent=function(){var e=this.$getSelectedRows();this.session.indentRows(e.first,e.last,"\t")},this.blockOutdent=function(){var e=this.session.getSelection();this.session.outdentRows(e.getRange())},this.sortLines=function(){var e=this.$getSelectedRows(),t=this.session,i=[];for(o=e.first;o<=e.last;o++)i.push(t.getLine(o));i.sort((function(e,t){return e.toLowerCase()<t.toLowerCase()?-1:e.toLowerCase()>t.toLowerCase()?1:0}));for(var r=new f(0,0,0,0),o=e.first;o<=e.last;o++){var n=t.getLine(o);r.start.row=o,r.end.row=o,r.end.column=n.length,t.replace(r,i[o-e.first])}},this.toggleCommentLines=function(){var e=this.session.getState(this.getCursorPosition().row),t=this.$getSelectedRows();this.session.getMode().toggleCommentLines(e,this.session,t.first,t.last)},this.toggleBlockComment=function(){var e=this.getCursorPosition(),t=this.session.getState(e.row),i=this.getSelectionRange();this.session.getMode().toggleBlockComment(t,this.session,i,e)},this.getNumberAt=function(e,t){var i=/[\-]?[0-9]+(?:\.[0-9]+)?/g;i.lastIndex=0;for(var r=this.session.getLine(e);i.lastIndex<t;){var o=i.exec(r);if(o.index<=t&&o.index+o[0].length>=t)return{value:o[0],start:o.index,end:o.index+o[0].length}}return null},this.modifyNumber=function(e){var t=this.selection.getCursor().row,i=this.selection.getCursor().column,r=new f(t,i-1,t,i),o=this.session.getTextRange(r);if(!isNaN(parseFloat(o))&&isFinite(o)){var n=this.getNumberAt(t,i);if(n){var s=n.value.indexOf(".")>=0?n.start+n.value.indexOf(".")+1:n.end,a=n.start+n.value.length-s,l=parseFloat(n.value);l*=Math.pow(10,a),s!==n.end&&i<s?e*=Math.pow(10,n.end-i-1):e*=Math.pow(10,n.end-i),l+=e;var c=(l/=Math.pow(10,a)).toFixed(a),d=new f(t,n.start,t,n.end);this.session.replace(d,c),this.moveCursorTo(t,Math.max(n.start+1,i+c.length-n.value.length))}}},this.removeLines=function(){var e=this.$getSelectedRows();this.session.removeFullLines(e.first,e.last),this.clearSelection()},this.duplicateSelection=function(){var e=this.selection,t=this.session,i=e.getRange(),r=e.isBackwards();if(i.isEmpty()){var o=i.start.row;t.duplicateLines(o,o)}else{var n=r?i.start:i.end,s=t.insert(n,t.getTextRange(i),!1);i.start=n,i.end=s,e.setSelectionRange(i,r)}},this.moveLinesDown=function(){this.$moveLines(1,!1)},this.moveLinesUp=function(){this.$moveLines(-1,!1)},this.moveText=function(e,t,i){return this.session.moveText(e,t,i)},this.copyLinesUp=function(){this.$moveLines(-1,!0)},this.copyLinesDown=function(){this.$moveLines(1,!0)},this.$moveLines=function(e,t){var i,r,o=this.selection;if(!o.inMultiSelectMode||this.inVirtualSelectionMode){var n=o.toOrientedRange();i=this.$getSelectedRows(n),r=this.session.$moveLines(i.first,i.last,t?0:e),t&&-1==e&&(r=0),n.moveBy(r,0),o.fromOrientedRange(n)}else{var s=o.rangeList.ranges;o.rangeList.detach(this.session),this.inVirtualSelectionMode=!0;for(var a=0,l=0,c=s.length,d=0;d<c;d++){var h=d;s[d].moveBy(a,0);for(var u=(i=this.$getSelectedRows(s[d])).first,f=i.last;++d<c;){l&&s[d].moveBy(l,0);var p=this.$getSelectedRows(s[d]);if(t&&p.first!=f)break;if(!t&&p.first>f+1)break;f=p.last}for(d--,a=this.session.$moveLines(u,f,t?0:e),t&&-1==e&&(h=d+1);h<=d;)s[h].moveBy(a,0),h++;t||(a=0),l+=a}o.fromOrientedRange(o.ranges[0]),o.rangeList.attach(this.session),this.inVirtualSelectionMode=!1}},this.$getSelectedRows=function(e){return e=(e||this.getSelectionRange()).collapseRows(),{first:this.session.getRowFoldStart(e.start.row),last:this.session.getRowFoldEnd(e.end.row)}},this.onCompositionStart=function(e){this.renderer.showComposition(this.getCursorPosition())},this.onCompositionUpdate=function(e){this.renderer.setCompositionText(e)},this.onCompositionEnd=function(){this.renderer.hideComposition()},this.getFirstVisibleRow=function(){return this.renderer.getFirstVisibleRow()},this.getLastVisibleRow=function(){return this.renderer.getLastVisibleRow()},this.isRowVisible=function(e){return e>=this.getFirstVisibleRow()&&e<=this.getLastVisibleRow()},this.isRowFullyVisible=function(e){return e>=this.renderer.getFirstFullyVisibleRow()&&e<=this.renderer.getLastFullyVisibleRow()},this.$getVisibleRowCount=function(){return this.renderer.getScrollBottomRow()-this.renderer.getScrollTopRow()+1},this.$moveByPage=function(e,t){var i=this.renderer,r=this.renderer.layerConfig,o=e*Math.floor(r.height/r.lineHeight);this.$blockScrolling++,!0===t?this.selection.$moveSelection((function(){this.moveCursorBy(o,0)})):!1===t&&(this.selection.moveCursorBy(o,0),this.selection.clearSelection()),this.$blockScrolling--;var n=i.scrollTop;i.scrollBy(0,o*r.lineHeight),null!=t&&i.scrollCursorIntoView(null,.5),i.animateScrolling(n)},this.selectPageDown=function(){this.$moveByPage(1,!0)},this.selectPageUp=function(){this.$moveByPage(-1,!0)},this.gotoPageDown=function(){this.$moveByPage(1,!1)},this.gotoPageUp=function(){this.$moveByPage(-1,!1)},this.scrollPageDown=function(){this.$moveByPage(1)},this.scrollPageUp=function(){this.$moveByPage(-1)},this.scrollToRow=function(e){this.renderer.scrollToRow(e)},this.scrollToLine=function(e,t,i,r){this.renderer.scrollToLine(e,t,i,r)},this.centerSelection=function(){var e=this.getSelectionRange(),t={row:Math.floor(e.start.row+(e.end.row-e.start.row)/2),column:Math.floor(e.start.column+(e.end.column-e.start.column)/2)};this.renderer.alignCursor(t,.5)},this.getCursorPosition=function(){return this.selection.getCursor()},this.getCursorPositionScreen=function(){return this.session.documentToScreenPosition(this.getCursorPosition())},this.getSelectionRange=function(){return this.selection.getRange()},this.selectAll=function(){this.$blockScrolling+=1,this.selection.selectAll(),this.$blockScrolling-=1},this.clearSelection=function(){this.selection.clearSelection()},this.moveCursorTo=function(e,t){this.selection.moveCursorTo(e,t)},this.moveCursorToPosition=function(e){this.selection.moveCursorToPosition(e)},this.jumpToMatching=function(e,t){var i=this.getCursorPosition(),r=new y(this.session,i.row,i.column),o=r.getCurrentToken(),n=o||r.stepForward();if(n){var s,a,l=!1,c={},d=i.column-n.start,h={")":"(","(":"(","]":"[","[":"[","{":"{","}":"{"};do{if(n.value.match(/[{}()\[\]]/g)){for(;d<n.value.length&&!l;d++)if(h[n.value[d]])switch(a=h[n.value[d]]+"."+n.type.replace("rparen","lparen"),isNaN(c[a])&&(c[a]=0),n.value[d]){case"(":case"[":case"{":c[a]++;break;case")":case"]":case"}":c[a]--,-1===c[a]&&(s="bracket",l=!0)}}else n&&-1!==n.type.indexOf("tag-name")&&(isNaN(c[n.value])&&(c[n.value]=0),"<"===o.value?c[n.value]++:"</"===o.value&&c[n.value]--,-1===c[n.value]&&(s="tag",l=!0));l||(o=n,n=r.stepForward(),d=0)}while(n&&!l);if(s){var u,p;if("bracket"===s)(u=this.session.getBracketRange(i))||(p=(u=new f(r.getCurrentTokenRow(),r.getCurrentTokenColumn()+d-1,r.getCurrentTokenRow(),r.getCurrentTokenColumn()+d-1)).start,(t||p.row===i.row&&Math.abs(p.column-i.column)<2)&&(u=this.session.getBracketRange(p)));else if("tag"===s){if(!n||-1===n.type.indexOf("tag-name"))return;var m=n.value;if(0===(u=new f(r.getCurrentTokenRow(),r.getCurrentTokenColumn()-2,r.getCurrentTokenRow(),r.getCurrentTokenColumn()-2)).compare(i.row,i.column)){l=!1;do{n=o,(o=r.stepBackward())&&(-1!==o.type.indexOf("tag-close")&&u.setEnd(r.getCurrentTokenRow(),r.getCurrentTokenColumn()+1),n.value===m&&-1!==n.type.indexOf("tag-name")&&("<"===o.value?c[m]++:"</"===o.value&&c[m]--,0===c[m]&&(l=!0)))}while(o&&!l)}n&&n.type.indexOf("tag-name")&&(p=u.start).row==i.row&&Math.abs(p.column-i.column)<2&&(p=u.end)}(p=u&&u.cursor||p)&&(e?u&&t?this.selection.setRange(u):u&&u.isEqual(this.getSelectionRange())?this.clearSelection():this.selection.selectTo(p.row,p.column):this.selection.moveTo(p.row,p.column))}}},this.gotoLine=function(e,t,i){this.selection.clearSelection(),this.session.unfold({row:e-1,column:t||0}),this.$blockScrolling+=1,this.exitMultiSelectMode&&this.exitMultiSelectMode(),this.moveCursorTo(e-1,t||0),this.$blockScrolling-=1,this.isRowFullyVisible(e-1)||this.scrollToLine(e-1,!0,i)},this.navigateTo=function(e,t){this.selection.moveTo(e,t)},this.navigateUp=function(e){if(this.selection.isMultiLine()&&!this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(-e||-1,0)},this.navigateDown=function(e){if(this.selection.isMultiLine()&&this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(e||1,0)},this.navigateLeft=function(e){if(this.selection.isEmpty())for(e=e||1;e--;)this.selection.moveCursorLeft();else{var t=this.getSelectionRange().start;this.moveCursorToPosition(t)}this.clearSelection()},this.navigateRight=function(e){if(this.selection.isEmpty())for(e=e||1;e--;)this.selection.moveCursorRight();else{var t=this.getSelectionRange().end;this.moveCursorToPosition(t)}this.clearSelection()},this.navigateLineStart=function(){this.selection.moveCursorLineStart(),this.clearSelection()},this.navigateLineEnd=function(){this.selection.moveCursorLineEnd(),this.clearSelection()},this.navigateFileEnd=function(){this.selection.moveCursorFileEnd(),this.clearSelection()},this.navigateFileStart=function(){this.selection.moveCursorFileStart(),this.clearSelection()},this.navigateWordRight=function(){this.selection.moveCursorWordRight(),this.clearSelection()},this.navigateWordLeft=function(){this.selection.moveCursorWordLeft(),this.clearSelection()},this.replace=function(e,t){t&&this.$search.set(t);var i=this.$search.find(this.session),r=0;return i?(this.$tryReplace(i,e)&&(r=1),null!==i&&(this.selection.setSelectionRange(i),this.renderer.scrollSelectionIntoView(i.start,i.end)),r):r},this.replaceAll=function(e,t){t&&this.$search.set(t);var i=this.$search.findAll(this.session),r=0;if(!i.length)return r;this.$blockScrolling+=1;var o=this.getSelectionRange();this.selection.moveTo(0,0);for(var n=i.length-1;n>=0;--n)this.$tryReplace(i[n],e)&&r++;return this.selection.setSelectionRange(o),this.$blockScrolling-=1,r},this.$tryReplace=function(e,t){var i=this.session.getTextRange(e);return null!==(t=this.$search.replace(i,t))?(e.end=this.session.replace(e,t),e):null},this.getLastSearchOptions=function(){return this.$search.getOptions()},this.find=function(e,t,i){t||(t={}),"string"==typeof e||e instanceof RegExp?t.needle=e:"object"==_typeof(e)&&r.mixin(t,e);var o=this.selection.getRange();null==t.needle&&((e=this.session.getTextRange(o)||this.$search.$options.needle)||(o=this.session.getWordRange(o.start.row,o.start.column),e=this.session.getTextRange(o)),this.$search.set({needle:e})),this.$search.set(t),t.start||this.$search.set({start:o});var n=this.$search.find(this.session);return t.preventScroll?n:n?(this.revealRange(n,i),n):(t.backwards?o.start=o.end:o.end=o.start,void this.selection.setRange(o))},this.findNext=function(e,t){this.find({skipCurrent:!0,backwards:!1},e,t)},this.findPrevious=function(e,t){this.find(e,{skipCurrent:!0,backwards:!0},t)},this.revealRange=function(e,t){this.$blockScrolling+=1,this.session.unfold(e),this.selection.setSelectionRange(e),this.$blockScrolling-=1;var i=this.renderer.scrollTop;this.renderer.scrollSelectionIntoView(e.start,e.end,.5),!1!==t&&this.renderer.animateScrolling(i)},this.undo=function(){this.$blockScrolling++,this.session.getUndoManager().undo(),this.$blockScrolling--,this.renderer.scrollCursorIntoView(null,.5)},this.redo=function(){this.$blockScrolling++,this.session.getUndoManager().redo(),this.$blockScrolling--,this.renderer.scrollCursorIntoView(null,.5)},this.destroy=function(){this.renderer.destroy(),this._signal("destroy",this),this.session&&this.session.destroy()},this.setAutoScrollEditorIntoView=function(e){if(e){var t,i=this,r=!1;this.$scrollAnchor||(this.$scrollAnchor=document.createElement("div"));var o=this.$scrollAnchor;o.style.cssText="position:absolute",this.container.insertBefore(o,this.container.firstChild);var n=this.on("changeSelection",(function(){r=!0})),s=this.renderer.on("beforeRender",(function(){r&&(t=i.renderer.container.getBoundingClientRect())})),a=this.renderer.on("afterRender",(function(){if(r&&t&&(i.isFocused()||i.searchBox&&i.searchBox.isFocused())){var e=i.renderer,n=e.$cursorLayer.$pixelPos,s=e.layerConfig,a=n.top-s.offset;null!=(r=n.top>=0&&a+t.top<0||!(n.top<s.height&&n.top+t.top+s.lineHeight>window.innerHeight)&&null)&&(o.style.top=a+"px",o.style.left=n.left+"px",o.style.height=s.lineHeight+"px",o.scrollIntoView(r)),r=t=null}}));this.setAutoScrollEditorIntoView=function(e){e||(delete this.setAutoScrollEditorIntoView,this.off("changeSelection",n),this.renderer.off("afterRender",a),this.renderer.off("beforeRender",s))}}},this.$resetCursorStyle=function(){var e=this.$cursorStyle||"ace",t=this.renderer.$cursorLayer;t&&(t.setSmoothBlinking(/smooth/.test(e)),t.isBlinking=!this.$readOnly&&"wide"!=e,o.setCssClass(t.element,"ace_slim-cursors",/slim/.test(e)))}}).call(C.prototype),g.defineOptions(C.prototype,"editor",{selectionStyle:{set:function(e){this.onSelectionChange(),this._signal("changeSelectionStyle",{data:e})},initialValue:"line"},highlightActiveLine:{set:function(){this.$updateHighlightActiveLine()},initialValue:!0},highlightSelectedWord:{set:function(e){this.$onSelectionChange()},initialValue:!0},readOnly:{set:function(e){this.$resetCursorStyle()},initialValue:!1},cursorStyle:{set:function(e){this.$resetCursorStyle()},values:["ace","slim","smooth","wide"],initialValue:"ace"},mergeUndoDeltas:{values:[!1,!0,"always"],initialValue:!0},behavioursEnabled:{initialValue:!0},wrapBehavioursEnabled:{initialValue:!0},autoScrollEditorIntoView:{set:function(e){this.setAutoScrollEditorIntoView(e)}},keyboardHandler:{set:function(e){this.setKeyboardHandler(e)},get:function(){return this.keybindingId},handlesSet:!0},hScrollBarAlwaysVisible:"renderer",vScrollBarAlwaysVisible:"renderer",highlightGutterLine:"renderer",animatedScroll:"renderer",showInvisibles:"renderer",showPrintMargin:"renderer",printMarginColumn:"renderer",printMargin:"renderer",fadeFoldWidgets:"renderer",showFoldWidgets:"renderer",showLineNumbers:"renderer",showGutter:"renderer",displayIndentGuides:"renderer",fontSize:"renderer",fontFamily:"renderer",maxLines:"renderer",minLines:"renderer",scrollPastEnd:"renderer",fixedWidthGutter:"renderer",theme:"renderer",scrollSpeed:"$mouseHandler",dragDelay:"$mouseHandler",dragEnabled:"$mouseHandler",focusTimout:"$mouseHandler",tooltipFollowsMouse:"$mouseHandler",firstLineNumber:"session",overwrite:"session",newLineMode:"session",useWorker:"session",useSoftTabs:"session",tabSize:"session",wrap:"session",indentedSoftWrap:"session",foldStyle:"session",mode:"session"}),t.Editor=C})),ace.define("ace/undomanager",["require","exports","module"],(function(e,t,i){var r=function(){this.reset()};(function(){function e(e){return{action:e.action,start:e.start,end:e.end,lines:1==e.lines.length?null:e.lines,text:1==e.lines.length?e.lines[0]:null}}function t(e){return{action:e.action,start:e.start,end:e.end,lines:e.lines||[e.text]}}function i(e,t){for(var i=new Array(e.length),r=0;r<e.length;r++){for(var o=e[r],n={group:o.group,deltas:new Array(o.length)},s=0;s<o.deltas.length;s++){var a=o.deltas[s];n.deltas[s]=t(a)}i[r]=n}return i}this.execute=function(e){var t=e.args[0];this.$doc=e.args[1],e.merge&&this.hasUndo()&&(this.dirtyCounter--,t=this.$undoStack.pop().concat(t)),this.$undoStack.push(t),this.$redoStack=[],this.dirtyCounter<0&&(this.dirtyCounter=NaN),this.dirtyCounter++},this.undo=function(e){var t=this.$undoStack.pop(),i=null;return t&&(i=this.$doc.undoChanges(t,e),this.$redoStack.push(t),this.dirtyCounter--),i},this.redo=function(e){var t=this.$redoStack.pop(),i=null;return t&&(i=this.$doc.redoChanges(this.$deserializeDeltas(t),e),this.$undoStack.push(t),this.dirtyCounter++),i},this.reset=function(){this.$undoStack=[],this.$redoStack=[],this.dirtyCounter=0},this.hasUndo=function(){return this.$undoStack.length>0},this.hasRedo=function(){return this.$redoStack.length>0},this.markClean=function(){this.dirtyCounter=0},this.isClean=function(){return 0===this.dirtyCounter},this.$serializeDeltas=function(t){return i(t,e)},this.$deserializeDeltas=function(e){return i(e,t)}}).call(r.prototype),t.UndoManager=r})),ace.define("ace/layer/gutter",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter"],(function(e,t,i){var r=e("../lib/dom"),o=e("../lib/oop"),n=e("../lib/lang"),s=e("../lib/event_emitter").EventEmitter,a=function(e){this.element=r.createElement("div"),this.element.className="ace_layer ace_gutter-layer",e.appendChild(this.element),this.setShowFoldWidgets(this.$showFoldWidgets),this.gutterWidth=0,this.$annotations=[],this.$updateAnnotations=this.$updateAnnotations.bind(this),this.$cells=[]};(function(){o.implement(this,s),this.setSession=function(e){this.session&&this.session.removeEventListener("change",this.$updateAnnotations),this.session=e,e&&e.on("change",this.$updateAnnotations)},this.addGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.addGutterDecoration"),this.session.addGutterDecoration(e,t)},this.removeGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.removeGutterDecoration"),this.session.removeGutterDecoration(e,t)},this.setAnnotations=function(e){this.$annotations=[];for(var t=0;t<e.length;t++){var i=e[t],r=i.row,o=this.$annotations[r];o||(o=this.$annotations[r]={text:[]});var s=i.text;s=s?n.escapeHTML(s):i.html||"",-1===o.text.indexOf(s)&&o.text.push(s);var a=i.type;"error"==a?o.className=" ace_error":"warning"==a&&" ace_error"!=o.className?o.className=" ace_warning":"info"!=a||o.className||(o.className=" ace_info")}},this.$updateAnnotations=function(e){if(this.$annotations.length){var t=e.start.row,i=e.end.row-t;if(0===i);else if("remove"==e.action)this.$annotations.splice(t,i+1,null);else{var r=new Array(i+1);r.unshift(t,1),this.$annotations.splice.apply(this.$annotations,r)}}},this.update=function(e){for(var t=this.session,i=e.firstRow,o=Math.min(e.lastRow+e.gutterOffset,t.getLength()-1),n=t.getNextFoldLine(i),s=n?n.start.row:1/0,a=this.$showFoldWidgets&&t.foldWidgets,l=t.$breakpoints,c=t.$decorations,d=t.$firstLineNumber,h=0,u=t.gutterRenderer||this.$renderer,f=null,p=-1,m=i;;){if(m>s&&(m=n.end.row+1,s=(n=t.getNextFoldLine(m,n))?n.start.row:1/0),m>o){for(;this.$cells.length>p+1;)f=this.$cells.pop(),this.element.removeChild(f.element);break}(f=this.$cells[++p])||((f={element:null,textNode:null,foldWidget:null}).element=r.createElement("div"),f.textNode=document.createTextNode(""),f.element.appendChild(f.textNode),this.element.appendChild(f.element),this.$cells[p]=f);var A="ace_gutter-cell ";if(l[m]&&(A+=l[m]),c[m]&&(A+=c[m]),this.$annotations[m]&&(A+=this.$annotations[m].className),f.element.className!=A&&(f.element.className=A),(y=t.getRowLength(m)*e.lineHeight+"px")!=f.element.style.height&&(f.element.style.height=y),a){var g=a[m];null==g&&(g=a[m]=t.getFoldWidget(m))}if(g){f.foldWidget||(f.foldWidget=r.createElement("span"),f.element.appendChild(f.foldWidget)),A="ace_fold-widget ace_"+g,"start"==g&&m==s&&m<n.end.row?A+=" ace_closed":A+=" ace_open",f.foldWidget.className!=A&&(f.foldWidget.className=A);var y=e.lineHeight+"px";f.foldWidget.style.height!=y&&(f.foldWidget.style.height=y)}else f.foldWidget&&(f.element.removeChild(f.foldWidget),f.foldWidget=null);var C=h=u?u.getText(t,m):m+d;C!=f.textNode.data&&(f.textNode.data=C),m++}this.element.style.height=e.minHeight+"px",(this.$fixedWidth||t.$useWrapMode)&&(h=t.getLength()+d);var D=u?u.getWidth(t,h,e):h.toString().length*e.characterWidth,v=this.$padding||this.$computePadding();(D+=v.left+v.right)===this.gutterWidth||isNaN(D)||(this.gutterWidth=D,this.element.style.width=Math.ceil(this.gutterWidth)+"px",this._emit("changeGutterWidth",D))},this.$fixedWidth=!1,this.$showLineNumbers=!0,this.$renderer="",this.setShowLineNumbers=function(e){this.$renderer=!e&&{getWidth:function(){return""},getText:function(){return""}}},this.getShowLineNumbers=function(){return this.$showLineNumbers},this.$showFoldWidgets=!0,this.setShowFoldWidgets=function(e){e?r.addCssClass(this.element,"ace_folding-enabled"):r.removeCssClass(this.element,"ace_folding-enabled"),this.$showFoldWidgets=e,this.$padding=null},this.getShowFoldWidgets=function(){return this.$showFoldWidgets},this.$computePadding=function(){if(!this.element.firstChild)return{left:0,right:0};var e=r.computedStyle(this.element.firstChild);return this.$padding={},this.$padding.left=parseInt(e.paddingLeft)+1||0,this.$padding.right=parseInt(e.paddingRight)||0,this.$padding},this.getRegion=function(e){var t=this.$padding||this.$computePadding(),i=this.element.getBoundingClientRect();return e.x<t.left+i.left?"markers":this.$showFoldWidgets&&e.x>i.right-t.right?"foldWidgets":void 0}}).call(a.prototype),t.Gutter=a})),ace.define("ace/layer/marker",["require","exports","module","ace/range","ace/lib/dom"],(function(e,t,i){var r=e("../range").Range,o=e("../lib/dom"),n=function(e){this.element=o.createElement("div"),this.element.className="ace_layer ace_marker-layer",e.appendChild(this.element)};(function(){this.$padding=0,this.setPadding=function(e){this.$padding=e},this.setSession=function(e){this.session=e},this.setMarkers=function(e){this.markers=e},this.update=function(e){if(e=e||this.config){this.config=e;var t=[];for(var i in this.markers){var r=this.markers[i];if(r.range){var o=r.range.clipRows(e.firstRow,e.lastRow);if(!o.isEmpty())if(o=o.toScreenRange(this.session),r.renderer){var n=this.$getTop(o.start.row,e),s=this.$padding+o.start.column*e.characterWidth;r.renderer(t,o,s,n,e)}else"fullLine"==r.type?this.drawFullLineMarker(t,o,r.clazz,e):"screenLine"==r.type?this.drawScreenLineMarker(t,o,r.clazz,e):o.isMultiLine()?"text"==r.type?this.drawTextMarker(t,o,r.clazz,e):this.drawMultiLineMarker(t,o,r.clazz,e):this.drawSingleLineMarker(t,o,r.clazz+" ace_start ace_br15",e)}else r.update(t,this,this.session,e)}this.element.innerHTML=t.join("")}},this.$getTop=function(e,t){return(e-t.firstRowScreen)*t.lineHeight},this.drawTextMarker=function(e,t,i,o,n){for(var s=this.session,a=t.start.row,l=t.end.row,c=a,d=0,h=0,u=s.getScreenLastRowColumn(c),f=new r(c,t.start.column,c,h);c<=l;c++)f.start.row=f.end.row=c,f.start.column=c==a?t.start.column:s.getRowWrapIndent(c),f.end.column=u,d=h,h=u,u=c+1<l?s.getScreenLastRowColumn(c+1):c==l?0:t.end.column,this.drawSingleLineMarker(e,f,i+(c==a?" ace_start":"")+" ace_br"+((c==a||c==a+1&&t.start.column?1:0)|(d<h?2:0)|(h>u?4:0)|(c==l?8:0)),o,c==l?0:1,n)},this.drawMultiLineMarker=function(e,t,i,r,o){var n=this.$padding,s=r.lineHeight,a=this.$getTop(t.start.row,r),l=n+t.start.column*r.characterWidth;o=o||"",e.push("<div class='",i," ace_br1 ace_start' style='","height:",s,"px;","right:0;","top:",a,"px;","left:",l,"px;",o,"'></div>"),a=this.$getTop(t.end.row,r);var c=t.end.column*r.characterWidth;if(e.push("<div class='",i," ace_br12' style='","height:",s,"px;","width:",c,"px;","top:",a,"px;","left:",n,"px;",o,"'></div>"),!((s=(t.end.row-t.start.row-1)*r.lineHeight)<=0)){a=this.$getTop(t.start.row+1,r);var d=(t.start.column?1:0)|(t.end.column?0:8);e.push("<div class='",i,d?" ace_br"+d:"","' style='","height:",s,"px;","right:0;","top:",a,"px;","left:",n,"px;",o,"'></div>")}},this.drawSingleLineMarker=function(e,t,i,r,o,n){var s=r.lineHeight,a=(t.end.column+(o||0)-t.start.column)*r.characterWidth,l=this.$getTop(t.start.row,r),c=this.$padding+t.start.column*r.characterWidth;e.push("<div class='",i,"' style='","height:",s,"px;","width:",a,"px;","top:",l,"px;","left:",c,"px;",n||"","'></div>")},this.drawFullLineMarker=function(e,t,i,r,o){var n=this.$getTop(t.start.row,r),s=r.lineHeight;t.start.row!=t.end.row&&(s+=this.$getTop(t.end.row,r)-n),e.push("<div class='",i,"' style='","height:",s,"px;","top:",n,"px;","left:0;right:0;",o||"","'></div>")},this.drawScreenLineMarker=function(e,t,i,r,o){var n=this.$getTop(t.start.row,r),s=r.lineHeight;e.push("<div class='",i,"' style='","height:",s,"px;","top:",n,"px;","left:0;right:0;",o||"","'></div>")}}).call(n.prototype),t.Marker=n})),ace.define("ace/layer/text",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/useragent","ace/lib/event_emitter"],(function(e,t,i){var r=e("../lib/oop"),o=e("../lib/dom"),n=e("../lib/lang");e("../lib/useragent");var s=e("../lib/event_emitter").EventEmitter,a=function(e){this.element=o.createElement("div"),this.element.className="ace_layer ace_text-layer",e.appendChild(this.element),this.$updateEolChar=this.$updateEolChar.bind(this)};(function(){r.implement(this,s),this.EOF_CHAR="¶",this.EOL_CHAR_LF="¬",this.EOL_CHAR_CRLF="¤",this.EOL_CHAR=this.EOL_CHAR_LF,this.TAB_CHAR="—",this.SPACE_CHAR="·",this.$padding=0,this.$updateEolChar=function(){var e="\n"==this.session.doc.getNewLineCharacter()?this.EOL_CHAR_LF:this.EOL_CHAR_CRLF;if(this.EOL_CHAR!=e)return this.EOL_CHAR=e,!0},this.setPadding=function(e){this.$padding=e,this.element.style.padding="0 "+e+"px"},this.getLineHeight=function(){return this.$fontMetrics.$characterSize.height||0},this.getCharacterWidth=function(){return this.$fontMetrics.$characterSize.width||0},this.$setFontMetrics=function(e){this.$fontMetrics=e,this.$fontMetrics.on("changeCharacterSize",function(e){this._signal("changeCharacterSize",e)}.bind(this)),this.$pollSizeChanges()},this.checkForSizeChanges=function(){this.$fontMetrics.checkForSizeChanges()},this.$pollSizeChanges=function(){return this.$pollSizeChangesTimer=this.$fontMetrics.$pollSizeChanges()},this.setSession=function(e){this.session=e,e&&this.$computeTabString()},this.showInvisibles=!1,this.setShowInvisibles=function(e){return this.showInvisibles!=e&&(this.showInvisibles=e,this.$computeTabString(),!0)},this.displayIndentGuides=!0,this.setDisplayIndentGuides=function(e){return this.displayIndentGuides!=e&&(this.displayIndentGuides=e,this.$computeTabString(),!0)},this.$tabStrings=[],this.onChangeTabSize=this.$computeTabString=function(){var e=this.session.getTabSize();this.tabSize=e;for(var t=this.$tabStrings=[0],i=1;i<e+1;i++)this.showInvisibles?t.push("<span class='ace_invisible ace_invisible_tab'>"+n.stringRepeat(this.TAB_CHAR,i)+"</span>"):t.push(n.stringRepeat(" ",i));if(this.displayIndentGuides){this.$indentGuideRe=/\s\S| \t|\t |\s$/;var r="ace_indent-guide",o="",s="";if(this.showInvisibles){r+=" ace_invisible",o=" ace_invisible_space",s=" ace_invisible_tab";var a=n.stringRepeat(this.SPACE_CHAR,this.tabSize),l=n.stringRepeat(this.TAB_CHAR,this.tabSize)}else l=a=n.stringRepeat(" ",this.tabSize);this.$tabStrings[" "]="<span class='"+r+o+"'>"+a+"</span>",this.$tabStrings["\t"]="<span class='"+r+s+"'>"+l+"</span>"}},this.updateLines=function(e,t,i){this.config.lastRow==e.lastRow&&this.config.firstRow==e.firstRow||this.scrollLines(e),this.config=e;for(var r=Math.max(t,e.firstRow),o=Math.min(i,e.lastRow),n=this.element.childNodes,s=0,a=e.firstRow;a<r;a++){if(l=this.session.getFoldLine(a)){if(l.containsRow(r)){r=l.start.row;break}a=l.end.row}s++}a=r;for(var l,c=(l=this.session.getNextFoldLine(a))?l.start.row:1/0;a>c&&(a=l.end.row+1,c=(l=this.session.getNextFoldLine(a,l))?l.start.row:1/0),!(a>o);){var d=n[s++];if(d){var h=[];this.$renderLine(h,a,!this.$useLineGroups(),a==c&&l),d.style.height=e.lineHeight*this.session.getRowLength(a)+"px",d.innerHTML=h.join("")}a++}},this.scrollLines=function(e){var t=this.config;if(this.config=e,!t||t.lastRow<e.firstRow)return this.update(e);if(e.lastRow<t.firstRow)return this.update(e);var i=this.element;if(t.firstRow<e.firstRow)for(var r=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);r>0;r--)i.removeChild(i.firstChild);if(t.lastRow>e.lastRow)for(r=this.session.getFoldedRowCount(e.lastRow+1,t.lastRow);r>0;r--)i.removeChild(i.lastChild);if(e.firstRow<t.firstRow){var o=this.$renderLinesFragment(e,e.firstRow,t.firstRow-1);i.firstChild?i.insertBefore(o,i.firstChild):i.appendChild(o)}e.lastRow>t.lastRow&&(o=this.$renderLinesFragment(e,t.lastRow+1,e.lastRow),i.appendChild(o))},this.$renderLinesFragment=function(e,t,i){for(var r=this.element.ownerDocument.createDocumentFragment(),n=t,s=this.session.getNextFoldLine(n),a=s?s.start.row:1/0;n>a&&(n=s.end.row+1,a=(s=this.session.getNextFoldLine(n,s))?s.start.row:1/0),!(n>i);){var l=o.createElement("div"),c=[];if(this.$renderLine(c,n,!1,n==a&&s),l.innerHTML=c.join(""),this.$useLineGroups())l.className="ace_line_group",r.appendChild(l),l.style.height=e.lineHeight*this.session.getRowLength(n)+"px";else for(;l.firstChild;)r.appendChild(l.firstChild);n++}return r},this.update=function(e){this.config=e;for(var t=[],i=e.firstRow,r=e.lastRow,o=i,n=this.session.getNextFoldLine(o),s=n?n.start.row:1/0;o>s&&(o=n.end.row+1,s=(n=this.session.getNextFoldLine(o,n))?n.start.row:1/0),!(o>r);)this.$useLineGroups()&&t.push("<div class='ace_line_group' style='height:",e.lineHeight*this.session.getRowLength(o),"px'>"),this.$renderLine(t,o,!1,o==s&&n),this.$useLineGroups()&&t.push("</div>"),o++;this.element.innerHTML=t.join("")},this.$textToken={text:!0,rparen:!0,lparen:!0},this.$renderToken=function(e,t,i,r){var o=this,s=r.replace(/\t|&|<|>|( +)|([\x00-\x1f\x80-\xa0\xad\u1680\u180E\u2000-\u200f\u2028\u2029\u202F\u205F\u3000\uFEFF\uFFF9-\uFFFC])|[\u1100-\u115F\u11A3-\u11A7\u11FA-\u11FF\u2329-\u232A\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3000-\u303E\u3041-\u3096\u3099-\u30FF\u3105-\u312D\u3131-\u318E\u3190-\u31BA\u31C0-\u31E3\u31F0-\u321E\u3220-\u3247\u3250-\u32FE\u3300-\u4DBF\u4E00-\uA48C\uA490-\uA4C6\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFAFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFF01-\uFF60\uFFE0-\uFFE6]/g,(function(e,i,r,s,a){if(i)return o.showInvisibles?"<span class='ace_invisible ace_invisible_space'>"+n.stringRepeat(o.SPACE_CHAR,e.length)+"</span>":e;if("&"==e)return"&#38;";if("<"==e)return"&#60;";if(">"==e)return"&#62;";if("\t"==e){var l=o.session.getScreenTabSize(t+s);return t+=l-1,o.$tabStrings[l]}if(" "==e){var c=o.showInvisibles?"ace_cjk ace_invisible ace_invisible_space":"ace_cjk",d=o.showInvisibles?o.SPACE_CHAR:"";return t+=1,"<span class='"+c+"' style='width:"+2*o.config.characterWidth+"px'>"+d+"</span>"}return r?"<span class='ace_invisible ace_invisible_space ace_invalid'>"+o.SPACE_CHAR+"</span>":(t+=1,"<span class='ace_cjk' style='width:"+2*o.config.characterWidth+"px'>"+e+"</span>")}));if(this.$textToken[i.type])e.push(s);else{var a="ace_"+i.type.replace(/\./g," ace_"),l="";"fold"==i.type&&(l=" style='width:"+i.value.length*this.config.characterWidth+"px;' "),e.push("<span class='",a,"'",l,">",s,"</span>")}return t+r.length},this.renderIndentGuide=function(e,t,i){var r=t.search(this.$indentGuideRe);return r<=0||r>=i?t:" "==t[0]?(r-=r%this.tabSize,e.push(n.stringRepeat(this.$tabStrings[" "],r/this.tabSize)),t.substr(r)):"\t"==t[0]?(e.push(n.stringRepeat(this.$tabStrings["\t"],r)),t.substr(r)):t},this.$renderWrappedLine=function(e,t,i,r){for(var o=0,s=0,a=i[0],l=0,c=0;c<t.length;c++){var d=t[c],h=d.value;if(0==c&&this.displayIndentGuides){if(o=h.length,!(h=this.renderIndentGuide(e,h,a)))continue;o-=h.length}if(o+h.length<a)l=this.$renderToken(e,l,d,h),o+=h.length;else{for(;o+h.length>=a;)l=this.$renderToken(e,l,d,h.substring(0,a-o)),h=h.substring(a-o),o=a,r||e.push("</div>","<div class='ace_line' style='height:",this.config.lineHeight,"px'>"),e.push(n.stringRepeat(" ",i.indent)),l=0,a=i[++s]||Number.MAX_VALUE;0!=h.length&&(o+=h.length,l=this.$renderToken(e,l,d,h))}}},this.$renderSimpleLine=function(e,t){var i=0,r=t[0],o=r.value;this.displayIndentGuides&&(o=this.renderIndentGuide(e,o)),o&&(i=this.$renderToken(e,i,r,o));for(var n=1;n<t.length;n++)o=(r=t[n]).value,i=this.$renderToken(e,i,r,o)},this.$renderLine=function(e,t,i,r){if(r||0==r||(r=this.session.getFoldLine(t)),r)var o=this.$getFoldLineTokens(t,r);else o=this.session.getTokens(t);if(i||e.push("<div class='ace_line' style='height:",this.config.lineHeight*(this.$useLineGroups()?1:this.session.getRowLength(t)),"px'>"),o.length){var n=this.session.getRowSplitData(t);n&&n.length?this.$renderWrappedLine(e,o,n,i):this.$renderSimpleLine(e,o)}this.showInvisibles&&(r&&(t=r.end.row),e.push("<span class='ace_invisible ace_invisible_eol'>",t==this.session.getLength()-1?this.EOF_CHAR:this.EOL_CHAR,"</span>")),i||e.push("</div>")},this.$getFoldLineTokens=function(e,t){var i=this.session,r=[],o=i.getTokens(e);return t.walk((function(e,t,n,s,a){null!=e?r.push({type:"fold",value:e}):(a&&(o=i.getTokens(t)),o.length&&function(e,t,i){for(var o=0,n=0;n+e[o].value.length<t;)if(n+=e[o].value.length,++o==e.length)return;for(n!=t&&((s=e[o].value.substring(t-n)).length>i-t&&(s=s.substring(0,i-t)),r.push({type:e[o].type,value:s}),n=t+s.length,o+=1);n<i&&o<e.length;){var s;(s=e[o].value).length+n>i?r.push({type:e[o].type,value:s.substring(0,i-n)}):r.push(e[o]),n+=s.length,o+=1}}(o,s,n))}),t.end.row,this.session.getLine(t.end.row).length),r},this.$useLineGroups=function(){return this.session.getUseWrapMode()},this.destroy=function(){clearInterval(this.$pollSizeChangesTimer),this.$measureNode&&this.$measureNode.parentNode.removeChild(this.$measureNode),delete this.$measureNode}}).call(a.prototype),t.Text=a})),ace.define("ace/layer/cursor",["require","exports","module","ace/lib/dom"],(function(e,t,i){var r,o=e("../lib/dom"),n=function(e){this.element=o.createElement("div"),this.element.className="ace_layer ace_cursor-layer",e.appendChild(this.element),void 0===r&&(r=!("opacity"in this.element.style)),this.isVisible=!1,this.isBlinking=!0,this.blinkInterval=1e3,this.smoothBlinking=!1,this.cursors=[],this.cursor=this.addCursor(),o.addCssClass(this.element,"ace_hidden-cursors"),this.$updateCursors=(r?this.$updateVisibility:this.$updateOpacity).bind(this)};(function(){this.$updateVisibility=function(e){for(var t=this.cursors,i=t.length;i--;)t[i].style.visibility=e?"":"hidden"},this.$updateOpacity=function(e){for(var t=this.cursors,i=t.length;i--;)t[i].style.opacity=e?"":"0"},this.$padding=0,this.setPadding=function(e){this.$padding=e},this.setSession=function(e){this.session=e},this.setBlinking=function(e){e!=this.isBlinking&&(this.isBlinking=e,this.restartTimer())},this.setBlinkInterval=function(e){e!=this.blinkInterval&&(this.blinkInterval=e,this.restartTimer())},this.setSmoothBlinking=function(e){e==this.smoothBlinking||r||(this.smoothBlinking=e,o.setCssClass(this.element,"ace_smooth-blinking",e),this.$updateCursors(!0),this.$updateCursors=this.$updateOpacity.bind(this),this.restartTimer())},this.addCursor=function(){var e=o.createElement("div");return e.className="ace_cursor",this.element.appendChild(e),this.cursors.push(e),e},this.removeCursor=function(){if(this.cursors.length>1){var e=this.cursors.pop();return e.parentNode.removeChild(e),e}},this.hideCursor=function(){this.isVisible=!1,o.addCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},this.showCursor=function(){this.isVisible=!0,o.removeCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},this.restartTimer=function(){var e=this.$updateCursors;if(clearInterval(this.intervalId),clearTimeout(this.timeoutId),this.smoothBlinking&&o.removeCssClass(this.element,"ace_smooth-blinking"),e(!0),this.isBlinking&&this.blinkInterval&&this.isVisible){this.smoothBlinking&&setTimeout(function(){o.addCssClass(this.element,"ace_smooth-blinking")}.bind(this));var t=function(){this.timeoutId=setTimeout((function(){e(!1)}),.6*this.blinkInterval)}.bind(this);this.intervalId=setInterval((function(){e(!0),t()}),this.blinkInterval),t()}},this.getPixelPosition=function(e,t){if(!this.config||!this.session)return{left:0,top:0};e||(e=this.session.selection.getCursor());var i=this.session.documentToScreenPosition(e);return{left:this.$padding+i.column*this.config.characterWidth,top:(i.row-(t?this.config.firstRowScreen:0))*this.config.lineHeight}},this.update=function(e){this.config=e;var t=this.session.$selectionMarkers,i=0,r=0;void 0!==t&&0!==t.length||(t=[{cursor:null}]),i=0;for(var o=t.length;i<o;i++){var n=this.getPixelPosition(t[i].cursor,!0);if(!((n.top>e.height+e.offset||n.top<0)&&i>1)){var s=(this.cursors[r++]||this.addCursor()).style;this.drawCursor?this.drawCursor(s,n,e,t[i],this.session):(s.left=n.left+"px",s.top=n.top+"px",s.width=e.characterWidth+"px",s.height=e.lineHeight+"px")}}for(;this.cursors.length>r;)this.removeCursor();var a=this.session.getOverwrite();this.$setOverwrite(a),this.$pixelPos=n,this.restartTimer()},this.drawCursor=null,this.$setOverwrite=function(e){e!=this.overwrite&&(this.overwrite=e,e?o.addCssClass(this.element,"ace_overwrite-cursors"):o.removeCssClass(this.element,"ace_overwrite-cursors"))},this.destroy=function(){clearInterval(this.intervalId),clearTimeout(this.timeoutId)}}).call(n.prototype),t.Cursor=n})),ace.define("ace/scrollbar",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/event","ace/lib/event_emitter"],(function(e,t,i){var r=e("./lib/oop"),o=e("./lib/dom"),n=e("./lib/event"),s=e("./lib/event_emitter").EventEmitter,a=function(e){this.element=o.createElement("div"),this.element.className="ace_scrollbar ace_scrollbar"+this.classSuffix,this.inner=o.createElement("div"),this.inner.className="ace_scrollbar-inner",this.element.appendChild(this.inner),e.appendChild(this.element),this.setVisible(!1),this.skipEvent=!1,n.addListener(this.element,"scroll",this.onScroll.bind(this)),n.addListener(this.element,"mousedown",n.preventDefault)};(function(){r.implement(this,s),this.setVisible=function(e){this.element.style.display=e?"":"none",this.isVisible=e}}).call(a.prototype);var l=function(e,t){a.call(this,e),this.scrollTop=0,t.$scrollbarWidth=this.width=o.scrollbarWidth(e.ownerDocument),this.inner.style.width=this.element.style.width=(this.width||15)+5+"px"};r.inherits(l,a),function(){this.classSuffix="-v",this.onScroll=function(){this.skipEvent||(this.scrollTop=this.element.scrollTop,this._emit("scroll",{data:this.scrollTop})),this.skipEvent=!1},this.getWidth=function(){return this.isVisible?this.width:0},this.setHeight=function(e){this.element.style.height=e+"px"},this.setInnerHeight=function(e){this.inner.style.height=e+"px"},this.setScrollHeight=function(e){this.inner.style.height=e+"px"},this.setScrollTop=function(e){this.scrollTop!=e&&(this.skipEvent=!0,this.scrollTop=this.element.scrollTop=e)}}.call(l.prototype);var c=function(e,t){a.call(this,e),this.scrollLeft=0,this.height=t.$scrollbarWidth,this.inner.style.height=this.element.style.height=(this.height||15)+5+"px"};r.inherits(c,a),function(){this.classSuffix="-h",this.onScroll=function(){this.skipEvent||(this.scrollLeft=this.element.scrollLeft,this._emit("scroll",{data:this.scrollLeft})),this.skipEvent=!1},this.getHeight=function(){return this.isVisible?this.height:0},this.setWidth=function(e){this.element.style.width=e+"px"},this.setInnerWidth=function(e){this.inner.style.width=e+"px"},this.setScrollWidth=function(e){this.inner.style.width=e+"px"},this.setScrollLeft=function(e){this.scrollLeft!=e&&(this.skipEvent=!0,this.scrollLeft=this.element.scrollLeft=e)}}.call(c.prototype),t.ScrollBar=l,t.ScrollBarV=l,t.ScrollBarH=c,t.VScrollBar=l,t.HScrollBar=c})),ace.define("ace/renderloop",["require","exports","module","ace/lib/event"],(function(e,t,i){var r=e("./lib/event"),o=function(e,t){this.onRender=e,this.pending=!1,this.changes=0,this.window=t||window};(function(){this.schedule=function(e){if(this.changes=this.changes|e,!this.pending&&this.changes){this.pending=!0;var t=this;r.nextFrame((function(){var e;for(t.pending=!1;e=t.changes;)t.changes=0,t.onRender(e)}),this.window)}}}).call(o.prototype),t.RenderLoop=o})),ace.define("ace/layer/font_metrics",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/useragent","ace/lib/event_emitter"],(function(e,t,i){var r=e("../lib/oop"),o=e("../lib/dom"),n=e("../lib/lang"),s=e("../lib/useragent"),a=e("../lib/event_emitter").EventEmitter,l=0,c=t.FontMetrics=function(e){this.el=o.createElement("div"),this.$setMeasureNodeStyles(this.el.style,!0),this.$main=o.createElement("div"),this.$setMeasureNodeStyles(this.$main.style),this.$measureNode=o.createElement("div"),this.$setMeasureNodeStyles(this.$measureNode.style),this.el.appendChild(this.$main),this.el.appendChild(this.$measureNode),e.appendChild(this.el),l||this.$testFractionalRect(),this.$measureNode.innerHTML=n.stringRepeat("X",l),this.$characterSize={width:0,height:0},this.checkForSizeChanges()};(function(){r.implement(this,a),this.$characterSize={width:0,height:0},this.$testFractionalRect=function(){var e=o.createElement("div");this.$setMeasureNodeStyles(e.style),e.style.width="0.2px",document.documentElement.appendChild(e);var t=e.getBoundingClientRect().width;l=t>0&&t<1?50:100,e.parentNode.removeChild(e)},this.$setMeasureNodeStyles=function(e,t){e.width=e.height="auto",e.left=e.top="0px",e.visibility="hidden",e.position="absolute",e.whiteSpace="pre",s.isIE<8?e["font-family"]="inherit":e.font="inherit",e.overflow=t?"hidden":"visible"},this.checkForSizeChanges=function(){var e=this.$measureSizes();if(e&&(this.$characterSize.width!==e.width||this.$characterSize.height!==e.height)){this.$measureNode.style.fontWeight="bold";var t=this.$measureSizes();this.$measureNode.style.fontWeight="",this.$characterSize=e,this.charSizes=Object.create(null),this.allowBoldFonts=t&&t.width===e.width&&t.height===e.height,this._emit("changeCharacterSize",{data:e})}},this.$pollSizeChanges=function(){if(this.$pollSizeChangesTimer)return this.$pollSizeChangesTimer;var e=this;return this.$pollSizeChangesTimer=setInterval((function(){e.checkForSizeChanges()}),500)},this.setPolling=function(e){e?this.$pollSizeChanges():this.$pollSizeChangesTimer&&(clearInterval(this.$pollSizeChangesTimer),this.$pollSizeChangesTimer=0)},this.$measureSizes=function(){if(50===l){var e=null;try{e=this.$measureNode.getBoundingClientRect()}catch(t){e={width:0,height:0}}var t={height:e.height,width:e.width/l}}else t={height:this.$measureNode.clientHeight,width:this.$measureNode.clientWidth/l};return 0===t.width||0===t.height?null:t},this.$measureCharWidth=function(e){return this.$main.innerHTML=n.stringRepeat(e,l),this.$main.getBoundingClientRect().width/l},this.getCharacterWidth=function(e){var t=this.charSizes[e];return void 0===t&&(t=this.charSizes[e]=this.$measureCharWidth(e)/this.$characterSize.width),t},this.destroy=function(){clearInterval(this.$pollSizeChangesTimer),this.el&&this.el.parentNode&&this.el.parentNode.removeChild(this.el)}}).call(c.prototype)})),ace.define("ace/virtual_renderer",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/config","ace/lib/useragent","ace/layer/gutter","ace/layer/marker","ace/layer/text","ace/layer/cursor","ace/scrollbar","ace/scrollbar","ace/renderloop","ace/layer/font_metrics","ace/lib/event_emitter"],(function(e,t,i){var r=e("./lib/oop"),o=e("./lib/dom"),n=e("./config"),s=e("./lib/useragent"),a=e("./layer/gutter").Gutter,l=e("./layer/marker").Marker,c=e("./layer/text").Text,d=e("./layer/cursor").Cursor,h=e("./scrollbar").HScrollBar,u=e("./scrollbar").VScrollBar,f=e("./renderloop").RenderLoop,p=e("./layer/font_metrics").FontMetrics,m=e("./lib/event_emitter").EventEmitter;o.importCssString('.ace_editor {\tposition: relative;\toverflow: hidden;\tfont: 12px/normal \'Monaco\', \'Menlo\', \'Ubuntu Mono\', \'Consolas\', \'source-code-pro\', monospace;\tdirection: ltr;\t}\t.ace_scroller {\tposition: absolute;\toverflow: hidden;\ttop: 0;\tbottom: 0;\tbackground-color: inherit;\t-ms-user-select: none;\t-moz-user-select: none;\t-webkit-user-select: none;\tuser-select: none;\tcursor: text;\t}\t.ace_content {\tposition: absolute;\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\tmin-width: 100%;\t}\t.ace_dragging .ace_scroller:before{\tposition: absolute;\ttop: 0;\tleft: 0;\tright: 0;\tbottom: 0;\tcontent: \'\';\tbackground: rgba(250, 250, 250, 0.01);\tz-index: 1000;\t}\t.ace_dragging.ace_dark .ace_scroller:before{\tbackground: rgba(0, 0, 0, 0.01);\t}\t.ace_selecting, .ace_selecting * {\tcursor: text !important;\t}\t.ace_gutter {\tposition: absolute;\toverflow : hidden;\twidth: auto;\ttop: 0;\tbottom: 0;\tleft: 0;\tcursor: default;\tz-index: 4;\t-ms-user-select: none;\t-moz-user-select: none;\t-webkit-user-select: none;\tuser-select: none;\t}\t.ace_gutter-active-line {\tposition: absolute;\tleft: 0;\tright: 0;\t}\t.ace_scroller.ace_scroll-left {\tbox-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;\t}\t.ace_gutter-cell {\tpadding-left: 19px;\tpadding-right: 6px;\tbackground-repeat: no-repeat;\t}\t.ace_gutter-cell.ace_error {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABOFBMVEX/////////QRswFAb/Ui4wFAYwFAYwFAaWGAfDRymzOSH/PxswFAb/SiUwFAYwFAbUPRvjQiDllog5HhHdRybsTi3/Tyv9Tir+Syj/UC3////XurebMBIwFAb/RSHbPx/gUzfdwL3kzMivKBAwFAbbvbnhPx66NhowFAYwFAaZJg8wFAaxKBDZurf/RB6mMxb/SCMwFAYwFAbxQB3+RB4wFAb/Qhy4Oh+4QifbNRcwFAYwFAYwFAb/QRzdNhgwFAYwFAbav7v/Uy7oaE68MBK5LxLewr/r2NXewLswFAaxJw4wFAbkPRy2PyYwFAaxKhLm1tMwFAazPiQwFAaUGAb/QBrfOx3bvrv/VC/maE4wFAbRPBq6MRO8Qynew8Dp2tjfwb0wFAbx6eju5+by6uns4uH9/f36+vr/GkHjAAAAYnRSTlMAGt+64rnWu/bo8eAA4InH3+DwoN7j4eLi4xP99Nfg4+b+/u9B/eDs1MD1mO7+4PHg2MXa347g7vDizMLN4eG+Pv7i5evs/v79yu7S3/DV7/498Yv24eH+4ufQ3Ozu/v7+y13sRqwAAADLSURBVHjaZc/XDsFgGIBhtDrshlitmk2IrbHFqL2pvXf/+78DPokj7+Fz9qpU/9UXJIlhmPaTaQ6QPaz0mm+5gwkgovcV6GZzd5JtCQwgsxoHOvJO15kleRLAnMgHFIESUEPmawB9ngmelTtipwwfASilxOLyiV5UVUyVAfbG0cCPHig+GBkzAENHS0AstVF6bacZIOzgLmxsHbt2OecNgJC83JERmePUYq8ARGkJx6XtFsdddBQgZE2nPR6CICZhawjA4Fb/chv+399kfR+MMMDGOQAAAABJRU5ErkJggg==");\tbackground-repeat: no-repeat;\tbackground-position: 2px center;\t}\t.ace_gutter-cell.ace_warning {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAmVBMVEX///8AAAD///8AAAAAAABPSzb/5sAAAAB/blH/73z/ulkAAAAAAAD85pkAAAAAAAACAgP/vGz/rkDerGbGrV7/pkQICAf////e0IsAAAD/oED/qTvhrnUAAAD/yHD/njcAAADuv2r/nz//oTj/p064oGf/zHAAAAA9Nir/tFIAAAD/tlTiuWf/tkIAAACynXEAAAAAAAAtIRW7zBpBAAAAM3RSTlMAABR1m7RXO8Ln31Z36zT+neXe5OzooRDfn+TZ4p3h2hTf4t3k3ucyrN1K5+Xaks52Sfs9CXgrAAAAjklEQVR42o3PbQ+CIBQFYEwboPhSYgoYunIqqLn6/z8uYdH8Vmdnu9vz4WwXgN/xTPRD2+sgOcZjsge/whXZgUaYYvT8QnuJaUrjrHUQreGczuEafQCO/SJTufTbroWsPgsllVhq3wJEk2jUSzX3CUEDJC84707djRc5MTAQxoLgupWRwW6UB5fS++NV8AbOZgnsC7BpEAAAAABJRU5ErkJggg==");\tbackground-position: 2px center;\t}\t.ace_gutter-cell.ace_info {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAJ0Uk5TAAB2k804AAAAPklEQVQY02NgIB68QuO3tiLznjAwpKTgNyDbMegwisCHZUETUZV0ZqOquBpXj2rtnpSJT1AEnnRmL2OgGgAAIKkRQap2htgAAAAASUVORK5CYII=");\tbackground-position: 2px center;\t}\t.ace_dark .ace_gutter-cell.ace_info {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJFBMVEUAAAChoaGAgIAqKiq+vr6tra1ZWVmUlJSbm5s8PDxubm56enrdgzg3AAAAAXRSTlMAQObYZgAAAClJREFUeNpjYMAPdsMYHegyJZFQBlsUlMFVCWUYKkAZMxZAGdxlDMQBAG+TBP4B6RyJAAAAAElFTkSuQmCC");\t}\t.ace_scrollbar {\tposition: absolute;\tright: 0;\tbottom: 0;\tz-index: 6;\t}\t.ace_scrollbar-inner {\tposition: absolute;\tcursor: text;\tleft: 0;\ttop: 0;\t}\t.ace_scrollbar-v{\toverflow-x: hidden;\toverflow-y: scroll;\ttop: 0;\t}\t.ace_scrollbar-h {\toverflow-x: scroll;\toverflow-y: hidden;\tleft: 0;\t}\t.ace_print-margin {\tposition: absolute;\theight: 100%;\t}\t.ace_text-input {\tposition: absolute;\tz-index: 0;\twidth: 0.5em;\theight: 1em;\topacity: 0;\tbackground: transparent;\t-moz-appearance: none;\tappearance: none;\tborder: none;\tresize: none;\toutline: none;\toverflow: hidden;\tfont: inherit;\tpadding: 0 1px;\tmargin: 0 -1px;\ttext-indent: -1em;\t-ms-user-select: text;\t-moz-user-select: text;\t-webkit-user-select: text;\tuser-select: text;\twhite-space: pre!important;\t}\t.ace_text-input.ace_composition {\tbackground: inherit;\tcolor: inherit;\tz-index: 1000;\topacity: 1;\ttext-indent: 0;\t}\t.ace_layer {\tz-index: 1;\tposition: absolute;\toverflow: hidden;\tword-wrap: normal;\twhite-space: pre;\theight: 100%;\twidth: 100%;\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\tpointer-events: none;\t}\t.ace_gutter-layer {\tposition: relative;\twidth: auto;\ttext-align: right;\tpointer-events: auto;\t}\t.ace_text-layer {\tfont: inherit !important;\t}\t.ace_cjk {\tdisplay: inline-block;\ttext-align: center;\t}\t.ace_cursor-layer {\tz-index: 4;\t}\t.ace_cursor {\tz-index: 4;\tposition: absolute;\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\tborder-left: 2px solid;\ttransform: translatez(0);\t}\t.ace_slim-cursors .ace_cursor {\tborder-left-width: 1px;\t}\t.ace_overwrite-cursors .ace_cursor {\tborder-left-width: 0;\tborder-bottom: 1px solid;\t}\t.ace_hidden-cursors .ace_cursor {\topacity: 0.2;\t}\t.ace_smooth-blinking .ace_cursor {\t-webkit-transition: opacity 0.18s;\ttransition: opacity 0.18s;\t}\t.ace_editor.ace_multiselect .ace_cursor {\tborder-left-width: 1px;\t}\t.ace_marker-layer .ace_step, .ace_marker-layer .ace_stack {\tposition: absolute;\tz-index: 3;\t}\t.ace_marker-layer .ace_selection {\tposition: absolute;\tz-index: 5;\t}\t.ace_marker-layer .ace_bracket {\tposition: absolute;\tz-index: 6;\t}\t.ace_marker-layer .ace_active-line {\tposition: absolute;\tz-index: 2;\t}\t.ace_marker-layer .ace_selected-word {\tposition: absolute;\tz-index: 4;\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\t}\t.ace_line .ace_fold {\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\tdisplay: inline-block;\theight: 11px;\tmargin-top: -2px;\tvertical-align: middle;\tbackground-image:\turl("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),\turl("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi+P//fxgTAwPDBxDxD078RSX+YeEyDFMCIMAAI3INmXiwf2YAAAAASUVORK5CYII=");\tbackground-repeat: no-repeat, repeat-x;\tbackground-position: center center, top left;\tcolor: transparent;\tborder: 1px solid black;\tborder-radius: 2px;\tcursor: pointer;\tpointer-events: auto;\t}\t.ace_dark .ace_fold {\t}\t.ace_fold:hover{\tbackground-image:\turl("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),\turl("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//fz4TAwPDZxDxD5X4i5fLMEwJgAADAEPVDbjNw87ZAAAAAElFTkSuQmCC");\t}\t.ace_tooltip {\tbackground-color: #FFF;\tbackground-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));\tbackground-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));\tborder: 1px solid gray;\tborder-radius: 1px;\tbox-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);\tcolor: black;\tmax-width: 100%;\tpadding: 3px 4px;\tposition: fixed;\tz-index: 999999;\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\tcursor: default;\twhite-space: pre;\tword-wrap: break-word;\tline-height: normal;\tfont-style: normal;\tfont-weight: normal;\tletter-spacing: normal;\tpointer-events: none;\t}\t.ace_folding-enabled > .ace_gutter-cell {\tpadding-right: 13px;\t}\t.ace_fold-widget {\t-moz-box-sizing: border-box;\t-webkit-box-sizing: border-box;\tbox-sizing: border-box;\tmargin: 0 -12px 0 1px;\tdisplay: none;\twidth: 11px;\tvertical-align: top;\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42mWKsQ0AMAzC8ixLlrzQjzmBiEjp0A6WwBCSPgKAXoLkqSot7nN3yMwR7pZ32NzpKkVoDBUxKAAAAABJRU5ErkJggg==");\tbackground-repeat: no-repeat;\tbackground-position: center;\tborder-radius: 3px;\tborder: 1px solid transparent;\tcursor: pointer;\t}\t.ace_folding-enabled .ace_fold-widget {\tdisplay: inline-block; \t}\t.ace_fold-widget.ace_end {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42m3HwQkAMAhD0YzsRchFKI7sAikeWkrxwScEB0nh5e7KTPWimZki4tYfVbX+MNl4pyZXejUO1QAAAABJRU5ErkJggg==");\t}\t.ace_fold-widget.ace_closed {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAOUlEQVR42jXKwQkAMAgDwKwqKD4EwQ26sSOkVWjgIIHAzPiCgaqiqnJHZnKICBERHN194O5b9vbLuAVRL+l0YWnZAAAAAElFTkSuQmCCXA==");\t}\t.ace_fold-widget:hover {\tborder: 1px solid rgba(0, 0, 0, 0.3);\tbackground-color: rgba(255, 255, 255, 0.2);\tbox-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);\t}\t.ace_fold-widget:active {\tborder: 1px solid rgba(0, 0, 0, 0.4);\tbackground-color: rgba(0, 0, 0, 0.05);\tbox-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\t}\t.ace_dark .ace_fold-widget {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHklEQVQIW2P4//8/AzoGEQ7oGCaLLAhWiSwB146BAQCSTPYocqT0AAAAAElFTkSuQmCC");\t}\t.ace_dark .ace_fold-widget.ace_end {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2P4//8/AxQ7wNjIAjDMgC4AxjCVKBirIAAF0kz2rlhxpAAAAABJRU5ErkJggg==");\t}\t.ace_dark .ace_fold-widget.ace_closed {\tbackground-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAHElEQVQIW2P4//+/AxAzgDADlOOAznHAKgPWAwARji8UIDTfQQAAAABJRU5ErkJggg==");\t}\t.ace_dark .ace_fold-widget:hover {\tbox-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);\tbackground-color: rgba(255, 255, 255, 0.1);\t}\t.ace_dark .ace_fold-widget:active {\tbox-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);\t}\t.ace_fold-widget.ace_invalid {\tbackground-color: #FFB4B4;\tborder-color: #DE5555;\t}\t.ace_fade-fold-widgets .ace_fold-widget {\t-webkit-transition: opacity 0.4s ease 0.05s;\ttransition: opacity 0.4s ease 0.05s;\topacity: 0;\t}\t.ace_fade-fold-widgets:hover .ace_fold-widget {\t-webkit-transition: opacity 0.05s ease 0.05s;\ttransition: opacity 0.05s ease 0.05s;\topacity:1;\t}\t.ace_underline {\ttext-decoration: underline;\t}\t.ace_bold {\tfont-weight: bold;\t}\t.ace_nobold .ace_bold {\tfont-weight: normal;\t}\t.ace_italic {\tfont-style: italic;\t}\t.ace_error-marker {\tbackground-color: rgba(255, 0, 0,0.2);\tposition: absolute;\tz-index: 9;\t}\t.ace_highlight-marker {\tbackground-color: rgba(255, 255, 0,0.2);\tposition: absolute;\tz-index: 8;\t}\t.ace_br1 {border-top-left-radius : 3px;}\t.ace_br2 {border-top-right-radius : 3px;}\t.ace_br3 {border-top-left-radius : 3px; border-top-right-radius: 3px;}\t.ace_br4 {border-bottom-right-radius: 3px;}\t.ace_br5 {border-top-left-radius : 3px; border-bottom-right-radius: 3px;}\t.ace_br6 {border-top-right-radius : 3px; border-bottom-right-radius: 3px;}\t.ace_br7 {border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}\t.ace_br8 {border-bottom-left-radius : 3px;}\t.ace_br9 {border-top-left-radius : 3px; border-bottom-left-radius: 3px;}\t.ace_br10{border-top-right-radius : 3px; border-bottom-left-radius: 3px;}\t.ace_br11{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px;}\t.ace_br12{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\t.ace_br13{border-top-left-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\t.ace_br14{border-top-right-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\t.ace_br15{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\t',"ace_editor.css");var A=function(e,t){var i=this;this.container=e||o.createElement("div"),this.$keepTextAreaAtCursor=!s.isOldIE,o.addCssClass(this.container,"ace_editor"),this.setTheme(t),this.$gutter=o.createElement("div"),this.$gutter.className="ace_gutter",this.container.appendChild(this.$gutter),this.scroller=o.createElement("div"),this.scroller.className="ace_scroller",this.container.appendChild(this.scroller),this.content=o.createElement("div"),this.content.className="ace_content",this.scroller.appendChild(this.content),this.$gutterLayer=new a(this.$gutter),this.$gutterLayer.on("changeGutterWidth",this.onGutterResize.bind(this)),this.$markerBack=new l(this.content);var r=this.$textLayer=new c(this.content);this.canvas=r.element,this.$markerFront=new l(this.content),this.$cursorLayer=new d(this.content),this.$horizScroll=!1,this.$vScroll=!1,this.scrollBar=this.scrollBarV=new u(this.container,this),this.scrollBarH=new h(this.container,this),this.scrollBarV.addEventListener("scroll",(function(e){i.$scrollAnimation||i.session.setScrollTop(e.data-i.scrollMargin.top)})),this.scrollBarH.addEventListener("scroll",(function(e){i.$scrollAnimation||i.session.setScrollLeft(e.data-i.scrollMargin.left)})),this.scrollTop=0,this.scrollLeft=0,this.cursorPos={row:0,column:0},this.$fontMetrics=new p(this.container),this.$textLayer.$setFontMetrics(this.$fontMetrics),this.$textLayer.addEventListener("changeCharacterSize",(function(e){i.updateCharacterSize(),i.onResize(!0,i.gutterWidth,i.$size.width,i.$size.height),i._signal("changeCharacterSize",e)})),this.$size={width:0,height:0,scrollerHeight:0,scrollerWidth:0,$dirty:!0},this.layerConfig={width:1,padding:0,firstRow:0,firstRowScreen:0,lastRow:0,lineHeight:0,characterWidth:0,minHeight:1,maxHeight:1,offset:0,height:1,gutterOffset:1},this.scrollMargin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.$loop=new f(this.$renderChanges.bind(this),this.container.ownerDocument.defaultView),this.$loop.schedule(this.CHANGE_FULL),this.updateCharacterSize(),this.setPadding(4),n.resetOptions(this),n._emit("renderer",this)};(function(){this.CHANGE_CURSOR=1,this.CHANGE_MARKER=2,this.CHANGE_GUTTER=4,this.CHANGE_SCROLL=8,this.CHANGE_LINES=16,this.CHANGE_TEXT=32,this.CHANGE_SIZE=64,this.CHANGE_MARKER_BACK=128,this.CHANGE_MARKER_FRONT=256,this.CHANGE_FULL=512,this.CHANGE_H_SCROLL=1024,r.implement(this,m),this.updateCharacterSize=function(){this.$textLayer.allowBoldFonts!=this.$allowBoldFonts&&(this.$allowBoldFonts=this.$textLayer.allowBoldFonts,this.setStyle("ace_nobold",!this.$allowBoldFonts)),this.layerConfig.characterWidth=this.characterWidth=this.$textLayer.getCharacterWidth(),this.layerConfig.lineHeight=this.lineHeight=this.$textLayer.getLineHeight(),this.$updatePrintMargin()},this.setSession=function(e){this.session&&this.session.doc.off("changeNewLineMode",this.onChangeNewLineMode),this.session=e,e&&this.scrollMargin.top&&e.getScrollTop()<=0&&e.setScrollTop(-this.scrollMargin.top),this.$cursorLayer.setSession(e),this.$markerBack.setSession(e),this.$markerFront.setSession(e),this.$gutterLayer.setSession(e),this.$textLayer.setSession(e),e&&(this.$loop.schedule(this.CHANGE_FULL),this.session.$setFontMetrics(this.$fontMetrics),this.onChangeNewLineMode=this.onChangeNewLineMode.bind(this),this.onChangeNewLineMode(),this.session.doc.on("changeNewLineMode",this.onChangeNewLineMode))},this.updateLines=function(e,t,i){if(void 0===t&&(t=1/0),this.$changedLines?(this.$changedLines.firstRow>e&&(this.$changedLines.firstRow=e),this.$changedLines.lastRow<t&&(this.$changedLines.lastRow=t)):this.$changedLines={firstRow:e,lastRow:t},this.$changedLines.lastRow<this.layerConfig.firstRow){if(!i)return;this.$changedLines.lastRow=this.layerConfig.lastRow}this.$changedLines.firstRow>this.layerConfig.lastRow||this.$loop.schedule(this.CHANGE_LINES)},this.onChangeNewLineMode=function(){this.$loop.schedule(this.CHANGE_TEXT),this.$textLayer.$updateEolChar()},this.onChangeTabSize=function(){this.$loop.schedule(this.CHANGE_TEXT|this.CHANGE_MARKER),this.$textLayer.onChangeTabSize()},this.updateText=function(){this.$loop.schedule(this.CHANGE_TEXT)},this.updateFull=function(e){e?this.$renderChanges(this.CHANGE_FULL,!0):this.$loop.schedule(this.CHANGE_FULL)},this.updateFontSize=function(){this.$textLayer.checkForSizeChanges()},this.$changes=0,this.$updateSizeAsync=function(){this.$loop.pending?this.$size.$dirty=!0:this.onResize()},this.onResize=function(e,t,i,r){if(!(this.resizing>2)){this.resizing>0?this.resizing++:this.resizing=e?1:0;var o=this.container;r||(r=o.clientHeight||o.scrollHeight),i||(i=o.clientWidth||o.scrollWidth);var n=this.$updateCachedSize(e,t,i,r);if(!this.$size.scrollerHeight||!i&&!r)return this.resizing=0;e&&(this.$gutterLayer.$padding=null),e?this.$renderChanges(n|this.$changes,!0):this.$loop.schedule(n|this.$changes),this.resizing&&(this.resizing=0),this.scrollBarV.scrollLeft=this.scrollBarV.scrollTop=null}},this.$updateCachedSize=function(e,t,i,r){r-=this.$extraHeight||0;var o=0,n=this.$size,s={width:n.width,height:n.height,scrollerHeight:n.scrollerHeight,scrollerWidth:n.scrollerWidth};return r&&(e||n.height!=r)&&(n.height=r,o|=this.CHANGE_SIZE,n.scrollerHeight=n.height,this.$horizScroll&&(n.scrollerHeight-=this.scrollBarH.getHeight()),this.scrollBarV.element.style.bottom=this.scrollBarH.getHeight()+"px",o|=this.CHANGE_SCROLL),i&&(e||n.width!=i)&&(o|=this.CHANGE_SIZE,n.width=i,null==t&&(t=this.$showGutter?this.$gutter.offsetWidth:0),this.gutterWidth=t,this.scrollBarH.element.style.left=this.scroller.style.left=t+"px",n.scrollerWidth=Math.max(0,i-t-this.scrollBarV.getWidth()),this.scrollBarH.element.style.right=this.scroller.style.right=this.scrollBarV.getWidth()+"px",this.scroller.style.bottom=this.scrollBarH.getHeight()+"px",(this.session&&this.session.getUseWrapMode()&&this.adjustWrapLimit()||e)&&(o|=this.CHANGE_FULL)),n.$dirty=!i||!r,o&&this._signal("resize",s),o},this.onGutterResize=function(){var e=this.$showGutter?this.$gutter.offsetWidth:0;e!=this.gutterWidth&&(this.$changes|=this.$updateCachedSize(!0,e,this.$size.width,this.$size.height)),this.session.getUseWrapMode()&&this.adjustWrapLimit()||this.$size.$dirty?this.$loop.schedule(this.CHANGE_FULL):(this.$computeLayerConfig(),this.$loop.schedule(this.CHANGE_MARKER))},this.adjustWrapLimit=function(){var e=this.$size.scrollerWidth-2*this.$padding,t=Math.floor(e/this.characterWidth);return this.session.adjustWrapLimit(t,this.$showPrintMargin&&this.$printMarginColumn)},this.setAnimatedScroll=function(e){this.setOption("animatedScroll",e)},this.getAnimatedScroll=function(){return this.$animatedScroll},this.setShowInvisibles=function(e){this.setOption("showInvisibles",e)},this.getShowInvisibles=function(){return this.getOption("showInvisibles")},this.getDisplayIndentGuides=function(){return this.getOption("displayIndentGuides")},this.setDisplayIndentGuides=function(e){this.setOption("displayIndentGuides",e)},this.setShowPrintMargin=function(e){this.setOption("showPrintMargin",e)},this.getShowPrintMargin=function(){return this.getOption("showPrintMargin")},this.setPrintMarginColumn=function(e){this.setOption("printMarginColumn",e)},this.getPrintMarginColumn=function(){return this.getOption("printMarginColumn")},this.getShowGutter=function(){return this.getOption("showGutter")},this.setShowGutter=function(e){return this.setOption("showGutter",e)},this.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},this.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},this.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},this.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},this.$updateGutterLineHighlight=function(){var e=this.$cursorLayer.$pixelPos,t=this.layerConfig.lineHeight;if(this.session.getUseWrapMode()){var i=this.session.selection.getCursor();i.column=0,e=this.$cursorLayer.getPixelPosition(i,!0),t*=this.session.getRowLength(i.row)}this.$gutterLineHighlight.style.top=e.top-this.layerConfig.offset+"px",this.$gutterLineHighlight.style.height=t+"px"},this.$updatePrintMargin=function(){if(this.$showPrintMargin||this.$printMarginEl){if(!this.$printMarginEl){var e=o.createElement("div");e.className="ace_layer ace_print-margin-layer",this.$printMarginEl=o.createElement("div"),this.$printMarginEl.className="ace_print-margin",e.appendChild(this.$printMarginEl),this.content.insertBefore(e,this.content.firstChild)}var t=this.$printMarginEl.style;t.left=this.characterWidth*this.$printMarginColumn+this.$padding+"px",t.visibility=this.$showPrintMargin?"visible":"hidden",this.session&&-1==this.session.$wrap&&this.adjustWrapLimit()}},this.getContainerElement=function(){return this.container},this.getMouseEventTarget=function(){return this.scroller},this.getTextAreaContainer=function(){return this.container},this.$moveTextAreaToCursor=function(){if(this.$keepTextAreaAtCursor){var e=this.layerConfig,t=this.$cursorLayer.$pixelPos.top,i=this.$cursorLayer.$pixelPos.left;t-=e.offset;var r=this.textarea.style,o=this.lineHeight;if(t<0||t>e.height-o)r.top=r.left="0";else{var n=this.characterWidth;if(this.$composition){var s=this.textarea.value.replace(/^\x01+/,"");n*=this.session.$getStringScreenWidth(s)[0]+2,o+=2}(i-=this.scrollLeft)>this.$size.scrollerWidth-n&&(i=this.$size.scrollerWidth-n),i+=this.gutterWidth,r.height=o+"px",r.width=n+"px",r.left=Math.min(i,this.$size.scrollerWidth-n)+"px",r.top=Math.min(t,this.$size.height-o)+"px"}}},this.getFirstVisibleRow=function(){return this.layerConfig.firstRow},this.getFirstFullyVisibleRow=function(){return this.layerConfig.firstRow+(0===this.layerConfig.offset?0:1)},this.getLastFullyVisibleRow=function(){var e=this.layerConfig,t=e.lastRow;return this.session.documentToScreenRow(t,0)*e.lineHeight-this.session.getScrollTop()>e.height-e.lineHeight?t-1:t},this.getLastVisibleRow=function(){return this.layerConfig.lastRow},this.$padding=null,this.setPadding=function(e){this.$padding=e,this.$textLayer.setPadding(e),this.$cursorLayer.setPadding(e),this.$markerFront.setPadding(e),this.$markerBack.setPadding(e),this.$loop.schedule(this.CHANGE_FULL),this.$updatePrintMargin()},this.setScrollMargin=function(e,t,i,r){var o=this.scrollMargin;o.top=0|e,o.bottom=0|t,o.right=0|r,o.left=0|i,o.v=o.top+o.bottom,o.h=o.left+o.right,o.top&&this.scrollTop<=0&&this.session&&this.session.setScrollTop(-o.top),this.updateFull()},this.getHScrollBarAlwaysVisible=function(){return this.$hScrollBarAlwaysVisible},this.setHScrollBarAlwaysVisible=function(e){this.setOption("hScrollBarAlwaysVisible",e)},this.getVScrollBarAlwaysVisible=function(){return this.$vScrollBarAlwaysVisible},this.setVScrollBarAlwaysVisible=function(e){this.setOption("vScrollBarAlwaysVisible",e)},this.$updateScrollBarV=function(){var e=this.layerConfig.maxHeight,t=this.$size.scrollerHeight;!this.$maxLines&&this.$scrollPastEnd&&(e-=(t-this.lineHeight)*this.$scrollPastEnd,this.scrollTop>e-t&&(e=this.scrollTop+t,this.scrollBarV.scrollTop=null)),this.scrollBarV.setScrollHeight(e+this.scrollMargin.v),this.scrollBarV.setScrollTop(this.scrollTop+this.scrollMargin.top)},this.$updateScrollBarH=function(){this.scrollBarH.setScrollWidth(this.layerConfig.width+2*this.$padding+this.scrollMargin.h),this.scrollBarH.setScrollLeft(this.scrollLeft+this.scrollMargin.left)},this.$frozen=!1,this.freeze=function(){this.$frozen=!0},this.unfreeze=function(){this.$frozen=!1},this.$renderChanges=function(e,t){if(this.$changes&&(e|=this.$changes,this.$changes=0),this.session&&this.container.offsetWidth&&!this.$frozen&&(e||t)){if(this.$size.$dirty)return this.$changes|=e,this.onResize(!0);this.lineHeight||this.$textLayer.checkForSizeChanges(),this._signal("beforeRender");var i=this.layerConfig;if(e&this.CHANGE_FULL||e&this.CHANGE_SIZE||e&this.CHANGE_TEXT||e&this.CHANGE_LINES||e&this.CHANGE_SCROLL||e&this.CHANGE_H_SCROLL){if(e|=this.$computeLayerConfig(),i.firstRow!=this.layerConfig.firstRow&&i.firstRowScreen==this.layerConfig.firstRowScreen){var r=this.scrollTop+(i.firstRow-this.layerConfig.firstRow)*this.lineHeight;r>0&&(this.scrollTop=r,e|=this.CHANGE_SCROLL,e|=this.$computeLayerConfig())}i=this.layerConfig,this.$updateScrollBarV(),e&this.CHANGE_H_SCROLL&&this.$updateScrollBarH(),this.$gutterLayer.element.style.marginTop=-i.offset+"px",this.content.style.marginTop=-i.offset+"px",this.content.style.width=i.width+2*this.$padding+"px",this.content.style.height=i.minHeight+"px"}if(e&this.CHANGE_H_SCROLL&&(this.content.style.marginLeft=-this.scrollLeft+"px",this.scroller.className=this.scrollLeft<=0?"ace_scroller":"ace_scroller ace_scroll-left"),e&this.CHANGE_FULL)return this.$textLayer.update(i),this.$showGutter&&this.$gutterLayer.update(i),this.$markerBack.update(i),this.$markerFront.update(i),this.$cursorLayer.update(i),this.$moveTextAreaToCursor(),this.$highlightGutterLine&&this.$updateGutterLineHighlight(),void this._signal("afterRender");if(e&this.CHANGE_SCROLL)return e&this.CHANGE_TEXT||e&this.CHANGE_LINES?this.$textLayer.update(i):this.$textLayer.scrollLines(i),this.$showGutter&&this.$gutterLayer.update(i),this.$markerBack.update(i),this.$markerFront.update(i),this.$cursorLayer.update(i),this.$highlightGutterLine&&this.$updateGutterLineHighlight(),this.$moveTextAreaToCursor(),void this._signal("afterRender");e&this.CHANGE_TEXT?(this.$textLayer.update(i),this.$showGutter&&this.$gutterLayer.update(i)):e&this.CHANGE_LINES?(this.$updateLines()||e&this.CHANGE_GUTTER&&this.$showGutter)&&this.$gutterLayer.update(i):(e&this.CHANGE_TEXT||e&this.CHANGE_GUTTER)&&this.$showGutter&&this.$gutterLayer.update(i),e&this.CHANGE_CURSOR&&(this.$cursorLayer.update(i),this.$moveTextAreaToCursor(),this.$highlightGutterLine&&this.$updateGutterLineHighlight()),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_FRONT)&&this.$markerFront.update(i),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_BACK)&&this.$markerBack.update(i),this._signal("afterRender")}else this.$changes|=e},this.$autosize=function(){var e=this.session.getScreenLength()*this.lineHeight,t=this.$maxLines*this.lineHeight,i=Math.max((this.$minLines||1)*this.lineHeight,Math.min(t,e))+this.scrollMargin.v+(this.$extraHeight||0);this.$horizScroll&&(i+=this.scrollBarH.getHeight());var r=e>t;if(i!=this.desiredHeight||this.$size.height!=this.desiredHeight||r!=this.$vScroll){r!=this.$vScroll&&(this.$vScroll=r,this.scrollBarV.setVisible(r));var o=this.container.clientWidth;this.container.style.height=i+"px",this.$updateCachedSize(!0,this.$gutterWidth,o,i),this.desiredHeight=i,this._signal("autosize")}},this.$computeLayerConfig=function(){var e=this.session,t=this.$size,i=t.height<=2*this.lineHeight,r=this.session.getScreenLength()*this.lineHeight,o=this.$getLongestLine(),n=!i&&(this.$hScrollBarAlwaysVisible||t.scrollerWidth-o-2*this.$padding<0),s=this.$horizScroll!==n;s&&(this.$horizScroll=n,this.scrollBarH.setVisible(n));var a=this.$vScroll;this.$maxLines&&this.lineHeight>1&&this.$autosize();var l=this.scrollTop%this.lineHeight,c=t.scrollerHeight+this.lineHeight,d=!this.$maxLines&&this.$scrollPastEnd?(t.scrollerHeight-this.lineHeight)*this.$scrollPastEnd:0;r+=d;var h=this.scrollMargin;this.session.setScrollTop(Math.max(-h.top,Math.min(this.scrollTop,r-t.scrollerHeight+h.bottom))),this.session.setScrollLeft(Math.max(-h.left,Math.min(this.scrollLeft,o+2*this.$padding-t.scrollerWidth+h.right)));var u=!i&&(this.$vScrollBarAlwaysVisible||t.scrollerHeight-r+d<0||this.scrollTop>h.top),f=a!==u;f&&(this.$vScroll=u,this.scrollBarV.setVisible(u));var p,m,A=Math.ceil(c/this.lineHeight)-1,g=Math.max(0,Math.round((this.scrollTop-l)/this.lineHeight)),y=g+A,C=this.lineHeight;g=e.screenToDocumentRow(g,0);var D=e.getFoldLine(g);D&&(g=D.start.row),p=e.documentToScreenRow(g,0),m=e.getRowLength(g)*C,y=Math.min(e.screenToDocumentRow(y,0),e.getLength()-1),c=t.scrollerHeight+e.getRowLength(y)*C+m,l=this.scrollTop-p*C;var v=0;return this.layerConfig.width!=o&&(v=this.CHANGE_H_SCROLL),(s||f)&&(v=this.$updateCachedSize(!0,this.gutterWidth,t.width,t.height),this._signal("scrollbarVisibilityChanged"),f&&(o=this.$getLongestLine())),this.layerConfig={width:o,padding:this.$padding,firstRow:g,firstRowScreen:p,lastRow:y,lineHeight:C,characterWidth:this.characterWidth,minHeight:c,maxHeight:r,offset:l,gutterOffset:Math.max(0,Math.ceil((l+t.height-t.scrollerHeight)/C)),height:this.$size.scrollerHeight},v},this.$updateLines=function(){var e=this.$changedLines.firstRow,t=this.$changedLines.lastRow;this.$changedLines=null;var i=this.layerConfig;if(!(e>i.lastRow+1||t<i.firstRow))return t===1/0?(this.$showGutter&&this.$gutterLayer.update(i),void this.$textLayer.update(i)):(this.$textLayer.updateLines(i,e,t),!0)},this.$getLongestLine=function(){var e=this.session.getScreenWidth();return this.showInvisibles&&!this.session.$useWrapMode&&(e+=1),Math.max(this.$size.scrollerWidth-2*this.$padding,Math.round(e*this.characterWidth))},this.updateFrontMarkers=function(){this.$markerFront.setMarkers(this.session.getMarkers(!0)),this.$loop.schedule(this.CHANGE_MARKER_FRONT)},this.updateBackMarkers=function(){this.$markerBack.setMarkers(this.session.getMarkers()),this.$loop.schedule(this.CHANGE_MARKER_BACK)},this.addGutterDecoration=function(e,t){this.$gutterLayer.addGutterDecoration(e,t)},this.removeGutterDecoration=function(e,t){this.$gutterLayer.removeGutterDecoration(e,t)},this.updateBreakpoints=function(e){this.$loop.schedule(this.CHANGE_GUTTER)},this.setAnnotations=function(e){this.$gutterLayer.setAnnotations(e),this.$loop.schedule(this.CHANGE_GUTTER)},this.updateCursor=function(){this.$loop.schedule(this.CHANGE_CURSOR)},this.hideCursor=function(){this.$cursorLayer.hideCursor()},this.showCursor=function(){this.$cursorLayer.showCursor()},this.scrollSelectionIntoView=function(e,t,i){this.scrollCursorIntoView(e,i),this.scrollCursorIntoView(t,i)},this.scrollCursorIntoView=function(e,t,i){if(0!==this.$size.scrollerHeight){var r=this.$cursorLayer.getPixelPosition(e),o=r.left,n=r.top,s=i&&i.top||0,a=i&&i.bottom||0,l=this.$scrollAnimation?this.session.getScrollTop():this.scrollTop;l+s>n?(t&&l+s>n+this.lineHeight&&(n-=t*this.$size.scrollerHeight),0===n&&(n=-this.scrollMargin.top),this.session.setScrollTop(n)):l+this.$size.scrollerHeight-a<n+this.lineHeight&&(t&&l+this.$size.scrollerHeight-a<n-this.lineHeight&&(n+=t*this.$size.scrollerHeight),this.session.setScrollTop(n+this.lineHeight-this.$size.scrollerHeight));var c=this.scrollLeft;c>o?(o<this.$padding+2*this.layerConfig.characterWidth&&(o=-this.scrollMargin.left),this.session.setScrollLeft(o)):c+this.$size.scrollerWidth<o+this.characterWidth?this.session.setScrollLeft(Math.round(o+this.characterWidth-this.$size.scrollerWidth)):c<=this.$padding&&o-c<this.characterWidth&&this.session.setScrollLeft(0)}},this.getScrollTop=function(){return this.session.getScrollTop()},this.getScrollLeft=function(){return this.session.getScrollLeft()},this.getScrollTopRow=function(){return this.scrollTop/this.lineHeight},this.getScrollBottomRow=function(){return Math.max(0,Math.floor((this.scrollTop+this.$size.scrollerHeight)/this.lineHeight)-1)},this.scrollToRow=function(e){this.session.setScrollTop(e*this.lineHeight)},this.alignCursor=function(e,t){"number"==typeof e&&(e={row:e,column:0});var i=this.$cursorLayer.getPixelPosition(e),r=this.$size.scrollerHeight-this.lineHeight,o=i.top-r*(t||0);return this.session.setScrollTop(o),o},this.STEPS=8,this.$calcSteps=function(e,t){var i,r,o=0,n=this.STEPS,s=[];for(o=0;o<n;++o)s.push((i=o/this.STEPS,r=e,(t-e)*(Math.pow(i-1,3)+1)+r));return s},this.scrollToLine=function(e,t,i,r){var o=this.$cursorLayer.getPixelPosition({row:e,column:0}).top;t&&(o-=this.$size.scrollerHeight/2);var n=this.scrollTop;this.session.setScrollTop(o),!1!==i&&this.animateScrolling(n,r)},this.animateScrolling=function(e,t){var i=this.scrollTop;if(this.$animatedScroll){var r=this;if(e!=i){if(this.$scrollAnimation){var o=this.$scrollAnimation.steps;if(o.length&&(e=o[0])==i)return}var n=r.$calcSteps(e,i);this.$scrollAnimation={from:e,to:i,steps:n},clearInterval(this.$timer),r.session.setScrollTop(n.shift()),r.session.$scrollTop=i,this.$timer=setInterval((function(){n.length?(r.session.setScrollTop(n.shift()),r.session.$scrollTop=i):null!=i?(r.session.$scrollTop=-1,r.session.setScrollTop(i),i=null):(r.$timer=clearInterval(r.$timer),r.$scrollAnimation=null,t&&t())}),10)}}},this.scrollToY=function(e){this.scrollTop!==e&&(this.$loop.schedule(this.CHANGE_SCROLL),this.scrollTop=e)},this.scrollToX=function(e){this.scrollLeft!==e&&(this.scrollLeft=e),this.$loop.schedule(this.CHANGE_H_SCROLL)},this.scrollTo=function(e,t){this.session.setScrollTop(t),this.session.setScrollLeft(t)},this.scrollBy=function(e,t){t&&this.session.setScrollTop(this.session.getScrollTop()+t),e&&this.session.setScrollLeft(this.session.getScrollLeft()+e)},this.isScrollableBy=function(e,t){return t<0&&this.session.getScrollTop()>=1-this.scrollMargin.top||t>0&&this.session.getScrollTop()+this.$size.scrollerHeight-this.layerConfig.maxHeight<-1+this.scrollMargin.bottom||e<0&&this.session.getScrollLeft()>=1-this.scrollMargin.left||e>0&&this.session.getScrollLeft()+this.$size.scrollerWidth-this.layerConfig.width<-1+this.scrollMargin.right||void 0},this.pixelToScreenCoordinates=function(e,t){var i=this.scroller.getBoundingClientRect(),r=(e+this.scrollLeft-i.left-this.$padding)/this.characterWidth,o=Math.floor((t+this.scrollTop-i.top)/this.lineHeight),n=Math.round(r);return{row:o,column:n,side:r-n>0?1:-1}},this.screenToTextCoordinates=function(e,t){var i=this.scroller.getBoundingClientRect(),r=Math.round((e+this.scrollLeft-i.left-this.$padding)/this.characterWidth),o=(t+this.scrollTop-i.top)/this.lineHeight;return this.session.screenToDocumentPosition(o,Math.max(r,0))},this.textToScreenCoordinates=function(e,t){var i=this.scroller.getBoundingClientRect(),r=this.session.documentToScreenPosition(e,t),o=this.$padding+Math.round(r.column*this.characterWidth),n=r.row*this.lineHeight;return{pageX:i.left+o-this.scrollLeft,pageY:i.top+n-this.scrollTop}},this.visualizeFocus=function(){o.addCssClass(this.container,"ace_focus")},this.visualizeBlur=function(){o.removeCssClass(this.container,"ace_focus")},this.showComposition=function(e){this.$composition||(this.$composition={keepTextAreaAtCursor:this.$keepTextAreaAtCursor,cssText:this.textarea.style.cssText}),this.$keepTextAreaAtCursor=!0,o.addCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText="",this.$moveTextAreaToCursor()},this.setCompositionText=function(e){this.$moveTextAreaToCursor()},this.hideComposition=function(){this.$composition&&(o.removeCssClass(this.textarea,"ace_composition"),this.$keepTextAreaAtCursor=this.$composition.keepTextAreaAtCursor,this.textarea.style.cssText=this.$composition.cssText,this.$composition=null)},this.setTheme=function(e,t){var i=this;if(this.$themeId=e,i._dispatchEvent("themeChange",{theme:e}),e&&"string"!=typeof e)s(e);else{var r=e||this.$options.theme.initialValue;n.loadModule(["theme",r],s)}function s(r){if(i.$themeId!=e)return t&&t();if(r.cssClass){o.importCssString(r.cssText,r.cssClass,i.container.ownerDocument),i.theme&&o.removeCssClass(i.container,i.theme.cssClass);var n="padding"in r?r.padding:"padding"in(i.theme||{})?4:i.$padding;i.$padding&&n!=i.$padding&&i.setPadding(n),i.$theme=r.cssClass,i.theme=r,o.addCssClass(i.container,r.cssClass),o.setCssClass(i.container,"ace_dark",r.isDark),i.$size&&(i.$size.width=0,i.$updateSizeAsync()),i._dispatchEvent("themeLoaded",{theme:r}),t&&t()}}},this.getTheme=function(){return this.$themeId},this.setStyle=function(e,t){o.setCssClass(this.container,e,!1!==t)},this.unsetStyle=function(e){o.removeCssClass(this.container,e)},this.setCursorStyle=function(e){this.scroller.style.cursor!=e&&(this.scroller.style.cursor=e)},this.setMouseCursor=function(e){this.scroller.style.cursor=e},this.destroy=function(){this.$textLayer.destroy(),this.$cursorLayer.destroy()}}).call(A.prototype),n.defineOptions(A.prototype,"renderer",{animatedScroll:{initialValue:!1},showInvisibles:{set:function(e){this.$textLayer.setShowInvisibles(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!1},showPrintMargin:{set:function(){this.$updatePrintMargin()},initialValue:!0},printMarginColumn:{set:function(){this.$updatePrintMargin()},initialValue:80},printMargin:{set:function(e){"number"==typeof e&&(this.$printMarginColumn=e),this.$showPrintMargin=!!e,this.$updatePrintMargin()},get:function(){return this.$showPrintMargin&&this.$printMarginColumn}},showGutter:{set:function(e){this.$gutter.style.display=e?"block":"none",this.$loop.schedule(this.CHANGE_FULL),this.onGutterResize()},initialValue:!0},fadeFoldWidgets:{set:function(e){o.setCssClass(this.$gutter,"ace_fade-fold-widgets",e)},initialValue:!1},showFoldWidgets:{set:function(e){this.$gutterLayer.setShowFoldWidgets(e)},initialValue:!0},showLineNumbers:{set:function(e){this.$gutterLayer.setShowLineNumbers(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},displayIndentGuides:{set:function(e){this.$textLayer.setDisplayIndentGuides(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!0},highlightGutterLine:{set:function(e){if(!this.$gutterLineHighlight)return this.$gutterLineHighlight=o.createElement("div"),this.$gutterLineHighlight.className="ace_gutter-active-line",void this.$gutter.appendChild(this.$gutterLineHighlight);this.$gutterLineHighlight.style.display=e?"":"none",this.$cursorLayer.$pixelPos&&this.$updateGutterLineHighlight()},initialValue:!1,value:!0},hScrollBarAlwaysVisible:{set:function(e){this.$hScrollBarAlwaysVisible&&this.$horizScroll||this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},vScrollBarAlwaysVisible:{set:function(e){this.$vScrollBarAlwaysVisible&&this.$vScroll||this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},fontSize:{set:function(e){"number"==typeof e&&(e+="px"),this.container.style.fontSize=e,this.updateFontSize()},initialValue:12},fontFamily:{set:function(e){this.container.style.fontFamily=e,this.updateFontSize()}},maxLines:{set:function(e){this.updateFull()}},minLines:{set:function(e){this.updateFull()}},scrollPastEnd:{set:function(e){e=+e||0,this.$scrollPastEnd!=e&&(this.$scrollPastEnd=e,this.$loop.schedule(this.CHANGE_SCROLL))},initialValue:0,handlesSet:!0},fixedWidthGutter:{set:function(e){this.$gutterLayer.$fixedWidth=!!e,this.$loop.schedule(this.CHANGE_GUTTER)}},theme:{set:function(e){this.setTheme(e)},get:function(){return this.$themeId||this.theme},initialValue:"./theme/textmate",handlesSet:!0}}),t.VirtualRenderer=A})),ace.define("ace/worker/worker_client",["require","exports","module","ace/lib/oop","ace/lib/net","ace/lib/event_emitter","ace/config"],(function(e,t,r){var o=e("../lib/oop"),n=e("../lib/net"),s=e("../lib/event_emitter").EventEmitter,a=e("../config"),l=function(t,r,o,n){if(this.$sendDeltaQueue=this.$sendDeltaQueue.bind(this),this.changeListener=this.changeListener.bind(this),this.onMessage=this.onMessage.bind(this),e.nameToUrl&&!e.toUrl&&(e.toUrl=e.nameToUrl),a.get("packaged")||!e.toUrl)n=n||a.moduleUrl(r.id,"worker");else{var s=this.$normalizePath;n=n||s(e.toUrl("ace/worker/worker.js",null,"_"));var l={};t.forEach((function(t){l[t]=s(e.toUrl(t,null,"_").replace(/(\.js)?(\?.*)?$/,""))}))}try{var c=r.src,d=new(i(66))([c],{type:"application/javascript"}),h=(window.URL||window.webkitURL).createObjectURL(d);this.$worker=new Worker(h)}catch(e){if(!(e instanceof window.DOMException))throw e;d=this.$workerBlob(n);var u=window.URL||window.webkitURL,f=u.createObjectURL(d);this.$worker=new Worker(f),u.revokeObjectURL(f)}this.$worker.postMessage({init:!0,tlns:l,module:r.id,classname:o}),this.callbackId=1,this.callbacks={},this.$worker.onmessage=this.onMessage};(function(){o.implement(this,s),this.onMessage=function(e){var t=e.data;switch(t.type){case"event":this._signal(t.name,{data:t.data});break;case"call":var i=this.callbacks[t.id];i&&(i(t.data),delete this.callbacks[t.id]);break;case"error":this.reportError(t.data);break;case"log":window.console&&console.log&&console.log.apply(console,t.data)}},this.reportError=function(e){window.console&&console.error&&console.error(e)},this.$normalizePath=function(e){return n.qualifyURL(e)},this.terminate=function(){this._signal("terminate",{}),this.deltaQueue=null,this.$worker.terminate(),this.$worker=null,this.$doc&&this.$doc.off("change",this.changeListener),this.$doc=null},this.send=function(e,t){this.$worker.postMessage({command:e,args:t})},this.call=function(e,t,i){if(i){var r=this.callbackId++;this.callbacks[r]=i,t.push(r)}this.send(e,t)},this.emit=function(e,t){try{this.$worker.postMessage({event:e,data:{data:t.data}})}catch(e){console.error(e.stack)}},this.attachToDocument=function(e){this.$doc&&this.terminate(),this.$doc=e,this.call("setValue",[e.getValue()]),e.on("change",this.changeListener)},this.changeListener=function(e){this.deltaQueue||(this.deltaQueue=[],setTimeout(this.$sendDeltaQueue,0)),"insert"==e.action?this.deltaQueue.push(e.start,e.lines):this.deltaQueue.push(e.start,e.end)},this.$sendDeltaQueue=function(){var e=this.deltaQueue;e&&(this.deltaQueue=null,e.length>50&&e.length>this.$doc.getLength()>>1?this.call("setValue",[this.$doc.getValue()]):this.emit("change",{data:e}))},this.$workerBlob=function(e){var t="importScripts('"+n.qualifyURL(e)+"');";try{return new Blob([t],{type:"application/javascript"})}catch(e){var i=new(window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder);return i.append(t),i.getBlob("application/javascript")}}}).call(l.prototype);var c=function(e,t,i){this.$sendDeltaQueue=this.$sendDeltaQueue.bind(this),this.changeListener=this.changeListener.bind(this),this.callbackId=1,this.callbacks={},this.messageBuffer=[];var r=null,o=!1,n=Object.create(s),l=this;this.$worker={},this.$worker.terminate=function(){},this.$worker.postMessage=function(e){l.messageBuffer.push(e),r&&(o?setTimeout(c):c())},this.setEmitSync=function(e){o=e};var c=function(){var e=l.messageBuffer.shift();e.command?r[e.command].apply(r,e.args):e.event&&n._signal(e.event,e.data)};n.postMessage=function(e){l.onMessage({data:e})},n.callback=function(e,t){this.postMessage({type:"call",id:t,data:e})},n.emit=function(e,t){this.postMessage({type:"event",name:e,data:t})},a.loadModule(["worker",t],(function(e){for(r=new e[i](n);l.messageBuffer.length;)c()}))};c.prototype=l.prototype,t.UIWorkerClient=c,t.WorkerClient=l})),ace.define("ace/placeholder",["require","exports","module","ace/range","ace/lib/event_emitter","ace/lib/oop"],(function(e,t,i){var r=e("./range").Range,o=e("./lib/event_emitter").EventEmitter,n=e("./lib/oop"),s=function(e,t,i,r,o,n){var s=this;this.length=t,this.session=e,this.doc=e.getDocument(),this.mainClass=o,this.othersClass=n,this.$onUpdate=this.onUpdate.bind(this),this.doc.on("change",this.$onUpdate),this.$others=r,this.$onCursorChange=function(){setTimeout((function(){s.onCursorChange()}))},this.$pos=i;var a=e.getUndoManager().$undoStack||e.getUndoManager().$undostack||{length:-1};this.$undoStackDepth=a.length,this.setup(),e.selection.on("changeCursor",this.$onCursorChange)};(function(){n.implement(this,o),this.setup=function(){var e=this,t=this.doc,i=this.session;this.selectionBefore=i.selection.toJSON(),i.selection.inMultiSelectMode&&i.selection.toSingleRange(),this.pos=t.createAnchor(this.$pos.row,this.$pos.column);var o=this.pos;o.$insertRight=!0,o.detach(),o.markerId=i.addMarker(new r(o.row,o.column,o.row,o.column+this.length),this.mainClass,null,!1),this.others=[],this.$others.forEach((function(i){var r=t.createAnchor(i.row,i.column);r.$insertRight=!0,r.detach(),e.others.push(r)})),i.setUndoSelect(!1)},this.showOtherMarkers=function(){if(!this.othersActive){var e=this.session,t=this;this.othersActive=!0,this.others.forEach((function(i){i.markerId=e.addMarker(new r(i.row,i.column,i.row,i.column+t.length),t.othersClass,null,!1)}))}},this.hideOtherMarkers=function(){if(this.othersActive){this.othersActive=!1;for(var e=0;e<this.others.length;e++)this.session.removeMarker(this.others[e].markerId)}},this.onUpdate=function(e){if(this.$updating)return this.updateAnchors(e);var t=e;if(t.start.row===t.end.row&&t.start.row===this.pos.row){this.$updating=!0;var i="insert"===e.action?t.end.column-t.start.column:t.start.column-t.end.column,o=t.start.column>=this.pos.column&&t.start.column<=this.pos.column+this.length+1,n=t.start.column-this.pos.column;if(this.updateAnchors(e),o&&(this.length+=i),o&&!this.session.$fromUndo)if("insert"===e.action)for(var s=this.others.length-1;s>=0;s--){var a={row:(l=this.others[s]).row,column:l.column+n};this.doc.insertMergedLines(a,e.lines)}else if("remove"===e.action)for(s=this.others.length-1;s>=0;s--){var l;a={row:(l=this.others[s]).row,column:l.column+n},this.doc.remove(new r(a.row,a.column,a.row,a.column-i))}this.$updating=!1,this.updateMarkers()}},this.updateAnchors=function(e){this.pos.onChange(e);for(var t=this.others.length;t--;)this.others[t].onChange(e);this.updateMarkers()},this.updateMarkers=function(){if(!this.$updating){var e=this,t=this.session,i=function(i,o){t.removeMarker(i.markerId),i.markerId=t.addMarker(new r(i.row,i.column,i.row,i.column+e.length),o,null,!1)};i(this.pos,this.mainClass);for(var o=this.others.length;o--;)i(this.others[o],this.othersClass)}},this.onCursorChange=function(e){if(!this.$updating&&this.session){var t=this.session.selection.getCursor();t.row===this.pos.row&&t.column>=this.pos.column&&t.column<=this.pos.column+this.length?(this.showOtherMarkers(),this._emit("cursorEnter",e)):(this.hideOtherMarkers(),this._emit("cursorLeave",e))}},this.detach=function(){this.session.removeMarker(this.pos&&this.pos.markerId),this.hideOtherMarkers(),this.doc.removeEventListener("change",this.$onUpdate),this.session.selection.removeEventListener("changeCursor",this.$onCursorChange),this.session.setUndoSelect(!0),this.session=null},this.cancel=function(){if(-1!==this.$undoStackDepth){for(var e=this.session.getUndoManager(),t=(e.$undoStack||e.$undostack).length-this.$undoStackDepth,i=0;i<t;i++)e.undo(!0);this.selectionBefore&&this.session.selection.fromJSON(this.selectionBefore)}}}).call(s.prototype),t.PlaceHolder=s})),ace.define("ace/mouse/multi_select_handler",["require","exports","module","ace/lib/event","ace/lib/useragent"],(function(e,t,i){var r=e("../lib/event"),o=e("../lib/useragent");function n(e,t){return e.row==t.row&&e.column==t.column}t.onMouseDown=function(e){var t=e.domEvent,i=t.altKey,s=t.shiftKey,a=t.ctrlKey,l=e.getAccelKey(),c=e.getButton();if(a&&o.isMac&&(c=t.button),e.editor.inMultiSelectMode&&2==c)e.editor.textInput.onContextMenu(e.domEvent);else if(a||i||l){if(0===c){var d,h=e.editor,u=h.selection,f=h.inMultiSelectMode,p=e.getDocumentPosition(),m=u.getCursor(),A=e.inSelection()||u.isEmpty()&&n(p,m),g=e.x,y=e.y,C=h.session,D=h.renderer.pixelToScreenCoordinates(g,y),v=D;if(h.$mouseHandler.$enableJumpToDef)a&&i||l&&i?d=s?"block":"add":i&&h.$blockSelectEnabled&&(d="block");else if(l&&!i){if(d="add",!f&&s)return}else i&&h.$blockSelectEnabled&&(d="block");if(d&&o.isMac&&t.ctrlKey&&h.$mouseHandler.cancelContextMenu(),"add"==d){if(!f&&A)return;if(!f){var B=u.toOrientedRange();h.addSelectionMarker(B)}var w=u.rangeList.rangeAtPoint(p);h.$blockScrolling++,h.inVirtualSelectionMode=!0,s&&(w=null,B=u.ranges[0]||B,h.removeSelectionMarker(B)),h.once("mouseup",(function(){var e=u.toOrientedRange();w&&e.isEmpty()&&n(w.cursor,e.cursor)?u.substractPoint(e.cursor):(s?u.substractPoint(B.cursor):B&&(h.removeSelectionMarker(B),u.addRange(B)),u.addRange(e)),h.$blockScrolling--,h.inVirtualSelectionMode=!1}))}else if("block"==d){var k;e.stop(),h.inVirtualSelectionMode=!0;var b=[];h.$blockScrolling++,f&&!l?u.toSingleRange():!f&&l&&(k=u.toOrientedRange(),h.addSelectionMarker(k)),s?D=C.documentToScreenPosition(u.lead):u.moveToPosition(p),h.$blockScrolling--,v={row:-1,column:-1};var E=function(){var e=h.renderer.pixelToScreenCoordinates(g,y),t=C.screenToDocumentPosition(e.row,e.column);n(v,e)&&n(t,u.lead)||(v=e,h.$blockScrolling++,h.selection.moveToPosition(t),h.renderer.scrollCursorIntoView(),h.removeSelectionMarkers(b),b=u.rectangularRangeBlock(v,D),h.$mouseHandler.$clickSelection&&1==b.length&&b[0].isEmpty()&&(b[0]=h.$mouseHandler.$clickSelection.clone()),b.forEach(h.addSelectionMarker,h),h.updateSelectionMarkers(),h.$blockScrolling--)};r.capture(h.container,(function(e){g=e.clientX,y=e.clientY}),(function(e){clearInterval(F),h.removeSelectionMarkers(b),b.length||(b=[u.toOrientedRange()]),h.$blockScrolling++,k&&(h.removeSelectionMarker(k),u.toSingleRange(k));for(var t=0;t<b.length;t++)u.addRange(b[t]);h.inVirtualSelectionMode=!1,h.$mouseHandler.$clickSelection=null,h.$blockScrolling--}));var F=setInterval((function(){E()}),20);return e.preventDefault()}}}else 0===c&&e.editor.inMultiSelectMode&&e.editor.exitMultiSelectMode()}})),ace.define("ace/commands/multi_select_commands",["require","exports","module","ace/keyboard/hash_handler"],(function(e,t,i){t.defaultCommands=[{name:"addCursorAbove",exec:function(e){e.selectMoreLines(-1)},bindKey:{win:"Ctrl-Alt-Up",mac:"Ctrl-Alt-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelow",exec:function(e){e.selectMoreLines(1)},bindKey:{win:"Ctrl-Alt-Down",mac:"Ctrl-Alt-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorAboveSkipCurrent",exec:function(e){e.selectMoreLines(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Up",mac:"Ctrl-Alt-Shift-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelowSkipCurrent",exec:function(e){e.selectMoreLines(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Down",mac:"Ctrl-Alt-Shift-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreBefore",exec:function(e){e.selectMore(-1)},bindKey:{win:"Ctrl-Alt-Left",mac:"Ctrl-Alt-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreAfter",exec:function(e){e.selectMore(1)},bindKey:{win:"Ctrl-Alt-Right",mac:"Ctrl-Alt-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextBefore",exec:function(e){e.selectMore(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Left",mac:"Ctrl-Alt-Shift-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextAfter",exec:function(e){e.selectMore(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Right",mac:"Ctrl-Alt-Shift-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"splitIntoLines",exec:function(e){e.multiSelect.splitIntoLines()},bindKey:{win:"Ctrl-Alt-L",mac:"Ctrl-Alt-L"},readOnly:!0},{name:"alignCursors",exec:function(e){e.alignCursors()},bindKey:{win:"Ctrl-Alt-A",mac:"Ctrl-Alt-A"},scrollIntoView:"cursor"},{name:"findAll",exec:function(e){e.findAll()},bindKey:{win:"Ctrl-Alt-K",mac:"Ctrl-Alt-G"},scrollIntoView:"cursor",readOnly:!0}],t.multiSelectCommands=[{name:"singleSelection",bindKey:"esc",exec:function(e){e.exitMultiSelectMode()},scrollIntoView:"cursor",readOnly:!0,isAvailable:function(e){return e&&e.inMultiSelectMode}}];var r=e("../keyboard/hash_handler").HashHandler;t.keyboardHandler=new r(t.multiSelectCommands)})),ace.define("ace/multi_select",["require","exports","module","ace/range_list","ace/range","ace/selection","ace/mouse/multi_select_handler","ace/lib/event","ace/lib/lang","ace/commands/multi_select_commands","ace/search","ace/edit_session","ace/editor","ace/config"],(function(e,t,i){var r=e("./range_list").RangeList,o=e("./range").Range,n=e("./selection").Selection,s=e("./mouse/multi_select_handler").onMouseDown,a=e("./lib/event"),l=e("./lib/lang"),c=e("./commands/multi_select_commands");t.commands=c.defaultCommands.concat(c.multiSelectCommands);var d=new(0,e("./search").Search),h=e("./edit_session").EditSession;(function(){this.getSelectionMarkers=function(){return this.$selectionMarkers}}).call(h.prototype),function(){this.ranges=null,this.rangeList=null,this.addRange=function(e,t){if(e){if(!this.inMultiSelectMode&&0===this.rangeCount){var i=this.toOrientedRange();if(this.rangeList.add(i),this.rangeList.add(e),2!=this.rangeList.ranges.length)return this.rangeList.removeAll(),t||this.fromOrientedRange(e);this.rangeList.removeAll(),this.rangeList.add(i),this.$onAddRange(i)}e.cursor||(e.cursor=e.end);var r=this.rangeList.add(e);return this.$onAddRange(e),r.length&&this.$onRemoveRange(r),this.rangeCount>1&&!this.inMultiSelectMode&&(this._signal("multiSelect"),this.inMultiSelectMode=!0,this.session.$undoSelect=!1,this.rangeList.attach(this.session)),t||this.fromOrientedRange(e)}},this.toSingleRange=function(e){e=e||this.ranges[0];var t=this.rangeList.removeAll();t.length&&this.$onRemoveRange(t),e&&this.fromOrientedRange(e)},this.substractPoint=function(e){var t=this.rangeList.substractPoint(e);if(t)return this.$onRemoveRange(t),t[0]},this.mergeOverlappingRanges=function(){var e=this.rangeList.merge();e.length?this.$onRemoveRange(e):this.ranges[0]&&this.fromOrientedRange(this.ranges[0])},this.$onAddRange=function(e){this.rangeCount=this.rangeList.ranges.length,this.ranges.unshift(e),this._signal("addRange",{range:e})},this.$onRemoveRange=function(e){if(this.rangeCount=this.rangeList.ranges.length,1==this.rangeCount&&this.inMultiSelectMode){var t=this.rangeList.ranges.pop();e.push(t),this.rangeCount=0}for(var i=e.length;i--;){var r=this.ranges.indexOf(e[i]);this.ranges.splice(r,1)}this._signal("removeRange",{ranges:e}),0===this.rangeCount&&this.inMultiSelectMode&&(this.inMultiSelectMode=!1,this._signal("singleSelect"),this.session.$undoSelect=!0,this.rangeList.detach(this.session)),(t=t||this.ranges[0])&&!t.isEqual(this.getRange())&&this.fromOrientedRange(t)},this.$initRangeList=function(){this.rangeList||(this.rangeList=new r,this.ranges=[],this.rangeCount=0)},this.getAllRanges=function(){return this.rangeCount?this.rangeList.ranges.concat():[this.getRange()]},this.splitIntoLines=function(){if(this.rangeCount>1){var e=this.rangeList.ranges,t=e[e.length-1],i=o.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(i,t.cursor==t.start)}else{i=this.getRange();var r=this.isBackwards(),n=i.start.row,s=i.end.row;if(n==s){if(r)var a=i.end,l=i.start;else a=i.start,l=i.end;return this.addRange(o.fromPoints(l,l)),void this.addRange(o.fromPoints(a,a))}var c=[],d=this.getLineRange(n,!0);d.start.column=i.start.column,c.push(d);for(var h=n+1;h<s;h++)c.push(this.getLineRange(h,!0));(d=this.getLineRange(s,!0)).end.column=i.end.column,c.push(d),c.forEach(this.addRange,this)}},this.toggleBlockSelection=function(){if(this.rangeCount>1){var e=this.rangeList.ranges,t=e[e.length-1],i=o.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(i,t.cursor==t.start)}else{var r=this.session.documentToScreenPosition(this.selectionLead),n=this.session.documentToScreenPosition(this.selectionAnchor);this.rectangularRangeBlock(r,n).forEach(this.addRange,this)}},this.rectangularRangeBlock=function(e,t,i){var r=[],n=e.column<t.column;if(n)var s=e.column,a=t.column;else s=t.column,a=e.column;var l,c,d=e.row<t.row;if(d)var h=e.row,u=t.row;else h=t.row,u=e.row;s<0&&(s=0),h<0&&(h=0),h==u&&(i=!0);for(var f=h;f<=u;f++){var p=o.fromPoints(this.session.screenToDocumentPosition(f,s),this.session.screenToDocumentPosition(f,a));if(p.isEmpty()){if(m&&(l=p.end,c=m,l.row==c.row&&l.column==c.column))break;var m=p.end}p.cursor=n?p.start:p.end,r.push(p)}if(d&&r.reverse(),!i){for(var A=r.length-1;r[A].isEmpty()&&A>0;)A--;if(A>0)for(var g=0;r[g].isEmpty();)g++;for(var y=A;y>=g;y--)r[y].isEmpty()&&r.splice(y,1)}return r}}.call(n.prototype);var u=e("./editor").Editor;function f(e){e.$multiselectOnSessionChange||(e.$onAddRange=e.$onAddRange.bind(e),e.$onRemoveRange=e.$onRemoveRange.bind(e),e.$onMultiSelect=e.$onMultiSelect.bind(e),e.$onSingleSelect=e.$onSingleSelect.bind(e),e.$multiselectOnSessionChange=t.onSessionChange.bind(e),e.$checkMultiselectChange=e.$checkMultiselectChange.bind(e),e.$multiselectOnSessionChange(e),e.on("changeSession",e.$multiselectOnSessionChange),e.on("mousedown",s),e.commands.addCommands(c.defaultCommands),function(e){var t=e.textInput.getElement(),i=!1;function r(t){i&&(e.renderer.setMouseCursor(""),i=!1)}a.addListener(t,"keydown",(function(t){var o=18==t.keyCode&&!(t.ctrlKey||t.shiftKey||t.metaKey);e.$blockSelectEnabled&&o?i||(e.renderer.setMouseCursor("crosshair"),i=!0):i&&r()})),a.addListener(t,"keyup",r),a.addListener(t,"blur",r)}(e))}(function(){this.updateSelectionMarkers=function(){this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.addSelectionMarker=function(e){e.cursor||(e.cursor=e.end);var t=this.getSelectionStyle();return e.marker=this.session.addMarker(e,"ace_selection",t),this.session.$selectionMarkers.push(e),this.session.selectionMarkerCount=this.session.$selectionMarkers.length,e},this.removeSelectionMarker=function(e){if(e.marker){this.session.removeMarker(e.marker);var t=this.session.$selectionMarkers.indexOf(e);-1!=t&&this.session.$selectionMarkers.splice(t,1),this.session.selectionMarkerCount=this.session.$selectionMarkers.length}},this.removeSelectionMarkers=function(e){for(var t=this.session.$selectionMarkers,i=e.length;i--;){var r=e[i];if(r.marker){this.session.removeMarker(r.marker);var o=t.indexOf(r);-1!=o&&t.splice(o,1)}}this.session.selectionMarkerCount=t.length},this.$onAddRange=function(e){this.addSelectionMarker(e.range),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onRemoveRange=function(e){this.removeSelectionMarkers(e.ranges),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onMultiSelect=function(e){this.inMultiSelectMode||(this.inMultiSelectMode=!0,this.setStyle("ace_multiselect"),this.keyBinding.addKeyboardHandler(c.keyboardHandler),this.commands.setDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers())},this.$onSingleSelect=function(e){this.session.multiSelect.inVirtualMode||(this.inMultiSelectMode=!1,this.unsetStyle("ace_multiselect"),this.keyBinding.removeKeyboardHandler(c.keyboardHandler),this.commands.removeDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers(),this._emit("changeSelection"))},this.$onMultiSelectExec=function(e){var t=e.command,i=e.editor;if(i.multiSelect){if(t.multiSelectAction)"forEach"==t.multiSelectAction?r=i.forEachSelection(t,e.args):"forEachLine"==t.multiSelectAction?r=i.forEachSelection(t,e.args,!0):"single"==t.multiSelectAction?(i.exitMultiSelectMode(),r=t.exec(i,e.args||{})):r=t.multiSelectAction(i,e.args||{});else{var r=t.exec(i,e.args||{});i.multiSelect.addRange(i.multiSelect.toOrientedRange()),i.multiSelect.mergeOverlappingRanges()}return r}},this.forEachSelection=function(e,t,i){if(!this.inVirtualSelectionMode){var r,o=i&&i.keepOrder,s=1==i||i&&i.$byLines,a=this.session,l=this.selection,c=l.rangeList,d=(o?l:c).ranges;if(!d.length)return e.exec?e.exec(this,t||{}):e(this,t||{});var h=l._eventRegistry;l._eventRegistry={};var u=new n(a);this.inVirtualSelectionMode=!0;for(var f=d.length;f--;){if(s)for(;f>0&&d[f].start.row==d[f-1].end.row;)f--;u.fromOrientedRange(d[f]),u.index=f,this.selection=a.selection=u;var p=e.exec?e.exec(this,t||{}):e(this,t||{});r||void 0===p||(r=p),u.toOrientedRange(d[f])}u.detach(),this.selection=a.selection=l,this.inVirtualSelectionMode=!1,l._eventRegistry=h,l.mergeOverlappingRanges();var m=this.renderer.$scrollAnimation;return this.onCursorChange(),this.onSelectionChange(),m&&m.from==m.to&&this.renderer.animateScrolling(m.from),r}},this.exitMultiSelectMode=function(){this.inMultiSelectMode&&!this.inVirtualSelectionMode&&this.multiSelect.toSingleRange()},this.getSelectedText=function(){var e="";if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){for(var t=this.multiSelect.rangeList.ranges,i=[],r=0;r<t.length;r++)i.push(this.session.getTextRange(t[r]));var o=this.session.getDocument().getNewLineCharacter();(e=i.join(o)).length==(i.length-1)*o.length&&(e="")}else this.selection.isEmpty()||(e=this.session.getTextRange(this.getSelectionRange()));return e},this.$checkMultiselectChange=function(e,t){if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){var i=this.multiSelect.ranges[0];if(this.multiSelect.isEmpty()&&t==this.multiSelect.anchor)return;var r=t==this.multiSelect.anchor?i.cursor==i.start?i.end:i.start:i.cursor;r.row==t.row&&this.session.$clipPositionToDocument(r.row,r.column).column==t.column||this.multiSelect.toSingleRange(this.multiSelect.toOrientedRange())}},this.findAll=function(e,t,i){if((t=t||{}).needle=e||t.needle,null==t.needle){var r=this.selection.isEmpty()?this.selection.getWordRange():this.selection.getRange();t.needle=this.session.getTextRange(r)}this.$search.set(t);var o=this.$search.findAll(this.session);if(!o.length)return 0;this.$blockScrolling+=1;var n=this.multiSelect;i||n.toSingleRange(o[0]);for(var s=o.length;s--;)n.addRange(o[s],!0);return r&&n.rangeList.rangeAtPoint(r.start)&&n.addRange(r,!0),this.$blockScrolling-=1,o.length},this.selectMoreLines=function(e,t){var i=this.selection.toOrientedRange(),r=i.cursor==i.end,n=this.session.documentToScreenPosition(i.cursor);this.selection.$desiredColumn&&(n.column=this.selection.$desiredColumn);var s,a=this.session.screenToDocumentPosition(n.row+e,n.column);if(i.isEmpty())c=a;else var l=this.session.documentToScreenPosition(r?i.end:i.start),c=this.session.screenToDocumentPosition(l.row+e,l.column);if(r?(s=o.fromPoints(a,c)).cursor=s.start:(s=o.fromPoints(c,a)).cursor=s.end,s.desiredColumn=n.column,this.selection.inMultiSelectMode){if(t)var d=i.cursor}else this.selection.addRange(i);this.selection.addRange(s),d&&this.selection.substractPoint(d)},this.transposeSelections=function(e){for(var t=this.session,i=t.multiSelect,r=i.ranges,o=r.length;o--;)if((a=r[o]).isEmpty()){var n=t.getWordRange(a.start.row,a.start.column);a.start.row=n.start.row,a.start.column=n.start.column,a.end.row=n.end.row,a.end.column=n.end.column}i.mergeOverlappingRanges();var s=[];for(o=r.length;o--;){var a=r[o];s.unshift(t.getTextRange(a))}for(e<0?s.unshift(s.pop()):s.push(s.shift()),o=r.length;o--;)n=(a=r[o]).clone(),t.replace(a,s[o]),a.start.row=n.start.row,a.start.column=n.start.column},this.selectMore=function(e,t,i){var r=this.session,o=r.multiSelect.toOrientedRange();if(!o.isEmpty()||((o=r.getWordRange(o.start.row,o.start.column)).cursor=-1==e?o.start:o.end,this.multiSelect.addRange(o),!i)){var n=r.getTextRange(o),s=function(e,t,i){return d.$options.wrap=!0,d.$options.needle=t,d.$options.backwards=-1==i,d.find(e)}(r,n,e);s&&(s.cursor=-1==e?s.start:s.end,this.$blockScrolling+=1,this.session.unfold(s),this.multiSelect.addRange(s),this.$blockScrolling-=1,this.renderer.scrollCursorIntoView(null,.5)),t&&this.multiSelect.substractPoint(o.cursor)}},this.alignCursors=function(){var e=this.session,t=e.multiSelect,i=t.ranges,r=-1,n=i.filter((function(e){if(e.cursor.row==r)return!0;r=e.cursor.row}));if(i.length&&n.length!=i.length-1){n.forEach((function(e){t.substractPoint(e.cursor)}));var s=0,a=1/0,c=i.map((function(t){var i=t.cursor,r=e.getLine(i.row).substr(i.column).search(/\S/g);return-1==r&&(r=0),i.column>s&&(s=i.column),r<a&&(a=r),r}));i.forEach((function(t,i){var r=t.cursor,n=s-r.column,d=c[i]-a;n>d?e.insert(r,l.stringRepeat(" ",n-d)):e.remove(new o(r.row,r.column,r.row,r.column-n+d)),t.start.column=t.end.column=s,t.start.row=t.end.row=r.row,t.cursor=t.end})),t.fromOrientedRange(i[0]),this.renderer.updateCursor(),this.renderer.updateBackMarkers()}else{var d=this.selection.getRange(),h=d.start.row,u=d.end.row,f=h==u;if(f){var p,m=this.session.getLength();do{p=this.session.getLine(u)}while(/[=:]/.test(p)&&++u<m);do{p=this.session.getLine(h)}while(/[=:]/.test(p)&&--h>0);h<0&&(h=0),u>=m&&(u=m-1)}var A=this.session.removeFullLines(h,u);A=this.$reAlignText(A,f),this.session.insert({row:h,column:0},A.join("\n")+"\n"),f||(d.start.column=0,d.end.column=A[A.length-1].length),this.selection.setRange(d)}},this.$reAlignText=function(e,t){var i,r,o,n=!0,s=!0;return e.map((function(e){var t=e.match(/(\s*)(.*?)(\s*)([=:].*)/);return t?null==i?(i=t[1].length,r=t[2].length,o=t[3].length,t):(i+r+o!=t[1].length+t[2].length+t[3].length&&(s=!1),i!=t[1].length&&(n=!1),i>t[1].length&&(i=t[1].length),r<t[2].length&&(r=t[2].length),o>t[3].length&&(o=t[3].length),t):[e]})).map(t?c:n?s?function(e){return e[2]?a(i+r-e[2].length)+e[2]+a(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}:c:function(e){return e[2]?a(i)+e[2]+a(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]});function a(e){return l.stringRepeat(" ",e)}function c(e){return e[2]?a(i)+e[2]+a(r-e[2].length+o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}}}).call(u.prototype),t.onSessionChange=function(e){var t=e.session;t&&!t.multiSelect&&(t.$selectionMarkers=[],t.selection.$initRangeList(),t.multiSelect=t.selection),this.multiSelect=t&&t.multiSelect;var i=e.oldSession;i&&(i.multiSelect.off("addRange",this.$onAddRange),i.multiSelect.off("removeRange",this.$onRemoveRange),i.multiSelect.off("multiSelect",this.$onMultiSelect),i.multiSelect.off("singleSelect",this.$onSingleSelect),i.multiSelect.lead.off("change",this.$checkMultiselectChange),i.multiSelect.anchor.off("change",this.$checkMultiselectChange)),t&&(t.multiSelect.on("addRange",this.$onAddRange),t.multiSelect.on("removeRange",this.$onRemoveRange),t.multiSelect.on("multiSelect",this.$onMultiSelect),t.multiSelect.on("singleSelect",this.$onSingleSelect),t.multiSelect.lead.on("change",this.$checkMultiselectChange),t.multiSelect.anchor.on("change",this.$checkMultiselectChange)),t&&this.inMultiSelectMode!=t.selection.inMultiSelectMode&&(t.selection.inMultiSelectMode?this.$onMultiSelect():this.$onSingleSelect())},t.MultiSelect=f,e("./config").defineOptions(u.prototype,"editor",{enableMultiselect:{set:function(e){f(this),e?(this.on("changeSession",this.$multiselectOnSessionChange),this.on("mousedown",s)):(this.off("changeSession",this.$multiselectOnSessionChange),this.off("mousedown",s))},value:!0},enableBlockSelect:{set:function(e){this.$blockSelectEnabled=e},value:!0}})})),ace.define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],(function(e,t,i){var r=e("../../range").Range,o=t.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(e,t,i){var r=e.getLine(i);return this.foldingStartMarker.test(r)?"start":"markbeginend"==t&&this.foldingStopMarker&&this.foldingStopMarker.test(r)?"end":""},this.getFoldWidgetRange=function(e,t,i){return null},this.indentationBlock=function(e,t,i){var o=/\S/,n=e.getLine(t),s=n.search(o);if(-1!=s){for(var a=i||n.length,l=e.getLength(),c=t,d=t;++t<l;){var h=e.getLine(t).search(o);if(-1!=h){if(h<=s)break;d=t}}if(d>c){var u=e.getLine(d).length;return new r(c,a,d,u)}}},this.openingBracketBlock=function(e,t,i,o,n){var s={row:i,column:o+1},a=e.$findClosingBracket(t,s,n);if(a){var l=e.foldWidgets[a.row];return null==l&&(l=e.getFoldWidget(a.row)),"start"==l&&a.row>s.row&&(a.row--,a.column=e.getLine(a.row).length),r.fromPoints(s,a)}},this.closingBracketBlock=function(e,t,i,o,n){var s={row:i,column:o},a=e.$findOpeningBracket(t,s);if(a)return a.column++,s.column--,r.fromPoints(a,s)}}).call(o.prototype)})),ace.define("ace/theme/textmate",["require","exports","module","ace/lib/dom"],(function(e,t,i){t.isDark=!1,t.cssClass="ace-tm",t.cssText='.ace-tm .ace_gutter {\tbackground: #f0f0f0;\tcolor: #333;\t}\t.ace-tm .ace_print-margin {\twidth: 1px;\tbackground: #e8e8e8;\t}\t.ace-tm .ace_fold {\tbackground-color: #6B72E6;\t}\t.ace-tm {\tbackground-color: #FFFFFF;\tcolor: black;\t}\t.ace-tm .ace_cursor {\tcolor: black;\t}\t.ace-tm .ace_invisible {\tcolor: rgb(191, 191, 191);\t}\t.ace-tm .ace_storage,\t.ace-tm .ace_keyword {\tcolor: blue;\t}\t.ace-tm .ace_constant {\tcolor: rgb(197, 6, 11);\t}\t.ace-tm .ace_constant.ace_buildin {\tcolor: rgb(88, 72, 246);\t}\t.ace-tm .ace_constant.ace_language {\tcolor: rgb(88, 92, 246);\t}\t.ace-tm .ace_constant.ace_library {\tcolor: rgb(6, 150, 14);\t}\t.ace-tm .ace_invalid {\tbackground-color: rgba(255, 0, 0, 0.1);\tcolor: red;\t}\t.ace-tm .ace_support.ace_function {\tcolor: rgb(60, 76, 114);\t}\t.ace-tm .ace_support.ace_constant {\tcolor: rgb(6, 150, 14);\t}\t.ace-tm .ace_support.ace_type,\t.ace-tm .ace_support.ace_class {\tcolor: rgb(109, 121, 222);\t}\t.ace-tm .ace_keyword.ace_operator {\tcolor: rgb(104, 118, 135);\t}\t.ace-tm .ace_string {\tcolor: rgb(3, 106, 7);\t}\t.ace-tm .ace_comment {\tcolor: rgb(76, 136, 107);\t}\t.ace-tm .ace_comment.ace_doc {\tcolor: rgb(0, 102, 255);\t}\t.ace-tm .ace_comment.ace_doc.ace_tag {\tcolor: rgb(128, 159, 191);\t}\t.ace-tm .ace_constant.ace_numeric {\tcolor: rgb(0, 0, 205);\t}\t.ace-tm .ace_variable {\tcolor: rgb(49, 132, 149);\t}\t.ace-tm .ace_xml-pe {\tcolor: rgb(104, 104, 91);\t}\t.ace-tm .ace_entity.ace_name.ace_function {\tcolor: #0000A2;\t}\t.ace-tm .ace_heading {\tcolor: rgb(12, 7, 255);\t}\t.ace-tm .ace_list {\tcolor:rgb(185, 6, 144);\t}\t.ace-tm .ace_meta.ace_tag {\tcolor:rgb(0, 22, 142);\t}\t.ace-tm .ace_string.ace_regex {\tcolor: rgb(255, 0, 0)\t}\t.ace-tm .ace_marker-layer .ace_selection {\tbackground: rgb(181, 213, 255);\t}\t.ace-tm.ace_multiselect .ace_selection.ace_start {\tbox-shadow: 0 0 3px 0px white;\t}\t.ace-tm .ace_marker-layer .ace_step {\tbackground: rgb(252, 255, 0);\t}\t.ace-tm .ace_marker-layer .ace_stack {\tbackground: rgb(164, 229, 101);\t}\t.ace-tm .ace_marker-layer .ace_bracket {\tmargin: -1px 0 0 -1px;\tborder: 1px solid rgb(192, 192, 192);\t}\t.ace-tm .ace_marker-layer .ace_active-line {\tbackground: rgba(0, 0, 0, 0.07);\t}\t.ace-tm .ace_gutter-active-line {\tbackground-color : #dcdcdc;\t}\t.ace-tm .ace_marker-layer .ace_selected-word {\tbackground: rgb(250, 250, 255);\tborder: 1px solid rgb(200, 200, 250);\t}\t.ace-tm .ace_indent-guide {\tbackground: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;\t}\t',e("../lib/dom").importCssString(t.cssText,t.cssClass)})),ace.define("ace/line_widgets",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/range"],(function(e,t,i){e("./lib/oop");var r=e("./lib/dom");function o(e){this.session=e,this.session.widgetManager=this,this.session.getRowLength=this.getRowLength,this.session.$getWidgetScreenLength=this.$getWidgetScreenLength,this.updateOnChange=this.updateOnChange.bind(this),this.renderWidgets=this.renderWidgets.bind(this),this.measureWidgets=this.measureWidgets.bind(this),this.session._changedWidgets=[],this.$onChangeEditor=this.$onChangeEditor.bind(this),this.session.on("change",this.updateOnChange),this.session.on("changeFold",this.updateOnFold),this.session.on("changeEditor",this.$onChangeEditor)}e("./range").Range,function(){this.getRowLength=function(e){var t;return t=this.lineWidgets&&this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0,this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1+t:1+t},this.$getWidgetScreenLength=function(){var e=0;return this.lineWidgets.forEach((function(t){t&&t.rowCount&&!t.hidden&&(e+=t.rowCount)})),e},this.$onChangeEditor=function(e){this.attach(e.editor)},this.attach=function(e){e&&e.widgetManager&&e.widgetManager!=this&&e.widgetManager.detach(),this.editor!=e&&(this.detach(),this.editor=e,e&&(e.widgetManager=this,e.renderer.on("beforeRender",this.measureWidgets),e.renderer.on("afterRender",this.renderWidgets)))},this.detach=function(e){var t=this.editor;if(t){this.editor=null,t.widgetManager=null,t.renderer.off("beforeRender",this.measureWidgets),t.renderer.off("afterRender",this.renderWidgets);var i=this.session.lineWidgets;i&&i.forEach((function(e){e&&e.el&&e.el.parentNode&&(e._inDocument=!1,e.el.parentNode.removeChild(e.el))}))}},this.updateOnFold=function(e,t){var i=t.lineWidgets;if(i&&e.action){for(var r=e.data,o=r.start.row,n=r.end.row,s="add"==e.action,a=o+1;a<n;a++)i[a]&&(i[a].hidden=s);i[n]&&(s?i[o]?i[n].hidden=s:i[o]=i[n]:(i[o]==i[n]&&(i[o]=void 0),i[n].hidden=s))}},this.updateOnChange=function(e){var t=this.session.lineWidgets;if(t){var i=e.start.row,r=e.end.row-i;if(0===r);else if("remove"==e.action)t.splice(i+1,r).forEach((function(e){e&&this.removeLineWidget(e)}),this),this.$updateRows();else{var o=new Array(r);o.unshift(i,0),t.splice.apply(t,o),this.$updateRows()}}},this.$updateRows=function(){var e=this.session.lineWidgets;if(e){var t=!0;e.forEach((function(e,i){if(e)for(t=!1,e.row=i;e.$oldWidget;)e.$oldWidget.row=i,e=e.$oldWidget})),t&&(this.session.lineWidgets=null)}},this.addLineWidget=function(e){this.session.lineWidgets||(this.session.lineWidgets=new Array(this.session.getLength()));var t=this.session.lineWidgets[e.row];t&&(e.$oldWidget=t,t.el&&t.el.parentNode&&(t.el.parentNode.removeChild(t.el),t._inDocument=!1)),this.session.lineWidgets[e.row]=e,e.session=this.session;var i=this.editor.renderer;e.html&&!e.el&&(e.el=r.createElement("div"),e.el.innerHTML=e.html),e.el&&(r.addCssClass(e.el,"ace_lineWidgetContainer"),e.el.style.position="absolute",e.el.style.zIndex=5,i.container.appendChild(e.el),e._inDocument=!0),e.coverGutter||(e.el.style.zIndex=3),e.pixelHeight||(e.pixelHeight=e.el.offsetHeight),null==e.rowCount&&(e.rowCount=e.pixelHeight/i.layerConfig.lineHeight);var o=this.session.getFoldAt(e.row,0);if(e.$fold=o,o){var n=this.session.lineWidgets;e.row!=o.end.row||n[o.start.row]?e.hidden=!0:n[o.start.row]=e}return this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows(),this.renderWidgets(null,i),this.onWidgetChanged(e),e},this.removeLineWidget=function(e){if(e._inDocument=!1,e.session=null,e.el&&e.el.parentNode&&e.el.parentNode.removeChild(e.el),e.editor&&e.editor.destroy)try{e.editor.destroy()}catch(e){}if(this.session.lineWidgets){var t=this.session.lineWidgets[e.row];if(t==e)this.session.lineWidgets[e.row]=e.$oldWidget,e.$oldWidget&&this.onWidgetChanged(e.$oldWidget);else for(;t;){if(t.$oldWidget==e){t.$oldWidget=e.$oldWidget;break}t=t.$oldWidget}}this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows()},this.getWidgetsAtRow=function(e){for(var t=this.session.lineWidgets,i=t&&t[e],r=[];i;)r.push(i),i=i.$oldWidget;return r},this.onWidgetChanged=function(e){this.session._changedWidgets.push(e),this.editor&&this.editor.renderer.updateFull()},this.measureWidgets=function(e,t){var i=this.session._changedWidgets,r=t.layerConfig;if(i&&i.length){for(var o=1/0,n=0;n<i.length;n++){var s=i[n];if(s&&s.el&&s.session==this.session){if(!s._inDocument){if(this.session.lineWidgets[s.row]!=s)continue;s._inDocument=!0,t.container.appendChild(s.el)}s.h=s.el.offsetHeight,s.fixedWidth||(s.w=s.el.offsetWidth,s.screenWidth=Math.ceil(s.w/r.characterWidth));var a=s.h/r.lineHeight;s.coverLine&&(a-=this.session.getRowLineCount(s.row))<0&&(a=0),s.rowCount!=a&&(s.rowCount=a,s.row<o&&(o=s.row))}}o!=1/0&&(this.session._emit("changeFold",{data:{start:{row:o}}}),this.session.lineWidgetWidth=null),this.session._changedWidgets=[]}},this.renderWidgets=function(e,t){var i=t.layerConfig,r=this.session.lineWidgets;if(r){for(var o=Math.min(this.firstRow,i.firstRow),n=Math.max(this.lastRow,i.lastRow,r.length);o>0&&!r[o];)o--;this.firstRow=i.firstRow,this.lastRow=i.lastRow,t.$cursorLayer.config=i;for(var s=o;s<=n;s++){var a=r[s];if(a&&a.el)if(a.hidden)a.el.style.top=-100-(a.pixelHeight||0)+"px";else{a._inDocument||(a._inDocument=!0,t.container.appendChild(a.el));var l=t.$cursorLayer.getPixelPosition({row:s,column:0},!0).top;a.coverLine||(l+=i.lineHeight*this.session.getRowLineCount(a.row)),a.el.style.top=l-i.offset+"px";var c=a.coverGutter?0:t.gutterWidth;a.fixedWidth||(c-=t.scrollLeft),a.el.style.left=c+"px",a.fullWidth&&a.screenWidth&&(a.el.style.minWidth=i.width+2*i.padding+"px"),a.fixedWidth?a.el.style.right=t.scrollBar.getWidth()+"px":a.el.style.right=""}}}}}.call(o.prototype),t.LineWidgets=o})),ace.define("ace/ext/error_marker",["require","exports","module","ace/line_widgets","ace/lib/dom","ace/range"],(function(e,t,i){var r=e("../line_widgets").LineWidgets,o=e("../lib/dom"),n=e("../range").Range;t.showErrorMarker=function(e,t){var i=e.session;i.widgetManager||(i.widgetManager=new r(i),i.widgetManager.attach(e));var s=e.getCursorPosition(),a=s.row,l=i.widgetManager.getWidgetsAtRow(a).filter((function(e){return"errorMarker"==e.type}))[0];l?l.destroy():a-=t;var c,d=function(e,t,i){var r=e.getAnnotations().sort(n.comparePoints);if(r.length){var o=function(e,t,i){for(var r=0,o=e.length-1;r<=o;){var n=r+o>>1,s=i(t,e[n]);if(s>0)r=n+1;else{if(!(s<0))return n;o=n-1}}return-(r+1)}(r,{row:t,column:-1},n.comparePoints);o<0&&(o=-o-1),o>=r.length?o=i>0?0:r.length-1:0===o&&i<0&&(o=r.length-1);var s=r[o];if(s&&i){if(s.row===t){do{s=r[o+=i]}while(s&&s.row===t);if(!s)return r.slice()}var a=[];t=s.row;do{a[i<0?"unshift":"push"](s),s=r[o+=i]}while(s&&s.row==t);return a.length&&a}}}(i,a,t);if(d){var h=d[0];s.column=(h.pos&&"number"!=typeof h.column?h.pos.sc:h.column)||0,s.row=h.row,c=e.renderer.$gutterLayer.$annotations[s.row]}else{if(l)return;c={text:["Looks good!"],className:"ace_ok"}}e.session.unfold(s.row),e.selection.moveToPosition(s);var u={row:s.row,fixedWidth:!0,coverGutter:!0,el:o.createElement("div"),type:"errorMarker"},f=u.el.appendChild(o.createElement("div")),p=u.el.appendChild(o.createElement("div"));p.className="error_widget_arrow "+c.className;var m=e.renderer.$cursorLayer.getPixelPosition(s).left;p.style.left=m+e.renderer.gutterWidth-5+"px",u.el.className="error_widget_wrapper",f.className="error_widget "+c.className,f.innerHTML=c.text.join("<br>"),f.appendChild(o.createElement("div"));var A=function(e,t,i){if(0===t&&("esc"===i||"return"===i))return u.destroy(),{command:"null"}};u.destroy=function(){e.$mouseHandler.isMousePressed||(e.keyBinding.removeKeyboardHandler(A),i.widgetManager.removeLineWidget(u),e.off("changeSelection",u.destroy),e.off("changeSession",u.destroy),e.off("mouseup",u.destroy),e.off("change",u.destroy))},e.keyBinding.addKeyboardHandler(A),e.on("changeSelection",u.destroy),e.on("changeSession",u.destroy),e.on("mouseup",u.destroy),e.on("change",u.destroy),e.session.widgetManager.addLineWidget(u),u.el.onmousedown=e.focus.bind(e),e.renderer.scrollCursorIntoView(null,.5,{bottom:u.el.offsetHeight})},o.importCssString("\t .error_widget_wrapper {\t background: inherit;\t color: inherit;\t border:none\t }\t .error_widget {\t border-top: solid 2px;\t border-bottom: solid 2px;\t margin: 5px 0;\t padding: 10px 40px;\t white-space: pre-wrap;\t }\t .error_widget.ace_error, .error_widget_arrow.ace_error{\t border-color: #ff5a5a\t }\t .error_widget.ace_warning, .error_widget_arrow.ace_warning{\t border-color: #F1D817\t }\t .error_widget.ace_info, .error_widget_arrow.ace_info{\t border-color: #5a5a5a\t }\t .error_widget.ace_ok, .error_widget_arrow.ace_ok{\t border-color: #5aaa5a\t }\t .error_widget_arrow {\t position: absolute;\t border: solid 5px;\t border-top-color: transparent!important;\t border-right-color: transparent!important;\t border-left-color: transparent!important;\t top: -5px;\t }\t","")})),ace.define("ace/ace",["require","exports","module","ace/lib/fixoldbrowsers","ace/lib/dom","ace/lib/event","ace/editor","ace/edit_session","ace/undomanager","ace/virtual_renderer","ace/worker/worker_client","ace/keyboard/hash_handler","ace/placeholder","ace/multi_select","ace/mode/folding/fold_mode","ace/theme/textmate","ace/ext/error_marker","ace/config"],(function(e,t,i){e("./lib/fixoldbrowsers");var r=e("./lib/dom"),o=e("./lib/event"),n=e("./editor").Editor,s=e("./edit_session").EditSession,a=e("./undomanager").UndoManager,l=e("./virtual_renderer").VirtualRenderer;e("./worker/worker_client"),e("./keyboard/hash_handler"),e("./placeholder"),e("./multi_select"),e("./mode/folding/fold_mode"),e("./theme/textmate"),e("./ext/error_marker"),t.config=e("./config"),t.acequire=e,t.edit=function(e){if("string"==typeof e){var i=e;if(!(e=document.getElementById(i)))throw new Error("ace.edit can't find div #"+i)}if(e&&e.env&&e.env.editor instanceof n)return e.env.editor;var s="";if(e&&/input|textarea/i.test(e.tagName)){var a=e;s=a.value,e=r.createElement("pre"),a.parentNode.replaceChild(e,a)}else e&&(s=r.getInnerText(e),e.innerHTML="");var c=t.createEditSession(s),d=new n(new l(e));d.setSession(c);var h={document:c,editor:d,onResize:d.resize.bind(d,null)};return a&&(h.textarea=a),o.addListener(window,"resize",h.onResize),d.on("destroy",(function(){o.removeListener(window,"resize",h.onResize),h.editor.container.env=null})),d.container.env=d.env=h,d},t.createEditSession=function(e,t){var i=new s(e,t);return i.setUndoManager(new a),i},t.EditSession=s,t.UndoManager=a,t.version="1.2.3"})),ace.acequire(["ace/ace"],(function(e){for(var t in e&&e.config.init(!0),window.ace||(window.ace=e),e)e.hasOwnProperty(t)&&(window.ace[t]=e[t])})),e.exports=window.ace.acequire("ace/ace")},function(e,t){e.exports=function(){throw new Error("define cannot be used indirect")}},function(e,t){(function(t){e.exports=function(){if(t.Blob)try{return new Blob(["asdf"],{type:"text/plain"}),Blob}catch(e){}var e=t.WebKitBlobBuilder||t.MozBlobBuilder||t.MSBlobBuilder;return function(t,i){var r=new e,o=i.endings,n=i.type;if(o)for(var s=0,a=t.length;s<a;++s)r.append(t[s],o);else for(s=0,a=t.length;s<a;++s)r.append(t[s]);return n?r.getBlob(n):r.getBlob()}}()}).call(t,function(){return this}())},function(e,t,i){ace.define("ace/mode/json_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,i){var r=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,n=function(){this.$rules={start:[{token:"variable",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]\\s*(?=:)'},{token:"string",regex:'"',next:"string"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"},{token:"invalid.illegal",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"invalid.illegal",regex:"\\/\\/.*$"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],string:[{token:"constant.language.escape",regex:/\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|["\\\/bfnrt])/},{token:"string",regex:'[^"\\\\]+'},{token:"string",regex:'"',next:"start"},{token:"string",regex:"",next:"start"}]}};r.inherits(n,o),t.JsonHighlightRules=n})),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],(function(e,t,i){var r=e("../range").Range,o=function(){};(function(){this.checkOutdent=function(e,t){return!!/^\s+$/.test(e)&&/^\s*\}/.test(t)},this.autoOutdent=function(e,t){var i=e.getLine(t).match(/^(\s*\})/);if(!i)return 0;var o=i[1].length,n=e.findMatchingBracket({row:t,column:o});if(!n||n.row==t)return 0;var s=this.$getIndent(e.getLine(n.row));e.replace(new r(t,0,t,o-1),s)},this.$getIndent=function(e){return e.match(/^\s*/)[0]}}).call(o.prototype),t.MatchingBraceOutdent=o})),ace.define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"],(function(e,t,i){var r,o=e("../../lib/oop"),n=e("../behaviour").Behaviour,s=e("../../token_iterator").TokenIterator,a=e("../../lib/lang"),l=["text","paren.rparen","punctuation.operator"],c=["text","paren.rparen","punctuation.operator","comment"],d={},h=function(e){var t=-1;if(e.multiSelect&&(t=e.selection.index,d.rangeCount!=e.multiSelect.rangeCount&&(d={rangeCount:e.multiSelect.rangeCount})),d[t])return r=d[t];r=d[t]={autoInsertedBrackets:0,autoInsertedRow:-1,autoInsertedLineEnd:"",maybeInsertedBrackets:0,maybeInsertedRow:-1,maybeInsertedLineStart:"",maybeInsertedLineEnd:""}},u=function(e,t,i,r){var o=e.end.row-e.start.row;return{text:i+t+r,selection:[0,e.start.column+1,o,e.end.column+(o?0:1)]}},f=function e(){this.add("braces","insertion",(function(t,i,o,n,s){var l=o.getCursorPosition(),c=n.doc.getLine(l.row);if("{"==s){h(o);var d=o.getSelectionRange(),f=n.doc.getTextRange(d);if(""!==f&&"{"!==f&&o.getWrapBehavioursEnabled())return u(d,f,"{","}");if(e.isSaneInsertion(o,n))return/[\]\}\)]/.test(c[l.column])||o.inMultiSelectMode?(e.recordAutoInsert(o,n,"}"),{text:"{}",selection:[1,1]}):(e.recordMaybeInsert(o,n,"{"),{text:"{",selection:[1,1]})}else if("}"==s){if(h(o),"}"==c.substring(l.column,l.column+1)&&null!==n.$findOpeningBracket("}",{column:l.column+1,row:l.row})&&e.isAutoInsertedClosing(l,c,s))return e.popAutoInsertedClosing(),{text:"",selection:[1,1]}}else{if("\n"==s||"\r\n"==s){h(o);var p="";if(e.isMaybeInsertedClosing(l,c)&&(p=a.stringRepeat("}",r.maybeInsertedBrackets),e.clearMaybeInsertedClosing()),"}"===c.substring(l.column,l.column+1)){var m=n.findMatchingBracket({row:l.row,column:l.column+1},"}");if(!m)return null;var A=this.$getIndent(n.getLine(m.row))}else{if(!p)return void e.clearMaybeInsertedClosing();A=this.$getIndent(c)}var g=A+n.getTabString();return{text:"\n"+g+"\n"+A+p,selection:[1,g.length,1,g.length]}}e.clearMaybeInsertedClosing()}})),this.add("braces","deletion",(function(e,t,i,o,n){var s=o.doc.getTextRange(n);if(!n.isMultiLine()&&"{"==s){if(h(i),"}"==o.doc.getLine(n.start.row).substring(n.end.column,n.end.column+1))return n.end.column++,n;r.maybeInsertedBrackets--}})),this.add("parens","insertion",(function(t,i,r,o,n){if("("==n){h(r);var s=r.getSelectionRange(),a=o.doc.getTextRange(s);if(""!==a&&r.getWrapBehavioursEnabled())return u(s,a,"(",")");if(e.isSaneInsertion(r,o))return e.recordAutoInsert(r,o,")"),{text:"()",selection:[1,1]}}else if(")"==n){h(r);var l=r.getCursorPosition(),c=o.doc.getLine(l.row);if(")"==c.substring(l.column,l.column+1)&&null!==o.$findOpeningBracket(")",{column:l.column+1,row:l.row})&&e.isAutoInsertedClosing(l,c,n))return e.popAutoInsertedClosing(),{text:"",selection:[1,1]}}})),this.add("parens","deletion",(function(e,t,i,r,o){var n=r.doc.getTextRange(o);if(!o.isMultiLine()&&"("==n&&(h(i),")"==r.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)))return o.end.column++,o})),this.add("brackets","insertion",(function(t,i,r,o,n){if("["==n){h(r);var s=r.getSelectionRange(),a=o.doc.getTextRange(s);if(""!==a&&r.getWrapBehavioursEnabled())return u(s,a,"[","]");if(e.isSaneInsertion(r,o))return e.recordAutoInsert(r,o,"]"),{text:"[]",selection:[1,1]}}else if("]"==n){h(r);var l=r.getCursorPosition(),c=o.doc.getLine(l.row);if("]"==c.substring(l.column,l.column+1)&&null!==o.$findOpeningBracket("]",{column:l.column+1,row:l.row})&&e.isAutoInsertedClosing(l,c,n))return e.popAutoInsertedClosing(),{text:"",selection:[1,1]}}})),this.add("brackets","deletion",(function(e,t,i,r,o){var n=r.doc.getTextRange(o);if(!o.isMultiLine()&&"["==n&&(h(i),"]"==r.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)))return o.end.column++,o})),this.add("string_dquotes","insertion",(function(e,t,i,r,o){if('"'==o||"'"==o){h(i);var n=o,s=i.getSelectionRange(),a=r.doc.getTextRange(s);if(""!==a&&"'"!==a&&'"'!=a&&i.getWrapBehavioursEnabled())return u(s,a,n,n);if(!a){var l=i.getCursorPosition(),c=r.doc.getLine(l.row),d=c.substring(l.column-1,l.column),f=c.substring(l.column,l.column+1),p=r.getTokenAt(l.row,l.column),m=r.getTokenAt(l.row,l.column+1);if("\\"==d&&p&&/escape/.test(p.type))return null;var A,g=p&&/string|escape/.test(p.type),y=!m||/string|escape/.test(m.type);if(f==n)A=g!==y;else{if(g&&!y)return null;if(g&&y)return null;var C=r.$mode.tokenRe;C.lastIndex=0;var D=C.test(d);C.lastIndex=0;var v=C.test(d);if(D||v)return null;if(f&&!/[\s;,.})\]\\]/.test(f))return null;A=!0}return{text:A?n+n:"",selection:[1,1]}}}})),this.add("string_dquotes","deletion",(function(e,t,i,r,o){var n=r.doc.getTextRange(o);if(!o.isMultiLine()&&('"'==n||"'"==n)&&(h(i),r.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)==n))return o.end.column++,o}))};f.isSaneInsertion=function(e,t){var i=e.getCursorPosition(),r=new s(t,i.row,i.column);if(!this.$matchTokenType(r.getCurrentToken()||"text",l)){var o=new s(t,i.row,i.column+1);if(!this.$matchTokenType(o.getCurrentToken()||"text",l))return!1}return r.stepForward(),r.getCurrentTokenRow()!==i.row||this.$matchTokenType(r.getCurrentToken()||"text",c)},f.$matchTokenType=function(e,t){return t.indexOf(e.type||e)>-1},f.recordAutoInsert=function(e,t,i){var o=e.getCursorPosition(),n=t.doc.getLine(o.row);this.isAutoInsertedClosing(o,n,r.autoInsertedLineEnd[0])||(r.autoInsertedBrackets=0),r.autoInsertedRow=o.row,r.autoInsertedLineEnd=i+n.substr(o.column),r.autoInsertedBrackets++},f.recordMaybeInsert=function(e,t,i){var o=e.getCursorPosition(),n=t.doc.getLine(o.row);this.isMaybeInsertedClosing(o,n)||(r.maybeInsertedBrackets=0),r.maybeInsertedRow=o.row,r.maybeInsertedLineStart=n.substr(0,o.column)+i,r.maybeInsertedLineEnd=n.substr(o.column),r.maybeInsertedBrackets++},f.isAutoInsertedClosing=function(e,t,i){return r.autoInsertedBrackets>0&&e.row===r.autoInsertedRow&&i===r.autoInsertedLineEnd[0]&&t.substr(e.column)===r.autoInsertedLineEnd},f.isMaybeInsertedClosing=function(e,t){return r.maybeInsertedBrackets>0&&e.row===r.maybeInsertedRow&&t.substr(e.column)===r.maybeInsertedLineEnd&&t.substr(0,e.column)==r.maybeInsertedLineStart},f.popAutoInsertedClosing=function(){r.autoInsertedLineEnd=r.autoInsertedLineEnd.substr(1),r.autoInsertedBrackets--},f.clearMaybeInsertedClosing=function(){r&&(r.maybeInsertedBrackets=0,r.maybeInsertedRow=-1)},o.inherits(f,n),t.CstyleBehaviour=f})),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],(function(e,t,i){var r=e("../../lib/oop"),o=e("../../range").Range,n=e("./fold_mode").FoldMode,s=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};r.inherits(s,n),function(){this.foldingStartMarker=/(\{|\[)[^\}\]]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/,this.singleLineBlockCommentRe=/^\s*(\/\*).*\*\/\s*$/,this.tripleStarBlockCommentRe=/^\s*(\/\*\*\*).*\*\/\s*$/,this.startRegionRe=/^\s*(\/\*|\/\/)#?region\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,i){var r=e.getLine(i);if(this.singleLineBlockCommentRe.test(r)&&!this.startRegionRe.test(r)&&!this.tripleStarBlockCommentRe.test(r))return"";var o=this._getFoldWidgetBase(e,t,i);return!o&&this.startRegionRe.test(r)?"start":o},this.getFoldWidgetRange=function(e,t,i,r){var o,n=e.getLine(i);if(this.startRegionRe.test(n))return this.getCommentRegionBlock(e,n,i);if(o=n.match(this.foldingStartMarker)){var s=o.index;if(o[1])return this.openingBracketBlock(e,o[1],i,s);var a=e.getCommentFoldRange(i,s+o[0].length,1);return a&&!a.isMultiLine()&&(r?a=this.getSectionRange(e,i):"all"!=t&&(a=null)),a}return"markbegin"!==t&&(o=n.match(this.foldingStopMarker))?(s=o.index+o[0].length,o[1]?this.closingBracketBlock(e,o[1],i,s):e.getCommentFoldRange(i,s,-1)):void 0},this.getSectionRange=function(e,t){for(var i=e.getLine(t),r=i.search(/\S/),n=t,s=i.length,a=t+=1,l=e.getLength();++t<l;){var c=(i=e.getLine(t)).search(/\S/);if(-1!==c){if(r>c)break;var d=this.getFoldWidgetRange(e,"all",t);if(d){if(d.start.row<=n)break;if(d.isMultiLine())t=d.end.row;else if(r==c)break}a=t}}return new o(n,s,a,e.getLine(a).length)},this.getCommentRegionBlock=function(e,t,i){for(var r=t.search(/\s*$/),n=e.getLength(),s=i,a=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,l=1;++i<n;){t=e.getLine(i);var c=a.exec(t);if(c&&(c[1]?l--:l++,!l))break}if(i>s)return new o(s,r,i,t.length)}}.call(s.prototype)})),ace.define("ace/mode/json",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/json_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle","ace/worker/worker_client"],(function(e,t,r){var o=e("../lib/oop"),n=e("./text").Mode,s=e("./json_highlight_rules").JsonHighlightRules,a=e("./matching_brace_outdent").MatchingBraceOutdent,l=e("./behaviour/cstyle").CstyleBehaviour,c=e("./folding/cstyle").FoldMode,d=e("../worker/worker_client").WorkerClient,h=function(){this.HighlightRules=s,this.$outdent=new a,this.$behaviour=new l,this.foldingRules=new c};o.inherits(h,n),function(){this.getNextLineIndent=function(e,t,i){var r=this.$getIndent(t);return"start"==e&&t.match(/^.*[\{\(\[]\s*$/)&&(r+=i),r},this.checkOutdent=function(e,t,i){return this.$outdent.checkOutdent(t,i)},this.autoOutdent=function(e,t,i){this.$outdent.autoOutdent(t,i)},this.createWorker=function(e){var t=new d(["ace"],i(68),"JsonWorker");return t.attachToDocument(e.getDocument()),t.on("annotate",(function(t){e.setAnnotations(t.data)})),t.on("terminate",(function(){e.clearAnnotations()})),t},this.$id="ace/mode/json"}.call(h.prototype),t.Mode=h}))},function(e,t){e.exports.id="ace/mode/json_worker",e.exports.src='"no use strict";(function(window){function resolveModuleId(id,paths){for(var testPath=id,tail="";testPath;){var alias=paths[testPath];if("string"==typeof alias)return alias+tail;if(alias)return alias.location.replace(/\\/*$/,"/")+(tail||alias.main||alias.name);if(alias===!1)return"";var i=testPath.lastIndexOf("/");if(-1===i)break;tail=testPath.substr(i)+tail,testPath=testPath.slice(0,i)}return id}if(!(void 0!==window.window&&window.document||window.acequire&&window.define)){window.console||(window.console=function(){var msgs=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:msgs})},window.console.error=window.console.warn=window.console.log=window.console.trace=window.console),window.window=window,window.ace=window,window.onerror=function(message,file,line,col,err){postMessage({type:"error",data:{message:message,data:err.data,file:file,line:line,col:col,stack:err.stack}})},window.normalizeModule=function(parentId,moduleName){if(-1!==moduleName.indexOf("!")){var chunks=moduleName.split("!");return window.normalizeModule(parentId,chunks[0])+"!"+window.normalizeModule(parentId,chunks[1])}if("."==moduleName.charAt(0)){var base=parentId.split("/").slice(0,-1).join("/");for(moduleName=(base?base+"/":"")+moduleName;-1!==moduleName.indexOf(".")&&previous!=moduleName;){var previous=moduleName;moduleName=moduleName.replace(/^\\.\\//,"").replace(/\\/\\.\\//,"/").replace(/[^\\/]+\\/\\.\\.\\//,"")}}return moduleName},window.acequire=function acequire(parentId,id){if(id||(id=parentId,parentId=null),!id.charAt)throw Error("worker.js acequire() accepts only (parentId, id) as arguments");id=window.normalizeModule(parentId,id);var module=window.acequire.modules[id];if(module)return module.initialized||(module.initialized=!0,module.exports=module.factory().exports),module.exports;if(!window.acequire.tlns)return console.log("unable to load "+id);var path=resolveModuleId(id,window.acequire.tlns);return".js"!=path.slice(-3)&&(path+=".js"),window.acequire.id=id,window.acequire.modules[id]={},importScripts(path),window.acequire(parentId,id)},window.acequire.modules={},window.acequire.tlns={},window.define=function(id,deps,factory){if(2==arguments.length?(factory=deps,"string"!=typeof id&&(deps=id,id=window.acequire.id)):1==arguments.length&&(factory=id,deps=[],id=window.acequire.id),"function"!=typeof factory)return window.acequire.modules[id]={exports:factory,initialized:!0},void 0;deps.length||(deps=["require","exports","module"]);var req=function(childId){return window.acequire(id,childId)};window.acequire.modules[id]={exports:{},factory:function(){var module=this,returnExports=factory.apply(this,deps.map(function(dep){switch(dep){case"require":return req;case"exports":return module.exports;case"module":return module;default:return req(dep)}}));return returnExports&&(module.exports=returnExports),module}}},window.define.amd={},acequire.tlns={},window.initBaseUrls=function(topLevelNamespaces){for(var i in topLevelNamespaces)acequire.tlns[i]=topLevelNamespaces[i]},window.initSender=function(){var EventEmitter=window.acequire("ace/lib/event_emitter").EventEmitter,oop=window.acequire("ace/lib/oop"),Sender=function(){};return function(){oop.implement(this,EventEmitter),this.callback=function(data,callbackId){postMessage({type:"call",id:callbackId,data:data})},this.emit=function(name,data){postMessage({type:"event",name:name,data:data})}}.call(Sender.prototype),new Sender};var main=window.main=null,sender=window.sender=null;window.onmessage=function(e){var msg=e.data;if(msg.event&&sender)sender._signal(msg.event,msg.data);else if(msg.command)if(main[msg.command])main[msg.command].apply(main,msg.args);else{if(!window[msg.command])throw Error("Unknown command:"+msg.command);window[msg.command].apply(window,msg.args)}else if(msg.init){window.initBaseUrls(msg.tlns),acequire("ace/lib/es5-shim"),sender=window.sender=window.initSender();var clazz=acequire(msg.module)[msg.classname];main=window.main=new clazz(sender)}}}})(this),ace.define("ace/lib/oop",["require","exports","module"],function(acequire,exports){"use strict";exports.inherits=function(ctor,superCtor){ctor.super_=superCtor,ctor.prototype=Object.create(superCtor.prototype,{constructor:{value:ctor,enumerable:!1,writable:!0,configurable:!0}})},exports.mixin=function(obj,mixin){for(var key in mixin)obj[key]=mixin[key];return obj},exports.implement=function(proto,mixin){exports.mixin(proto,mixin)}}),ace.define("ace/range",["require","exports","module"],function(acequire,exports){"use strict";var comparePoints=function(p1,p2){return p1.row-p2.row||p1.column-p2.column},Range=function(startRow,startColumn,endRow,endColumn){this.start={row:startRow,column:startColumn},this.end={row:endRow,column:endColumn}};(function(){this.isEqual=function(range){return this.start.row===range.start.row&&this.end.row===range.end.row&&this.start.column===range.start.column&&this.end.column===range.end.column},this.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},this.contains=function(row,column){return 0==this.compare(row,column)},this.compareRange=function(range){var cmp,end=range.end,start=range.start;return cmp=this.compare(end.row,end.column),1==cmp?(cmp=this.compare(start.row,start.column),1==cmp?2:0==cmp?1:0):-1==cmp?-2:(cmp=this.compare(start.row,start.column),-1==cmp?-1:1==cmp?42:0)},this.comparePoint=function(p){return this.compare(p.row,p.column)},this.containsRange=function(range){return 0==this.comparePoint(range.start)&&0==this.comparePoint(range.end)},this.intersects=function(range){var cmp=this.compareRange(range);return-1==cmp||0==cmp||1==cmp},this.isEnd=function(row,column){return this.end.row==row&&this.end.column==column},this.isStart=function(row,column){return this.start.row==row&&this.start.column==column},this.setStart=function(row,column){"object"==typeof row?(this.start.column=row.column,this.start.row=row.row):(this.start.row=row,this.start.column=column)},this.setEnd=function(row,column){"object"==typeof row?(this.end.column=row.column,this.end.row=row.row):(this.end.row=row,this.end.column=column)},this.inside=function(row,column){return 0==this.compare(row,column)?this.isEnd(row,column)||this.isStart(row,column)?!1:!0:!1},this.insideStart=function(row,column){return 0==this.compare(row,column)?this.isEnd(row,column)?!1:!0:!1},this.insideEnd=function(row,column){return 0==this.compare(row,column)?this.isStart(row,column)?!1:!0:!1},this.compare=function(row,column){return this.isMultiLine()||row!==this.start.row?this.start.row>row?-1:row>this.end.row?1:this.start.row===row?column>=this.start.column?0:-1:this.end.row===row?this.end.column>=column?0:1:0:this.start.column>column?-1:column>this.end.column?1:0},this.compareStart=function(row,column){return this.start.row==row&&this.start.column==column?-1:this.compare(row,column)},this.compareEnd=function(row,column){return this.end.row==row&&this.end.column==column?1:this.compare(row,column)},this.compareInside=function(row,column){return this.end.row==row&&this.end.column==column?1:this.start.row==row&&this.start.column==column?-1:this.compare(row,column)},this.clipRows=function(firstRow,lastRow){if(this.end.row>lastRow)var end={row:lastRow+1,column:0};else if(firstRow>this.end.row)var end={row:firstRow,column:0};if(this.start.row>lastRow)var start={row:lastRow+1,column:0};else if(firstRow>this.start.row)var start={row:firstRow,column:0};return Range.fromPoints(start||this.start,end||this.end)},this.extend=function(row,column){var cmp=this.compare(row,column);if(0==cmp)return this;if(-1==cmp)var start={row:row,column:column};else var end={row:row,column:column};return Range.fromPoints(start||this.start,end||this.end)},this.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},this.isMultiLine=function(){return this.start.row!==this.end.row},this.clone=function(){return Range.fromPoints(this.start,this.end)},this.collapseRows=function(){return 0==this.end.column?new Range(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new Range(this.start.row,0,this.end.row,0)},this.toScreenRange=function(session){var screenPosStart=session.documentToScreenPosition(this.start),screenPosEnd=session.documentToScreenPosition(this.end);return new Range(screenPosStart.row,screenPosStart.column,screenPosEnd.row,screenPosEnd.column)},this.moveBy=function(row,column){this.start.row+=row,this.start.column+=column,this.end.row+=row,this.end.column+=column}}).call(Range.prototype),Range.fromPoints=function(start,end){return new Range(start.row,start.column,end.row,end.column)},Range.comparePoints=comparePoints,Range.comparePoints=function(p1,p2){return p1.row-p2.row||p1.column-p2.column},exports.Range=Range}),ace.define("ace/apply_delta",["require","exports","module"],function(acequire,exports){"use strict";exports.applyDelta=function(docLines,delta){var row=delta.start.row,startColumn=delta.start.column,line=docLines[row]||"";switch(delta.action){case"insert":var lines=delta.lines;if(1===lines.length)docLines[row]=line.substring(0,startColumn)+delta.lines[0]+line.substring(startColumn);else{var args=[row,1].concat(delta.lines);docLines.splice.apply(docLines,args),docLines[row]=line.substring(0,startColumn)+docLines[row],docLines[row+delta.lines.length-1]+=line.substring(startColumn)}break;case"remove":var endColumn=delta.end.column,endRow=delta.end.row;row===endRow?docLines[row]=line.substring(0,startColumn)+line.substring(endColumn):docLines.splice(row,endRow-row+1,line.substring(0,startColumn)+docLines[endRow].substring(endColumn))}}}),ace.define("ace/lib/event_emitter",["require","exports","module"],function(acequire,exports){"use strict";var EventEmitter={},stopPropagation=function(){this.propagationStopped=!0},preventDefault=function(){this.defaultPrevented=!0};EventEmitter._emit=EventEmitter._dispatchEvent=function(eventName,e){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var listeners=this._eventRegistry[eventName]||[],defaultHandler=this._defaultHandlers[eventName];if(listeners.length||defaultHandler){"object"==typeof e&&e||(e={}),e.type||(e.type=eventName),e.stopPropagation||(e.stopPropagation=stopPropagation),e.preventDefault||(e.preventDefault=preventDefault),listeners=listeners.slice();for(var i=0;listeners.length>i&&(listeners[i](e,this),!e.propagationStopped);i++);return defaultHandler&&!e.defaultPrevented?defaultHandler(e,this):void 0}},EventEmitter._signal=function(eventName,e){var listeners=(this._eventRegistry||{})[eventName];if(listeners){listeners=listeners.slice();for(var i=0;listeners.length>i;i++)listeners[i](e,this)}},EventEmitter.once=function(eventName,callback){var _self=this;callback&&this.addEventListener(eventName,function newCallback(){_self.removeEventListener(eventName,newCallback),callback.apply(null,arguments)})},EventEmitter.setDefaultHandler=function(eventName,callback){var handlers=this._defaultHandlers;if(handlers||(handlers=this._defaultHandlers={_disabled_:{}}),handlers[eventName]){var old=handlers[eventName],disabled=handlers._disabled_[eventName];disabled||(handlers._disabled_[eventName]=disabled=[]),disabled.push(old);var i=disabled.indexOf(callback);-1!=i&&disabled.splice(i,1)}handlers[eventName]=callback},EventEmitter.removeDefaultHandler=function(eventName,callback){var handlers=this._defaultHandlers;if(handlers){var disabled=handlers._disabled_[eventName];if(handlers[eventName]==callback)handlers[eventName],disabled&&this.setDefaultHandler(eventName,disabled.pop());else if(disabled){var i=disabled.indexOf(callback);-1!=i&&disabled.splice(i,1)}}},EventEmitter.on=EventEmitter.addEventListener=function(eventName,callback,capturing){this._eventRegistry=this._eventRegistry||{};var listeners=this._eventRegistry[eventName];return listeners||(listeners=this._eventRegistry[eventName]=[]),-1==listeners.indexOf(callback)&&listeners[capturing?"unshift":"push"](callback),callback},EventEmitter.off=EventEmitter.removeListener=EventEmitter.removeEventListener=function(eventName,callback){this._eventRegistry=this._eventRegistry||{};var listeners=this._eventRegistry[eventName];if(listeners){var index=listeners.indexOf(callback);-1!==index&&listeners.splice(index,1)}},EventEmitter.removeAllListeners=function(eventName){this._eventRegistry&&(this._eventRegistry[eventName]=[])},exports.EventEmitter=EventEmitter}),ace.define("ace/anchor",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],function(acequire,exports){"use strict";var oop=acequire("./lib/oop"),EventEmitter=acequire("./lib/event_emitter").EventEmitter,Anchor=exports.Anchor=function(doc,row,column){this.$onChange=this.onChange.bind(this),this.attach(doc),column===void 0?this.setPosition(row.row,row.column):this.setPosition(row,column)};(function(){function $pointsInOrder(point1,point2,equalPointsInOrder){var bColIsAfter=equalPointsInOrder?point1.column<=point2.column:point1.column<point2.column;return point1.row<point2.row||point1.row==point2.row&&bColIsAfter}function $getTransformedPoint(delta,point,moveIfEqual){var deltaIsInsert="insert"==delta.action,deltaRowShift=(deltaIsInsert?1:-1)*(delta.end.row-delta.start.row),deltaColShift=(deltaIsInsert?1:-1)*(delta.end.column-delta.start.column),deltaStart=delta.start,deltaEnd=deltaIsInsert?deltaStart:delta.end;return $pointsInOrder(point,deltaStart,moveIfEqual)?{row:point.row,column:point.column}:$pointsInOrder(deltaEnd,point,!moveIfEqual)?{row:point.row+deltaRowShift,column:point.column+(point.row==deltaEnd.row?deltaColShift:0)}:{row:deltaStart.row,column:deltaStart.column}}oop.implement(this,EventEmitter),this.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},this.getDocument=function(){return this.document},this.$insertRight=!1,this.onChange=function(delta){if(!(delta.start.row==delta.end.row&&delta.start.row!=this.row||delta.start.row>this.row)){var point=$getTransformedPoint(delta,{row:this.row,column:this.column},this.$insertRight);this.setPosition(point.row,point.column,!0)}},this.setPosition=function(row,column,noClip){var pos;if(pos=noClip?{row:row,column:column}:this.$clipPositionToDocument(row,column),this.row!=pos.row||this.column!=pos.column){var old={row:this.row,column:this.column};this.row=pos.row,this.column=pos.column,this._signal("change",{old:old,value:pos})}},this.detach=function(){this.document.removeEventListener("change",this.$onChange)},this.attach=function(doc){this.document=doc||this.document,this.document.on("change",this.$onChange)},this.$clipPositionToDocument=function(row,column){var pos={};return row>=this.document.getLength()?(pos.row=Math.max(0,this.document.getLength()-1),pos.column=this.document.getLine(pos.row).length):0>row?(pos.row=0,pos.column=0):(pos.row=row,pos.column=Math.min(this.document.getLine(pos.row).length,Math.max(0,column))),0>column&&(pos.column=0),pos}}).call(Anchor.prototype)}),ace.define("ace/document",["require","exports","module","ace/lib/oop","ace/apply_delta","ace/lib/event_emitter","ace/range","ace/anchor"],function(acequire,exports){"use strict";var oop=acequire("./lib/oop"),applyDelta=acequire("./apply_delta").applyDelta,EventEmitter=acequire("./lib/event_emitter").EventEmitter,Range=acequire("./range").Range,Anchor=acequire("./anchor").Anchor,Document=function(textOrLines){this.$lines=[""],0===textOrLines.length?this.$lines=[""]:Array.isArray(textOrLines)?this.insertMergedLines({row:0,column:0},textOrLines):this.insert({row:0,column:0},textOrLines)};(function(){oop.implement(this,EventEmitter),this.setValue=function(text){var len=this.getLength()-1;this.remove(new Range(0,0,len,this.getLine(len).length)),this.insert({row:0,column:0},text)},this.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},this.createAnchor=function(row,column){return new Anchor(this,row,column)},this.$split=0==="aaa".split(/a/).length?function(text){return text.replace(/\\r\\n|\\r/g,"\\n").split("\\n")}:function(text){return text.split(/\\r\\n|\\r|\\n/)},this.$detectNewLine=function(text){var match=text.match(/^.*?(\\r\\n|\\r|\\n)/m);this.$autoNewLine=match?match[1]:"\\n",this._signal("changeNewLineMode")},this.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\\r\\n";case"unix":return"\\n";default:return this.$autoNewLine||"\\n"}},this.$autoNewLine="",this.$newLineMode="auto",this.setNewLineMode=function(newLineMode){this.$newLineMode!==newLineMode&&(this.$newLineMode=newLineMode,this._signal("changeNewLineMode"))},this.getNewLineMode=function(){return this.$newLineMode},this.isNewLine=function(text){return"\\r\\n"==text||"\\r"==text||"\\n"==text},this.getLine=function(row){return this.$lines[row]||""},this.getLines=function(firstRow,lastRow){return this.$lines.slice(firstRow,lastRow+1)},this.getAllLines=function(){return this.getLines(0,this.getLength())},this.getLength=function(){return this.$lines.length},this.getTextRange=function(range){return this.getLinesForRange(range).join(this.getNewLineCharacter())},this.getLinesForRange=function(range){var lines;if(range.start.row===range.end.row)lines=[this.getLine(range.start.row).substring(range.start.column,range.end.column)];else{lines=this.getLines(range.start.row,range.end.row),lines[0]=(lines[0]||"").substring(range.start.column);var l=lines.length-1;range.end.row-range.start.row==l&&(lines[l]=lines[l].substring(0,range.end.column))}return lines},this.insertLines=function(row,lines){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(row,lines)},this.removeLines=function(firstRow,lastRow){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(firstRow,lastRow)},this.insertNewLine=function(position){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, [\'\', \'\']) instead."),this.insertMergedLines(position,["",""])},this.insert=function(position,text){return 1>=this.getLength()&&this.$detectNewLine(text),this.insertMergedLines(position,this.$split(text))},this.insertInLine=function(position,text){var start=this.clippedPos(position.row,position.column),end=this.pos(position.row,position.column+text.length);return this.applyDelta({start:start,end:end,action:"insert",lines:[text]},!0),this.clonePos(end)},this.clippedPos=function(row,column){var length=this.getLength();void 0===row?row=length:0>row?row=0:row>=length&&(row=length-1,column=void 0);var line=this.getLine(row);return void 0==column&&(column=line.length),column=Math.min(Math.max(column,0),line.length),{row:row,column:column}},this.clonePos=function(pos){return{row:pos.row,column:pos.column}},this.pos=function(row,column){return{row:row,column:column}},this.$clipPosition=function(position){var length=this.getLength();return position.row>=length?(position.row=Math.max(0,length-1),position.column=this.getLine(length-1).length):(position.row=Math.max(0,position.row),position.column=Math.min(Math.max(position.column,0),this.getLine(position.row).length)),position},this.insertFullLines=function(row,lines){row=Math.min(Math.max(row,0),this.getLength());var column=0;this.getLength()>row?(lines=lines.concat([""]),column=0):(lines=[""].concat(lines),row--,column=this.$lines[row].length),this.insertMergedLines({row:row,column:column},lines)},this.insertMergedLines=function(position,lines){var start=this.clippedPos(position.row,position.column),end={row:start.row+lines.length-1,column:(1==lines.length?start.column:0)+lines[lines.length-1].length};return this.applyDelta({start:start,end:end,action:"insert",lines:lines}),this.clonePos(end)},this.remove=function(range){var start=this.clippedPos(range.start.row,range.start.column),end=this.clippedPos(range.end.row,range.end.column);return this.applyDelta({start:start,end:end,action:"remove",lines:this.getLinesForRange({start:start,end:end})}),this.clonePos(start)},this.removeInLine=function(row,startColumn,endColumn){var start=this.clippedPos(row,startColumn),end=this.clippedPos(row,endColumn);return this.applyDelta({start:start,end:end,action:"remove",lines:this.getLinesForRange({start:start,end:end})},!0),this.clonePos(start)},this.removeFullLines=function(firstRow,lastRow){firstRow=Math.min(Math.max(0,firstRow),this.getLength()-1),lastRow=Math.min(Math.max(0,lastRow),this.getLength()-1);var deleteFirstNewLine=lastRow==this.getLength()-1&&firstRow>0,deleteLastNewLine=this.getLength()-1>lastRow,startRow=deleteFirstNewLine?firstRow-1:firstRow,startCol=deleteFirstNewLine?this.getLine(startRow).length:0,endRow=deleteLastNewLine?lastRow+1:lastRow,endCol=deleteLastNewLine?0:this.getLine(endRow).length,range=new Range(startRow,startCol,endRow,endCol),deletedLines=this.$lines.slice(firstRow,lastRow+1);return this.applyDelta({start:range.start,end:range.end,action:"remove",lines:this.getLinesForRange(range)}),deletedLines},this.removeNewLine=function(row){this.getLength()-1>row&&row>=0&&this.applyDelta({start:this.pos(row,this.getLine(row).length),end:this.pos(row+1,0),action:"remove",lines:["",""]})},this.replace=function(range,text){if(range instanceof Range||(range=Range.fromPoints(range.start,range.end)),0===text.length&&range.isEmpty())return range.start;if(text==this.getTextRange(range))return range.end;this.remove(range);var end;return end=text?this.insert(range.start,text):range.start},this.applyDeltas=function(deltas){for(var i=0;deltas.length>i;i++)this.applyDelta(deltas[i])},this.revertDeltas=function(deltas){for(var i=deltas.length-1;i>=0;i--)this.revertDelta(deltas[i])},this.applyDelta=function(delta,doNotValidate){var isInsert="insert"==delta.action;(isInsert?1>=delta.lines.length&&!delta.lines[0]:!Range.comparePoints(delta.start,delta.end))||(isInsert&&delta.lines.length>2e4&&this.$splitAndapplyLargeDelta(delta,2e4),applyDelta(this.$lines,delta,doNotValidate),this._signal("change",delta))},this.$splitAndapplyLargeDelta=function(delta,MAX){for(var lines=delta.lines,l=lines.length,row=delta.start.row,column=delta.start.column,from=0,to=0;;){from=to,to+=MAX-1;var chunk=lines.slice(from,to);if(to>l){delta.lines=chunk,delta.start.row=row+from,delta.start.column=column;break}chunk.push(""),this.applyDelta({start:this.pos(row+from,column),end:this.pos(row+to,column=0),action:delta.action,lines:chunk},!0)}},this.revertDelta=function(delta){this.applyDelta({start:this.clonePos(delta.start),end:this.clonePos(delta.end),action:"insert"==delta.action?"remove":"insert",lines:delta.lines.slice()})},this.indexToPosition=function(index,startRow){for(var lines=this.$lines||this.getAllLines(),newlineLength=this.getNewLineCharacter().length,i=startRow||0,l=lines.length;l>i;i++)if(index-=lines[i].length+newlineLength,0>index)return{row:i,column:index+lines[i].length+newlineLength};return{row:l-1,column:lines[l-1].length}},this.positionToIndex=function(pos,startRow){for(var lines=this.$lines||this.getAllLines(),newlineLength=this.getNewLineCharacter().length,index=0,row=Math.min(pos.row,lines.length),i=startRow||0;row>i;++i)index+=lines[i].length+newlineLength;return index+pos.column}}).call(Document.prototype),exports.Document=Document}),ace.define("ace/lib/lang",["require","exports","module"],function(acequire,exports){"use strict";exports.last=function(a){return a[a.length-1]},exports.stringReverse=function(string){return string.split("").reverse().join("")},exports.stringRepeat=function(string,count){for(var result="";count>0;)1&count&&(result+=string),(count>>=1)&&(string+=string);return result};var trimBeginRegexp=/^\\s\\s*/,trimEndRegexp=/\\s\\s*$/;exports.stringTrimLeft=function(string){return string.replace(trimBeginRegexp,"")},exports.stringTrimRight=function(string){return string.replace(trimEndRegexp,"")},exports.copyObject=function(obj){var copy={};for(var key in obj)copy[key]=obj[key];return copy},exports.copyArray=function(array){for(var copy=[],i=0,l=array.length;l>i;i++)copy[i]=array[i]&&"object"==typeof array[i]?this.copyObject(array[i]):array[i];return copy},exports.deepCopy=function deepCopy(obj){if("object"!=typeof obj||!obj)return obj;var copy;if(Array.isArray(obj)){copy=[];for(var key=0;obj.length>key;key++)copy[key]=deepCopy(obj[key]);return copy}var cons=obj.constructor;if(cons===RegExp)return obj;copy=cons();for(var key in obj)copy[key]=deepCopy(obj[key]);return copy},exports.arrayToMap=function(arr){for(var map={},i=0;arr.length>i;i++)map[arr[i]]=1;return map},exports.createMap=function(props){var map=Object.create(null);for(var i in props)map[i]=props[i];return map},exports.arrayRemove=function(array,value){for(var i=0;array.length>=i;i++)value===array[i]&&array.splice(i,1)},exports.escapeRegExp=function(str){return str.replace(/([.*+?^${}()|[\\]\\/\\\\])/g,"\\\\$1")},exports.escapeHTML=function(str){return str.replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/\'/g,"&#39;").replace(/</g,"&#60;")},exports.getMatchOffsets=function(string,regExp){var matches=[];return string.replace(regExp,function(str){matches.push({offset:arguments[arguments.length-2],length:str.length})}),matches},exports.deferredCall=function(fcn){var timer=null,callback=function(){timer=null,fcn()},deferred=function(timeout){return deferred.cancel(),timer=setTimeout(callback,timeout||0),deferred};return deferred.schedule=deferred,deferred.call=function(){return this.cancel(),fcn(),deferred},deferred.cancel=function(){return clearTimeout(timer),timer=null,deferred},deferred.isPending=function(){return timer},deferred},exports.delayedCall=function(fcn,defaultTimeout){var timer=null,callback=function(){timer=null,fcn()},_self=function(timeout){null==timer&&(timer=setTimeout(callback,timeout||defaultTimeout))};return _self.delay=function(timeout){timer&&clearTimeout(timer),timer=setTimeout(callback,timeout||defaultTimeout)},_self.schedule=_self,_self.call=function(){this.cancel(),fcn()},_self.cancel=function(){timer&&clearTimeout(timer),timer=null},_self.isPending=function(){return timer},_self}}),ace.define("ace/worker/mirror",["require","exports","module","ace/range","ace/document","ace/lib/lang"],function(acequire,exports){"use strict";acequire("../range").Range;var Document=acequire("../document").Document,lang=acequire("../lib/lang"),Mirror=exports.Mirror=function(sender){this.sender=sender;var doc=this.doc=new Document(""),deferredUpdate=this.deferredUpdate=lang.delayedCall(this.onUpdate.bind(this)),_self=this;sender.on("change",function(e){var data=e.data;if(data[0].start)doc.applyDeltas(data);else for(var i=0;data.length>i;i+=2){if(Array.isArray(data[i+1]))var d={action:"insert",start:data[i],lines:data[i+1]};else var d={action:"remove",start:data[i],end:data[i+1]};doc.applyDelta(d,!0)}return _self.$timeout?deferredUpdate.schedule(_self.$timeout):(_self.onUpdate(),void 0)})};(function(){this.$timeout=500,this.setTimeout=function(timeout){this.$timeout=timeout},this.setValue=function(value){this.doc.setValue(value),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(callbackId){this.sender.callback(this.doc.getValue(),callbackId)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(Mirror.prototype)}),ace.define("ace/mode/json/json_parse",["require","exports","module"],function(){"use strict";var at,ch,text,value,escapee={\'"\':\'"\',"\\\\":"\\\\","/":"/",b:"\\b",f:"\\f",n:"\\n",r:"\\r",t:"\t"},error=function(m){throw{name:"SyntaxError",message:m,at:at,text:text}},next=function(c){return c&&c!==ch&&error("Expected \'"+c+"\' instead of \'"+ch+"\'"),ch=text.charAt(at),at+=1,ch},number=function(){var number,string="";for("-"===ch&&(string="-",next("-"));ch>="0"&&"9">=ch;)string+=ch,next();if("."===ch)for(string+=".";next()&&ch>="0"&&"9">=ch;)string+=ch;if("e"===ch||"E"===ch)for(string+=ch,next(),("-"===ch||"+"===ch)&&(string+=ch,next());ch>="0"&&"9">=ch;)string+=ch,next();return number=+string,isNaN(number)?(error("Bad number"),void 0):number},string=function(){var hex,i,uffff,string="";if(\'"\'===ch)for(;next();){if(\'"\'===ch)return next(),string;if("\\\\"===ch)if(next(),"u"===ch){for(uffff=0,i=0;4>i&&(hex=parseInt(next(),16),isFinite(hex));i+=1)uffff=16*uffff+hex;string+=String.fromCharCode(uffff)}else{if("string"!=typeof escapee[ch])break;string+=escapee[ch]}else string+=ch}error("Bad string")},white=function(){for(;ch&&" ">=ch;)next()},word=function(){switch(ch){case"t":return next("t"),next("r"),next("u"),next("e"),!0;case"f":return next("f"),next("a"),next("l"),next("s"),next("e"),!1;case"n":return next("n"),next("u"),next("l"),next("l"),null}error("Unexpected \'"+ch+"\'")},array=function(){var array=[];if("["===ch){if(next("["),white(),"]"===ch)return next("]"),array;for(;ch;){if(array.push(value()),white(),"]"===ch)return next("]"),array;next(","),white()}}error("Bad array")},object=function(){var key,object={};if("{"===ch){if(next("{"),white(),"}"===ch)return next("}"),object;for(;ch;){if(key=string(),white(),next(":"),Object.hasOwnProperty.call(object,key)&&error(\'Duplicate key "\'+key+\'"\'),object[key]=value(),white(),"}"===ch)return next("}"),object;next(","),white()}}error("Bad object")};return value=function(){switch(white(),ch){case"{":return object();case"[":return array();case\'"\':return string();case"-":return number();default:return ch>="0"&&"9">=ch?number():word()}},function(source,reviver){var result;return text=source,at=0,ch=" ",result=value(),white(),ch&&error("Syntax error"),"function"==typeof reviver?function walk(holder,key){var k,v,value=holder[key];if(value&&"object"==typeof value)for(k in value)Object.hasOwnProperty.call(value,k)&&(v=walk(value,k),void 0!==v?value[k]=v:delete value[k]);return reviver.call(holder,key,value)}({"":result},""):result}}),ace.define("ace/mode/json_worker",["require","exports","module","ace/lib/oop","ace/worker/mirror","ace/mode/json/json_parse"],function(acequire,exports){"use strict";var oop=acequire("../lib/oop"),Mirror=acequire("../worker/mirror").Mirror,parse=acequire("./json/json_parse"),JsonWorker=exports.JsonWorker=function(sender){Mirror.call(this,sender),this.setTimeout(200)};oop.inherits(JsonWorker,Mirror),function(){this.onUpdate=function(){var value=this.doc.getValue(),errors=[];try{value&&parse(value)}catch(e){var pos=this.doc.indexToPosition(e.at-1);errors.push({row:pos.row,column:pos.column,text:e.message,type:"error"})}this.sender.emit("annotate",errors)}}.call(JsonWorker.prototype)}),ace.define("ace/lib/es5-shim",["require","exports","module"],function(){function Empty(){}function doesDefinePropertyWork(object){try{return Object.defineProperty(object,"sentinel",{}),"sentinel"in object}catch(exception){}}function toInteger(n){return n=+n,n!==n?n=0:0!==n&&n!==1/0&&n!==-(1/0)&&(n=(n>0||-1)*Math.floor(Math.abs(n))),n}Function.prototype.bind||(Function.prototype.bind=function(that){var target=this;if("function"!=typeof target)throw new TypeError("Function.prototype.bind called on incompatible "+target);var args=slice.call(arguments,1),bound=function(){if(this instanceof bound){var result=target.apply(this,args.concat(slice.call(arguments)));return Object(result)===result?result:this}return target.apply(that,args.concat(slice.call(arguments)))};return target.prototype&&(Empty.prototype=target.prototype,bound.prototype=new Empty,Empty.prototype=null),bound});var defineGetter,defineSetter,lookupGetter,lookupSetter,supportsAccessors,call=Function.prototype.call,prototypeOfArray=Array.prototype,prototypeOfObject=Object.prototype,slice=prototypeOfArray.slice,_toString=call.bind(prototypeOfObject.toString),owns=call.bind(prototypeOfObject.hasOwnProperty);if((supportsAccessors=owns(prototypeOfObject,"__defineGetter__"))&&(defineGetter=call.bind(prototypeOfObject.__defineGetter__),defineSetter=call.bind(prototypeOfObject.__defineSetter__),lookupGetter=call.bind(prototypeOfObject.__lookupGetter__),lookupSetter=call.bind(prototypeOfObject.__lookupSetter__)),2!=[1,2].splice(0).length)if(function(){function makeArray(l){var a=Array(l+2);return a[0]=a[1]=0,a}var lengthBefore,array=[];return array.splice.apply(array,makeArray(20)),array.splice.apply(array,makeArray(26)),lengthBefore=array.length,array.splice(5,0,"XXX"),lengthBefore+1==array.length,lengthBefore+1==array.length?!0:void 0\n}()){var array_splice=Array.prototype.splice;Array.prototype.splice=function(start,deleteCount){return arguments.length?array_splice.apply(this,[void 0===start?0:start,void 0===deleteCount?this.length-start:deleteCount].concat(slice.call(arguments,2))):[]}}else Array.prototype.splice=function(pos,removeCount){var length=this.length;pos>0?pos>length&&(pos=length):void 0==pos?pos=0:0>pos&&(pos=Math.max(length+pos,0)),length>pos+removeCount||(removeCount=length-pos);var removed=this.slice(pos,pos+removeCount),insert=slice.call(arguments,2),add=insert.length;if(pos===length)add&&this.push.apply(this,insert);else{var remove=Math.min(removeCount,length-pos),tailOldPos=pos+remove,tailNewPos=tailOldPos+add-remove,tailCount=length-tailOldPos,lengthAfterRemove=length-remove;if(tailOldPos>tailNewPos)for(var i=0;tailCount>i;++i)this[tailNewPos+i]=this[tailOldPos+i];else if(tailNewPos>tailOldPos)for(i=tailCount;i--;)this[tailNewPos+i]=this[tailOldPos+i];if(add&&pos===lengthAfterRemove)this.length=lengthAfterRemove,this.push.apply(this,insert);else for(this.length=lengthAfterRemove+add,i=0;add>i;++i)this[pos+i]=insert[i]}return removed};Array.isArray||(Array.isArray=function(obj){return"[object Array]"==_toString(obj)});var boxedString=Object("a"),splitString="a"!=boxedString[0]||!(0 in boxedString);if(Array.prototype.forEach||(Array.prototype.forEach=function(fun){var object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,thisp=arguments[1],i=-1,length=self.length>>>0;if("[object Function]"!=_toString(fun))throw new TypeError;for(;length>++i;)i in self&&fun.call(thisp,self[i],i,object)}),Array.prototype.map||(Array.prototype.map=function(fun){var object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,length=self.length>>>0,result=Array(length),thisp=arguments[1];if("[object Function]"!=_toString(fun))throw new TypeError(fun+" is not a function");for(var i=0;length>i;i++)i in self&&(result[i]=fun.call(thisp,self[i],i,object));return result}),Array.prototype.filter||(Array.prototype.filter=function(fun){var value,object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,length=self.length>>>0,result=[],thisp=arguments[1];if("[object Function]"!=_toString(fun))throw new TypeError(fun+" is not a function");for(var i=0;length>i;i++)i in self&&(value=self[i],fun.call(thisp,value,i,object)&&result.push(value));return result}),Array.prototype.every||(Array.prototype.every=function(fun){var object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,length=self.length>>>0,thisp=arguments[1];if("[object Function]"!=_toString(fun))throw new TypeError(fun+" is not a function");for(var i=0;length>i;i++)if(i in self&&!fun.call(thisp,self[i],i,object))return!1;return!0}),Array.prototype.some||(Array.prototype.some=function(fun){var object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,length=self.length>>>0,thisp=arguments[1];if("[object Function]"!=_toString(fun))throw new TypeError(fun+" is not a function");for(var i=0;length>i;i++)if(i in self&&fun.call(thisp,self[i],i,object))return!0;return!1}),Array.prototype.reduce||(Array.prototype.reduce=function(fun){var object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,length=self.length>>>0;if("[object Function]"!=_toString(fun))throw new TypeError(fun+" is not a function");if(!length&&1==arguments.length)throw new TypeError("reduce of empty array with no initial value");var result,i=0;if(arguments.length>=2)result=arguments[1];else for(;;){if(i in self){result=self[i++];break}if(++i>=length)throw new TypeError("reduce of empty array with no initial value")}for(;length>i;i++)i in self&&(result=fun.call(void 0,result,self[i],i,object));return result}),Array.prototype.reduceRight||(Array.prototype.reduceRight=function(fun){var object=toObject(this),self=splitString&&"[object String]"==_toString(this)?this.split(""):object,length=self.length>>>0;if("[object Function]"!=_toString(fun))throw new TypeError(fun+" is not a function");if(!length&&1==arguments.length)throw new TypeError("reduceRight of empty array with no initial value");var result,i=length-1;if(arguments.length>=2)result=arguments[1];else for(;;){if(i in self){result=self[i--];break}if(0>--i)throw new TypeError("reduceRight of empty array with no initial value")}do i in this&&(result=fun.call(void 0,result,self[i],i,object));while(i--);return result}),Array.prototype.indexOf&&-1==[0,1].indexOf(1,2)||(Array.prototype.indexOf=function(sought){var self=splitString&&"[object String]"==_toString(this)?this.split(""):toObject(this),length=self.length>>>0;if(!length)return-1;var i=0;for(arguments.length>1&&(i=toInteger(arguments[1])),i=i>=0?i:Math.max(0,length+i);length>i;i++)if(i in self&&self[i]===sought)return i;return-1}),Array.prototype.lastIndexOf&&-1==[0,1].lastIndexOf(0,-3)||(Array.prototype.lastIndexOf=function(sought){var self=splitString&&"[object String]"==_toString(this)?this.split(""):toObject(this),length=self.length>>>0;if(!length)return-1;var i=length-1;for(arguments.length>1&&(i=Math.min(i,toInteger(arguments[1]))),i=i>=0?i:length-Math.abs(i);i>=0;i--)if(i in self&&sought===self[i])return i;return-1}),Object.getPrototypeOf||(Object.getPrototypeOf=function(object){return object.__proto__||(object.constructor?object.constructor.prototype:prototypeOfObject)}),!Object.getOwnPropertyDescriptor){var ERR_NON_OBJECT="Object.getOwnPropertyDescriptor called on a non-object: ";Object.getOwnPropertyDescriptor=function(object,property){if("object"!=typeof object&&"function"!=typeof object||null===object)throw new TypeError(ERR_NON_OBJECT+object);if(owns(object,property)){var descriptor,getter,setter;if(descriptor={enumerable:!0,configurable:!0},supportsAccessors){var prototype=object.__proto__;object.__proto__=prototypeOfObject;var getter=lookupGetter(object,property),setter=lookupSetter(object,property);if(object.__proto__=prototype,getter||setter)return getter&&(descriptor.get=getter),setter&&(descriptor.set=setter),descriptor}return descriptor.value=object[property],descriptor}}}if(Object.getOwnPropertyNames||(Object.getOwnPropertyNames=function(object){return Object.keys(object)}),!Object.create){var createEmpty;createEmpty=null===Object.prototype.__proto__?function(){return{__proto__:null}}:function(){var empty={};for(var i in empty)empty[i]=null;return empty.constructor=empty.hasOwnProperty=empty.propertyIsEnumerable=empty.isPrototypeOf=empty.toLocaleString=empty.toString=empty.valueOf=empty.__proto__=null,empty},Object.create=function(prototype,properties){var object;if(null===prototype)object=createEmpty();else{if("object"!=typeof prototype)throw new TypeError("typeof prototype["+typeof prototype+"] != \'object\'");var Type=function(){};Type.prototype=prototype,object=new Type,object.__proto__=prototype}return void 0!==properties&&Object.defineProperties(object,properties),object}}if(Object.defineProperty){var definePropertyWorksOnObject=doesDefinePropertyWork({}),definePropertyWorksOnDom="undefined"==typeof document||doesDefinePropertyWork(document.createElement("div"));if(!definePropertyWorksOnObject||!definePropertyWorksOnDom)var definePropertyFallback=Object.defineProperty}if(!Object.defineProperty||definePropertyFallback){var ERR_NON_OBJECT_DESCRIPTOR="Property description must be an object: ",ERR_NON_OBJECT_TARGET="Object.defineProperty called on non-object: ",ERR_ACCESSORS_NOT_SUPPORTED="getters & setters can not be defined on this javascript engine";Object.defineProperty=function(object,property,descriptor){if("object"!=typeof object&&"function"!=typeof object||null===object)throw new TypeError(ERR_NON_OBJECT_TARGET+object);if("object"!=typeof descriptor&&"function"!=typeof descriptor||null===descriptor)throw new TypeError(ERR_NON_OBJECT_DESCRIPTOR+descriptor);if(definePropertyFallback)try{return definePropertyFallback.call(Object,object,property,descriptor)}catch(exception){}if(owns(descriptor,"value"))if(supportsAccessors&&(lookupGetter(object,property)||lookupSetter(object,property))){var prototype=object.__proto__;object.__proto__=prototypeOfObject,delete object[property],object[property]=descriptor.value,object.__proto__=prototype}else object[property]=descriptor.value;else{if(!supportsAccessors)throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);owns(descriptor,"get")&&defineGetter(object,property,descriptor.get),owns(descriptor,"set")&&defineSetter(object,property,descriptor.set)}return object}}Object.defineProperties||(Object.defineProperties=function(object,properties){for(var property in properties)owns(properties,property)&&Object.defineProperty(object,property,properties[property]);return object}),Object.seal||(Object.seal=function(object){return object}),Object.freeze||(Object.freeze=function(object){return object});try{Object.freeze(function(){})}catch(exception){Object.freeze=function(freezeObject){return function(object){return"function"==typeof object?object:freezeObject(object)}}(Object.freeze)}if(Object.preventExtensions||(Object.preventExtensions=function(object){return object}),Object.isSealed||(Object.isSealed=function(){return!1}),Object.isFrozen||(Object.isFrozen=function(){return!1}),Object.isExtensible||(Object.isExtensible=function(object){if(Object(object)===object)throw new TypeError;for(var name="";owns(object,name);)name+="?";object[name]=!0;var returnValue=owns(object,name);return delete object[name],returnValue}),!Object.keys){var hasDontEnumBug=!0,dontEnums=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],dontEnumsLength=dontEnums.length;for(var key in{toString:null})hasDontEnumBug=!1;Object.keys=function(object){if("object"!=typeof object&&"function"!=typeof object||null===object)throw new TypeError("Object.keys called on a non-object");var keys=[];for(var name in object)owns(object,name)&&keys.push(name);if(hasDontEnumBug)for(var i=0,ii=dontEnumsLength;ii>i;i++){var dontEnum=dontEnums[i];owns(object,dontEnum)&&keys.push(dontEnum)}return keys}}Date.now||(Date.now=function(){return(new Date).getTime()});var ws="\t\\n\v\\f\\r    \\u2028\\u2029\ufeff";if(!String.prototype.trim||ws.trim()){ws="["+ws+"]";var trimBeginRegexp=RegExp("^"+ws+ws+"*"),trimEndRegexp=RegExp(ws+ws+"*$");String.prototype.trim=function(){return(this+"").replace(trimBeginRegexp,"").replace(trimEndRegexp,"")}}var toObject=function(o){if(null==o)throw new TypeError("can\'t convert "+o+" to object");return Object(o)}});'},function(e,t){ace.define("ace/ext/searchbox",["require","exports","module","ace/lib/dom","ace/lib/lang","ace/lib/event","ace/keyboard/hash_handler","ace/lib/keys"],(function(e,t,i){var r=e("../lib/dom"),o=e("../lib/lang"),n=e("../lib/event"),s=e("../keyboard/hash_handler").HashHandler,a=e("../lib/keys");r.importCssString("\t.ace_search {\tbackground-color: #ddd;\tborder: 1px solid #cbcbcb;\tborder-top: 0 none;\tmax-width: 325px;\toverflow: hidden;\tmargin: 0;\tpadding: 4px;\tpadding-right: 6px;\tpadding-bottom: 0;\tposition: absolute;\ttop: 0px;\tz-index: 99;\twhite-space: normal;\t}\t.ace_search.left {\tborder-left: 0 none;\tborder-radius: 0px 0px 5px 0px;\tleft: 0;\t}\t.ace_search.right {\tborder-radius: 0px 0px 0px 5px;\tborder-right: 0 none;\tright: 0;\t}\t.ace_search_form, .ace_replace_form {\tborder-radius: 3px;\tborder: 1px solid #cbcbcb;\tfloat: left;\tmargin-bottom: 4px;\toverflow: hidden;\t}\t.ace_search_form.ace_nomatch {\toutline: 1px solid red;\t}\t.ace_search_field {\tbackground-color: white;\tborder-right: 1px solid #cbcbcb;\tborder: 0 none;\t-webkit-box-sizing: border-box;\t-moz-box-sizing: border-box;\tbox-sizing: border-box;\tfloat: left;\theight: 22px;\toutline: 0;\tpadding: 0 7px;\twidth: 214px;\tmargin: 0;\t}\t.ace_searchbtn,\t.ace_replacebtn {\tbackground: #fff;\tborder: 0 none;\tborder-left: 1px solid #dcdcdc;\tcursor: pointer;\tfloat: left;\theight: 22px;\tmargin: 0;\tposition: relative;\t}\t.ace_searchbtn:last-child,\t.ace_replacebtn:last-child {\tborder-top-right-radius: 3px;\tborder-bottom-right-radius: 3px;\t}\t.ace_searchbtn:disabled {\tbackground: none;\tcursor: default;\t}\t.ace_searchbtn {\tbackground-position: 50% 50%;\tbackground-repeat: no-repeat;\twidth: 27px;\t}\t.ace_searchbtn.prev {\tbackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpiSU1NZUAC/6E0I0yACYskCpsJiySKIiY0SUZk40FyTEgCjGgKwTRAgAEAQJUIPCE+qfkAAAAASUVORK5CYII=); \t}\t.ace_searchbtn.next {\tbackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADRJREFUeNpiTE1NZQCC/0DMyIAKwGJMUAYDEo3M/s+EpvM/mkKwCQxYjIeLMaELoLMBAgwAU7UJObTKsvAAAAAASUVORK5CYII=); \t}\t.ace_searchbtn_close {\tbackground: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAYAAABRVo5BAAAAZ0lEQVR42u2SUQrAMAhDvazn8OjZBilCkYVVxiis8H4CT0VrAJb4WHT3C5xU2a2IQZXJjiQIRMdkEoJ5Q2yMqpfDIo+XY4k6h+YXOyKqTIj5REaxloNAd0xiKmAtsTHqW8sR2W5f7gCu5nWFUpVjZwAAAABJRU5ErkJggg==) no-repeat 50% 0;\tborder-radius: 50%;\tborder: 0 none;\tcolor: #656565;\tcursor: pointer;\tfloat: right;\tfont: 16px/16px Arial;\theight: 14px;\tmargin: 5px 1px 9px 5px;\tpadding: 0;\ttext-align: center;\twidth: 14px;\t}\t.ace_searchbtn_close:hover {\tbackground-color: #656565;\tbackground-position: 50% 100%;\tcolor: white;\t}\t.ace_replacebtn.prev {\twidth: 54px\t}\t.ace_replacebtn.next {\twidth: 27px\t}\t.ace_button {\tmargin-left: 2px;\tcursor: pointer;\t-webkit-user-select: none;\t-moz-user-select: none;\t-o-user-select: none;\t-ms-user-select: none;\tuser-select: none;\toverflow: hidden;\topacity: 0.7;\tborder: 1px solid rgba(100,100,100,0.23);\tpadding: 1px;\t-moz-box-sizing: border-box;\tbox-sizing: border-box;\tcolor: black;\t}\t.ace_button:hover {\tbackground-color: #eee;\topacity:1;\t}\t.ace_button:active {\tbackground-color: #ddd;\t}\t.ace_button.checked {\tborder-color: #3399ff;\topacity:1;\t}\t.ace_search_options{\tmargin-bottom: 3px;\ttext-align: right;\t-webkit-user-select: none;\t-moz-user-select: none;\t-o-user-select: none;\t-ms-user-select: none;\tuser-select: none;\t}","ace_searchbox");var l='<div class="ace_search right">\t <button type="button" action="hide" class="ace_searchbtn_close"></button>\t <div class="ace_search_form">\t <input class="ace_search_field" placeholder="Search for" spellcheck="false"></input>\t <button type="button" action="findNext" class="ace_searchbtn next"></button>\t <button type="button" action="findPrev" class="ace_searchbtn prev"></button>\t <button type="button" action="findAll" class="ace_searchbtn" title="Alt-Enter">All</button>\t </div>\t <div class="ace_replace_form">\t <input class="ace_search_field" placeholder="Replace with" spellcheck="false"></input>\t <button type="button" action="replaceAndFindNext" class="ace_replacebtn">Replace</button>\t <button type="button" action="replaceAll" class="ace_replacebtn">All</button>\t </div>\t <div class="ace_search_options">\t <span action="toggleRegexpMode" class="ace_button" title="RegExp Search">.*</span>\t <span action="toggleCaseSensitive" class="ace_button" title="CaseSensitive Search">Aa</span>\t <span action="toggleWholeWords" class="ace_button" title="Whole Word Search">\\b</span>\t </div>\t</div>'.replace(/>\s+/g,">"),c=function(e,t,i){var o=r.createElement("div");o.innerHTML=l,this.element=o.firstChild,this.$init(),this.setEditor(e)};(function(){this.setEditor=function(e){e.searchBox=this,e.container.appendChild(this.element),this.editor=e},this.$initElements=function(e){this.searchBox=e.querySelector(".ace_search_form"),this.replaceBox=e.querySelector(".ace_replace_form"),this.searchOptions=e.querySelector(".ace_search_options"),this.regExpOption=e.querySelector("[action=toggleRegexpMode]"),this.caseSensitiveOption=e.querySelector("[action=toggleCaseSensitive]"),this.wholeWordOption=e.querySelector("[action=toggleWholeWords]"),this.searchInput=this.searchBox.querySelector(".ace_search_field"),this.replaceInput=this.replaceBox.querySelector(".ace_search_field")},this.$init=function(){var e=this.element;this.$initElements(e);var t=this;n.addListener(e,"mousedown",(function(e){setTimeout((function(){t.activeInput.focus()}),0),n.stopPropagation(e)})),n.addListener(e,"click",(function(e){var i=(e.target||e.srcElement).getAttribute("action");i&&t[i]?t[i]():t.$searchBarKb.commands[i]&&t.$searchBarKb.commands[i].exec(t),n.stopPropagation(e)})),n.addCommandKeyListener(e,(function(e,i,r){var o=a.keyCodeToString(r),s=t.$searchBarKb.findKeyCommand(i,o);s&&s.exec&&(s.exec(t),n.stopEvent(e))})),this.$onChange=o.delayedCall((function(){t.find(!1,!1)})),n.addListener(this.searchInput,"input",(function(){t.$onChange.schedule(20)})),n.addListener(this.searchInput,"focus",(function(){t.activeInput=t.searchInput,t.searchInput.value&&t.highlight()})),n.addListener(this.replaceInput,"focus",(function(){t.activeInput=t.replaceInput,t.searchInput.value&&t.highlight()}))},this.$closeSearchBarKb=new s([{bindKey:"Esc",name:"closeSearchBar",exec:function(e){e.searchBox.hide()}}]),this.$searchBarKb=new s,this.$searchBarKb.bindKeys({"Ctrl-f|Command-f":function(e){var t=e.isReplace=!e.isReplace;e.replaceBox.style.display=t?"":"none",e.searchInput.focus()},"Ctrl-H|Command-Option-F":function(e){e.replaceBox.style.display="",e.replaceInput.focus()},"Ctrl-G|Command-G":function(e){e.findNext()},"Ctrl-Shift-G|Command-Shift-G":function(e){e.findPrev()},esc:function(e){setTimeout((function(){e.hide()}))},Return:function(e){e.activeInput==e.replaceInput&&e.replace(),e.findNext()},"Shift-Return":function(e){e.activeInput==e.replaceInput&&e.replace(),e.findPrev()},"Alt-Return":function(e){e.activeInput==e.replaceInput&&e.replaceAll(),e.findAll()},Tab:function(e){(e.activeInput==e.replaceInput?e.searchInput:e.replaceInput).focus()}}),this.$searchBarKb.addCommands([{name:"toggleRegexpMode",bindKey:{win:"Alt-R|Alt-/",mac:"Ctrl-Alt-R|Ctrl-Alt-/"},exec:function(e){e.regExpOption.checked=!e.regExpOption.checked,e.$syncOptions()}},{name:"toggleCaseSensitive",bindKey:{win:"Alt-C|Alt-I",mac:"Ctrl-Alt-R|Ctrl-Alt-I"},exec:function(e){e.caseSensitiveOption.checked=!e.caseSensitiveOption.checked,e.$syncOptions()}},{name:"toggleWholeWords",bindKey:{win:"Alt-B|Alt-W",mac:"Ctrl-Alt-B|Ctrl-Alt-W"},exec:function(e){e.wholeWordOption.checked=!e.wholeWordOption.checked,e.$syncOptions()}}]),this.$syncOptions=function(){r.setCssClass(this.regExpOption,"checked",this.regExpOption.checked),r.setCssClass(this.wholeWordOption,"checked",this.wholeWordOption.checked),r.setCssClass(this.caseSensitiveOption,"checked",this.caseSensitiveOption.checked),this.find(!1,!1)},this.highlight=function(e){this.editor.session.highlight(e||this.editor.$search.$options.re),this.editor.renderer.updateBackMarkers()},this.find=function(e,t,i){var o=!this.editor.find(this.searchInput.value,{skipCurrent:e,backwards:t,wrap:!0,regExp:this.regExpOption.checked,caseSensitive:this.caseSensitiveOption.checked,wholeWord:this.wholeWordOption.checked,preventScroll:i})&&this.searchInput.value;r.setCssClass(this.searchBox,"ace_nomatch",o),this.editor._emit("findSearchBox",{match:!o}),this.highlight()},this.findNext=function(){this.find(!0,!1)},this.findPrev=function(){this.find(!0,!0)},this.findAll=function(){var e=!this.editor.findAll(this.searchInput.value,{regExp:this.regExpOption.checked,caseSensitive:this.caseSensitiveOption.checked,wholeWord:this.wholeWordOption.checked})&&this.searchInput.value;r.setCssClass(this.searchBox,"ace_nomatch",e),this.editor._emit("findSearchBox",{match:!e}),this.highlight(),this.hide()},this.replace=function(){this.editor.getReadOnly()||this.editor.replace(this.replaceInput.value)},this.replaceAndFindNext=function(){this.editor.getReadOnly()||(this.editor.replace(this.replaceInput.value),this.findNext())},this.replaceAll=function(){this.editor.getReadOnly()||this.editor.replaceAll(this.replaceInput.value)},this.hide=function(){this.element.style.display="none",this.editor.keyBinding.removeKeyboardHandler(this.$closeSearchBarKb),this.editor.focus()},this.show=function(e,t){this.element.style.display="",this.replaceBox.style.display=t?"":"none",this.isReplace=t,e&&(this.searchInput.value=e),this.find(!1,!1,!0),this.searchInput.focus(),this.searchInput.select(),this.editor.keyBinding.addKeyboardHandler(this.$closeSearchBarKb)},this.isFocused=function(){var e=document.activeElement;return e==this.searchInput||e==this.replaceInput}}).call(c.prototype),t.SearchBox=c,t.Search=function(e,t){(e.searchBox||new c(e)).show(e.session.getTextRange(),t)}})),ace.acequire(["ace/ext/searchbox"],(function(){}))},function(e,t){ace.define("ace/theme/jsoneditor",["require","exports","module","ace/lib/dom"],(function(e,t,i){t.isDark=!1,t.cssClass="ace-jsoneditor",t.cssText='.ace-jsoneditor .ace_gutter {\tbackground: #ebebeb;\tcolor: #333\t}\t\t.ace-jsoneditor.ace_editor {\tfont-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\tline-height: 1.3;\t}\t.ace-jsoneditor .ace_print-margin {\twidth: 1px;\tbackground: #e8e8e8\t}\t.ace-jsoneditor .ace_scroller {\tbackground-color: #FFFFFF\t}\t.ace-jsoneditor .ace_text-layer {\tcolor: gray\t}\t.ace-jsoneditor .ace_variable {\tcolor: #1a1a1a\t}\t.ace-jsoneditor .ace_cursor {\tborder-left: 2px solid #000000\t}\t.ace-jsoneditor .ace_overwrite-cursors .ace_cursor {\tborder-left: 0px;\tborder-bottom: 1px solid #000000\t}\t.ace-jsoneditor .ace_marker-layer .ace_selection {\tbackground: lightgray\t}\t.ace-jsoneditor.ace_multiselect .ace_selection.ace_start {\tbox-shadow: 0 0 3px 0px #FFFFFF;\tborder-radius: 2px\t}\t.ace-jsoneditor .ace_marker-layer .ace_step {\tbackground: rgb(255, 255, 0)\t}\t.ace-jsoneditor .ace_marker-layer .ace_bracket {\tmargin: -1px 0 0 -1px;\tborder: 1px solid #BFBFBF\t}\t.ace-jsoneditor .ace_marker-layer .ace_active-line {\tbackground: #FFFBD1\t}\t.ace-jsoneditor .ace_gutter-active-line {\tbackground-color : #dcdcdc\t}\t.ace-jsoneditor .ace_marker-layer .ace_selected-word {\tborder: 1px solid lightgray\t}\t.ace-jsoneditor .ace_invisible {\tcolor: #BFBFBF\t}\t.ace-jsoneditor .ace_keyword,\t.ace-jsoneditor .ace_meta,\t.ace-jsoneditor .ace_support.ace_constant.ace_property-value {\tcolor: #AF956F\t}\t.ace-jsoneditor .ace_keyword.ace_operator {\tcolor: #484848\t}\t.ace-jsoneditor .ace_keyword.ace_other.ace_unit {\tcolor: #96DC5F\t}\t.ace-jsoneditor .ace_constant.ace_language {\tcolor: darkorange\t}\t.ace-jsoneditor .ace_constant.ace_numeric {\tcolor: red\t}\t.ace-jsoneditor .ace_constant.ace_character.ace_entity {\tcolor: #BF78CC\t}\t.ace-jsoneditor .ace_invalid {\tcolor: #FFFFFF;\tbackground-color: #FF002A;\t}\t.ace-jsoneditor .ace_fold {\tbackground-color: #AF956F;\tborder-color: #000000\t}\t.ace-jsoneditor .ace_storage,\t.ace-jsoneditor .ace_support.ace_class,\t.ace-jsoneditor .ace_support.ace_function,\t.ace-jsoneditor .ace_support.ace_other,\t.ace-jsoneditor .ace_support.ace_type {\tcolor: #C52727\t}\t.ace-jsoneditor .ace_string {\tcolor: green\t}\t.ace-jsoneditor .ace_comment {\tcolor: #BCC8BA\t}\t.ace-jsoneditor .ace_entity.ace_name.ace_tag,\t.ace-jsoneditor .ace_entity.ace_other.ace_attribute-name {\tcolor: #606060\t}\t.ace-jsoneditor .ace_markup.ace_underline {\ttext-decoration: underline\t}\t.ace-jsoneditor .ace_indent-guide {\tbackground: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y\t}',e("../lib/dom").importCssString(t.cssText,t.cssClass)}))}])},module.exports=factory()}));function styleInject(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===i&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}var css_248z$1='/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */\n\ndiv.jsoneditor .jsoneditor-search input {\n height: auto;\n border: inherit;\n}\n\ndiv.jsoneditor .jsoneditor-search input:focus {\n border: none !important;\n box-shadow: none !important;\n}\n\ndiv.jsoneditor table {\n border-collapse: collapse;\n width: auto;\n}\n\ndiv.jsoneditor td,\ndiv.jsoneditor th {\n padding: 0;\n display: table-cell;\n text-align: left;\n vertical-align: inherit;\n border-radius: inherit;\n}\n\n\ndiv.jsoneditor-field,\ndiv.jsoneditor-value,\ndiv.jsoneditor-readonly {\n border: 1px solid transparent;\n min-height: 16px;\n min-width: 32px;\n padding: 2px;\n margin: 1px;\n word-wrap: break-word;\n float: left;\n}\n\n/* adjust margin of p elements inside editable divs, needed for Opera, IE */\n\ndiv.jsoneditor-field p,\ndiv.jsoneditor-value p {\n margin: 0;\n}\n\ndiv.jsoneditor-value {\n word-break: break-word;\n}\n\ndiv.jsoneditor-readonly {\n min-width: 16px;\n color: gray;\n}\n\ndiv.jsoneditor-empty {\n border-color: lightgray;\n border-style: dashed;\n border-radius: 2px;\n}\n\ndiv.jsoneditor-field.jsoneditor-empty::after,\ndiv.jsoneditor-value.jsoneditor-empty::after {\n pointer-events: none;\n color: lightgray;\n font-size: 8pt;\n}\n\ndiv.jsoneditor-field.jsoneditor-empty::after {\n content: "field";\n}\n\ndiv.jsoneditor-value.jsoneditor-empty::after {\n content: "value";\n}\n\ndiv.jsoneditor-value.jsoneditor-url,\na.jsoneditor-value.jsoneditor-url {\n color: green;\n text-decoration: underline;\n}\n\na.jsoneditor-value.jsoneditor-url {\n display: inline-block;\n padding: 2px;\n margin: 2px;\n}\n\na.jsoneditor-value.jsoneditor-url:hover,\na.jsoneditor-value.jsoneditor-url:focus {\n color: #ee422e;\n}\n\ndiv.jsoneditor td.jsoneditor-separator {\n padding: 3px 0;\n vertical-align: top;\n color: gray;\n}\n\ndiv.jsoneditor-field[contenteditable=true]:focus,\ndiv.jsoneditor-field[contenteditable=true]:hover,\ndiv.jsoneditor-value[contenteditable=true]:focus,\ndiv.jsoneditor-value[contenteditable=true]:hover,\ndiv.jsoneditor-field.jsoneditor-highlight,\ndiv.jsoneditor-value.jsoneditor-highlight {\n background-color: #FFFFAB;\n border: 1px solid yellow;\n border-radius: 2px;\n}\n\ndiv.jsoneditor-field.jsoneditor-highlight-active,\ndiv.jsoneditor-field.jsoneditor-highlight-active:focus,\ndiv.jsoneditor-field.jsoneditor-highlight-active:hover,\ndiv.jsoneditor-value.jsoneditor-highlight-active,\ndiv.jsoneditor-value.jsoneditor-highlight-active:focus,\ndiv.jsoneditor-value.jsoneditor-highlight-active:hover {\n background-color: #ffee00;\n border: 1px solid #ffc700;\n border-radius: 2px;\n}\n\ndiv.jsoneditor-value.jsoneditor-string {\n color: #008000;\n}\n\ndiv.jsoneditor-value.jsoneditor-object,\ndiv.jsoneditor-value.jsoneditor-array {\n min-width: 16px;\n color: #808080;\n}\n\ndiv.jsoneditor-value.jsoneditor-number {\n color: #ee422e;\n}\n\ndiv.jsoneditor-value.jsoneditor-boolean {\n color: #ff8c00;\n}\n\ndiv.jsoneditor-value.jsoneditor-null {\n color: #004ED0;\n}\n\ndiv.jsoneditor-value.jsoneditor-invalid {\n color: #000000;\n}\n\ndiv.jsoneditor-tree button {\n width: 24px;\n height: 24px;\n padding: 0;\n margin: 0;\n border: none;\n cursor: pointer;\n background: transparent url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E");\n}\n\ndiv.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,\ndiv.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {\n cursor: pointer;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-collapsed {\n background-position: 0 -48px;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-expanded {\n background-position: 0 -72px;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-contextmenu {\n background-position: -48px -72px;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-contextmenu:hover,\ndiv.jsoneditor-tree button.jsoneditor-contextmenu:focus,\ndiv.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,\ntr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {\n background-position: -48px -48px;\n}\n\ndiv.jsoneditor-tree *:focus {\n outline: none;\n}\n\ndiv.jsoneditor-tree button:focus {\n /* TODO: nice outline for buttons with focus\n outline: #97B0F8 solid 2px;\n box-shadow: 0 0 8px #97B0F8;\n */\n background-color: #f5f5f5;\n outline: #e5e5e5 solid 1px;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-invisible {\n visibility: hidden;\n background: none;\n}\n\ndiv.jsoneditor {\n color: #1A1A1A;\n border: 1px solid #3883fa;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n overflow: hidden;\n position: relative;\n padding: 0;\n line-height: 100%;\n}\n\ndiv.jsoneditor-tree table.jsoneditor-tree {\n border-collapse: collapse;\n border-spacing: 0;\n width: 100%;\n margin: 0;\n}\n\ndiv.jsoneditor-outer {\n position: static;\n width: 100%;\n height: 100%;\n margin: -35px 0 0 0;\n padding: 35px 0 0 0;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\ntextarea.jsoneditor-text,\n.ace-jsoneditor {\n min-height: 150px;\n}\n\ndiv.jsoneditor-tree {\n width: 100%;\n height: 100%;\n position: relative;\n overflow: auto;\n}\n\ntextarea.jsoneditor-text {\n width: 100%;\n height: 100%;\n margin: 0;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n outline-width: 0;\n border: none;\n background-color: white;\n resize: none;\n}\n\ntr.jsoneditor-highlight,\ntr.jsoneditor-selected {\n background-color: #e6e6e6;\n}\n\ntr.jsoneditor-selected button.jsoneditor-dragarea,\ntr.jsoneditor-selected button.jsoneditor-contextmenu {\n visibility: hidden;\n}\n\ntr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,\ntr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {\n visibility: visible;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-dragarea {\n background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E") -72px -72px;\n cursor: move;\n}\n\ndiv.jsoneditor-tree button.jsoneditor-dragarea:hover,\ndiv.jsoneditor-tree button.jsoneditor-dragarea:focus,\ntr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {\n background-position: -72px -48px;\n}\n\ndiv.jsoneditor tr,\ndiv.jsoneditor th,\ndiv.jsoneditor td {\n padding: 0;\n margin: 0;\n}\n\ndiv.jsoneditor td {\n vertical-align: top;\n}\n\ndiv.jsoneditor td.jsoneditor-tree {\n vertical-align: top;\n}\n\ndiv.jsoneditor-field,\ndiv.jsoneditor-value,\ndiv.jsoneditor td,\ndiv.jsoneditor th,\ndiv.jsoneditor textarea,\n.jsoneditor-schema-error {\n font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\n font-size: 10pt;\n color: #1A1A1A;\n}\n\n/* popover */\n\n.jsoneditor-schema-error {\n cursor: default;\n display: inline-block;\n /*font-family: arial, sans-serif;*/\n height: 24px;\n line-height: 24px;\n position: relative;\n text-align: center;\n width: 24px;\n}\n\ndiv.jsoneditor-tree .jsoneditor-schema-error {\n width: 24px;\n height: 24px;\n padding: 0;\n margin: 0 4px 0 0;\n background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E") -168px -48px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover {\n background-color: #4c4c4c;\n border-radius: 3px;\n box-shadow: 0 0 5px rgba(0,0,0,0.4);\n color: #fff;\n display: none;\n padding: 7px 10px;\n position: absolute;\n width: 200px;\n z-index: 4;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {\n bottom: 32px;\n left: -98px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {\n top: 32px;\n left: -98px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {\n top: -7px;\n right: 32px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {\n top: -7px;\n left: 32px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover:before {\n border-right: 7px solid transparent;\n border-left: 7px solid transparent;\n content: \'\';\n display: block;\n left: 50%;\n margin-left: -7px;\n position: absolute;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {\n border-top: 7px solid #4c4c4c;\n bottom: -7px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {\n border-bottom: 7px solid #4c4c4c;\n top: -7px;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before {\n border-left: 7px solid #4c4c4c;\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n content: \'\';\n top: 19px;\n right: -14px;\n left: inherit;\n margin-left: inherit;\n margin-top: -7px;\n position: absolute;\n}\n\n.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before {\n border-right: 7px solid #4c4c4c;\n border-top: 7px solid transparent;\n border-bottom: 7px solid transparent;\n content: \'\';\n top: 19px;\n left: -14px;\n margin-left: inherit;\n margin-top: -7px;\n position: absolute;\n}\n\n.jsoneditor-schema-error:hover .jsoneditor-popover,\n.jsoneditor-schema-error:focus .jsoneditor-popover {\n display: block;\n -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;\n -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;\n -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;\n}\n\n@-webkit-keyframes fade-in {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n@-moz-keyframes fade-in {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n@-ms-keyframes fade-in {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n/*@-webkit-keyframes move-up {*/\n\n/*from { bottom: 24px; }*/\n\n/*to { bottom: 32px; }*/\n\n/*}*/\n\n/*@-moz-keyframes move-up {*/\n\n/*from { bottom: 24px; }*/\n\n/*to { bottom: 32px; }*/\n\n/*}*/\n\n/*@-ms-keyframes move-up {*/\n\n/*from { bottom: 24px; }*/\n\n/*to { bottom: 32px; }*/\n\n/*}*/\n\n/* JSON schema errors displayed at the bottom of the editor in mode text and code */\n\n.jsoneditor .jsoneditor-text-errors {\n width: 100%;\n border-collapse: collapse;\n background-color: #ffef8b;\n border-top: 1px solid #ffd700;\n}\n\n.jsoneditor .jsoneditor-text-errors td {\n padding: 3px 6px;\n vertical-align: middle;\n}\n\n.jsoneditor-text-errors .jsoneditor-schema-error {\n border: none;\n width: 24px;\n height: 24px;\n padding: 0;\n margin: 0 4px 0 0;\n background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E") -168px -48px;\n}\n/* ContextMenu - main menu */\n\ndiv.jsoneditor-contextmenu-root {\n position: relative;\n width: 0;\n height: 0;\n}\n\ndiv.jsoneditor-contextmenu {\n position: absolute;\n box-sizing: content-box;\n z-index: 99999;\n}\n\ndiv.jsoneditor-contextmenu ul,\ndiv.jsoneditor-contextmenu li {\n box-sizing: content-box;\n}\n\ndiv.jsoneditor-contextmenu ul {\n position: relative;\n left: 0;\n top: 0;\n width: 124px;\n background: white;\n border: 1px solid #d3d3d3;\n box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\ndiv.jsoneditor-contextmenu ul li button {\n padding: 0;\n margin: 0;\n width: 124px;\n height: 24px;\n border: none;\n cursor: pointer;\n color: #4d4d4d;\n background: transparent;\n font-size: 10pt;\n font-family: arial, sans-serif;\n box-sizing: border-box;\n line-height: 26px;\n text-align: left;\n}\n\n/* Fix button padding in firefox */\n\ndiv.jsoneditor-contextmenu ul li button::-moz-focus-inner {\n padding: 0;\n border: 0;\n}\n\ndiv.jsoneditor-contextmenu ul li button:hover,\ndiv.jsoneditor-contextmenu ul li button:focus {\n color: #1a1a1a;\n background-color: #f5f5f5;\n outline: none;\n}\n\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-default {\n width: 92px;\n}\n\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-expand {\n float: right;\n width: 32px;\n height: 24px;\n border-left: 1px solid #e5e5e5;\n}\n\ndiv.jsoneditor-contextmenu div.jsoneditor-icon {\n float: left;\n width: 24px;\n height: 24px;\n border: none;\n padding: 0;\n margin: 0;\n background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E");\n}\n\ndiv.jsoneditor-contextmenu ul li button div.jsoneditor-expand {\n float: right;\n width: 24px;\n height: 24px;\n padding: 0;\n margin: 0 4px 0 0;\n background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E") 0 -72px;\n opacity: 0.4;\n}\n\ndiv.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,\ndiv.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,\ndiv.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {\n opacity: 1;\n}\n\ndiv.jsoneditor-contextmenu div.jsoneditor-separator {\n height: 0;\n border-top: 1px solid #e5e5e5;\n padding-top: 5px;\n margin-top: 5px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {\n background-position: -24px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {\n background-position: -24px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {\n background-position: 0 -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-append:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-append:focus > div.jsoneditor-icon {\n background-position: 0 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {\n background-position: 0 -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {\n background-position: 0 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {\n background-position: -48px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {\n background-position: -48px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {\n background-position: -168px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus > div.jsoneditor-icon {\n background-position: -168px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {\n background-position: -192px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus > div.jsoneditor-icon {\n background-position: -192px 0;\n}\n\n/* ContextMenu - sub menu */\n\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-selected,\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,\ndiv.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {\n color: white;\n background-color: #ee422e;\n}\n\ndiv.jsoneditor-contextmenu ul li {\n overflow: hidden;\n}\n\ndiv.jsoneditor-contextmenu ul li ul {\n display: none;\n position: relative;\n left: -10px;\n top: 0;\n border: none;\n box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);\n padding: 0 10px;\n /* TODO: transition is not supported on IE8-9 */\n -webkit-transition: all 0.3s ease-out;\n -moz-transition: all 0.3s ease-out;\n -o-transition: all 0.3s ease-out;\n transition: all 0.3s ease-out;\n}\n\n\n\ndiv.jsoneditor-contextmenu ul li ul li button {\n padding-left: 24px;\n animation: all ease-in-out 1s;\n}\n\ndiv.jsoneditor-contextmenu ul li ul li button:hover,\ndiv.jsoneditor-contextmenu ul li ul li button:focus {\n background-color: #f5f5f5;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {\n background-position: -144px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {\n background-position: -144px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {\n background-position: -120px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {\n background-position: -120px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {\n background-position: -72px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {\n background-position: -72px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {\n background-position: -96px -24px;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,\ndiv.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {\n background-position: -96px 0;\n}\n\ndiv.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {\n background-image: none;\n width: 6px;\n}\ndiv.jsoneditor-menu {\n width: 100%;\n height: 35px;\n padding: 2px;\n margin: 0;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: white;\n background-color: #3883fa;\n border-bottom: 1px solid #3883fa;\n}\n\ndiv.jsoneditor-menu > button,\ndiv.jsoneditor-menu > div.jsoneditor-modes > button {\n width: 26px;\n height: 26px;\n margin: 2px;\n padding: 0;\n border-radius: 2px;\n border: 1px solid transparent;\n background: transparent url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E");\n color: white;\n opacity: 0.8;\n font-family: arial, sans-serif;\n font-size: 10pt;\n float: left;\n}\n\ndiv.jsoneditor-menu > button:hover,\ndiv.jsoneditor-menu > div.jsoneditor-modes > button:hover {\n background-color: rgba(255,255,255,0.2);\n border: 1px solid rgba(255,255,255,0.4);\n}\n\ndiv.jsoneditor-menu > button:focus,\ndiv.jsoneditor-menu > button:active,\ndiv.jsoneditor-menu > div.jsoneditor-modes > button:focus,\ndiv.jsoneditor-menu > div.jsoneditor-modes > button:active {\n background-color: rgba(255,255,255,0.3);\n}\n\ndiv.jsoneditor-menu > button:disabled,\ndiv.jsoneditor-menu > div.jsoneditor-modes > button:disabled {\n opacity: 0.5;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-collapse-all {\n background-position: 0 -96px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-expand-all {\n background-position: 0 -120px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-undo {\n background-position: -24px -96px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-undo:disabled {\n background-position: -24px -120px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-redo {\n background-position: -48px -96px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-redo:disabled {\n background-position: -48px -120px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-compact {\n background-position: -72px -96px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-format {\n background-position: -72px -120px;\n}\n\ndiv.jsoneditor-menu > div.jsoneditor-modes {\n display: inline-block;\n float: left;\n}\n\ndiv.jsoneditor-menu > div.jsoneditor-modes > button {\n background-image: none;\n width: auto;\n padding-left: 6px;\n padding-right: 6px;\n}\n\ndiv.jsoneditor-menu > button.jsoneditor-separator,\ndiv.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {\n margin-left: 10px;\n}\n\ndiv.jsoneditor-menu a {\n font-family: arial, sans-serif;\n font-size: 10pt;\n color: white;\n opacity: 0.8;\n vertical-align: middle;\n}\n\ndiv.jsoneditor-menu a:hover {\n opacity: 1;\n}\n\ndiv.jsoneditor-menu a.jsoneditor-poweredBy {\n font-size: 8pt;\n position: absolute;\n right: 0;\n top: 0;\n padding: 10px;\n}\ntable.jsoneditor-search input,\ntable.jsoneditor-search div.jsoneditor-results {\n font-family: arial, sans-serif;\n font-size: 10pt;\n color: #1A1A1A;\n background: transparent;\n /* For Firefox */\n}\n\ntable.jsoneditor-search div.jsoneditor-results {\n color: white;\n padding-right: 5px;\n line-height: 24px;\n}\n\ntable.jsoneditor-search {\n position: absolute;\n right: 4px;\n top: 4px;\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntable.jsoneditor-search div.jsoneditor-frame {\n border: 1px solid transparent;\n background-color: white;\n padding: 0 2px;\n margin: 0;\n}\n\ntable.jsoneditor-search div.jsoneditor-frame table {\n border-collapse: collapse;\n}\n\ntable.jsoneditor-search input {\n width: 120px;\n border: none;\n outline: none;\n margin: 1px;\n line-height: 20px;\n}\n\ntable.jsoneditor-search button {\n width: 16px;\n height: 24px;\n padding: 0;\n margin: 0;\n border: none;\n background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22 xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22 xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22 xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22 xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22 width%3D%22216%22 height%3D%22144%22 id%3D%22svg4136%22 version%3D%221.1%22 inkscape%3Aversion%3D%220.91 r%22 sodipodi%3Adocname%3D%22jsoneditor-icons.svg%22%3E %3Ctitle id%3D%22title6512%22%3EJSON Editor Icons%3C%2Ftitle%3E %3Cmetadata id%3D%22metadata4148%22%3E %3Crdf%3ARDF%3E %3Ccc%3AWork rdf%3Aabout%3D%22%22%3E %3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E %3Cdc%3Atype rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22 %2F%3E %3Cdc%3Atitle%3EJSON Editor Icons%3C%2Fdc%3Atitle%3E %3C%2Fcc%3AWork%3E %3C%2Frdf%3ARDF%3E %3C%2Fmetadata%3E %3Cdefs id%3D%22defs4146%22 %2F%3E %3Csodipodi%3Anamedview pagecolor%3D%22%23ffffff%22 bordercolor%3D%22%23666666%22 borderopacity%3D%221%22 objecttolerance%3D%2210%22 gridtolerance%3D%2210%22 guidetolerance%3D%2210%22 inkscape%3Apageopacity%3D%220%22 inkscape%3Apageshadow%3D%222%22 inkscape%3Awindow-width%3D%221920%22 inkscape%3Awindow-height%3D%221028%22 id%3D%22namedview4144%22 showgrid%3D%22true%22 inkscape%3Azoom%3D%224%22 inkscape%3Acx%3D%2297.217248%22 inkscape%3Acy%3D%2259.950227%22 inkscape%3Awindow-x%3D%220%22 inkscape%3Awindow-y%3D%220%22 inkscape%3Awindow-maximized%3D%221%22 inkscape%3Acurrent-layer%3D%22svg4136%22 showguides%3D%22false%22 borderlayer%3D%22false%22 inkscape%3Ashowpageshadow%3D%22true%22 showborder%3D%22true%22%3E %3Cinkscape%3Agrid type%3D%22xygrid%22 id%3D%22grid4640%22 empspacing%3D%2224%22 %2F%3E %3C%2Fsodipodi%3Anamedview%3E %3C!-- Created with SVG-edit - http%3A%2F%2Fsvg-edit.googlecode.com%2F --%3E %3Cg id%3D%22g4394%22%3E %3Crect x%3D%224%22 y%3D%224%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1%22 style%3D%22fill%3A%231aae1c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ec3f29%3Bfill-opacity%3A0.94117647%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22svg_1-7%22 %2F%3E %3Crect id%3D%22rect4165%22 height%3D%2216%22 width%3D%2216%22 y%3D%223.999995%22 x%3D%2252.000004%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%223.9999852%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%223.999995%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4175-3%22 %2F%3E %3Cg style%3D%22stroke%3Anone%22 id%3D%22g4299%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg style%3D%22stroke%3Anone%22 transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C12.000001)%22 id%3D%22g4299-3%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-0%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22svg_1-1-1-9%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%227.0000048%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5%22 %2F%3E %3Crect id%3D%22rect4354%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2210.00001%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%233c80df%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A0.94117647%22 x%3D%2258.000004%22 y%3D%2210.000005%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22svg_1-7-5-7%22 %2F%3E %3Cg id%3D%22g4378%22%3E %3Crect id%3D%22svg_1-7-5-3%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4374%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4376%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4383%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4385%22 %2F%3E %3Crect id%3D%22rect4387%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4389%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect y%3D%223.9999199%22 x%3D%2276%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-4%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351%22 d%3D%22m 85.10447%2C6.0157384 -0.0156%2C1.4063 c 3.02669%2C-0.2402 0.33008%2C3.6507996 2.48438%2C4.5780996 -2.18694%2C1.0938 0.49191%2C4.9069 -2.45313%2C4.5781 l -0.0156%2C1.4219 c 5.70828%2C0.559 1.03264%2C-5.1005 4.70313%2C-5.2656 l 0%2C-1.4063 c -3.61303%2C-0.027 1.11893%2C-5.7069996 -4.70313%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4351-9%22 d%3D%22m 82.78125%2C5.9984384 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33007%2C3.6506996 -2.48437%2C4.5780996 2.18694%2C1.0938 -0.49192%2C4.9069 2.45312%2C4.5781 l 0.0156%2C1.4219 c -5.70827%2C0.559 -1.03263%2C-5.1004 -4.70312%2C-5.2656 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11894%2C-5.7070996 4.70312%2C-5.3124996 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22100%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-25%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987%22 d%3D%22m 103.719%2C5.6719384 0%2C12.7187996 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.6249996 1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path2987-1%22 d%3D%22m 112.2185%2C5.6721984 0%2C12.7187996 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.6249996 -1.375%2C0 0%2C-1.5625 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22124%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-73%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3780%22 d%3D%22m 126.2824%2C17.602938 1.78957%2C0 1.14143%2C-2.8641 5.65364%2C0 1.14856%2C2.8641 1.76565%2C0 -4.78687%2C-11.1610996 -1.91903%2C0 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path3782%22 d%3D%22m 129.72704%2C13.478838 4.60852%2C0.01 -2.30426%2C-5.5497996 z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Crect y%3D%223.9999199%22 x%3D%22148%22 height%3D%2216%22 width%3D%2216%22 id%3D%22rect3754-35%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2%22 d%3D%22m 156.47655%2C5.8917384 0%2C2.1797 0.46093%2C2.3983996 1.82813%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22ccccccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path5008-2-8%22 d%3D%22m 152.51561%2C5.8906384 0%2C2.1797 0.46094%2C2.3983996 1.82812%2C0 0.39844%2C-2.3983996 0%2C-2.1797 z%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 %2F%3E %3C%2Fg%3E %3Crect x%3D%224%22 y%3D%2227.999994%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4432%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2228.000006%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4434%22 %2F%3E %3Crect id%3D%22rect4436%22 height%3D%2216%22 width%3D%2216%22 y%3D%2227.99999%22 x%3D%2252.000004%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22172.00002%22 y%3D%2227.999981%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4446%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22196%22 y%3D%2227.99999%22 width%3D%2216%22 height%3D%2216%22 id%3D%22rect4448%22 %2F%3E %3Cg id%3D%22g4466%22 style%3D%22stroke%3Anone%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4468%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4470%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Cg transform%3D%22matrix(0.70710678%2C-0.70710678%2C0.70710678%2C0.70710678%2C19.029435%2C35.999996)%22 id%3D%22g4472%22 style%3D%22stroke%3Anone%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4474%22 height%3D%221.9999986%22 width%3D%229.9999924%22 y%3D%2210.999998%22 x%3D%227.0000048%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%22 id%3D%22rect4476%22 height%3D%229.9999838%22 width%3D%221.9999955%22 y%3D%227.0000114%22 x%3D%2211.000005%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%2255.000004%22 y%3D%2231%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4478%22 %2F%3E %3Crect id%3D%22rect4480%22 height%3D%226.9999905%22 width%3D%226.9999909%22 y%3D%2234.000008%22 x%3D%2258%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 x%3D%2258.000004%22 y%3D%2234.000004%22 width%3D%226.9999909%22 height%3D%226.9999905%22 id%3D%22rect4482%22 %2F%3E %3Cg id%3D%22g4484%22 transform%3D%22translate(0%2C23.999995)%22%3E %3Crect id%3D%22rect4486%22 height%3D%221.9999965%22 width%3D%227.9999909%22 y%3D%2210.999999%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%227.0000005%22 width%3D%2211.999995%22 height%3D%221.9999946%22 id%3D%22rect4488%22 %2F%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2214.999996%22 width%3D%223.9999928%22 height%3D%221.9999995%22 id%3D%22rect4490%22 %2F%3E %3C%2Fg%3E %3Cg id%3D%22g4492%22 transform%3D%22matrix(1%2C0%2C0%2C-1%2C-23.999995%2C47.99999)%22%3E %3Crect style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 x%3D%22198%22 y%3D%2210.999999%22 width%3D%227.9999909%22 height%3D%221.9999965%22 id%3D%22rect4494%22 %2F%3E %3Crect id%3D%22rect4496%22 height%3D%221.9999946%22 width%3D%2211.999995%22 y%3D%227.0000005%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4498%22 height%3D%221.9999995%22 width%3D%223.9999928%22 y%3D%2214.999996%22 x%3D%22198%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23000000%3Bstroke-width%3A0%22 %2F%3E %3C%2Fg%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-8%22 width%3D%2216%22 height%3D%2216%22 x%3D%2276%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 85.10448%2C30.015537 -0.0156%2C1.4063 c 3.02668%2C-0.2402 0.33007%2C3.6508 2.48438%2C4.5781 -2.18695%2C1.0938 0.49191%2C4.90688 -2.45313%2C4.57808 l -0.0156%2C1.4219 c 5.70827%2C0.559 1.03263%2C-5.10048 4.70313%2C-5.26558 l 0%2C-1.4063 c -3.61304%2C-0.027 1.11893%2C-5.707 -4.70313%2C-5.3125 z%22 id%3D%22path4351-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3A%23ffffff%3Bstroke-width%3A0.2%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 82.78126%2C29.998237 0.0156%2C1.4063 c -3.02668%2C-0.2402 -0.33008%2C3.6507 -2.48438%2C4.5781 2.18694%2C1.0938 -0.49191%2C4.90688 2.45313%2C4.57808 l 0.0156%2C1.4219 c -5.70828%2C0.559 -1.03264%2C-5.10038 -4.70313%2C-5.26558 l 0%2C-1.4063 c 3.61303%2C-0.027 -1.11893%2C-5.7071 4.70313%2C-5.3125 z%22 id%3D%22path4351-9-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccccccc%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-65%22 width%3D%2216%22 height%3D%2216%22 x%3D%22100%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 103.719%2C29.671937 0%2C12.71878 3.03125%2C0 0%2C-1.5313 -1.34375%2C0 0%2C-9.62498 1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-8%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 112.2185%2C29.671937 0%2C12.71878 -3.03125%2C0 0%2C-1.5313 1.34375%2C0 0%2C-9.62498 -1.375%2C0 0%2C-1.5625 z%22 id%3D%22path2987-1-9%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-92%22 width%3D%2216%22 height%3D%2216%22 x%3D%22124%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 126.2824%2C41.602917 1.78957%2C0 1.14143%2C-2.86408 5.65364%2C0 1.14856%2C2.86408 1.76565%2C0 -4.78687%2C-11.16108 -1.91902%2C0 z%22 id%3D%22path3780-9%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 129.72704%2C37.478837 4.60852%2C0.01 -2.30426%2C-5.5498 z%22 id%3D%22path3782-2%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%22 id%3D%22rect3754-47%22 width%3D%2216%22 height%3D%2216%22 x%3D%22148%22 y%3D%2227.99992%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 156.47656%2C29.891737 0%2C2.1797 0.46093%2C2.3984 1.82813%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-1%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Cpath style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%22 d%3D%22m 152.51562%2C29.890637 0%2C2.1797 0.46094%2C2.3984 1.82812%2C0 0.39844%2C-2.3984 0%2C-2.1797 z%22 id%3D%22path5008-2-8-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22ccccccc%22 %2F%3E %3Crect id%3D%22svg_1-7-2%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2264%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22svg_1-7-2-2%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2252%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2252%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4561%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2280.000008%22 y%3D%2258%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4563%22 %2F%3E %3Crect id%3D%22rect4565%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2258%22 x%3D%2285.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4567%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2264%22 x%3D%2280.000008%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2285.000008%22 y%3D%2264%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4569%22 %2F%3E %3Ccircle style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%234c4c4c%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4571%22 cx%3D%22110.06081%22 cy%3D%2257.939209%22 r%3D%224.7438836%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%22116.64566%22 y%3D%22-31.79752%22 width%3D%224.229713%22 height%3D%226.4053884%22 id%3D%22rect4563-2%22 transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 %2F%3E %3Cpath style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 125%2C56 138.77027%2C56.095 132%2C64 Z%22 id%3D%22path4613%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615%22 d%3D%22M 149%2C64 162.77027%2C63.905 156%2C56 Z%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2254%22 y%3D%2253%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4638%22 %2F%3E %3Crect id%3D%22svg_1-7-2-24%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-56%22 x%3D%2253%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 x%3D%2253%22 y%3D%22-66%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4657%22 %2F%3E %3Crect id%3D%22rect4659%22 height%3D%220.99999291%22 width%3D%2211.999999%22 y%3D%2257%22 x%3D%2254%22 style%3D%22fill%3A%234c4c4c%3Bfill-opacity%3A0.98431373%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2288.000122%22 width%3D%2211.999996%22 height%3D%221.9999961%22 id%3D%22rect4661%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2276.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4663%22 %2F%3E %3Crect id%3D%22rect4665%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2276.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect id%3D%22rect4667%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2282.000122%22 x%3D%2280.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2285.000008%22 y%3D%2282.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4669%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2280.000008%22 y%3D%2288.000122%22 width%3D%222.9999907%22 height%3D%222.9999905%22 id%3D%22rect4671%22 %2F%3E %3Crect id%3D%22rect4673%22 height%3D%222.9999905%22 width%3D%222.9999907%22 y%3D%2288.000122%22 x%3D%2285.000008%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Ccircle r%3D%224.7438836%22 cy%3D%2281.939331%22 cx%3D%22110.06081%22 id%3D%22circle4675%22 style%3D%22opacity%3A1%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0.70710678%2C0.70710678%2C-0.70710678%2C0.70710678%2C0%2C0)%22 id%3D%22rect4677%22 height%3D%226.4053884%22 width%3D%224.229713%22 y%3D%22-14.826816%22 x%3D%22133.6163%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4679%22 d%3D%22m 125%2C80.000005 13.77027%2C0.09499 L 132%2C87.999992 Z%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22M 149%2C88.0002 162.77027%2C87.9052 156%2C80.0002 Z%22 id%3D%22path4681%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Crect id%3D%22rect4683%22 height%3D%221.9999961%22 width%3D%2211.999996%22 y%3D%2277.000122%22 x%3D%2254%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 %2F%3E %3Crect transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2277.000122%22 y%3D%22-56%22 width%3D%2212.99999%22 height%3D%221.9999957%22 id%3D%22rect4685%22 %2F%3E %3Crect id%3D%22rect4687%22 height%3D%221.9999957%22 width%3D%2212.99999%22 y%3D%22-66%22 x%3D%2277.000122%22 style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C0%2C0)%22 %2F%3E %3Crect style%3D%22fill%3A%23d3d3d3%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A0%3Bstroke-opacity%3A1%22 x%3D%2254%22 y%3D%2281.000122%22 width%3D%2211.999999%22 height%3D%220.99999291%22 id%3D%22rect4689%22 %2F%3E %3Crect id%3D%22rect4761-1%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22101%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-0%22 height%3D%221.9999945%22 width%3D%2215.99999%22 y%3D%22105%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-7%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22109%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1%22 height%3D%221.9999945%22 width%3D%2212%22 y%3D%22125%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22137%22 x%3D%2276.000008%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4%22 height%3D%221.9999945%22 width%3D%2210%22 y%3D%22129%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Crect id%3D%22rect4761-1-1-4-4-3%22 height%3D%221.9999945%22 width%3D%229%22 y%3D%22133%22 x%3D%2282%22 style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A0.80000007%3Bstroke%3Anone%3Bstroke-width%3A0%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C100.0254 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C100.5991 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1452 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533865%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550756%2C0 6.710442%2C-2.4113 7.650391%2C-5.9414 0.939949%2C-3.5301 -0.618463%2C-7.2736 -3.710938%2C-9.0703 -1.159678%2C-0.6738 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.8%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C99.9629 c -1.270084%2C0.039 -2.541493%2C0.3887 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5402 -3.710937%2C9.0703 0.939949%2C3.5301 4.09768%2C5.9414 7.648437%2C5.9414 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4056 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C100 0%2C2 -2.4999996%2C0 L 12%2C107 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 id%3D%22path3055-0-77%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9850574%2C108.015 14.0298856%2C-0.03%22 id%3D%22path5244-5-0-5%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath style%3D%22opacity%3A0.8%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A1.966%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 d%3D%22m 4.9849874%2C132.015 14.0298866%2C-0.03%22 id%3D%22path5244-5-0-5-8%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cc%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 36.398438%2C123.9629 c -0.423362%2C-0.013 -0.846847%2C0.01 -1.265626%2C0.062 -1.656562%2C0.2196 -3.244567%2C0.9739 -4.507812%2C2.2266 L 29%2C124.5366 l -2.324219%2C7.7129 7.826172%2C-1.9062 -1.804687%2C-1.9063 c 1.597702%2C-1.5308 4.048706%2C-1.8453 5.984375%2C-0.7207 1.971162%2C1.1453 2.881954%2C3.3975 2.308593%2C5.5508 -0.573361%2C2.1533 -2.533864%2C3.6953 -4.830078%2C3.6953 l 0%2C3.0742 c 3.550757%2C0 6.710442%2C-2.4093 7.650391%2C-5.9394 0.939949%2C-3.5301 -0.618463%2C-7.2756 -3.710938%2C-9.0723 -1.159678%2C-0.6737 -2.431087%2C-1.0231 -3.701171%2C-1.0625 z%22 id%3D%22path4138-12%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22color%3A%23000000%3Bfont-style%3Anormal%3Bfont-variant%3Anormal%3Bfont-weight%3Anormal%3Bfont-stretch%3Anormal%3Bfont-size%3Amedium%3Bline-height%3Anormal%3Bfont-family%3Asans-serif%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration%3Anone%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Bletter-spacing%3Anormal%3Bword-spacing%3Anormal%3Btext-transform%3Anone%3Bdirection%3Altr%3Bblock-progression%3Atb%3Bwriting-mode%3Alr-tb%3Bbaseline-shift%3Abaseline%3Btext-anchor%3Astart%3Bwhite-space%3Anormal%3Bclip-rule%3Anonzero%3Bdisplay%3Ainline%3Boverflow%3Avisible%3Bvisibility%3Avisible%3Bopacity%3A0.4%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%3Bcolor-interpolation%3AsRGB%3Bcolor-interpolation-filters%3AlinearRGB%3Bsolid-color%3A%23000000%3Bsolid-opacity%3A1%3Bfill%3A%234d4d4d%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%3Bstroke-width%3A2.66157866%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-dashoffset%3A0%3Bstroke-opacity%3A1%3Bcolor-rendering%3Aauto%3Bimage-rendering%3Aauto%3Bshape-rendering%3Aauto%3Btext-rendering%3Aauto%3Benable-background%3Aaccumulate%22 d%3D%22m 59.722656%2C123.9629 c -1.270084%2C0.039 -2.541493%2C0.3888 -3.701172%2C1.0625 -3.092475%2C1.7967 -4.650886%2C5.5422 -3.710937%2C9.0723 0.939949%2C3.5301 4.09768%2C5.9394 7.648437%2C5.9394 l 0%2C-3.0742 c -2.296214%2C0 -4.256717%2C-1.542 -4.830078%2C-3.6953 -0.573361%2C-2.1533 0.337432%2C-4.4055 2.308594%2C-5.5508 1.935731%2C-1.1246 4.38863%2C-0.8102 5.986326%2C0.7207 l -1.806638%2C1.9063 7.828128%2C1.9062 -2.32422%2C-7.7129 -1.62696%2C1.7168 c -1.26338%2C-1.2531 -2.848917%2C-2.0088 -4.505855%2C-2.2285 -0.418778%2C-0.055 -0.842263%2C-0.076 -1.265625%2C-0.062 z%22 id%3D%22path4138-1-3%22 %2F%3E %3Cpath id%3D%22path6191%22 d%3D%22m 10.5%2C116 0%2C-2 -2.4999996%2C0 L 12%2C109 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath inkscape%3Aconnector-curvature%3D%220%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 d%3D%22m 10.5%2C129 0%2C-2 -2.4999996%2C0 L 12%2C122 l 4%2C5 -2.5%2C0 0%2C2 -3%2C0 z%22 id%3D%22path6193%22 %2F%3E %3Cpath id%3D%22path6195%22 d%3D%22m 10.5%2C135 0%2C2 -2.4999996%2C0 L 12%2C142 l 4%2C-5 -2.5%2C0 0%2C-2 -3%2C0 z%22 style%3D%22opacity%3A0.8%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bstroke%3Anone%3Bstroke-width%3A1.966%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 inkscape%3Aconnector-curvature%3D%220%22 %2F%3E %3Cpath sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4500%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073242 -3.833708%2C2.213392 -3.8337072%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.8337082%2C2.213392 z%22 inkscape%3Atransform-center-x%3D%22-1.2779026%22 %2F%3E %3Cpath inkscape%3Atransform-center-x%3D%221.277902%22 d%3D%22m -31.500004%2C60.073242 -3.833708%2C2.213392 -3.833707%2C2.213393 0%2C-4.426785 0%2C-4.426784 3.833707%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073242%22 sodipodi%3Acx%3D%22-36.611614%22 sodipodi%3Asides%3D%223%22 id%3D%22path4502%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22scale(-1%2C1)%22 %2F%3E %3Cpath d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 inkscape%3Arandomized%3D%220%22 inkscape%3Arounded%3D%220%22 inkscape%3Aflatsided%3D%22false%22 sodipodi%3Aarg2%3D%221.0471976%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Asides%3D%223%22 id%3D%22path4504%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 sodipodi%3Atype%3D%22star%22 transform%3D%22matrix(0%2C1%2C-1%2C0%2C72.0074%2C71.7877)%22 inkscape%3Atransform-center-y%3D%221.2779029%22 %2F%3E %3Cpath inkscape%3Atransform-center-y%3D%22-1.2779026%22 transform%3D%22matrix(0%2C-1%2C-1%2C0%2C96%2C96)%22 sodipodi%3Atype%3D%22star%22 style%3D%22fill%3A%234d4d4d%3Bfill-opacity%3A0.90196078%3Bstroke%3A%23d3d3d3%3Bstroke-width%3A0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%22 id%3D%22path4506%22 sodipodi%3Asides%3D%223%22 sodipodi%3Acx%3D%2211.55581%22 sodipodi%3Acy%3D%2260.073212%22 sodipodi%3Ar1%3D%225.1116104%22 sodipodi%3Ar2%3D%222.5558052%22 sodipodi%3Aarg1%3D%220%22 sodipodi%3Aarg2%3D%221.0471976%22 inkscape%3Aflatsided%3D%22false%22 inkscape%3Arounded%3D%220%22 inkscape%3Arandomized%3D%220%22 d%3D%22m 16.66742%2C60.073212 -3.833708%2C2.213392 -3.8337072%2C2.213392 0%2C-4.426784 0%2C-4.426785 3.8337082%2C2.213392 z%22 %2F%3E %3Cpath sodipodi%3Anodetypes%3D%22cccc%22 inkscape%3Aconnector-curvature%3D%220%22 id%3D%22path4615-5%22 d%3D%22m 171.82574%2C65.174193 16.34854%2C0 -8.17427%2C-13.348454 z%22 style%3D%22fill%3A%23fbb917%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fbb917%3Bstroke-width%3A1.65161395%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A4%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C55 0%2C6 2%2C0 0%2C-6%22 id%3D%22path4300%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E %3Cpath style%3D%22opacity%3A1%3Bfill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%3Bstroke-width%3A1px%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-opacity%3A1%22 d%3D%22m 179%2C62 0%2C2 2%2C0 0%2C-2%22 id%3D%22path4300-6%22 inkscape%3Aconnector-curvature%3D%220%22 sodipodi%3Anodetypes%3D%22cccc%22 %2F%3E%3C%2Fsvg%3E");\n vertical-align: top;\n}\n\ntable.jsoneditor-search button:hover {\n background-color: transparent;\n}\n\ntable.jsoneditor-search button.jsoneditor-refresh {\n width: 18px;\n background-position: -99px -73px;\n}\n\ntable.jsoneditor-search button.jsoneditor-next {\n cursor: pointer;\n background-position: -124px -73px;\n}\n\ntable.jsoneditor-search button.jsoneditor-next:hover {\n background-position: -124px -49px;\n}\n\ntable.jsoneditor-search button.jsoneditor-previous {\n cursor: pointer;\n background-position: -148px -73px;\n margin-right: 2px;\n}\n\ntable.jsoneditor-search button.jsoneditor-previous:hover {\n background-position: -148px -49px;\n}';styleInject(css_248z$1);var css_248z=".ace_line_group {\n text-align: left;\n}\n.json-editor-container {\n display: flex;\n width: 100%;\n}\n.json-editor-container .tree-mode {\n width: 50%;\n}\n.json-editor-container .code-mode {\n flex-grow: 1;\n}\n.jsoneditor-btns {\n text-align: center;\n margin-top: 10px;\n}\n.jsoneditor-vue .jsoneditor-outer {\n min-height: 150px;\n}\n.jsoneditor-vue div.jsoneditor-tree {\n min-height: 350px;\n}\n.json-save-btn {\n background-color: #20a0ff;\n border: none;\n color: #fff;\n padding: 5px 10px;\n border-radius: 5px;\n cursor: pointer;\n}\n.json-save-btn:focus {\n outline: none;\n}\n.json-save-btn[disabled] {\n background-color: #1d8ce0;\n cursor: not-allowed;\n}\ncode {\n background-color: #f5f5f5;\n}\n";styleInject(css_248z);var Vue3JsonEditor=(0,vue__WEBPACK_IMPORTED_MODULE_4__.aZ)({props:{modelValue:[String,Boolean,Object,Array],showBtns:[Boolean],expandedOnStart:{type:Boolean,default:!1},mode:{type:String,default:"tree"},modes:{type:Array,default:function(){return["tree","code","form","text","view"]}},lang:{type:String,default:"en"}},setup:function(e,t){var i,r,o=t.emit,n=null===(i=(0,vue__WEBPACK_IMPORTED_MODULE_4__.FN)())||void 0===i?void 0:i.root.proxy,s=(0,vue__WEBPACK_IMPORTED_MODULE_5__.qj)({editor:null,error:!1,json:{},internalChange:!1,expandedModes:["tree","view","form"],locale:{it:{save:"SALVA"},en:{save:"SAVE"},zh:{save:"保存"}},uid:"jsoneditor-vue-".concat(null===(r=(0,vue__WEBPACK_IMPORTED_MODULE_4__.FN)())||void 0===r?void 0:r.uid)});function a(){e.expandedOnStart&&s.expandedModes.includes(e.mode)&&s.editor.expandAll()}function l(e){s.editor&&s.editor.set(e)}return(0,vue__WEBPACK_IMPORTED_MODULE_4__.YP)((function(){return e.modelValue}),function(){var e=_asyncToGenerator(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(s.internalChange){e.next=6;break}return s.json=t,e.next=4,l(t);case 4:s.error=!1,a();case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),{immediate:!0}),(0,vue__WEBPACK_IMPORTED_MODULE_4__.bv)((function(){var t={mode:e.mode,modes:e.modes,onChange:function(){try{var e=s.editor.get();s.json=e,s.error=!1,o("json-change",e),s.internalChange=!0,o("input",e),n.$nextTick((function(){s.internalChange=!1}))}catch(e){s.error=!0,o("has-error",e)}},onModeChange:function(){a()}};s.editor=new jsoneditor(document.querySelector("#".concat(s.uid)),t,s.json)})),function(){return(0,vue__WEBPACK_IMPORTED_MODULE_4__.Wm)("div",null,[(0,vue__WEBPACK_IMPORTED_MODULE_4__.Wm)("div",{id:s.uid,class:"jsoneditor-vue"},null),!1!==e.showBtns&&(0,vue__WEBPACK_IMPORTED_MODULE_4__.Wm)("div",{class:"jsoneditor-btns"},[(0,vue__WEBPACK_IMPORTED_MODULE_4__.Wm)("button",{class:"json-save-btn",type:"button",onClick:function(){o("json-save",s.json)},disabled:s.error},[s.locale[e.lang].save])])])}}})},953:function(e,t,i){"use strict";var r=i(6326),o=(r.roots["default"]||(r.roots["default"]=new r.Root)).setOptions({go_package:".;pb"}).addJSON({BattleType:{values:{nil:0,pve:1,pvp:2,pvb:3,eve:4}},PlayType:{values:{null:0,mainline:1,pagoda:2,rtask:3,hunting:4,viking:5,moonfantasy:6,arena:7,academy:8,heroteaching:9}},BBattleState:{values:{in:0,end:2}},DBBattleComp:{values:{draw:0,red:1,bule:2}},BattleRole:{fields:{tid:{type:"int32",id:1},oid:{type:"string",id:2},pos:{type:"int32",id:3},heroID:{type:"string",id:4},star:{type:"int32",id:5},lv:{type:"int32",id:6},captainSkill:{type:"int32",id:7},mainSuitSkill:{type:"int32",id:8},subSuitSkill:{type:"int32",id:9},normalSkill:{rule:"repeated",type:"SkillData",id:10},equipSkill:{rule:"repeated",type:"SkillData",id:11},property:{keyType:"string",type:"int32",id:12},ishelp:{type:"bool",id:13}}},DBBattleFormt:{fields:{leadpos:{type:"int32",id:1},team:{rule:"repeated",type:"BattleRole",id:2}}},DBBattleRecord:{fields:{id:{type:"string",id:1},title:{type:"string",id:2},btype:{type:"BattleType",id:3},ptype:{type:"PlayType",id:4},plevel:{type:"string",id:5},state:{type:"BBattleState",id:6},redCompId:{type:"string",id:7},redflist:{rule:"repeated",type:"DBBattleFormt",id:8},blueCompId:{type:"string",id:9},buleflist:{rule:"repeated",type:"DBBattleFormt",id:10},roundresult:{rule:"repeated",type:"DBBattleComp",id:11},result:{type:"DBBattleComp",id:12}}},UserMessage:{fields:{MainType:{type:"string",id:1},SubType:{type:"string",id:2},data:{type:"google.protobuf.Any",id:3},sec:{type:"string",id:4}}},AgentMessage:{fields:{Ip:{type:"string",id:1},UserSessionId:{type:"string",id:2},UserId:{type:"string",id:3},ServiceTag:{type:"string",id:4},GatewayServiceId:{type:"string",id:5},MainType:{type:"string",id:6},SubType:{type:"string",id:7},Message:{type:"google.protobuf.Any",id:8}}},RPCMessageReply:{fields:{Code:{type:"ErrorCode",id:1},ErrorMessage:{type:"string",id:2},ErrorData:{type:"google.protobuf.Any",id:3},Reply:{rule:"repeated",type:"UserMessage",id:4}}},AgentBuildReq:{fields:{UserSessionId:{type:"string",id:1},UserId:{type:"string",id:2},WorkerId:{type:"string",id:3}}},AgentUnBuildReq:{fields:{UserSessionId:{type:"string",id:1}}},AgentSendMessageReq:{fields:{UserSessionId:{type:"string",id:1},Reply:{rule:"repeated",type:"UserMessage",id:2}}},BatchMessageReq:{fields:{UserSessionIds:{rule:"repeated",type:"string",id:1},MainType:{type:"string",id:2},SubType:{type:"string",id:3},Data:{type:"google.protobuf.Any",id:4}}},BroadCastMessageReq:{fields:{MainType:{type:"string",id:1},SubType:{type:"string",id:2},Data:{type:"google.protobuf.Any",id:3}}},AgentCloseeReq:{fields:{UserSessionId:{type:"string",id:1}}},NoticeUserLoginReq:{fields:{Ip:{type:"string",id:1},UserSessionId:{type:"string",id:2},UserId:{type:"string",id:3},ServiceTag:{type:"string",id:4},GatewayServiceId:{type:"string",id:5}}},NoticeUserCloseReq:{fields:{Ip:{type:"string",id:1},UserSessionId:{type:"string",id:2},UserId:{type:"string",id:3},ServiceTag:{type:"string",id:4},GatewayServiceId:{type:"string",id:5}}},HeroAttributesType:{values:{Hp:0,Atk:1,Def:2,Speed:3,Crit:4}},UserAssets:{fields:{A:{type:"string",id:1},T:{type:"string",id:2},N:{type:"int32",id:3}}},TaskParam:{fields:{first:{type:"int32",id:1},second:{type:"int32",id:2}}},RtaskParam:{fields:{param1:{type:"int32",id:1},param2:{type:"int32",id:2},param3:{type:"int32",id:3}}},ErrorCode:{values:{Success:0,NoFindService:10,NoFindServiceHandleFunc:11,RpcFuncExecutionError:12,CacheReadError:13,SqlExecutionError:14,ReqParameterError:15,SignError:16,InsufficientPermissions:17,NoLogin:18,UserSessionNobeing:19,StateInvalid:20,DBError:21,SystemError:22,DecodeError:23,TimestampTimeout:24,PbError:25,AgentUidEmpty:26,Exception:100,Unknown:101,ResNoEnough:102,ConfigurationException:103,ConfigNoFound:104,UserLogined:105,SecKeyInvalid:1e3,SecKey:1001,BindUser:1002,GoldNoEnough:1003,DiamondNoEnough:1004,RoleCreated:1005,UserNickNameExist:1006,VeriCodeNoValid:1007,VeriCodeExpired:1008,UserResetData:1009,UserModiNameCount:1010,UserNickNameEmpty:1011,UserExpandNull:1012,UserExpNoEnough:1013,UserFriendNoEnough:1014,FriendNotSelf:1100,FriendSelfMax:1101,FriendTargetMax:1102,FriendSelfNoData:1103,FriendTargetNoData:1104,FriendYet:1105,FriendApplyYet:1106,FriendSelfBlackYet:1107,FriendTargetBlackYet:1108,FriendApplyError:1109,FriendBlackMax:1110,FriendSearchNameEmpty:1111,FriendZaned:1112,FriendZanreceived:1113,FriendZanSelf:1114,FriendPointLimit:1115,FriendNoreceived:1116,ItemsNoEnough:1200,ItemsNoFoundGird:1201,ItemsGridNumUpper:1202,ItemsGirdAmountUpper:1203,ItemsUseNotSupported:1204,ItemsUseNoCanSell:1205,HeroNoExist:1300,HeroNoEnough:1301,HeroMaxLv:1302,HeroInitCreat:1303,HeroColorErr:1304,HeroSkillUpErr:1305,HeroMaxResonate:1306,HeroNoResonate:1307,HeroNotNeedResonate:1308,HeroNoEnergy:1309,HeroCreate:1310,HeroEquipUpdate:1311,HeroMaxAwaken:1312,HeroIsLock:1313,HeroMaxCount:1314,HeroCostTypeErr:1315,HeroStarErr:1316,HeroTypeErr:1317,HeroExpTypeErr:1318,HeroAddMaxExp:1319,HeroStarLvErr:1320,HeroMaxStarLv:1321,DrawCardTypeNotFound:1322,HeroMaxSkillLv:1323,HeroAlreadyKongFuStatus:1324,EquipmentOnFoundEquipment:1400,EquipmentLvlimitReached:1401,EquipmentIsWorn:1402,EquipmentNoCanSell:1403,MainlineNotFindChapter:1500,MainlineIDFailed:1501,MainlineNotFound:1502,MainlinePreNotFound:1503,MainlineRepeatReward:1504,MainlineCompleteReward:1505,TaskInit:1600,TaskReset:1601,TaskHandle:1602,TaskReceived:1603,TaskActiveInit:1604,TaskActiveNofound:1605,TaskActiveNoenough:1606,TaskNoFinished:1607,TaskFinished:1608,TaskTagEmpty:1609,TaskIdEmpty:1610,TaskNotFound:1611,ShopGoodsIsSoldOut:1700,ShopNoSurplusRefreshNum:1701,MailErr:1800,PagodaNotFound:1900,PagodaLevlErr:1901,PagodaGetRewardErr:1902,PagodaConditionErr:1903,MartialhallNotUnlocked:2e3,MartialhallInUse:2001,MartialhallUnlocked:2002,MartialhallNoUnlocked:2003,GourmetMoreOrderTime:2101,GourmetSkillMaxLv:2102,RtaskFinished:2201,RtaskUnFinished:2202,RtaskNoRtask:2203,RtaskRewarded:2204,RtaskPreNoFinish:2205,RtaskCondiNoReach:2206,RtaskNoLastOne:2207,RtaskCondiNoFound:2208,VikingLvErr:2301,VikingBoosType:2302,VikingBuyMaxCount:2303,VikingMaxChallengeCount:2304,MoonfantasyHasExpired:2401,MoonfantasyJoinUp:2402,MoonfantasyDareUp:2403,MoonfantasyBattleNoEnd:2404,MoonfantasyBattleNoWin:2405,MoonfantasyNoJoin:2406,MoonfantasyNotEnoughbattles:2407,BattleNoFoundRecord:2501,LinestoryTaskFinished:2601,LinestorySubTaskFinished:2602,LinestoryTaskDisabledEnter:2603,LinestoryPreTaskNoFinished:2604,HuntingLvErr:2701,HuntingBoosType:2702,HuntingBuyMaxCount:2703,HuntingMaxChallengeCount:2704,LibraryMaxLv:2801}},google:{nested:{protobuf:{nested:{Any:{fields:{type_url:{type:"string",id:1},value:{type:"bytes",id:2}}}}}}},LineUp:{fields:{cid:{type:"string",id:1},star:{type:"int32",id:2},lv:{type:"int32",id:3}}},BattleFormation:{fields:{leadpos:{type:"int32",id:1},format:{rule:"repeated",type:"string",id:2},friendformat:{rule:"repeated",type:"string",id:3}}},BattleEVEReq:{fields:{ptype:{type:"PlayType",id:1},title:{type:"string",id:2},redformat:{rule:"repeated",type:"int32",id:3},buleformat:{rule:"repeated",type:"int32",id:4}}},BattlePVEReq:{fields:{ptype:{type:"PlayType",id:1},title:{type:"string",id:2},format:{type:"BattleFormation",id:4},mformat:{rule:"repeated",type:"int32",id:5}}},PVPFormation:{fields:{uid:{type:"string",id:1},leadpos:{type:"int32",id:2},format:{rule:"repeated",type:"DBHero",id:3}}},BattlePVPReq:{fields:{ptype:{type:"PlayType",id:1},title:{type:"string",id:2},redformat:{type:"PVPFormation",id:4},buleformat:{type:"PVPFormation",id:5}}},BattleInfo:{fields:{id:{type:"string",id:1},title:{type:"string",id:2},btype:{type:"BattleType",id:3},ptype:{type:"PlayType",id:4},redCompId:{type:"string",id:5},redflist:{rule:"repeated",type:"DBBattleFormt",id:6},blueCompId:{type:"string",id:7},buleflist:{rule:"repeated",type:"DBBattleFormt",id:8},tasks:{rule:"repeated",type:"int32",id:9}}},BattleReport:{fields:{info:{type:"BattleInfo",id:1},Costtime:{type:"int32",id:2},process:{type:"bytes",id:3},completetask:{rule:"repeated",type:"int32",id:4}}},SkillData:{fields:{skillID:{type:"int32",id:1},skillLv:{type:"int32",id:2}}},HeroType:{values:{HeroTypeNil:0,HeroTypeKongFu:1}},DBHero:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},heroID:{type:"string",id:3},star:{type:"int32",id:4},lv:{type:"int32",id:5},exp:{type:"int32",id:6},juexingLv:{type:"int32",id:7},captainSkill:{type:"int32",id:8},normalSkill:{rule:"repeated",type:"SkillData",id:9},property:{keyType:"string",type:"int32",id:10},addProperty:{keyType:"string",type:"int32",id:11},cardType:{type:"int32",id:12},curSkin:{type:"int32",id:13},skins:{rule:"repeated",type:"int32",id:14},block:{type:"bool",id:15},equipID:{rule:"repeated",type:"string",id:16},resonateNum:{type:"int32",id:17},distributionResonate:{type:"int32",id:18},energy:{keyType:"string",type:"int32",id:19},sameCount:{type:"int32",id:20},suiteId:{type:"int32",id:21},suiteExtId:{type:"int32",id:22},isOverlying:{type:"bool",id:23},energyProperty:{keyType:"string",type:"int32",id:24},juexProperty:{keyType:"string",type:"int32",id:25},status:{type:"HeroType",id:26},suite1Star:{type:"int32",id:27},suite2Star:{type:"int32",id:28},suite1Lv:{type:"int32",id:29},suite2Lv:{type:"int32",id:30}}},Floor:{fields:{h4:{type:"int32",id:1},h5:{type:"int32",id:2}}},DBHeroRecord:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},star4:{type:"int32",id:3},star5:{type:"int32",id:4},mtime:{type:"int64",id:5},drawcount:{type:"int32",id:6}}},ChatChannel:{values:{World:0,Union:1,Private:2,CrossServer:3,System:4}},ChatType:{values:{Text:0,Moonfantasy:1,Share:2,HeroShare:3,EquipmentShare:4,ItemShare:5}},DBChat:{fields:{id:{type:"string",id:1},channel:{type:"ChatChannel",id:2},ctype:{type:"ChatType",id:3},suid:{type:"string",id:4},slv:{type:"int32",id:5},ruid:{type:"string",id:6},channelId:{type:"int32",id:7},unionId:{type:"string",id:8},stag:{type:"string",id:9},avatar:{type:"string",id:10},uname:{type:"string",id:11},content:{type:"string",id:12},ctime:{type:"int64",id:13},appendInt:{type:"int64",id:14},appendStr:{type:"string",id:15},appendBool:{type:"string",id:16},appendBytes:{type:"bytes",id:17}}},ChatMessagePush:{fields:{chat:{type:"DBChat",id:1}}},ChatCrossChannelReq:{fields:{}},ChatCrossChannelResp:{fields:{channelId:{type:"int32",id:1}}},ChatChanageChannelReq:{fields:{channelId:{type:"int32",id:1}}},ChatChanageChannelResp:{fields:{channelId:{type:"int32",id:1},isSucc:{type:"bool",id:2}}},ChatGetListReq:{fields:{channel:{type:"ChatChannel",id:1},channelId:{type:"int32",id:2}}},ChatGetListResp:{fields:{chats:{rule:"repeated",type:"DBChat",id:1}}},ChatGetCrossListReq:{fields:{channel:{type:"ChatChannel",id:1},channelId:{type:"int32",id:2}}},ChatGetCrossListResp:{fields:{chats:{rule:"repeated",type:"DBChat",id:1}}},ChatSendReq:{fields:{avatar:{type:"string",id:1},uname:{type:"string",id:2},ulv:{type:"int32",id:3},channel:{type:"ChatChannel",id:4},targetId:{type:"string",id:5},ctype:{type:"ChatType",id:6},content:{type:"string",id:7},appendInt:{type:"int64",id:8},appendStr:{type:"string",id:9},appendBool:{type:"string",id:10},appendBytes:{type:"bytes",id:11}}},ChatSendResp:{fields:{issucc:{type:"bool",id:1}}},ChatSendCrossReq:{fields:{avatar:{type:"string",id:1},uname:{type:"string",id:2},ulv:{type:"int32",id:3},channel:{type:"ChatChannel",id:4},targetId:{type:"string",id:5},ctype:{type:"ChatType",id:6},content:{type:"string",id:7},appendInt:{type:"int64",id:8},appendStr:{type:"string",id:9},appendBool:{type:"string",id:10},appendBytes:{type:"bytes",id:11}}},ChatSendCrossResp:{fields:{issucc:{type:"bool",id:1}}},DBCombatUser:{fields:{uid:{type:"string",id:1},currlevel:{type:"int32",id:2},passmanster:{rule:"repeated",type:"int32",id:3},passdrop:{rule:"repeated",type:"int32",id:4}}},CombatInReq:{fields:{id:{type:"int32",id:1}}},CombatInResp:{fields:{id:{type:"int32",id:1}}},CombatOutReq:{fields:{id:{type:"int32",id:1}}},CombatOutResp:{fields:{id:{type:"int32",id:1}}},CombatChallengeReq:{fields:{manster:{type:"int32",id:1},battle:{type:"BattleFormation",id:2}}},CombatChallengeResp:{fields:{code:{type:"ErrorCode",id:1},manster:{type:"int32",id:2},info:{type:"BattleInfo",id:3}}},CombatChallengeReceiveReq:{fields:{manster:{type:"int32",id:1},report:{type:"BattleReport",id:2}}},CombatChallengeReceiveResp:{fields:{issucc:{type:"bool",id:1}}},CombatDropReq:{fields:{drop:{type:"int32",id:1}}},CombatDropResp:{fields:{code:{type:"ErrorCode",id:1},atns:{rule:"repeated",type:"UserAssets",id:2}}},EquipmentAttributeEntry:{fields:{Id:{type:"int32",id:1},libraryid:{type:"int32",id:2},AttrName:{type:"string",id:3},Lv:{type:"int32",id:4},Value:{type:"int32",id:5},BaseValue:{type:"int32",id:6}}},DB_Equipment:{fields:{Id:{type:"string",id:1},cId:{type:"string",id:2},uId:{type:"string",id:3},heroId:{type:"string",id:4},lv:{type:"int32",id:5},keepFailNum:{type:"int32",id:6},mainEntry:{type:"EquipmentAttributeEntry",id:7},adverbEntry:{rule:"repeated",type:"EquipmentAttributeEntry",id:8},overlayNum:{type:"uint32",id:9},isInitialState:{type:"bool",id:10},islock:{type:"bool",id:11}}},EquipmentGetListReq:{fields:{}},EquipmentGetListResp:{fields:{Equipments:{rule:"repeated",type:"DB_Equipment",id:1}}},EquipmentChangePush:{fields:{Equipments:{rule:"repeated",type:"DB_Equipment",id:1}}},EquipmentEquipReq:{fields:{HeroCardId:{type:"string",id:1},EquipmentId:{rule:"repeated",type:"string",id:2}}},EquipmentEquipResp:{fields:{Equipments:{rule:"repeated",type:"DB_Equipment",id:1}}},EquipmentUpgradeReq:{fields:{EquipmentId:{type:"string",id:1}}},EquipmentUpgradeResp:{fields:{IsSucc:{type:"bool",id:1},Equipment:{rule:"repeated",type:"DB_Equipment",id:2}}},EquipmentLockReq:{fields:{EquipmentId:{type:"string",id:1},IsLock:{type:"bool",id:2}}},EquipmentLockResp:{fields:{IsSucc:{type:"bool",id:1},EquipmentId:{type:"string",id:2},IsLock:{type:"bool",id:3}}},EquipmentSellReq:{fields:{EquipIds:{rule:"repeated",type:"string",id:1}}},EquipmentSellResp:{fields:{IsSucc:{type:"bool",id:1}}},CommentState:{values:{Release:0,Offline:1}},DBComment:{fields:{id:{type:"string",id:1},heroid:{type:"string",id:2},heroobjid:{type:"string",id:3},uid:{type:"string",id:4},stage:{type:"string",id:5},avatar:{type:"string",id:6},uname:{type:"string",id:7},state:{type:"CommentState",id:8},ctime:{type:"int64",id:9},content:{type:"string",id:10},starlist:{type:"int32",id:11}}},ForumGetListReq:{fields:{herocid:{type:"string",id:1}}},ForumGetListResp:{fields:{comment:{rule:"repeated",type:"DBComment",id:1}}},ForumReleaseCommentReq:{fields:{avatar:{type:"string",id:1},uname:{type:"string",id:2},herocid:{type:"string",id:3},herooid:{type:"string",id:4},content:{type:"string",id:5}}},ForumReleaseCommentResp:{fields:{comment:{type:"DBComment",id:1}}},ForumWatchHeroReq:{fields:{uid:{type:"string",id:1},stag:{type:"string",id:2},herocId:{type:"string",id:3},herooId:{type:"string",id:4}}},ForumWatchHeroResp:{fields:{hero:{type:"DBHero",id:1}}},ForumLikeReq:{fields:{herocid:{type:"string",id:1},cid:{type:"string",id:2},islike:{type:"bool",id:3}}},ForumLikeResp:{fields:{cid:{type:"string",id:1},islike:{type:"bool",id:2},issucc:{type:"bool",id:3}}},DBFriend:{fields:{uid:{type:"string",id:1},friendIds:{rule:"repeated",type:"string",id:2},applyIds:{rule:"repeated",type:"string",id:3},blackIds:{rule:"repeated",type:"string",id:4},zanIds:{rule:"repeated",type:"string",id:5},getZandIds:{rule:"repeated",type:"string",id:6},assistHeroId:{type:"string",id:7},received:{type:"int32",id:8},updateTime:{type:"int64",id:9}}},FriendBase:{fields:{userId:{type:"string",id:1},NickName:{type:"string",id:2},level:{type:"int32",id:3},avatar:{type:"string",id:4},strength:{type:"int64",id:5},serverId:{type:"string",id:6},offlineTime:{type:"int64",id:7},isApplied:{type:"bool",id:8},isZaned:{type:"bool",id:9},isGetZaned:{type:"bool",id:10},heroObjId:{type:"string",id:11}}},FriendListReq:{fields:{}},FriendListResp:{fields:{list:{rule:"repeated",type:"FriendBase",id:1}}},FriendRandlistReq:{fields:{}},FriendRandlistResp:{fields:{list:{rule:"repeated",type:"FriendBase",id:1}}},FriendApplyReq:{fields:{friendId:{type:"string",id:1}}},FriendApplyResp:{fields:{userId:{type:"string",id:1},friendId:{type:"string",id:2}}},FriendDelReq:{fields:{friendId:{type:"string",id:1}}},FriendDelResp:{fields:{friendId:{type:"string",id:1},userId:{type:"string",id:2}}},FriendAgreeReq:{fields:{friendIds:{rule:"repeated",type:"string",id:1}}},FriendAgreeResp:{fields:{Num:{type:"int32",id:1}}},FriendRefuseReq:{fields:{friendIds:{rule:"repeated",type:"string",id:1}}},FriendRefuseResp:{fields:{Num:{type:"int32",id:1}}},FriendApplyListReq:{fields:{}},FriendApplyListResp:{fields:{list:{rule:"repeated",type:"FriendBase",id:1}}},FriendSearchReq:{fields:{nickName:{type:"string",id:1}}},FriendSearchResp:{fields:{friend:{type:"FriendBase",id:1}}},FriendBlackListReq:{fields:{}},FriendBlackListResp:{fields:{friends:{rule:"repeated",type:"FriendBase",id:1}}},FriendAddBlackReq:{fields:{friendId:{type:"string",id:1}}},FriendAddBlackResp:{fields:{friendId:{type:"string",id:1},userId:{type:"string",id:2}}},FriendDelBlackReq:{fields:{friendId:{type:"string",id:1}}},FriendDelBlackResp:{fields:{friendId:{type:"string",id:1},userId:{type:"string",id:2}}},FriendTotalReq:{fields:{friendId:{type:"string",id:1}}},FriendTotalResp:{fields:{friendId:{type:"string",id:1},total:{type:"int32",id:2}}},FriendZanlistReq:{fields:{}},FriendZanlistResp:{fields:{list:{rule:"repeated",type:"FriendBase",id:1}}},FriendZanReq:{fields:{friendIds:{rule:"repeated",type:"string",id:1}}},FriendZanResp:{fields:{flag:{type:"bool",id:1}}},FriendZanreceiveReq:{fields:{friendIds:{rule:"repeated",type:"string",id:1}}},FriendZanreceiveResp:{fields:{flag:{type:"bool",id:1}}},FriendAssistheroReq:{fields:{heroObjId:{type:"string",id:1}}},FriendAssistheroResp:{fields:{heroObjId:{type:"string",id:1},received:{type:"int32",id:2}}},FriendAssistlistReq:{fields:{}},FriendAssistlistResp:{fields:{list:{rule:"repeated",type:"FriendBase",id:1},heroObjId:{type:"string",id:2}}},FriendGetrewardReq:{fields:{}},FriendGetrewardResp:{fields:{received:{type:"int32",id:1}}},GMCmdReq:{fields:{Cmod:{type:"string",id:1}}},GMCmdResp:{fields:{IsSucc:{type:"bool",id:1}}},Cooking:{fields:{foodType:{type:"int32",id:1},eTime:{type:"int64",id:2},sTime:{type:"int64",id:3}}},OrderCook:{fields:{foodType:{type:"int32",id:1},foodCount:{type:"int32",id:2},cookTime:{type:"int32",id:3}}},DBGourmet:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},cookingFood:{type:"Cooking",id:3},foods:{rule:"repeated",type:"OrderCook",id:4},items:{rule:"repeated",type:"UserAssets",id:5},skill:{keyType:"int32",type:"int32",id:6},specialSkill:{keyType:"int32",type:"int32",id:7},orderCostTime:{type:"int32",id:8},ctime:{type:"int64",id:9}}},GourmetGetListReq:{fields:{}},GourmetGetListResp:{fields:{data:{type:"DBGourmet",id:1}}},GourmetCreateOrderReq:{fields:{order:{rule:"repeated",type:"OrderCook",id:1}}},GourmetCreateOrderResp:{fields:{data:{type:"DBGourmet",id:1}}},GourmetGetRewardReq:{fields:{}},GourmetGetRewardResp:{fields:{data:{type:"DBGourmet",id:1}}},GourmetSkillLvReq:{fields:{skillType:{type:"int32",id:1}}},GourmetSkillLvResp:{fields:{data:{type:"DBGourmet",id:1}}},HeroInfoReq:{fields:{heroId:{type:"string",id:1}}},HeroInfoResp:{fields:{base:{type:"DBHero",id:1}}},HeroListReq:{fields:{}},HeroListResp:{fields:{list:{rule:"repeated",type:"DBHero",id:1}}},ItemData:{fields:{itemId:{type:"int32",id:2},amount:{type:"int32",id:3}}},MapStringInt32:{fields:{Key:{type:"string",id:1},Value:{type:"int32",id:2}}},HeroStrengthenUplvReq:{fields:{heroObjID:{type:"string",id:1},expCards:{rule:"repeated",type:"MapStringInt32",id:2}}},HeroStrengthenUplvResp:{fields:{hero:{type:"DBHero",id:1}}},CostCardData:{fields:{costCardObj:{type:"string",id:1},amount:{type:"int32",id:2}}},HeroStrengthenUpStarReq:{fields:{heroObjID:{type:"string",id:1},hero:{rule:"repeated",type:"CostCardData",id:2},heroRace:{rule:"repeated",type:"CostCardData",id:3}}},HeroStrengthenUpStarResp:{fields:{hero:{type:"DBHero",id:1}}},HeroStrengthenUpSkillReq:{fields:{heroObjID:{type:"string",id:1},costCardObj:{rule:"repeated",type:"string",id:2}}},HeroStrengthenUpSkillResp:{fields:{hero:{type:"DBHero",id:1}}},HeroResonanceReq:{fields:{heroObjID:{type:"string",id:1},costObjID:{rule:"repeated",type:"string",id:2}}},HeroResonanceResp:{fields:{hero:{type:"DBHero",id:1},energy:{type:"int32",id:2},upStarCard:{type:"DBHero",id:3}}},HeroResonanceResetReq:{fields:{heroObjID:{type:"string",id:1}}},HeroResonanceResetResp:{fields:{hero:{type:"DBHero",id:1},energy:{type:"int32",id:2}}},EnergyData:{fields:{useEnergy:{type:"int32",id:1},useType:{type:"string",id:2}}},HeroResonanceUseEnergyReq:{fields:{heroObjID:{type:"string",id:1},energy:{rule:"repeated",type:"EnergyData",id:2}}},HeroResonanceUseEnergyResp:{fields:{hero:{type:"DBHero",id:1}}},HeroAwakenReq:{fields:{heroObjID:{type:"string",id:1}}},HeroAwakenResp:{fields:{hero:{type:"DBHero",id:1}}},HeroPropertyPush:{fields:{heroId:{type:"string",id:1},property:{keyType:"string",type:"int32",id:2},addProperty:{keyType:"string",type:"int32",id:3}}},HeroLockReq:{fields:{heroid:{type:"string",id:1}}},HeroLockResp:{fields:{hero:{type:"DBHero",id:1}}},HeroGetSpecifiedReq:{fields:{heroCoinfigID:{type:"string",id:1},Amount:{type:"int32",id:2},star:{type:"int32",id:3},lv:{type:"int32",id:4}}},HeroGetSpecifiedResp:{fields:{hero:{type:"DBHero",id:1}}},HeroDrawCardReq:{fields:{drawType:{type:"int32",id:1},drawCount:{type:"int32",id:2}}},HeroDrawCardResp:{fields:{heroes:{rule:"repeated",type:"string",id:1}}},HeroChangePush:{fields:{list:{rule:"repeated",type:"DBHero",id:1}}},HeroDrawCardFloorReq:{fields:{}},HeroDrawCardFloorResp:{fields:{star4:{type:"int32",id:1},star5:{type:"int32",id:2}}},DBHoroscope:{fields:{uid:{type:"string",id:1},nodes:{keyType:"int32",type:"int32",id:2},lastrest:{type:"int64",id:3}}},HoroscopeInfoReq:{fields:{}},HoroscopeInfoResp:{fields:{info:{type:"DBHoroscope",id:1}}},HoroscopeUpgradeReq:{fields:{nid:{type:"int32",id:1}}},HoroscopeUpgradeResp:{fields:{nid:{type:"int32",id:1},lv:{type:"int32",id:2}}},HoroscopeResetReq:{fields:{}},HoroscopeResetResp:{fields:{issucc:{type:"bool",id:1}}},DBHunting:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},challengeCount:{type:"int32",id:3},boss:{keyType:"int32",type:"int32",id:4},buyCount:{type:"int32",id:5},cTime:{type:"int64",id:6},bossTime:{keyType:"string",type:"int32",id:7}}},DBHuntingRank:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},difficulty:{type:"int32",id:3},bosstype:{type:"int32",id:4},nickname:{type:"string",id:5},icon:{type:"string",id:6},lv:{type:"int32",id:7},costTime:{type:"int32",id:8}}},HuntingGetListReq:{fields:{}},HuntingGetListResp:{fields:{data:{type:"DBHunting",id:1}}},HuntingChallengeReq:{fields:{bossType:{type:"int32",id:1},difficulty:{type:"int32",id:2},leadpos:{type:"int32",id:3},teamids:{rule:"repeated",type:"string",id:4}}},HuntingChallengeResp:{fields:{info:{type:"BattleInfo",id:1},bossType:{type:"int32",id:2},difficulty:{type:"int32",id:3}}},HuntingChallengeOverReq:{fields:{bossType:{type:"int32",id:1},difficulty:{type:"int32",id:2},report:{type:"BattleReport",id:3}}},HuntingChallengeOverResp:{fields:{data:{type:"DBHunting",id:1}}},HuntingBuyReq:{fields:{count:{type:"int32",id:1}}},HuntingBuyResp:{fields:{data:{type:"DBHunting",id:1}}},HuntingRankListReq:{fields:{boosType:{type:"int32",id:1},friend:{type:"bool",id:2}}},HuntingRankListResp:{fields:{ranks:{rule:"repeated",type:"DBHuntingRank",id:1}}},DB_UserItemData:{fields:{gridId:{type:"string",id:1},uId:{type:"string",id:2},itemId:{type:"string",id:3},amount:{type:"uint32",id:4},cTime:{type:"int64",id:5},eTime:{type:"int64",id:6},isNewItem:{type:"bool",id:7},lastopt:{type:"int64",id:8}}},ItemsGetlistReq:{fields:{IType:{type:"int32",id:1}}},ItemsGetlistResp:{fields:{Grids:{rule:"repeated",type:"DB_UserItemData",id:1}}},ItemsChangePush:{fields:{Grids:{rule:"repeated",type:"DB_UserItemData",id:1}}},ItemsUseItemReq:{fields:{GridId:{type:"string",id:1},Amount:{type:"uint32",id:2},Select:{type:"int32",id:3}}},ItemsUseItemResp:{fields:{GridId:{type:"string",id:1},Amount:{type:"uint32",id:2},issucc:{type:"bool",id:3}}},ItemsSellItemReq:{fields:{GridId:{type:"string",id:1},ItemId:{type:"string",id:2},Amount:{type:"uint32",id:3}}},ItemsSellItemResp:{fields:{GridId:{type:"string",id:1},Amount:{type:"uint32",id:2},issucc:{type:"bool",id:3}}},DBLibrary:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},fid:{type:"int32",id:3},hero:{keyType:"string",type:"int32",id:4},prize:{keyType:"int32",type:"int32",id:5},fetterlv:{type:"int32",id:6},storyid:{type:"int32",id:7},activation:{type:"bool",id:8}}},DBHeroFetter:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},heroid:{type:"string",id:3},history:{rule:"repeated",type:"int32",id:4},favorlv:{type:"int32",id:5},favorexp:{type:"int32",id:6},stroyprize:{type:"int32",id:7}}},LibraryGetListReq:{fields:{}},LibraryGetListResp:{fields:{data:{rule:"repeated",type:"DBLibrary",id:1}}},LibraryGetFetterListReq:{fields:{}},LibraryGetFetterListResp:{fields:{data:{rule:"repeated",type:"DBHeroFetter",id:1}}},LibraryGetRewardReq:{fields:{objId:{type:"string",id:1}}},LibraryGetRewardResp:{fields:{data:{type:"DBLibrary",id:1}}},LibraryGetStoryRewardReq:{fields:{hid:{type:"string",id:1},history:{type:"int32",id:2},rightend:{type:"int32",id:3}}},LibraryGetStoryRewardResp:{fields:{data:{type:"DBLibrary",id:1}}},LibraryUseGiftReq:{fields:{heroid:{type:"string",id:1},items:{keyType:"string",type:"int32",id:2}}},LibraryUseGiftResp:{fields:{data:{type:"DBHeroFetter",id:1}}},TaskNode:{fields:{status:{type:"int32",id:1},subtaskIds:{rule:"repeated",type:"int32",id:2}}},DBLinestory:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},jqId:{type:"int32",id:3},tasks:{keyType:"int32",type:"TaskNode",id:4}}},LinestoryStartReq:{fields:{jqId:{type:"int32",id:1}}},LinestoryStartResp:{fields:{jqId:{type:"int32",id:1},taskIds:{rule:"repeated",type:"int32",id:2}}},LinestoryDotaskReq:{fields:{taskId:{type:"int32",id:1},subtaskId:{type:"int32",id:2}}},LinestoryDotaskResp:{fields:{taskId:{type:"int32",id:1},subtaskId:{type:"int32",id:2},resetTaskId:{type:"int32",id:3}}},DBMailData:{fields:{ObjId:{type:"string",id:1},Uid:{type:"string",id:2},Title:{type:"string",id:3},Contex:{type:"string",id:4},CreateTime:{type:"uint64",id:5},DueTime:{type:"uint64",id:6},Check:{type:"bool",id:7},Reward:{type:"bool",id:8},Items:{rule:"repeated",type:"UserAssets",id:9},Cid:{type:"string",id:10},Param:{rule:"repeated",type:"string",id:11}}},MailGetListReq:{fields:{}},MailGetListResp:{fields:{Mails:{rule:"repeated",type:"DBMailData",id:1}}},MailReadMailReq:{fields:{ObjID:{type:"string",id:1}}},MailReadMailResp:{fields:{Mail:{type:"DBMailData",id:1}}},MailGetUserMailAttachmentReq:{fields:{ObjID:{type:"string",id:1}}},MailGetUserMailAttachmentResp:{fields:{Mail:{type:"DBMailData",id:1}}},MailDelMailReq:{fields:{ObjID:{type:"string",id:1}}},MailDelMailResp:{fields:{ObjID:{type:"string",id:1}}},MailGetNewMailPush:{fields:{Mail:{type:"DBMailData",id:1}}},MailGetAllMailAttachmentReq:{fields:{}},MailGetAllMailAttachmentResp:{fields:{res:{rule:"repeated",type:"UserAssets",id:1},ids:{rule:"repeated",type:"string",id:2}}},AwaredType:{values:{TypeNil:0,TypeAvailable:1,TypeReceived:2}},DBMainline:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},chapterId:{type:"int32",id:3},mainlineId:{type:"int32",id:4},awaredID:{type:"AwaredType",id:5},branchID:{rule:"repeated",type:"int32",id:6},intensity:{type:"int32",id:7}}},MainlineGetListReq:{fields:{}},MainlineGetListResp:{fields:{data:{rule:"repeated",type:"DBMainline",id:1}}},MainlineGetRewardReq:{fields:{chapterObj:{type:"string",id:1}}},MainlineGetRewardResp:{fields:{data:{type:"DBMainline",id:1}}},MainlineChallengeReq:{fields:{chapterObj:{type:"string",id:1},mainlineId:{type:"uint32",id:2},leadpos:{type:"int32",id:3},teamids:{rule:"repeated",type:"string",id:4}}},MainlineChallengeResp:{fields:{info:{type:"BattleInfo",id:1},chapterObj:{type:"string",id:2},mainlineId:{type:"uint32",id:3}}},MainlineChallengeOverReq:{fields:{chapterObj:{type:"string",id:1},mainlineId:{type:"uint32",id:2},report:{type:"BattleReport",id:3}}},MainlineChallengeOverResp:{fields:{data:{type:"DBMainline",id:1}}},MainlineNewChapterPush:{fields:{data:{type:"DBMainline",id:1}}},PillarState:{values:{NoUse:0,Useing:1,Receive:2}},DBPillar:{fields:{index:{type:"int32",id:1},isunlock:{type:"bool",id:2},state:{type:"PillarState",id:3},hero:{type:"string",id:4},start:{type:"int64",id:5},end:{type:"int64",id:6},lastbill:{type:"int64",id:7},reward:{type:"int32",id:8}}},DBMartialhall:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},lv:{type:"int32",id:3},pillar1:{type:"DBPillar",id:4},pillar2:{type:"DBPillar",id:5},pillar3:{type:"DBPillar",id:6},pillar4:{type:"DBPillar",id:7},pillar5:{type:"DBPillar",id:8}}},MartialhallInfoReq:{fields:{}},MartialhallInfoResp:{fields:{info:{type:"DBMartialhall",id:1}}},MartialhallPracticeReq:{fields:{pillar:{type:"int32",id:1},hero:{type:"string",id:2},time:{type:"int32",id:3}}},MartialhallPracticeResp:{fields:{issucc:{type:"bool",id:1},info:{type:"DBMartialhall",id:2}}},MartialhallReceiveReq:{fields:{pillar:{type:"int32",id:1}}},MartialhallReceiveResp:{fields:{}},MartialhallUpgradeReq:{fields:{}},MartialhallUpgradeResp:{fields:{issucc:{type:"bool",id:1},info:{type:"DBMartialhall",id:2}}},MartialhallUnLockReq:{fields:{pillar:{type:"int32",id:1}}},MartialhallUnLockResp:{fields:{issucc:{type:"bool",id:1},info:{type:"DBMartialhall",id:2}}},UserInfo:{fields:{uid:{type:"string",id:1},name:{type:"string",id:2},avatar:{type:"string",id:3},lv:{type:"int32",id:4}}},DBMoonFantasy:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},monster:{type:"string",id:3},ctime:{type:"int64",id:4},join:{rule:"repeated",type:"UserInfo",id:5},numup:{type:"int32",id:6},unitmup:{type:"int32",id:7},record:{keyType:"string",type:"int32",id:8}}},DBUserMFantasy:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},mfantasys:{rule:"repeated",type:"string",id:3},triggerNum:{type:"int32",id:4},battleNum:{type:"int32",id:5},buyNum:{type:"int32",id:6},lastTrigger:{type:"int64",id:7}}},MoonfantasyGetListReq:{fields:{}},MoonfantasyGetListResp:{fields:{battleNum:{type:"int32",id:1},buyNum:{type:"int32",id:2},dfantasys:{rule:"repeated",type:"DBMoonFantasy",id:3}}},MoonfantasyTriggerPush:{fields:{issucc:{type:"bool",id:1},mid:{type:"string",id:2},monster:{type:"string",id:3}}},MoonfantasyAskReq:{fields:{mid:{type:"string",id:1}}},MoonfantasyAskResp:{fields:{code:{type:"ErrorCode",id:1},info:{type:"DBMoonFantasy",id:2}}},MoonfantasyBattleReq:{fields:{mid:{type:"string",id:1},leadpos:{type:"int32",id:2},teamids:{rule:"repeated",type:"string",id:3}}},MoonfantasyBattleResp:{fields:{code:{type:"ErrorCode",id:1},mid:{type:"string",id:2},info:{type:"BattleInfo",id:3}}},MoonfantasyReceiveReq:{fields:{bid:{type:"string",id:2},mid:{type:"string",id:3},report:{type:"BattleReport",id:4}}},MoonfantasyReceiveResp:{fields:{issucc:{type:"bool",id:1}}},MoonfantasyBuyReq:{fields:{BuyNum:{type:"int32",id:1}}},MoonfantasyBuyResp:{fields:{issucc:{type:"bool",id:1},BattleNum:{type:"int32",id:2}}},DBSystemNotify:{fields:{id:{type:"string",id:1},title:{type:"string",id:2},content:{type:"string",id:3},istop:{type:"bool",id:4},ctime:{type:"int64",id:5},rtime:{type:"int64",id:6}}},NotifyErrorNotifyPush:{fields:{ReqMainType:{type:"string",id:1},ReqSubType:{type:"string",id:2},Code:{type:"ErrorCode",id:3},Message:{type:"string",id:4},arg:{type:"google.protobuf.Any",id:5},Data:{type:"google.protobuf.Any",id:6}}},NotifyGetListReq:{fields:{}},NotifyGetListResp:{fields:{LastReadTime:{type:"int64",id:1},SysNotify:{rule:"repeated",type:"DBSystemNotify",id:2}}},DBPagoda:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},pagodaId:{type:"int32",id:3},reward:{keyType:"int32",type:"bool",id:4},type:{type:"int32",id:5}}},DBSeasonPagoda:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},pagodaId:{type:"int32",id:3},reward:{keyType:"int32",type:"bool",id:4},type:{type:"int32",id:5}}},DBPagodaRecord:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},pagodaId:{type:"int32",id:3},type:{type:"int32",id:4},nickname:{type:"string",id:5},icon:{type:"string",id:6},lv:{type:"int32",id:7},leadpos:{type:"int32",id:8},line:{rule:"repeated",type:"LineUp",id:9},costTime:{type:"int32",id:10}}},PagodaGetListReq:{fields:{}},PagodaGetListResp:{fields:{data:{type:"DBPagoda",id:1}}},PagodaGetRewardReq:{fields:{id:{type:"int32",id:1}}},PagodaGetRewardResp:{fields:{data:{type:"DBPagoda",id:1}}},PagodaChallengeReq:{fields:{levelID:{type:"int32",id:1},PagodaType:{type:"int32",id:2},leadpos:{type:"int32",id:3},teamids:{rule:"repeated",type:"string",id:4}}},PagodaChallengeResp:{fields:{info:{type:"BattleInfo",id:1},levelID:{type:"int32",id:2},PagodaType:{type:"int32",id:3}}},PagodaChallengeOverReq:{fields:{levelID:{type:"int32",id:1},PagodaType:{type:"int32",id:2},report:{type:"BattleReport",id:3}}},PagodaChallengeOverResp:{fields:{data:{type:"DBPagoda",id:1}}},PagodaRankListReq:{fields:{floorId:{type:"int32",id:1},friend:{type:"bool",id:2}}},PagodaRankListResp:{fields:{ranks:{rule:"repeated",type:"DBPagodaRecord",id:1}}},PagodaQueryRecordReq:{fields:{}},PagodaQueryRecordResp:{fields:{data:{type:"DBPagodaRecord",id:1}}},DBPayOrder:{fields:{orderid:{type:"string",id:1},uid:{type:"string",id:2},productid:{type:"string",id:3},ctime:{type:"int64",id:4}}},DBUserPay:{fields:{uid:{type:"string",id:1},record:{keyType:"string",type:"int32",id:2}}},PayDailyItem:{fields:{id:{type:"int32",id:1},buyunm:{type:"int32",id:2},lastrefresh:{type:"int64",id:3}}},DBPayDaily:{fields:{uid:{type:"string",id:1},items:{keyType:"int32",type:"PayDailyItem",id:2}}},PayInfoReq:{fields:{}},PayInfoResp:{fields:{info:{type:"DBPayDaily",id:1}}},PayDailyBuyReq:{fields:{id:{type:"int32",id:1}}},PayDailyBuyResp:{fields:{isucc:{type:"bool",id:1}}},PayDeliveryReq:{fields:{uid:{type:"string",id:1},orderid:{type:"string",id:2},productid:{type:"string",id:3}}},PayDeliveryResp:{fields:{code:{type:"ErrorCode",id:1},msg:{type:"string",id:2}}},ReddotGetAllReq:{fields:{}},ReddotGetAllResp:{fields:{reddot:{keyType:"int32",type:"bool",id:1}}},ReddotGetReq:{fields:{rids:{rule:"repeated",type:"int32",id:1}}},ReddotGetResp:{fields:{reddot:{keyType:"int32",type:"bool",id:1}}},frtaskIds:{fields:{rtaskIds:{rule:"repeated",type:"int32",id:1}}},DBRtask:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},frtaskIds:{keyType:"int32",type:"frtaskIds",id:3},nextRtaskId:{type:"int32",id:4},isReward:{type:"bool",id:5}}},rtaskData:{fields:{data:{keyType:"int32",type:"int32",id:1},rtype:{type:"int32",id:2},timestamp:{type:"int64",id:3}}},DBRtaskRecord:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},vals:{keyType:"int32",type:"rtaskData",id:3}}},RtaskApplyReq:{fields:{rtaskId:{type:"int32",id:1},rtaskSubId:{type:"int32",id:2}}},RtaskApplyResp:{fields:{rtaskId:{type:"int32",id:1}}},RtasklistReq:{fields:{groupId:{type:"int32",id:1}}},RtasklistResp:{fields:{rtaskIds:{rule:"repeated",type:"int32",id:1},groupId:{type:"int32",id:2}}},RtaskChooseReq:{fields:{rtaskId:{type:"int32",id:1},chooseId:{type:"int32",id:2},rtaskSubId:{type:"int32",id:3}}},RtaskChooseResp:{fields:{rtaskId:{type:"int32",id:1},chooseId:{type:"int32",id:2},rtaskSubId:{type:"int32",id:3}}},RtaskFinishPush:{fields:{rtaskId:{type:"int32",id:1}}},RtaskFinishIdsPush:{fields:{rtaskId:{rule:"repeated",type:"int32",id:1},groupId:{type:"int32",id:2}}},RtaskGetRewardReq:{fields:{rtaskId:{type:"int32",id:1},rtaskSubId:{type:"int32",id:2}}},RtaskGetRewardResp:{fields:{rtaskId:{type:"int32",id:1},rtaskSubId:{type:"int32",id:2}}},RtaskBattleStartReq:{fields:{battleConfId:{type:"int32",id:1},leadpos:{type:"int32",id:3},teamids:{rule:"repeated",type:"string",id:4}}},RtaskBattleStartResp:{fields:{info:{type:"BattleInfo",id:1}}},RtaskBattleFinishReq:{fields:{rtaskId:{type:"int32",id:1},rtaskSubId:{type:"int32",id:2},chooseId:{type:"int32",id:3}}},RtaskBattleFinishResp:{fields:{rtaskId:{type:"int32",id:1},rtaskSubId:{type:"int32",id:2}}},RtaskGetrecordReq:{fields:{}},RtaskGetrecordResp:{fields:{record:{type:"DBRtaskRecord",id:1}}},RtaskTestReq:{fields:{rtaskType:{type:"int32",id:1},params:{rule:"repeated",type:"int32",id:2},condiId:{type:"int32",id:3},groupId:{type:"int32",id:4},rtaskIds:{type:"string",id:5}}},RtaskTestResp:{fields:{flag:{type:"bool",id:1},rtaskIds:{rule:"repeated",type:"int32",id:2}}},ShopType:{values:{Null:0,GoldShop:1,DiamondShop:2,PVPShop:3,PVEShop:4,AllianceShop:5}},UserShopData:{fields:{LastRefreshTime:{type:"int64",id:1},ManualRefreshNum:{type:"int32",id:2},Items:{rule:"repeated",type:"int32",id:3},buy:{keyType:"int32",type:"int32",id:4}}},DBShop:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},goldShop:{type:"UserShopData",id:3},diamondShop:{type:"UserShopData",id:4},pvpShop:{type:"UserShopData",id:5},pveShop:{type:"UserShopData",id:6},allianceShop:{type:"UserShopData",id:7}}},ShopItem:{fields:{GoodsId:{type:"int32",id:1},Items:{rule:"repeated",type:"UserAssets",id:2},Consume:{rule:"repeated",type:"UserAssets",id:3},Sale:{type:"int32",id:4},LeftBuyNum:{type:"int32",id:5}}},ShopGetListReq:{fields:{sType:{type:"ShopType",id:1},IsManualRefresh:{type:"bool",id:2}}},ShopGetListResp:{fields:{sType:{type:"ShopType",id:1},IsManualRefresh:{type:"bool",id:2},Goods:{rule:"repeated",type:"ShopItem",id:4},SurplusRefreshNum:{type:"int32",id:5}}},ShopBuyReq:{fields:{ShopType:{type:"ShopType",id:1},GoodsId:{type:"int32",id:2},BuyNum:{type:"int32",id:3}}},ShopBuyResp:{fields:{IsSucc:{type:"bool",id:1}}},Clang:{fields:{deskType:{type:"int32",id:1},eTime:{type:"int64",id:2},sTime:{type:"int64",id:3}}},OrderClang:{fields:{deskType:{type:"int32",id:1},count:{type:"int32",id:2},needTime:{type:"int32",id:3}}},DBSmithy:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},clang:{type:"Clang",id:3},orders:{rule:"repeated",type:"OrderClang",id:4},items:{rule:"repeated",type:"UserAssets",id:5},skill:{keyType:"int32",type:"int32",id:6},stoveLv:{type:"int32",id:7},orderCostTime:{type:"int32",id:8},ctime:{type:"int64",id:9},deskFloor:{keyType:"int32",type:"int32",id:10},stoveFloor:{type:"int32",id:11}}},SmithyGetListReq:{fields:{}},SmithyGetListResp:{fields:{data:{type:"DBSmithy",id:1}}},SmithyCreateOrderReq:{fields:{order:{rule:"repeated",type:"OrderClang",id:1}}},SmithyCreateOrderResp:{fields:{data:{type:"DBSmithy",id:1}}},SmithyGetRewardReq:{fields:{}},SmithyGetRewardResp:{fields:{data:{type:"DBSmithy",id:1}}},SmithyDeskSkillLvReq:{fields:{deskType:{type:"int32",id:1}}},SmithyDeskSkillLvResp:{fields:{data:{type:"DBSmithy",id:1}}},SmithyStoveSkillLvReq:{fields:{}},SmithyStoveSkillLvResp:{fields:{data:{type:"DBSmithy",id:1}}},SmithyGetRandUserReq:{fields:{}},SmithyGetRandUserResp:{fields:{user:{rule:"repeated",type:"string",id:1}}},SysFuncListReq:{fields:{}},SysFuncListResp:{fields:{funcIds:{rule:"repeated",type:"string",id:1}}},DBTask:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},taskId:{type:"int32",id:3},tag:{type:"int32",id:4},progress:{type:"int32",id:5},active:{type:"int32",id:6},status:{type:"int32",id:7},received:{type:"int32",id:8},typeId:{type:"int32",id:9},sort:{type:"int32",id:10}}},DBTaskActive:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},rId:{type:"int32",id:3},tag:{type:"int32",id:4},received:{type:"int32",id:5}}},TaskReceiveReq:{fields:{taskTag:{type:"int32",id:1},id:{type:"string",id:2}}},TaskReceiveResp:{fields:{taskId:{type:"int32",id:1}}},TaskListReq:{fields:{taskTag:{type:"int32",id:1}}},TaskListResp:{fields:{list:{rule:"repeated",type:"DBTask",id:1}}},TaskActiveListReq:{fields:{taskTag:{type:"int32",id:1}}},TaskActiveListResp:{fields:{list:{rule:"repeated",type:"DBTaskActive",id:1},active:{type:"int32",id:2}}},TaskActiveReceiveReq:{fields:{taskTag:{type:"int32",id:1},id:{type:"string",id:2}}},TaskActiveReceiveResp:{fields:{taskTag:{type:"int32",id:1},id:{type:"string",id:2}}},TaskDoStrategyReq:{fields:{heroCfgId:{type:"int32",id:1}}},TaskDoStrategyResp:{fields:{taskIds:{rule:"repeated",type:"int32",id:1}}},TaskFinishedPush:{fields:{taskId:{type:"int32",id:1}}},CacheUser:{fields:{uid:{type:"string",id:1},SessionId:{type:"string",id:2},ServiceTag:{type:"string",id:3},GatewayServiceId:{type:"string",id:4},ip:{type:"string",id:5}}},DBUser:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},uuid:{type:"string",id:3},binduid:{type:"string",id:4},name:{type:"string",id:5},sid:{type:"string",id:6},createip:{type:"string",id:7},lastloginip:{type:"string",id:8},ctime:{type:"int64",id:9},logintime:{type:"int64",id:10},avatar:{type:"string",id:12},gold:{type:"int64",id:13},exp:{type:"int64",id:14},created:{type:"bool",id:15},lv:{type:"int32",id:16},vip:{type:"int32",id:17},diamond:{type:"int64",id:18},title:{type:"int32",id:19},offlinetime:{type:"int64",id:11},figure:{type:"int32",id:20},bgp:{type:"int32",id:21}}},DBUserSetting:{fields:{uid:{type:"string",id:2},huazhi:{type:"uint32",id:3},kangjuchi:{type:"uint32",id:4},gaoguang:{type:"bool",id:5},wuli:{type:"bool",id:6},music:{type:"bool",id:7},effect:{type:"bool",id:8},guaji:{type:"bool",id:9},fuben:{type:"bool",id:10},tansuo:{type:"bool",id:11},huodong:{type:"bool",id:12},xuanshang:{type:"bool",id:13},saiji:{type:"bool",id:14}}},UserLoginReq:{fields:{account:{type:"string",id:1},sid:{type:"string",id:2}}},UserLoginResp:{fields:{data:{type:"DBUser",id:1},ex:{type:"DBUserExpand",id:2},timeNow:{type:"int64",id:3}}},UserInfoReq:{fields:{}},UserInfoResp:{fields:{data:{type:"DBUser",id:1},ex:{type:"DBUserExpand",id:2}}},UserLogoutReq:{fields:{}},UserLogoutResp:{fields:{}},UserRegisterReq:{fields:{account:{type:"string",id:1},sid:{type:"string",id:2}}},UserRegisterResp:{fields:{Code:{type:"ErrorCode",id:1},account:{type:"string",id:2}}},UserLoadResp:{fields:{data:{type:"CacheUser",id:1}}},UserCreateReq:{fields:{NickName:{type:"string",id:1}}},UserCreateResp:{fields:{IsSucc:{type:"bool",id:1}}},UserResChangedPush:{fields:{gold:{type:"int64",id:1},exp:{type:"int64",id:2},diamond:{type:"int64",id:5},friend:{type:"int32",id:6}}},UserGetSettingReq:{fields:{}},UserGetSettingResp:{fields:{setting:{type:"DBUserSetting",id:1}}},UserUpdateSettingReq:{fields:{setting:{type:"DBUserSetting",id:1}}},UserUpdateSettingResp:{fields:{uid:{type:"string",id:1}}},UserVeriCodeReq:{fields:{}},UserVeriCodeResp:{fields:{code:{type:"int32",id:1}}},UserInitdataReq:{fields:{code:{type:"int32",id:1}}},UserInitdataResp:{fields:{uid:{type:"string",id:1}}},UserModifynameReq:{fields:{name:{type:"string",id:1}}},UserModifynameResp:{fields:{uid:{type:"string",id:1},count:{type:"uint32",id:2},name:{type:"string",id:3}}},UserModifyavatarReq:{fields:{avatarId:{type:"string",id:1}}},UserModifyavatarResp:{fields:{uid:{type:"string",id:1},avatarId:{type:"string",id:2}}},UserModifybgpReq:{fields:{bgpId:{type:"int32",id:1}}},UserModifybgpResp:{fields:{uid:{type:"string",id:1},bgpId:{type:"int32",id:2}}},UserModifyfigureReq:{fields:{figureId:{type:"int32",id:1}}},UserModifyfigureResp:{fields:{uid:{type:"string",id:1},figureId:{type:"int32",id:2}}},UserGetTujianReq:{fields:{}},UserGetTujianResp:{fields:{heroids:{rule:"repeated",type:"string",id:1}}},UserLvChangedPush:{fields:{uid:{type:"string",id:1},exp:{type:"int64",id:2},lv:{type:"int32",id:3}}},UserModifysignReq:{fields:{sign:{type:"string",id:1}}},UserModifysignResp:{fields:{uid:{type:"string",id:1}}},UserBattlerecordReq:{fields:{}},UserBattlerecordResp:{fields:{uid:{type:"string",id:1},pagodaRecord:{type:"DBPagodaRecord",id:2}}},DBUserExpand:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},lastreadnotiftime:{type:"int64",id:3},lastInitdataTime:{type:"int64",id:4},initdataCount:{type:"uint32",id:5},chatchannel:{type:"int32",id:6},modifynameCount:{type:"int32",id:7},tujian:{keyType:"string",type:"int32",id:8},activeday:{type:"int32",id:11},activeweek:{type:"int32",id:12},sign:{type:"string",id:13},friendPoint:{type:"int32",id:14},friendPointID:{type:"int32",id:15},friendPointOD:{type:"int32",id:16},loginAddCount:{type:"int32",id:19},loginContinueCount:{type:"int32",id:20},completePagoda:{type:"bool",id:21},rtaskId:{type:"int32",id:22}}},DBViking:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},challengeCount:{type:"int32",id:3},boss:{keyType:"int32",type:"int32",id:4},buyCount:{type:"int32",id:5},cTime:{type:"int64",id:6},bossTime:{keyType:"string",type:"int32",id:7}}},DBVikingRank:{fields:{id:{type:"string",id:1},uid:{type:"string",id:2},difficulty:{type:"int32",id:3},bosstype:{type:"int32",id:4},nickname:{type:"string",id:5},icon:{type:"string",id:6},lv:{type:"int32",id:7},leadpos:{type:"int32",id:8},line:{rule:"repeated",type:"LineUp",id:9},costTime:{type:"int32",id:10}}},VikingGetListReq:{fields:{}},VikingGetListResp:{fields:{data:{type:"DBViking",id:1}}},VikingChallengeReq:{fields:{bossType:{type:"int32",id:1},difficulty:{type:"int32",id:2},leadpos:{type:"int32",id:3},teamids:{rule:"repeated",type:"string",id:4}}},VikingChallengeResp:{fields:{info:{type:"BattleInfo",id:1},bossType:{type:"int32",id:2},difficulty:{type:"int32",id:3}}},VikingChallengeOverReq:{fields:{bossType:{type:"int32",id:1},difficulty:{type:"int32",id:2},report:{type:"BattleReport",id:3}}},VikingChallengeOverResp:{fields:{data:{type:"DBViking",id:1}}},VikingBuyReq:{fields:{count:{type:"int32",id:1}}},VikingBuyResp:{fields:{data:{type:"DBViking",id:1}}},VikingRankListReq:{fields:{boosType:{type:"int32",id:1},friend:{type:"bool",id:2}}},VikingRankListResp:{fields:{ranks:{rule:"repeated",type:"DBVikingRank",id:1}}}});e.exports=o},9883:function(e,t,i){"use strict";i.r(t),i.d(t,{default:function(){return bt}});var r=i(3396),o=i(7139),n=i(9242),s=i(1114);const a=(0,s.J)("v-alert-title");var l=i(7312),c=i(836),d=i(3289),h=i(5221),u=i(9694),f=i(4544),p=i(2465),m=i(5180),A=i(489),g=i(4231),y=i(1138),C=i(7041),D=i(5738),v=i(8717),B=i(2370),w=i(1617),k=i(4870),b=i(320);const E=["success","info","warning","error"],F=(0,b.a)({name:"VAlert",props:{border:{type:[Boolean,String],validator:e=>"boolean"===typeof e||["top","end","bottom","start"].includes(e)},borderColor:String,closable:Boolean,closeIcon:{type:w.lE,default:"$close"},closeLabel:{type:String,default:"$vuetify.close"},icon:{type:[Boolean,String,Function,Object],default:null},modelValue:{type:Boolean,default:!0},prominent:Boolean,title:String,text:String,type:{type:String,validator:e=>E.includes(e)},...(0,u.f)(),...(0,f.x)(),...(0,p.c)(),...(0,m.y)(),...(0,A.F)(),...(0,g.I)(),...(0,y.Q)(),...(0,C.x$)(),...(0,h.bk)({variant:"flat"})},emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:i}=t;const o=(0,v.z)(e,"modelValue"),n=(0,r.Fl)((()=>{if(!1!==e.icon)return e.type?e.icon??`$${e.type}`:e.icon})),s=(0,r.Fl)((()=>({color:e.color??e.type,variant:e.variant}))),{themeClasses:y}=(0,C.ER)(e),{colorClasses:w,colorStyles:b,variantClasses:E}=(0,h.c1)(s),{densityClasses:F}=(0,u.t)(e),{dimensionStyles:x}=(0,f.$)(e),{elevationClasses:S}=(0,p.Y)(e),{locationStyles:_}=(0,m.T)(e),{positionClasses:R}=(0,A.K)(e),{roundedClasses:$}=(0,g.b)(e),{textColorClasses:T,textColorStyles:O}=(0,B.rY)((0,k.Vh)(e,"borderColor")),{t:P}=(0,D.bU)(),L=(0,r.Fl)((()=>({"aria-label":P(e.closeLabel),onClick(e){o.value=!1}})));return()=>{var t,s;const u=!(!i.prepend&&!n.value),f=!(!i.title&&!e.title),p=!(!e.text&&!i.text),m=!(!i.close&&!e.closable);return o.value&&(0,r.Wm)(e.tag,{class:["v-alert",e.border&&{"v-alert--border":!!e.border,[`v-alert--border-${!0===e.border?"start":e.border}`]:!0},{"v-alert--prominent":e.prominent},y.value,w.value,F.value,S.value,R.value,$.value,E.value],style:[b.value,x.value,_.value],role:"alert"},{default:()=>[(0,h.Ux)(!1,"v-alert"),e.border&&(0,r.Wm)("div",{key:"border",class:["v-alert__border",T.value],style:O.value},null),u&&(0,r.Wm)(c.z,{key:"prepend",defaults:{VIcon:{density:e.density,icon:n.value,size:e.prominent?44:28}}},{default:()=>[(0,r.Wm)("div",{class:"v-alert__prepend"},[i.prepend?i.prepend():n.value&&(0,r.Wm)(d.t,null,null)])]}),(0,r.Wm)("div",{class:"v-alert__content"},[f&&(0,r.Wm)(a,{key:"title"},{default:()=>[i.title?i.title():e.title]}),p&&(i.text?i.text():e.text),null==(t=i.default)?void 0:t.call(i)]),i.append&&(0,r.Wm)("div",{key:"append",class:"v-alert__append"},[i.append()]),m&&(0,r.Wm)(c.z,{key:"close",defaults:{VBtn:{icon:e.closeIcon,size:"x-small",variant:"text"}}},{default:()=>[(0,r.Wm)("div",{class:"v-alert__close"},[(null==(s=i.close)?void 0:s.call(i,{props:L.value}))??(0,r.Wm)(l.T,L.value,null)])]})]})}}});var x=i(11),S=i(6572),_=i(1888),R=i(7076),$=i(6193),T=i(3766),O=i(9888),P=i(131);const L=(0,T.U)({indeterminate:Boolean,indeterminateIcon:{type:w.lE,default:"$checkboxIndeterminate"},...(0,$.$9)({falseIcon:"$checkboxOff",trueIcon:"$checkboxOn"})}),j=(0,b.a)({name:"VCheckboxBtn",props:L(),emits:{"update:modelValue":e=>!0,"update:indeterminate":e=>!0},setup(e,t){let{slots:i,emit:o}=t;const n=(0,v.z)(e,"indeterminate");function s(e){n.value&&(n.value=!1),o("update:modelValue",e)}const a=(0,r.Fl)((()=>e.indeterminate?e.indeterminateIcon:e.falseIcon)),l=(0,r.Fl)((()=>e.indeterminate?e.indeterminateIcon:e.trueIcon));return(0,O.L)((()=>(0,r.Wm)($.g5,(0,r.dG)(e,{class:"v-checkbox-btn",type:"checkbox",inline:!0,"onUpdate:modelValue":s,falseIcon:a.value,trueIcon:l.value,"aria-checked":e.indeterminate?"mixed":void 0}),i))),{}}});function I(e){return(0,P.ei)(e,Object.keys(j.props))}var M=i(7514);const N=(0,b.a)({name:"VCheckbox",inheritAttrs:!1,props:{...(0,R.co)(),...L()},setup(e,t){let{attrs:i,slots:o}=t;const n=(0,M.sq)(),s=(0,r.Fl)((()=>e.id||`checkbox-${n}`));return(0,O.L)((()=>{const[t,n]=(0,P.An)(i),[a,l]=(0,R.PE)(e),[c,d]=I(e);return(0,r.Wm)(R.q8,(0,r.dG)({class:"v-checkbox"},t,a,{id:s.value}),{...o,default:e=>{let{id:t,isDisabled:i,isReadonly:s}=e;return(0,r.Wm)(j,(0,r.dG)(c,{id:t.value,disabled:i.value,readonly:s.value},n),o)}})})),{}}});var U=i(4075),z=i(3369),H=i(6824),W=i(8521),V=i(4906),G=i(7052);const q=(0,b.a)({name:"VLazy",directives:{intersect:G.Z},props:{modelValue:Boolean,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},...(0,f.x)(),...(0,y.Q)(),...(0,V.X)({transition:"fade-transition"})},emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:i}=t;const{dimensionStyles:o}=(0,f.$)(e),n=(0,v.z)(e,"modelValue");function s(e){n.value||(n.value=e)}return(0,O.L)((()=>{var t;return(0,r.wy)((0,r.Wm)(e.tag,{class:"v-lazy",style:o.value},{default:()=>[n.value&&(0,r.Wm)(V.J,{transition:e.transition},{default:()=>[null==(t=i.default)?void 0:t.call(i)]})]}),[[(0,r.Q2)("intersect"),s,e.options]])})),{}}});var K=i(2329),Y=i(8777),J=i(4162),X=i(3122),Q=i(8587);const Z=(0,b.a)({name:"VDialogTransition",props:{target:Object},setup(e,t){let{slots:i}=t;const o={onBeforeEnter(e){e.style.pointerEvents="none",e.style.visibility="hidden"},async onEnter(t,i){var r;await new Promise((e=>requestAnimationFrame(e))),await new Promise((e=>requestAnimationFrame(e))),t.style.visibility="";const{x:o,y:n,sx:s,sy:a,speed:l}=te(e.target,t),c=(0,X.j)(t,[{transform:`translate(${o}px, ${n}px) scale(${s}, ${a})`,opacity:0},{transform:""}],{duration:225*l,easing:Q.uX});null==(r=ee(t))||r.forEach((e=>{(0,X.j)(e,[{opacity:0},{opacity:0,offset:.33},{opacity:1}],{duration:450*l,easing:Q.Ly})})),c.finished.then((()=>i()))},onAfterEnter(e){e.style.removeProperty("pointer-events")},onBeforeLeave(e){e.style.pointerEvents="none"},async onLeave(t,i){var r;await new Promise((e=>requestAnimationFrame(e)));const{x:o,y:n,sx:s,sy:a,speed:l}=te(e.target,t),c=(0,X.j)(t,[{transform:""},{transform:`translate(${o}px, ${n}px) scale(${s}, ${a})`,opacity:0}],{duration:125*l,easing:Q.x0});c.finished.then((()=>i())),null==(r=ee(t))||r.forEach((e=>{(0,X.j)(e,[{},{opacity:0,offset:.2},{opacity:0}],{duration:250*l,easing:Q.Ly})}))},onAfterLeave(e){e.style.removeProperty("pointer-events")}};return()=>e.target?(0,r.Wm)(n.uT,(0,r.dG)({name:"dialog-transition"},o,{css:!1}),i):(0,r.Wm)(n.uT,{name:"dialog-transition"},i)}});function ee(e){var t;const i=null==(t=e.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list"))?void 0:t.children;return i&&[...i]}function te(e,t){const i=e.getBoundingClientRect(),r=(0,X.G)(t),[o,n]=getComputedStyle(t).transformOrigin.split(" ").map((e=>parseFloat(e))),[s,a]=getComputedStyle(t).getPropertyValue("--v-overlay-anchor-origin").split(" ");let l=i.left+i.width/2;"left"===s||"left"===a?l-=i.width/2:"right"!==s&&"right"!==a||(l+=i.width/2);let c=i.top+i.height/2;"top"===s||"top"===a?c-=i.height/2:"bottom"!==s&&"bottom"!==a||(c+=i.height/2);const d=i.width/r.width,h=i.height/r.height,u=Math.max(1,d,h),f=d/u,p=h/u,m=r.width*r.height/(window.innerWidth*window.innerHeight),A=m>.12?Math.min(1.5,10*(m-.12)+1):1;return{x:l-(o+r.left),y:c-(n+r.top),sx:f,sy:p,speed:A}}var ie=i(652),re=i(1970),oe=i(8434);const ne=Symbol.for("vuetify:v-chip-group");(0,b.a)({name:"VChipGroup",props:{column:Boolean,filter:Boolean,valueComparator:{type:Function,default:P.vZ},...(0,re.k4)({selectedClass:"v-chip--selected"}),...(0,y.Q)(),...(0,C.x$)(),...(0,h.bk)({variant:"tonal"})},emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:i}=t;const{themeClasses:o}=(0,C.ER)(e),{isSelected:n,select:s,next:a,prev:l,selected:c}=(0,re._v)(e,ne);return(0,oe.AF)({VChip:{color:(0,k.Vh)(e,"color"),filter:(0,k.Vh)(e,"filter"),variant:(0,k.Vh)(e,"variant")}}),(0,O.L)((()=>{var t;return(0,r.Wm)(e.tag,{class:["v-chip-group",{"v-chip-group--column":e.column},o.value]},{default:()=>[null==(t=i.default)?void 0:t.call(i,{isSelected:n,select:s,next:a,prev:l,selected:c.value})]})})),{}}});var se=i(8952),ae=i(2718),le=i(6183),ce=i(9374),de=i(3824);const he=(0,b.a)({name:"VChip",directives:{Ripple:de.H},props:{activeClass:String,appendAvatar:String,appendIcon:w.lE,closable:Boolean,closeIcon:{type:w.lE,default:"$delete"},closeLabel:{type:String,default:"$vuetify.close"},draggable:Boolean,filter:Boolean,filterIcon:{type:String,default:"$complete"},label:Boolean,link:Boolean,pill:Boolean,prependAvatar:String,prependIcon:w.lE,ripple:{type:Boolean,default:!0},text:String,modelValue:{type:Boolean,default:!0},...(0,ae.m)(),...(0,u.f)(),...(0,p.c)(),...(0,re.YQ)(),...(0,g.I)(),...(0,le.GN)(),...(0,ce.Z)(),...(0,y.Q)({tag:"span"}),...(0,C.x$)(),...(0,h.bk)({variant:"tonal"})},emits:{"click:close":e=>!0,"update:active":e=>!0,"update:modelValue":e=>!0,"group:selected":e=>!0},setup(e,t){let{attrs:i,emit:o,slots:s}=t;const{borderClasses:a}=(0,ae.P)(e),{colorClasses:l,colorStyles:f,variantClasses:m}=(0,h.c1)(e),{densityClasses:A}=(0,u.t)(e),{elevationClasses:y}=(0,p.Y)(e),{roundedClasses:D}=(0,g.b)(e),{sizeClasses:B}=(0,ce.t)(e),{themeClasses:w}=(0,C.ER)(e),k=(0,v.z)(e,"modelValue"),b=(0,re.Yt)(e,ne,!1),E=(0,le.nB)(e,i);function F(e){k.value=!1,o("click:close",e)}return()=>{var t;const i=E.isLink.value?"a":e.tag,o=!!(s.append||e.appendIcon||e.appendAvatar),u=!(!s.close&&!e.closable),p=!(!s.filter&&!e.filter)&&b,g=!!(s.prepend||e.prependIcon||e.prependAvatar),C=!b||b.isSelected.value,v=!e.disabled&&(!!b||E.isClickable.value||e.link),x=e.link?e.link:null==b?void 0:b.toggle;return k.value&&(0,r.wy)((0,r.Wm)(i,{class:["v-chip",{"v-chip--disabled":e.disabled,"v-chip--label":e.label,"v-chip--link":v,"v-chip--filter":p,"v-chip--pill":e.pill},w.value,a.value,C?l.value:void 0,A.value,y.value,D.value,B.value,m.value,null==b?void 0:b.selectedClass.value],style:[C?f.value:void 0],disabled:e.disabled||void 0,draggable:e.draggable,href:E.href.value,onClick:v&&x},{default:()=>[(0,h.Ux)(v,"v-chip"),p&&(0,r.Wm)(c.z,{key:"filter",defaults:{VIcon:{icon:e.filterIcon}}},{default:()=>[(0,r.Wm)(se.Zq,null,{default:()=>[(0,r.wy)((0,r.Wm)("div",{class:"v-chip__filter"},[s.filter?s.filter():(0,r.Wm)(d.t,null,null)]),[[n.F8,b.isSelected.value]])]})]}),g&&(0,r.Wm)(c.z,{key:"prepend",defaults:{VAvatar:{image:e.prependAvatar},VIcon:{icon:e.prependIcon}}},{default:()=>[s.prepend?(0,r.Wm)("div",{class:"v-chip__prepend"},[s.prepend()]):e.prependAvatar?(0,r.Wm)(ie.V,{start:!0},null):e.prependIcon?(0,r.Wm)(d.t,{start:!0},null):void 0]}),(null==(t=s.default)?void 0:t.call(s,{isSelected:null==b?void 0:b.isSelected.value,selectedClass:null==b?void 0:b.selectedClass.value,select:null==b?void 0:b.select,toggle:null==b?void 0:b.toggle,value:null==b?void 0:b.value.value,disabled:e.disabled}))??e.text,o&&(0,r.Wm)(c.z,{key:"append",defaults:{VAvatar:{image:e.appendAvatar},VIcon:{icon:e.appendIcon}}},{default:()=>[s.append?(0,r.Wm)("div",{class:"v-chip__append"},[s.append()]):e.appendAvatar?(0,r.Wm)(ie.V,{end:!0},null):e.appendIcon?(0,r.Wm)(d.t,{end:!0},null):void 0]}),u&&(0,r.Wm)(c.z,{key:"close",defaults:{VIcon:{icon:e.closeIcon,size:"x-small"}}},{default:()=>[(0,r.Wm)("div",{class:"v-chip__close",onClick:F},[s.close?s.close():(0,r.Wm)(d.t,null,null)])]})]}),[[(0,r.Q2)("ripple"),v&&e.ripple,null]])}}});var ue=i(9815),fe=i(3185),pe=i(5975),me=i(4360);const Ae=(0,b.e)()({name:"VMenu",inheritAttrs:!1,props:{modelValue:Boolean,id:String,...(0,V.X)({transition:{component:Z}})},emits:{"update:modelValue":e=>!0},setup(e,t){let{attrs:i,slots:o}=t;const n=(0,v.z)(e,"modelValue"),{scopeId:s}=(0,pe.a)(),a=(0,M.sq)(),l=(0,r.Fl)((()=>e.id||`v-menu-${a}`)),c=(0,k.iH)(),d=(0,r.f3)(me.N,null);let h=0;function u(){null==d||d.closeParents()}return(0,r.JJ)(me.N,{register(){++h},unregister(){--h},closeParents(){setTimeout((()=>{h||(n.value=!1,null==d||d.closeParents())}),40)}}),(0,r.YP)(n,(e=>{e?null==d||d.register():null==d||d.unregister()})),(0,O.L)((()=>(0,r.Wm)(ue.y,(0,r.dG)({ref:c,modelValue:n.value,"onUpdate:modelValue":e=>n.value=e,class:["v-menu"],transition:e.transition,absolute:!0,closeOnContentClick:!0,locationStrategy:"connected",scrollStrategy:"reposition",scrim:!1,openDelay:"300",closeDelay:"250",activatorProps:{"aria-haspopup":"menu","aria-expanded":String(n.value),"aria-owns":l.value},"onClick:outside":u},s,i),{default:o.default,activator:o.activator}))),(0,fe.F)({id:l},c)}});var ge=i(6269),ye=i(6185);const Ce=(0,T.U)({chips:Boolean,closableChips:Boolean,eager:Boolean,hideNoData:Boolean,hideSelected:Boolean,menu:Boolean,menuIcon:{type:w.lE,default:"$dropdown"},menuProps:{type:Object},modelValue:{type:null,default:()=>[]},multiple:Boolean,noDataText:{type:String,default:"$vuetify.noDataText"},openOnClear:Boolean,readonly:Boolean,...(0,ye.S1)({itemChildren:!1})},"select"),De=(0,b.e)()({name:"VSelect",props:{...Ce(),...(0,V.X)({transition:{component:Z}})},emits:{"update:modelValue":e=>!0,"update:menu":e=>!0},setup(e,t){let{slots:i}=t;const{t:o}=(0,D.bU)(),n=(0,k.iH)(),s=(0,v.z)(e,"menu"),{items:a,transformIn:l,transformOut:d}=(0,ye.Ce)(e),h=(0,v.z)(e,"modelValue",[],(e=>l((0,P.FT)(e))),(t=>{const i=d(t);return e.multiple?i:i[0]??null})),u=(0,r.Fl)((()=>h.value.map((e=>a.value.find((t=>t.value===e.value))||e)))),f=(0,r.Fl)((()=>u.value.map((e=>e.props.value))));function p(t){h.value=[],e.openOnClear&&(s.value=!0)}function m(){e.hideNoData&&!a.value.length||e.readonly||(s.value=!s.value)}function A(t){e.readonly||(["Enter","ArrowDown"," "].includes(t.key)&&(s.value=!0),["Escape","Tab"].includes(t.key)&&(s.value=!1))}function g(t){if(e.multiple){const e=f.value.findIndex((e=>e===t.value));if(-1===e)h.value=[...h.value,t];else{const t=[...h.value];t.splice(e,1),h.value=t}}else h.value=[t],s.value=!1}return(0,O.L)((()=>{const t=!(!e.chips&&!i.chip);return(0,r.Wm)(ge.h,{ref:n,modelValue:h.value.map((e=>e.props.value)).join(", "),"onUpdate:modelValue":e=>{null==e&&(h.value=[])},validationValue:e.modelValue??h.value,dirty:h.value.length>0,class:["v-select",{"v-select--active-menu":s.value,"v-select--chips":!!e.chips,["v-select--"+(e.multiple?"multiple":"single")]:!0,"v-select--selected":h.value.length}],appendInnerIcon:e.menuIcon,readonly:!0,"onClick:clear":p,"onClick:control":m,onBlur:()=>s.value=!1,onKeydown:A},{...i,default:()=>{var n,l,d;return(0,r.Wm)(r.HY,null,[(0,r.Wm)(Ae,(0,r.dG)({modelValue:s.value,"onUpdate:modelValue":e=>s.value=e,activator:"parent",contentClass:"v-select__content",eager:e.eager,openOnClick:!1,closeOnContentClick:!1,transition:e.transition},e.menuProps),{default:()=>[(0,r.Wm)(K.i,{selected:f.value,selectStrategy:e.multiple?"independent":"single-independent",onMousedown:e=>e.preventDefault()},{default:()=>[!a.value.length&&!e.hideNoData&&((null==(n=i["no-data"])?void 0:n.call(i))??(0,r.Wm)(Y.l,{title:o(e.noDataText)},null)),null==(l=i["prepend-item"])?void 0:l.call(i),a.value.map(((t,o)=>{var n;return(null==(n=i.item)?void 0:n.call(i,{item:t,index:o,props:(0,r.dG)(t.props,{onClick:()=>g(t)})}))??(0,r.Wm)(Y.l,(0,r.dG)({key:o},t.props,{onClick:()=>g(t)}),{prepend:t=>{let{isSelected:i}=t;return e.multiple&&!e.hideSelected?(0,r.Wm)(j,{modelValue:i,ripple:!1},null):void 0}})})),null==(d=i["append-item"])?void 0:d.call(i)]})]}),u.value.map(((o,n)=>{function s(e){e.stopPropagation(),e.preventDefault(),g(o)}const a={"onClick:close":s,modelValue:!0};return(0,r.Wm)("div",{key:n,class:"v-select__selection"},[t?(0,r.Wm)(c.z,{defaults:{VChip:{closable:e.closableChips,size:"small",text:o.title}}},{default:()=>[i.chip?i.chip({item:o,index:n,props:a}):(0,r.Wm)(he,a,null)]}):i.selection?i.selection({item:o,index:n}):(0,r.Wm)("span",{class:"v-select__selection-text"},[o.title,e.multiple&&n<u.value.length-1&&(0,r.Wm)("span",{class:"v-select__selection-comma"},[(0,r.Uk)(",")])])])}))])}})})),(0,fe.F)({menu:s,select:g},n)}});var ve=i(9671);const Be=(0,r.Uk)(" 协议测试 "),we=(0,r.Uk)(" request "),ke=(0,r.Uk)("输出"),be=(0,r.Uk)(" Clear "),Ee={key:0},Fe=(0,r.Uk)(" Close ");function xe(e,t,i,s,a,c){const d=(0,r.up)("Vue3JsonEditor"),h=(0,r.up)("v-list-item-avatar");return(0,r.wg)(),(0,r.j4)(z.K,null,{default:(0,r.w5)((()=>[(0,r.Wm)(x._,null,{default:(0,r.w5)((()=>[(0,r.Wm)(S.E,null,{default:(0,r.w5)((()=>[Be])),_:1}),(0,r.Wm)(_.Z,null,{default:(0,r.w5)((()=>[(0,r.Wm)(H.o,{justify:"start"},{default:(0,r.w5)((()=>[(0,r.Wm)(W.D,{cols:"6"},{default:(0,r.w5)((()=>[(0,r.Wm)(ge.h,{modelValue:e.ws_url,"onUpdate:modelValue":t[0]||(t[0]=t=>e.ws_url=t),label:"服务端连接地址",variant:"outlined",clearable:"",error:e.error,"error-messages":e.error_message,disabled:e.isconnect||e.connecting,"clear-icon":"mdi-cancel"},null,8,["modelValue","error","error-messages","disabled"])])),_:1}),(0,r.Wm)(W.D,{cols:"3"},{default:(0,r.w5)((()=>[(0,r.Wm)(l.T,{flat:"",loading:e.connecting,onClick:t[1]||(t[1]=t=>e.isconnect?e.disconnect():e.connect()),color:"secondary"},{default:(0,r.w5)((()=>[(0,r.Uk)((0,o.zw)(e.isconnect?"断开":"连接"),1)])),_:1},8,["loading"])])),_:1})])),_:1}),(0,r.Wm)(U.J,{inset:""}),(0,r.Wm)(H.o,{class:"mt-5"},{default:(0,r.w5)((()=>[(0,r.Wm)(W.D,{cols:"2"},{default:(0,r.w5)((()=>[(0,r.Wm)(De,{modelValue:e.mainSelect,"onUpdate:modelValue":[t[2]||(t[2]=t=>e.mainSelect=t),e.mainSelectUpdate],items:e.proto_models,"item-title":"mainType","item-value":"subs",label:"mainType",disabled:!e.isconnect,"single-line":"","return-object":""},null,8,["modelValue","items","disabled","onUpdate:modelValue"])])),_:1}),(0,r.Wm)(W.D,{cols:"2"},{default:(0,r.w5)((()=>[(0,r.Wm)(De,{modelValue:e.subSelect,"onUpdate:modelValue":[t[3]||(t[3]=t=>e.subSelect=t),e.subSelectUpdate],items:e.mainSelect.subs,"item-title":"subType","item-value":"reqproto",label:"subType",disabled:!e.isconnect||e.mainSelect.disabled,"single-line":"","return-object":""},null,8,["modelValue","items","disabled","onUpdate:modelValue"])])),_:1})])),_:1}),(0,r.Wm)(U.J,{inset:""}),e.reqproto.length>0?((0,r.wg)(),(0,r.j4)(H.o,{key:0,class:"mt-5"},{default:(0,r.w5)((()=>[((0,r.wg)(!0),(0,r.iD)(r.HY,null,(0,r.Ko)(e.reqproto,(t=>((0,r.wg)(),(0,r.j4)(W.D,{key:t.FieldName,cols:"4"},{default:(0,r.w5)((()=>[(0,r.Wm)(x._,null,{default:(0,r.w5)((()=>[(0,r.Wm)(S.E,null,{default:(0,r.w5)((()=>[(0,r.Uk)((0,o.zw)(t.FieldName),1)])),_:2},1024),(0,r.Wm)(_.Z,null,{default:(0,r.w5)((()=>["number"==t.FieldType||"text"==t.FieldType?((0,r.wg)(),(0,r.j4)(ge.h,{key:0,color:"tertiary",modelValue:t.FieldValue,"onUpdate:modelValue":e=>t.FieldValue=e,label:t.FieldName,type:t.FieldType,hint:t.FieldType,disabled:!e.isconnect,outlined:"",clearable:""},null,8,["modelValue","onUpdate:modelValue","label","type","hint","disabled"])):"bool"==t.FieldType?((0,r.wg)(),(0,r.j4)(N,{key:1,modelValue:t.FieldValue,"onUpdate:modelValue":e=>t.FieldValue=e,label:t.FieldName},null,8,["modelValue","onUpdate:modelValue","label"])):"enum"==t.FieldType?((0,r.wg)(),(0,r.j4)(De,{key:2,modelValue:t.FieldValue,"onUpdate:modelValue":e=>t.FieldValue=e,items:t.FieldRange,"item-title":"name","item-value":"value",label:t.FieldName},null,8,["modelValue","onUpdate:modelValue","items","label"])):((0,r.wg)(),(0,r.j4)(d,{key:3,modelValue:t.FieldValue,"onUpdate:modelValue":e=>t.FieldValue=e,onJsonChange:e=>{t.FieldValue=e},showBtns:!1,mode:"code",lang:"zh",expandedOnStart:!1},null,8,["modelValue","onUpdate:modelValue","onJsonChange"]))])),_:2},1024)])),_:2},1024)])),_:2},1024)))),128))])),_:1})):(0,r.kq)("",!0),(0,r.Wm)(H.o,{class:"mt-5"},{default:(0,r.w5)((()=>[(0,r.Wm)(W.D,{cols:"3"},{default:(0,r.w5)((()=>[(0,r.Wm)(l.T,{flat:"",class:"text-capitalize",disabled:null==e.subSelect,onClick:e.reqprotohandle,color:"secondary"},{default:(0,r.w5)((()=>[we])),_:1},8,["disabled","onClick"])])),_:1})])),_:1})])),_:1})])),_:1}),(0,r.Wm)(x._,{class:"mt-12"},{default:(0,r.w5)((()=>[(0,r.Wm)(S.E,null,{default:(0,r.w5)((()=>[(0,r.Wm)(H.o,{justify:"space-between"},{default:(0,r.w5)((()=>[(0,r.Wm)(W.D,null,{default:(0,r.w5)((()=>[ke])),_:1}),(0,r.Wm)(W.D,{cols:"auto"},{default:(0,r.w5)((()=>[(0,r.Wm)(l.T,{flat:"","prepend-icon":"mdi-broom",onClick:t[4]||(t[4]=t=>e.logs=[]),color:"secondary"},{default:(0,r.w5)((()=>[be])),_:1})])),_:1})])),_:1})])),_:1}),(0,r.Wm)(U.J),(0,r.Wm)(J.t,{class:"overflow-y-auto",height:"500"},{default:(0,r.w5)((()=>[(0,r.Wm)(q,{options:{threshold:.5},"min-height":"200",transition:"fade-transition"},{default:(0,r.w5)((()=>[(0,r.Wm)(K.i,null,{default:(0,r.w5)((()=>[((0,r.wg)(!0),(0,r.iD)(r.HY,null,(0,r.Ko)(e.logs,(e=>((0,r.wg)(),(0,r.j4)(Y.l,{key:e},{default:(0,r.w5)((()=>[(0,r.Wm)(F,{type:e.type,variant:"outlined",title:e.title},(0,r.Nv)({default:(0,r.w5)((()=>[e.data?(0,r.wy)(((0,r.wg)(),(0,r.iD)("div",Ee,[(0,r.Wm)(U.J),(0,r._)("pre",null,(0,o.zw)(e.data),1)],512)),[[n.F8,e.isshow]]):(0,r.kq)("",!0)])),_:2},[e.data?{name:"append",fn:(0,r.w5)((()=>[(0,r.Wm)(h,{end:""},{default:(0,r.w5)((()=>[(0,r.Wm)(l.T,{variant:"text",size:"x-large",onClick:t=>e.isshow=!e.isshow,icon:e.isshow?"mdi-chevron-left":"mdi-chevron-down"},null,8,["onClick","icon"])])),_:2},1024)])),key:"0"}:void 0]),1032,["type","title"])])),_:2},1024)))),128))])),_:1})])),_:1},8,["options"])])),_:1})])),_:1}),(0,r.Wm)(ve.v,{modelValue:e.error,"onUpdate:modelValue":t[6]||(t[6]=t=>e.error=t)},{actions:(0,r.w5)((()=>[(0,r.Wm)(l.T,{color:"pink",variant:"text",onClick:t[5]||(t[5]=t=>e.error=!1)},{default:(0,r.w5)((()=>[Fe])),_:1})])),default:(0,r.w5)((()=>[(0,r.Uk)((0,o.zw)(e.error_message)+" ",1)])),_:1},8,["modelValue"])])),_:1})}i(8675),i(7380),i(1118),i(2801),i(1703);const Se="3.7.2",_e=Se,Re="function"===typeof atob,$e="function"===typeof btoa,Te="function"===typeof Buffer,Oe="function"===typeof TextDecoder?new TextDecoder:void 0,Pe="function"===typeof TextEncoder?new TextEncoder:void 0,Le="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",je=Array.prototype.slice.call(Le),Ie=(e=>{let t={};return e.forEach(((e,i)=>t[e]=i)),t})(je),Me=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,Ne=String.fromCharCode.bind(String),Ue="function"===typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):(e,t=(e=>e))=>new Uint8Array(Array.prototype.slice.call(e,0).map(t)),ze=e=>e.replace(/=/g,"").replace(/[+\/]/g,(e=>"+"==e?"-":"_")),He=e=>e.replace(/[^A-Za-z0-9\+\/]/g,""),We=e=>{let t,i,r,o,n="";const s=e.length%3;for(let a=0;a<e.length;){if((i=e.charCodeAt(a++))>255||(r=e.charCodeAt(a++))>255||(o=e.charCodeAt(a++))>255)throw new TypeError("invalid character found");t=i<<16|r<<8|o,n+=je[t>>18&63]+je[t>>12&63]+je[t>>6&63]+je[63&t]}return s?n.slice(0,s-3)+"===".substring(s):n},Ve=$e?e=>btoa(e):Te?e=>Buffer.from(e,"binary").toString("base64"):We,Ge=Te?e=>Buffer.from(e).toString("base64"):e=>{const t=4096;let i=[];for(let r=0,o=e.length;r<o;r+=t)i.push(Ne.apply(null,e.subarray(r,r+t)));return Ve(i.join(""))},qe=(e,t=!1)=>t?ze(Ge(e)):Ge(e),Ke=e=>{if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?Ne(192|t>>>6)+Ne(128|63&t):Ne(224|t>>>12&15)+Ne(128|t>>>6&63)+Ne(128|63&t)}t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return Ne(240|t>>>18&7)+Ne(128|t>>>12&63)+Ne(128|t>>>6&63)+Ne(128|63&t)},Ye=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Je=e=>e.replace(Ye,Ke),Xe=Te?e=>Buffer.from(e,"utf8").toString("base64"):Pe?e=>Ge(Pe.encode(e)):e=>Ve(Je(e)),Qe=(e,t=!1)=>t?ze(Xe(e)):Xe(e),Ze=e=>Qe(e,!0),et=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,tt=e=>{switch(e.length){case 4:var t=(7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3),i=t-65536;return Ne(55296+(i>>>10))+Ne(56320+(1023&i));case 3:return Ne((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return Ne((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},it=e=>e.replace(et,tt),rt=e=>{if(e=e.replace(/\s+/g,""),!Me.test(e))throw new TypeError("malformed base64.");e+="==".slice(2-(3&e.length));let t,i,r,o="";for(let n=0;n<e.length;)t=Ie[e.charAt(n++)]<<18|Ie[e.charAt(n++)]<<12|(i=Ie[e.charAt(n++)])<<6|(r=Ie[e.charAt(n++)]),o+=64===i?Ne(t>>16&255):64===r?Ne(t>>16&255,t>>8&255):Ne(t>>16&255,t>>8&255,255&t);return o},ot=Re?e=>atob(He(e)):Te?e=>Buffer.from(e,"base64").toString("binary"):rt,nt=Te?e=>Ue(Buffer.from(e,"base64")):e=>Ue(ot(e),(e=>e.charCodeAt(0))),st=e=>nt(lt(e)),at=Te?e=>Buffer.from(e,"base64").toString("utf8"):Oe?e=>Oe.decode(nt(e)):e=>it(ot(e)),lt=e=>He(e.replace(/[-_]/g,(e=>"-"==e?"+":"/"))),ct=e=>at(lt(e)),dt=e=>{if("string"!==typeof e)return!1;const t=e.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(t)||!/[^\s0-9a-zA-Z\-_]/.test(t)},ht=e=>({value:e,enumerable:!1,writable:!0,configurable:!0}),ut=function(){const e=(e,t)=>Object.defineProperty(String.prototype,e,ht(t));e("fromBase64",(function(){return ct(this)})),e("toBase64",(function(e){return Qe(this,e)})),e("toBase64URI",(function(){return Qe(this,!0)})),e("toBase64URL",(function(){return Qe(this,!0)})),e("toUint8Array",(function(){return st(this)}))},ft=function(){const e=(e,t)=>Object.defineProperty(Uint8Array.prototype,e,ht(t));e("toBase64",(function(e){return qe(this,e)})),e("toBase64URI",(function(){return qe(this,!0)})),e("toBase64URL",(function(){return qe(this,!0)}))},pt=()=>{ut(),ft()},mt={version:Se,VERSION:_e,atob:ot,atobPolyfill:rt,btoa:Ve,btoaPolyfill:We,fromBase64:ct,toBase64:Qe,encode:Qe,encodeURI:Ze,encodeURL:Ze,utob:Je,btou:it,decode:ct,isValid:dt,fromUint8Array:qe,toUint8Array:st,extendString:ut,extendUint8Array:ft,extendBuiltins:pt};var At=i(9702),gt=i.n(At),yt=i(953),Ct=i.n(yt),Dt={websock:null,ws_url:{NODE_ENV:"production",BASE_URL:"/"}.VUE_APP_API_SOCKET_URL,socket_open:!1,hearbeat_timer:null,hearbeat_interval:5e3,is_reonnect:!1,reconnect_count:3,reconnect_current:1,reconnect_timer:null,reconnect_interval:3e3,receivelisten:null,closelisten:null,init:e=>(Dt.ws_url=e||Dt.ws_url,new Promise(Dt.connect)),send:(e,t=null)=>{Dt.websock.send(e),t&&t()},receive:e=>{var t=JSON.parse(e.data);if(0!=t.kind&&console.log("收到服务器内容:",e.data),void 0==t)return console.log("收到服务器空内容"),!1;if(void 0!=t.kind&&110==t.kind)Dt.socket_open=!1,Dt.is_reonnect=!0;else{if(99==t.kind)return Dt.socket_open=!0,Dt.is_reonnect=!1,console.log("被挤下线 不做处理"),!1;if("order_new"==t.kind){console.log("有新的订单通知");var i=Date.parse(new Date)/1e3;t.timestamp=parseInt(t.timestamp),console.log(i-t.timestamp)}else"refund_created"==t.kind&&console.log("有新的退款订单")}"order_new"!=t.kind&&"refund_created"!=t.kind||console.log("订单列表刷新")},heartbeat:()=>{console.log("socket","ping"),Dt.hearbeat_timer&&clearInterval(Dt.hearbeat_timer),Dt.hearbeat_timer=setInterval((()=>{const e=storage.get("Access-Token");var t={kind:0,shop_id:Vue.prototype.$shop_id(!1),"API-Token":e,"API-Source":"MERCHANT"};Dt.send(t)}),Dt.hearbeat_interval)},close:()=>{console.log("主动断开连接"),clearInterval(Dt.hearbeat_timer),Dt.is_reonnect=!1,Dt.websock.close()},connect:(e,t)=>(console.log("连接服务器 连接次数",Dt.reconnect_current),"WebSocket"in window?Dt.websock?e(Dt.websock):(Dt.websock=new WebSocket(Dt.ws_url),Dt.websock.onmessage=function(e){null!=Dt.receivelisten?Dt.receivelisten(e):Dt.receive(e)},Dt.websock.onclose=function(i){if(console.log("连接已断开"),console.log("connection closed ("+i.code+")"),clearInterval(Dt.hearbeat_interval),Dt.socket_open=!1,Dt.websock=null,!Dt.is_reonnect)return null!=Dt.closelisten&&Dt.closelisten(),t("连接失败");Dt.reconnect_timer=setTimeout((()=>Dt.reconnect_current>Dt.reconnect_count?(clearTimeout(Dt.reconnect_timer),t("超过重连次数")):(Dt.reconnect_current++,Dt.connect(e,t))),Dt.reconnect_interval)},Dt.websock.onopen=function(){console.log("连接成功"),Dt.reconnect_current=0,Dt.socket_open=!0,e(Dt.websock)},void(Dt.websock.onerror=function(){Dt.websock=null,console.log("WebSocket连接发生错误")})):(console.log("浏览器不支持WebSocket"),t("浏览器不支持WebSocket")))},vt=i(2477),Bt=(0,r.aZ)({name:"Protocol",components:{Vue3JsonEditor:vt.f},data(){return{ws_url:"ws://localhost:7891/gateway",isconnect:!1,connecting:!1,error:!1,error_message:"",proto_models:null,mainSelect:{protoName:"",mainType:"User",subs:[]},subSelect:null,reqproto:[],reqloading:!1,islogin:!1,account:"",serverId:0,logs:[],isshow:!0,showdata:{name:"liwei1dao",aog:123},resultInfo:{li:123}}},computed:{},setup(){const e=(0,k.qj)([{mainType:"notify",disabled:!1,subs:[]},{mainType:"user",subs:[]},{mainType:"items",subs:[]},{mainType:"mail",subs:[]},{mainType:"friend",subs:[]},{mainType:"equipment",subs:[]},{mainType:"hero",subs:[]},{mainType:"shop",subs:[]},{mainType:"stak",subs:[]},{mainType:"mainline",subs:[]},{mainType:"chat",subs:[]},{mainType:"gm",subs:[]},{mainType:"forum",subs:[]},{mainType:"pagoda",subs:[]},{mainType:"martialhall",subs:[]},{mainType:"gourmet",subs:[]},{mainType:"smithy",subs:[]},{mainType:"moonfantasy",subs:[]},{mainType:"viking",subs:[]},{mainType:"hunting",subs:[]},{mainType:"horoscope",subs:[]},{mainType:"pay",subs:[]},{mainType:"reddot",subs:[]},{mainType:"combat",subs:[]}]);for(const t of Object.keys(Ct()))for(const i of e){let e=t.toLowerCase(),r=e.indexOf(i.mainType);if(0==r){let o=e.indexOf("req"),n=e.indexOf("resp"),s=e.indexOf("push");if(-1!=o){let n=e.substring(r+i.mainType.length,o),s=!1;for(const e of i.subs)if(e.subType==n){e.reqproto=Ct()[t],s=!0;break}s||i.subs.push({reqName:t,mainType:i.mainType,subType:n,reqproto:Ct()[t]})}if(-1!=n){let o=e.substring(r+i.mainType.length,n),s=!1;for(const e of i.subs)if(e.subType==o){e.respName=t,e.respproto=Ct()[t],s=!0;break}s||i.subs.push({respName:t,mainType:i.mainType,subType:o,respproto:Ct()[t]})}if(-1!=s){let o=e.substring(r+i.mainType.length,s),n=!1;for(const e of i.subs)if(e.subType==o){e.pushName=t,e.pushproto=Ct()[t],n=!0;break}n||i.subs.push({pushName:t,mainType:i.mainType,subType:o,pushproto:Ct()[t]})}}}return{proto_models:e}},onBeforeUnmount(){Dt.close()},methods:{connect(){this.connecting=!0,Dt.receivelisten=this.receivelisten,Dt.init(this.ws_url).then((e=>{this.error=!1,this.error_message="",this.isconnect=!0,this.connecting=!1,this.pushlog("success","连接创建成功"),Dt.closelisten=this.closelisten})).catch((e=>{this.error=!0,this.error_message=e,this.isconnect=!1,this.connecting=!1,this.subSelect=null,this.reqproto=[],this.pushlog("error",`连接创建失败:${this.ws_url}`)}))},disconnect(){Dt.close(),this.isconnect=!1,this.subSelect=null,this.reqproto=[]},mainSelectUpdate(e){console.log(e),this.subSelect=null,this.reqproto=[]},subSelectUpdate(e){this.reqproto=[];let t=Object.keys(this.subSelect.reqproto.fields);for(const i of t){let e=this.subSelect.reqproto.fields[i].rule,t=this.subSelect.reqproto.fields[i].keyType,r=this.subSelect.reqproto.fields[i].type,o=[],n=null;if(e||t)r="object",n={};else switch(r){case"int32":case"int64":case"uint32":case"uint64":case"float32":case"float64":r="number",n=0;break;case"string":r="text",n="";break;case"bool":r="bool",n=!1;break;default:let e=Ct().lookup(r);if(null==e)r="object",n={};else if(e.values){r="enum";for(let t of Object.keys(e.values))o.push({name:t,value:e.values[t]});n=o[0]}else r="object",n={};break}console.log("ftype",r),this.reqproto.push({FieldName:i,FieldType:r,FieldRange:o,FieldValue:n})}},closelisten(){this.isconnect=!1,this.subSelect=null,this.reqproto=[],console.log("closelisten!"),this.pushlog("error",`连接断开${this.ws_url}`)},receivelisten(e){e.data.arrayBuffer().then((e=>new Uint8Array(e))).then((e=>{console.log("bytes",e);let t=Ct().lookup("UserMessage").decode(e),i=t.MainType,r=t.SubType,o=!1;console.log("接收到消息 message",t);for(const n of this.proto_models){if(n.mainType==i)for(const e of n.subs)if(r==e.subType){console.log("接收到消息 v1",e),o=!0;let n=null,s=null;e.respName?(console.log("接收到消息 respName",e.respName),n=Ct().lookup(e.respName).decode(t.data.value),s=Ct().lookup(e.respName).toObject(n),this.pushlog("success",`收到回应消息: ${i}-${r}-resp`,s)):(console.log("接收到消息 pushName",e.pushName),n=Ct().lookup(e.pushName).decode(t.data.value),s=Ct().lookup(e.pushName).toObject(n),e.pushName&&"NotifyErrorNotifyPush"==e.pushName?this.pushlog("error",`错误信息通知: ${i}-${r}-push`,s):this.pushlog("success",`收到回应消息: ${i}-${r}-push`,s))}if(o)break}o||this.pushlog("error",`接收消息错误 ${i}-${r}`,"未找到指定消息对象")})).catch((e=>{console.log("接收到消息异常",e),this.pushlog("error","接收消息异常",e)}))},reqprotohandle(){console.log("protoName:",this.subSelect.reqName);let e=Ct().lookup(this.subSelect.reqName);for(const o of this.reqproto)e[o.FieldName]=o.FieldValue;let t=Ct().lookup("UserMessage"),i=Ct().lookup("google.protobuf.Any");t.MainType=this.subSelect.mainType,t.SubType=this.subSelect.subType,t.data=i.create({type_url:`type.googleapis.com/${this.subSelect.reqName}`,value:Ct().lookup(this.subSelect.reqName).encode(e).finish()}),"UserLoginReq"==this.subSelect.reqName?t.sec=this.buildsecStr(e.account,e.sid):t.sec=this.buildsecStr(),console.log("message:",t);let r=Ct().lookup("UserMessage").encode(t).finish();console.log("req buff:",r),Dt.send(r),this.pushlog("success",`发送请求消息: ${t.MainType}-${t.SubType}-req`,Ct().lookup(this.subSelect.reqName).toObject(e))},buildsecStr(e,t){e=e||this.account,t=t||this.serverId;let i=JSON.stringify({account:e,serverId:t,timestamp:Date.parse(new Date)/1e3}),r=mt.encode(i),o=gt()(r);return console.log("clientMd5key:",o),`CE:${o}${r}`},pushlog(e,t,i){this.logs.push({type:e,title:t,data:i,isshow:!1})},onJsonChange(e){console.log("value:",e)}}}),wt=i(89);const kt=(0,wt.Z)(Bt,[["render",xe]]);var bt=kt}}]);
//# sourceMappingURL=883.e2be0631.js.map