From 4f790d0ae83d490e5b06563bc42f9bc5d633c8a9 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 28 Aug 2017 02:36:29 -0700 Subject: website --- docs/glyphs/glyphs.css | 235 + docs/glyphs/glyphs.js | 757 + docs/glyphs/index.html | 3202 ++++ docs/glyphs/metrics.json | 33977 ++++++++++++++++++++++++++++++++++++++ docs/index.css | 393 + docs/index.html | 372 +- docs/index.js | 15 + docs/interface.css | 24 +- docs/lab/glyphinfo.json | 117 +- docs/lab/index.html | 3 +- docs/res/repertoire.png | Bin 538089 -> 0 bytes docs/res/weights-and-styles.svg | 49 + 12 files changed, 38821 insertions(+), 323 deletions(-) create mode 100644 docs/glyphs/glyphs.css create mode 100644 docs/glyphs/glyphs.js create mode 100644 docs/glyphs/index.html create mode 100644 docs/glyphs/metrics.json create mode 100644 docs/index.css create mode 100644 docs/index.js delete mode 100644 docs/res/repertoire.png create mode 100644 docs/res/weights-and-styles.svg (limited to 'docs') diff --git a/docs/glyphs/glyphs.css b/docs/glyphs/glyphs.css new file mode 100644 index 000000000..636211aa1 --- /dev/null +++ b/docs/glyphs/glyphs.css @@ -0,0 +1,235 @@ +h1 span.glyph-name {} +h1 span.glyph-name:before { + content: " / "; + color: rgba(0,0,0,0.2); + font-weight:400; +} + +body.iframe { + background-color:#fff; + padding:20px 10px; +} + +#glyphs { + display: flex; + flex-wrap: wrap; + padding-left: 6px; + overflow: hidden; + width:200%; + box-sizing: border-box; + transform-origin: 0 0; + transform: scale(0.5); + justify-content: center; + transition: transform 50ms ease-out; +} +body.single #glyphs { + justify-content: flex-start; + max-width:888px; + margin:0 auto; + padding-left: 0; +} + .glyph { + height: 346px; + width: 346px; + background-image: none !important; /* since .glyph is an `a` */ + background-color: white; + border-radius: 9px; + margin-right: 6px; + margin-bottom: 6px; + display: flex; + justify-content: center; + position: relative; + text-shadow: none; + } + .glyph .baseline { + background: rgba(0,90,230,.6); + position: absolute; + left:0; right:0; bottom:64px; + height: 1px; + z-index:0; + visibility: hidden; + } + .glyph .names { + position: absolute; + left:20px; right:20px; bottom:6px; + color:white; + text-align: center; + font-size:1em; + } + .glyph:hover .name { + color: rgba(0,0,0,0.8); + } + .glyph .advance { + box-sizing: border-box; + position: relative; + width: 1px; + } + .glyph.zero-width .advance { + background: transparent; + border-left: 1px dashed transparent; + } + .glyph:hover .baseline { + visibility: visible; + } + .glyph:hover .advance { + background: rgba(0,90,200,0.1); + } + .glyph.zero-width:hover .advance { + border-color: #aaa; + } + /*#glyphs .glyph .img*/ + .glyph svg { + /*min-width: 346px;*/ + /*height: 346px;*/ + background-repeat: no-repeat; + /*background-size: contain;*/ + /*background-color: #f5f5f5;*/ + position: absolute; + top:0; bottom:0; + z-index:1; + opacity:0.95; + } + .glyph .advancez { + display: block; + background: salmon; + z-index:0; + } + + +body.single .intro { + padding-bottom: 1em; +} +body.single .intro p { + display: none; +} + +#single-info { + max-width: 500px; +} +#single-info ul { + list-style: none; +} +#single-info ul li { + margin-bottom: 6px; +} +#single-info .num { + font-feature-settings: 'ss01' 1, 'zero' 1; +} +#single-info .unicodeName { + font-feature-settings: 'case' 1; + padding-left:0.3em; +} +#single-info .colorMark { + display:inline-block; + vertical-align:baseline; + width:20px; + height:20px; + border-radius:50%; + border: 1px solid rgba(0,0,0,0.2); +} +#single-info .colorMark.none { + border: 1px dashed rgba(0,0,0,0.4); +} + +#svgs { + display: none; +} + +.row.kerning { + display: none; +} + +body.single .row.kerning { + display: flex; +} + +.row.kerning .empty { + opacity:0.3; +} + +#kerning-list { + display: flex; + /*flex-direction: column;*/ + flex-wrap: wrap; +} + +#kerning-list .divider { + clear:both; + width:100%; + flex: 1 0 100%; + height: 1px; + background:rgba(0,0,0,0.1); + margin-bottom: 1em; +} + +.kernpair { + /*background: white;*/ + border-radius:3px; + background-image: none !important; + display: flex; + flex-direction: row; + flex-wrap: wrap; + position: relative; + margin:0 2em 2em 0; + text-shadow: none; +} +.kernpair:hover { + background: white; +} +.kernpair:target, .kernpair.selected { + background: rgba(250, 240, 0, 0.9); +} +.kernpair:focus { + outline: none; + box-shadow: 0 0 0 2px rgba(0,0,0,0.4); +} + .kernpair .left, .kernpair .right { + width:100px; + height:100px; + /*background:rgba(40,240,90,0.3);*/ + background-size: contain; + background-repeat: no-repeat; + opacity:0.8; + } + .kernpair:hover .left, .kernpair:hover .right { + opacity:0.9; + } + .kernpair.selected .left, .kernpair.selected .right { + opacity:1; + } + /*.kernpair .left { background-color:rgba(120,90,140,0.3); }*/ + .kernpair .kern { + position: absolute; + /*background-color: blue;*/ + background-color: rgba(255,0,0,0.1); + right:0; top:0; bottom:0; + z-index:9; + } + .kernpair .kern.pos { + background-color: rgba(36,207,128,0.3); + } + .kernpair:hover .kern, .kernpair.selected .kern { + background-color: rgba(255,0,0,0.5); + } + .kernpair:hover .kern.pos, .kernpair.selected .kern.pos { + background-color: rgba(36,207,128,0.5); + } + .kernpair .kern .label { + position: absolute; + white-space: nowrap; + opacity:0.9; + height: 20px; + right:-8px; bottom:-20px; + z-index:1; + text-align: center; + color: rgba(255,0,0,0.8); + visibility:hidden; + } + .kernpair .kern.pos .label { + color: rgba(36,207,128,0.8); + } + .kernpair:hover .kern .label, + .kernpair.selected .kern .label { + visibility:visible; + } + diff --git a/docs/glyphs/glyphs.js b/docs/glyphs/glyphs.js new file mode 100644 index 000000000..d2212424b --- /dev/null +++ b/docs/glyphs/glyphs.js @@ -0,0 +1,757 @@ +// constants +var kSVGScale = 0.1 // how bmuch metrics are scaled in the SVGs +var kGlyphSize = 346 // at kSVGScale. In sync with CSS and SVGs +var kUPM = 2816 + +if (!isMac) { + Array.prototype.forEach.call(document.querySelectorAll('kbd'), function(e) { + if (e.innerText == '\u2318') { + e.innerText = 'Ctrl' + } + }) +} + +function httpget(url, cb) { + var req = new XMLHttpRequest(); + req.addEventListener("load", function() { + cb(this.responseText, this) + }) + req.open("GET", url) + req.send() +} + +function fetchGlyphInfo(cb) { + httpget("../lab/glyphinfo.json", function(res) { + cb(JSON.parse(res).glyphs) + }) +} + +function fetchMetrics(cb) { + httpget("metrics.json", function(res) { + cb(JSON.parse(res)) + }) +} + +var glyphInfo = null +var glyphMetrics = null + +function initMetrics(data) { + // metrics.json uses a compact format with numerical glyph indentifiers + // in order to minimize file size. + // We expand the glyph IDs to glyph names here. + var nameIds = data.nameids + // console.log(data) + + var metrics = {} + var metrics0 = data.metrics + Object.keys(metrics0).forEach(function (id) { + var name = nameIds[id] + var v = metrics0[id] + // v : [width, advance, left, right] + metrics[name] = { + width: v[0], + advance: v[1], + left: v[2], + right: v[3] + } + }) + + var kerningLeft = {} // { glyphName: {rightGlyphName: kerningValue, ...}, ... } + var kerningRight = {} + data.kerning.forEach(function (t) { + // each entry looks like this: + // [leftGlyphId, rightGlyphId, kerningValue] + var leftName = nameIds[t[0]] + if (!leftName) { + console.error('nameIds missing', t[0]) + } + var rightName = nameIds[t[1]] + if (!rightName) { + console.error('nameIds missing', t[1]) + } + var kerningValue = t[2] + + var lm = kerningLeft[leftName] + if (!lm) { + kerningLeft[leftName] = lm = {} + } + lm[rightName] = kerningValue + + var rm = kerningRight[rightName] + if (!rm) { + kerningRight[rightName] = rm = {} + } + rm[leftName] = kerningValue + }) + + glyphMetrics = { + metrics: metrics, + kerningLeft: kerningLeft, + kerningRight: kerningRight, + } + // console.log('glyphMetrics', glyphMetrics) +} + +function fetchAll(cb) { + var i = 0 + var res = {} + var decr = function(){ + if (--i == 0) { + cb(res) + } + } + i++ + fetchGlyphInfo(function(r){ glyphInfo = r; decr() }) + i++ + fetchMetrics(function(r){ + initMetrics(r) + decr() + }) +} + +fetchAll(render) + + +var styleSheet = document.styleSheets[document.styleSheets.length-1] +var glyphRule, baselineRule, zeroWidthAdvRule +var currentScale = 0 +var defaultSingleScale = 1 +var currentSingleScale = 1 +var defaultGridScale = 0.4 +var currentGridScale = defaultGridScale +var glyphs = document.getElementById('glyphs') + +function updateLayoutAfterChanges() { + var height = parseInt(window.getComputedStyle(glyphs).height) + var margin = height - (height * currentScale) + // console.log('scale:', currentScale, 'height:', height, 'margin:', margin) + if (currentScale > 1) { + glyphs.style.marginBottom = null + } else { + glyphs.style.marginBottom = -margin + 'px' + } +} + +function setScale(scale) { + if (queryString.iframe !== undefined) { + scale = 0.11 + } else if (queryString.g) { + scale = Math.min(Math.max(1, scale), 3) + } else { + scale = Math.min(Math.max(0.05, scale), 3) + } + + if (currentScale == scale) { + return + } + + currentScale = scale + if (queryString.g) { + currentSingleScale = scale + } else { + currentGridScale = scale + } + + var hairline = Math.ceil(1 / window.devicePixelRatio / scale) + var spacing = Math.ceil(6 / scale) + + var s = glyphs.style + if (queryString.g || queryString.iframe !== undefined) { + s.paddingLeft = null + } else { + s.paddingLeft = spacing + 'px' + } + s.width = (100 / scale) + '%' + s.transform = 'scale(' + scale + ')' + + if (!glyphRule) { + glyphRule = styleSheet.cssRules[styleSheet.insertRule('#glyphs .glyph {}', styleSheet.cssRules.length)] + baselineRule = styleSheet.cssRules[styleSheet.insertRule('#glyphs .glyph .baseline {}', styleSheet.cssRules.length)] + zeroWidthAdvRule = styleSheet.cssRules[styleSheet.insertRule('#glyphs .glyph.zero-width .advance {}', styleSheet.cssRules.length)] + } + + if (queryString.g) { + glyphRule.style.marginRight = null + glyphRule.style.marginBottom = null + } else { + glyphRule.style.marginRight = Math.ceil(6 / scale) + 'px'; + glyphRule.style.marginBottom = Math.ceil(6 / scale) + 'px'; + if (queryString.iframe !== undefined) { + glyphRule.style.marginBottom = Math.ceil(16 / scale) + 'px'; + } + } + baselineRule.style.height = hairline + 'px' + zeroWidthAdvRule.style.borderWidth = (hairline) + 'px' + + updateLayoutAfterChanges() + requestAnimationFrame(updateLayoutAfterChanges) +} + + +function encodeQueryString(q) { + return Object.keys(q).map(function(k) { + if (k) { + var v = q[k] + return encodeURIComponent(k) + (v ? '=' + encodeURIComponent(v) : '') + } + }).filter(function(s) { return !!s }).join('&') +} + +function parseQueryString(qs) { + var q = {} + qs.replace(/^\?/,'').split('&').forEach(function(c) { + var kv = c.split('=') + var k = decodeURIComponent(kv[0]) + if (k) { + q[k] = kv[1] ? decodeURIComponent(kv[1]) : null + } + }) + return q +} + + +var queryString = parseQueryString(location.search) +var glyphNameEl = null +var baseTitle = document.title +var flippedLocationHash = false + +var singleInfo = document.querySelector('#single-info') +singleInfo.parentElement.removeChild(singleInfo) +singleInfo.style.display = 'block' + +function updateLocation() { + queryString = parseQueryString(location.search) + + // var glyphs = document.getElementById('glyphs') + var h1 = document.querySelector('h1') + if (queryString.g) { + if (!glyphNameEl) { + glyphNameEl = document.createElement('span') + glyphNameEl.className = 'glyph-name' + } + document.title = queryString.g + ' – ' + baseTitle + glyphNameEl.innerText = queryString.g + h1.appendChild(glyphNameEl) + document.body.classList.add('single') + setScale(currentSingleScale) + } else { + document.title = baseTitle + if (glyphNameEl) { + h1.removeChild(glyphNameEl) + } + document.body.classList.remove('single') + setScale(currentGridScale) + } + + document.querySelector('.row.intro').style.display = ( + queryString.iframe !== undefined ? 'none' : null + ) + if (queryString.iframe !== undefined) { + document.body.classList.add('iframe') + } else { + document.body.classList.remove('iframe') + } + + render() +} + +window.onpopstate = function(ev) { + updateLocation() +} + +function navto(url) { + history.pushState({}, "Glyphs", url) + updateLocation() + window.scrollTo(0,0) +} + +function wrapIntLink(a) { + a.addEventListener('click', function(ev) { + if (!ev.metaKey && !ev.ctrlKey && !ev.shiftKey) { + ev.preventDefault() + navto(a.href) + } + }) +} + +wrapIntLink(document.querySelector('h1 > a')) + + +// keep refs to svgs so we don't have to refcount while using +var svgRepository = {} +;(function(){ + var svgs = document.getElementById('svgs'), svg, name + for (var i = 0; i < svgs.children.length; ++i) { + svg = svgs.children[i] + name = svg.id.substr(4) // strip "svg-" prefix + svgRepository[name] = svg + } +})() + + +// Maps glyphname to glyphInfo. Only links to first found entry for a flyph. +var glyphInfoMap = {} +var needsUpdateGlyphInfoMap = true + + +function render() { + if (!glyphInfo) { + return + } + + var rootEl = document.getElementById('glyphs') + rootEl.style.display = 'none' + rootEl.innerText = '' + + // glyphInfo: { + // "glyphs": [ + // [name :string, unicode? :int|null, unicodeName? :string, color? :string|null], + // ["A", 65, "LATIN CAPITAL LETTER A", "#dbeaf7"], + // ... + // ], + // } + // + // Note: Glyph names might appear multiple times (always adjacent) when a glyph is + // represented by multiple Unicode code points. For example: + // + // ["Delta", 916, "GREEK CAPITAL LETTER DELTA"], + // ["Delta", 8710, "INCREMENT"], + // + + var glyphs = glyphInfo + var singleGlyph = null + var lastGlyphEl = null + var lastGlyphName = '' + + glyphInfo.forEach(function(g, i) { + var name = g[0] + + if (needsUpdateGlyphInfoMap && !glyphInfoMap[name]) { + glyphInfoMap[name] = g + } + + if (queryString.g && name != queryString.g) { + // ignore + return + } + + var glyph = renderGlyphGraphicG(g, lastGlyphName, lastGlyphEl, singleGlyph) + + if (glyph) { + rootEl.appendChild(glyph.element) + lastGlyphEl = glyph.element + lastGlyphName = name + if (queryString.g) { + singleGlyph = glyph + } + } + }) + + needsUpdateGlyphInfoMap = false + + if (singleGlyph) { + renderSingleInfo(singleGlyph) + rootEl.appendChild(singleInfo) + } + + rootEl.style.display = null + updateLayoutAfterChanges() +} + + +function renderGlyphGraphic(glyphName) { + var g = glyphInfoMap[glyphName] + return g ? renderGlyphGraphicG(g) : null +} + + +function renderGlyphGraphicG(g, lastGlyphName, lastGlyphEl, singleGlyph) { + var name = g[0] + var names, glyph + var svg = svgRepository[name] + + if (!svg) { + // ignore + return null + } + + var metrics = glyphMetrics.metrics[name] + if (!metrics) { + console.error('missing metrics for', name) + } + + var info = { + name: name, + unicode: g[1], + unicodeName: g[2], + color: g[3], + + // These are all in 1:1 UPM (not scaled) + advance: metrics.advance, + left: metrics.left, + right: metrics.right, + width: metrics.width, + + element: null, + } + + if (name == lastGlyphName) { + // additional Unicode code point for same glyph + glyph = lastGlyphEl + names = glyph.querySelector('.names') + names.innerText += ',' + if (info.unicode) { + var ucid = ' U+' + fmthex(info.unicode) + names.innerText += ' U+' + fmthex(info.unicode) + if (!queryString.g) { + glyph.title += ucid + } + } + if (info.unicodeName) { + names.innerText += ' ' + info.unicodeName + if (!queryString.g) { + glyph.title += ' (' + info.unicodeName + ')' + } + } + + if (queryString.g) { + if (singleGlyph) { + if (!singleGlyph.alternates) { + singleGlyph.alternates = [] + } + singleGlyph.alternates.push(info) + } else { + throw new Error('alternate glyph UC, but appears first in glyphinfo data') + } + } + + return + } + + // console.log('svg for', name, svg.width.baseVal.value, '->', svg, '\n', info) + + glyph = document.createElement('a') + glyph.className = 'glyph' + glyph.href = '?g=' + encodeURIComponent(name) + wrapIntLink(glyph) + + info.element = glyph + + if (!queryString.g) { + glyph.title = name + } + + var baseline = document.createElement('div') + baseline.className = 'baseline' + glyph.appendChild(baseline) + + names = document.createElement('div') + names.className = 'names' + names.innerText = name + if (info.unicode) { + var ucid = ' U+' + fmthex(info.unicode) + names.innerText += ' U+' + fmthex(info.unicode, 4) + if (!queryString.g) { + glyph.title += ucid + } + } + if (info.unicodeName) { + names.innerText += ' ' + info.unicodeName + if (!queryString.g) { + glyph.title += ' (' + info.unicodeName + ')' + } + } + glyph.appendChild(names) + + var scaledAdvance = info.advance * kSVGScale + + if (scaledAdvance > kGlyphSize) { + glyph.style.width = scaledAdvance.toFixed(2) + 'px' + } + + var adv = document.createElement('div') + adv.className = 'advance' + glyph.appendChild(adv) + + adv.appendChild(svg) + svg.style.left = (info.left * kSVGScale).toFixed(2) + 'px' + + if (info.advance <= 0) { + glyph.className += ' zero-width' + } else { + adv.style.width = scaledAdvance.toFixed(2) + 'px' + } + + return info +} + + +function renderSingleInfo(g) { + var e = singleInfo + e.querySelector('.name').innerText = g.name + + function setv(el, name, textValue) { + el.querySelector('.' + name).innerText = textValue + } + + var unicode = e.querySelector('.unicode') + + function configureUnicodeView(el, g) { + setv(el, 'unicodeCodePoint', g.unicode ? 'U+' + fmthex(g.unicode, 4) : '–') + setv(el, 'unicodeName', g.unicodeName || '') + } + + // remove any previous alternate unicode list items + var rmli = unicode + while ((rmli = rmli.nextSibling)) { + if (rmli.nodeType == Node.ELEMENT_NODE) { + if (!rmli.parentElement || !rmli.classList.contains('unicode')) { + break + } + rmli.parentElement.removeChild(rmli) + } + } + + configureUnicodeView(unicode, g) + + if (g.alternates) { + var refnode = unicode.nextSibling + g.alternates.forEach(function(g) { + var li = unicode.cloneNode(true) + configureUnicodeView(li, g) + if (refnode) { + unicode.parentElement.insertBefore(li, unicode.nextSibling) + } else { + unicode.parentElement.appendChild(li) + } + }) + } + + e.querySelector('.advanceWidth').innerText = g.advance + e.querySelector('.marginLeft').innerText = g.left + e.querySelector('.marginRight').innerText = g.right + + var colorMark = e.querySelector('.colorMark') + if (g.color) { + colorMark.title = g.color.toUpperCase() + colorMark.style.background = g.color + colorMark.classList.remove('none') + } else { + colorMark.title = '(None)' + colorMark.style.background = null + colorMark.classList.add('none') + } + + var svg = svgRepository[g.name] + var svgFile = e.querySelector('.svgFile') + svgFile.download = g.name + '.svg' + svgFile.href = getSvgDataURI(svg) + + renderSingleKerning(g) +} + + +var cachedSVGDataURIs = {} + +function getSvgDataURI(svg) { + var cached = cachedSVGDataURIs[svg.id] + if (!cached) { + cached = 'data:image/svg+xml,' + svg.outerHTML.replace(/[\r\n]+/g, '') + cachedSVGDataURIs[svg.id] = cached + } + return cached +} + + +function pxround(n) { + return Math.round(n * 2) / 2 +} + + +function selectKerningPair(id, directly) { + Array.prototype.forEach.call( + document.querySelectorAll('.kernpair.selected'), + function(e) { + e.classList.remove('selected') + } + ) + var el = document.getElementById(id) + if (el) { + el.classList.add('selected') + if (!directly) { + el.scrollIntoViewIfNeeded() + } + } + history.replaceState({}, '', location.search + '#' + id) +} + + +// return true if some kerning was rendered +function renderSingleKerning(g) { + var kerningList = document.getElementById('kerning-list') + kerningList.style.display = 'none' + kerningList.innerText = '' + var thisSvg = svgRepository[g.name] + var thisSvgURI = getSvgDataURI(thisSvg) + + if (!thisSvg) { + kerningList.style.display = null + return false + } + + var kerningAsLeft = glyphMetrics.kerningLeft[g.name] || {} + var kerningAsRight = glyphMetrics.kerningRight[g.name] || {} + + var kerningAsLeftKeys = Object.keys(kerningAsLeft) + var kerningAsRightKeys = Object.keys(kerningAsRight) + + if (kerningAsLeftKeys.length == 0 && kerningAsRightKeys.length == 0) { + var p = document.createElement('p') + p.className = 'empty' + p.innerText = 'No kerning' + kerningList.appendChild(p) + kerningList.style.display = null + return false + } + + var lilGlyphSize = 128 + var lilScale = lilGlyphSize / kGlyphSize + + function mkpairGlyph(glyphName, side, kerningValue, svgURI) { + var metrics = glyphMetrics.metrics[glyphName] + var svgWidth = pxround(metrics.width * kSVGScale * lilScale) + var el = document.createElement('div') + + var leftMargin = metrics.left + var rightMargin = metrics.right + if (side == 'left') { + rightMargin += kerningValue + } else { + leftMargin += kerningValue + } + leftMargin = leftMargin * kSVGScale * lilScale + rightMargin = rightMargin * kSVGScale * lilScale + + el.className = side + el.style.backgroundImage = "url('" + svgURI + "')" + el.style.backgroundSize = svgWidth + 'px ' + lilGlyphSize + 'px' + el.style.width = svgWidth + 'px' + el.style.height = lilGlyphSize + 'px' + el.style.marginLeft = pxround(leftMargin) + 'px' + el.style.marginRight = pxround(rightMargin) + 'px' + return el + } + + function mkpairs(kerningInfo, selfName, self, side) { + var asLeftSide = side == 'left' + var idPrefix = asLeftSide ? 'kernl-' : 'kernr-' + var keys = Object.keys(kerningInfo) + var otherSide = asLeftSide ? 'right' : 'left' + + keys.forEach(function(glyphName) { + var kerningValue = kerningInfo[glyphName] + var otherSvg = svgRepository[glyphName] + + var pair = document.createElement('a') + pair.className = 'kernpair' + pair.title = ( + asLeftSide ? selfName + '/' + glyphName + ' ' + kerningValue : + glyphName + '/' + selfName + ' ' + kerningValue + ) + pair.id = idPrefix + glyphName + pair.href = '#' + pair.id + pair.onclick = function(ev) { + selectKerningPair(pair.id) + ev.preventDefault() + ev.stopPropagation() + } + + var otherEl = mkpairGlyph(glyphName, otherSide, kerningValue, getSvgDataURI(otherSvg)) + + if (asLeftSide) { + if (self.parentNode) { + pair.appendChild(self.cloneNode(true)) + } else { + pair.appendChild(self) + } + pair.appendChild(otherEl) + } else { + pair.appendChild(otherEl) + if (self.parentNode) { + pair.appendChild(self.cloneNode(true)) + } else { + pair.appendChild(self) + } + } + + var kern = document.createElement('div') + kern.className = 'kern ' + (kerningValue < 0 ? 'neg' : 'pos') + + var absKernVal = Math.abs(kerningValue) + var kernWidth = Math.max(1, pxround(absKernVal * kSVGScale * lilScale)) + kern.style.width = kernWidth + 'px' + + var leftMetrics = glyphMetrics.metrics[asLeftSide ? selfName : glyphName] + var leftAdvance = leftMetrics.advance + kern.style.left = pxround((leftAdvance - absKernVal) * kSVGScale * lilScale) + 'px' + pair.appendChild(kern) + + var label = document.createElement('div') + label.className = 'label' + label.innerText = kerningValue + kern.appendChild(label) + + kerningList.appendChild(pair) + }) + + return keys.length != 0 + } + + var selfLeft = mkpairGlyph(g.name, 'left', 0, thisSvgURI) + var selfRight = mkpairGlyph(g.name, 'right', 0, thisSvgURI) + + if (mkpairs(kerningAsLeft, g.name, selfLeft, 'left')) { + var div = document.createElement('div') + div.className = 'divider' + kerningList.appendChild(div) + } + + mkpairs(kerningAsRight, g.name, selfRight, 'right') + + if (location.hash && location.hash.indexOf('#kern') == 0) { + var id = location.hash.substr(1) + setTimeout(function(){ + selectKerningPair(id) + },1) + } + + kerningList.style.display = null + return true +} + + +function fmthex(cp, minWidth) { + let s = cp.toString(16).toUpperCase() + while (s.length < minWidth) { + s = '0' + s + } + return s +} + + +document.addEventListener('keydown', function(ev) { + if (!queryString.g && (ev.metaKey || ev.ctrlKey)) { + if (ev.keyCode == 187 || ev.key == '+') { + setScale(parseFloat((currentScale + 0.1).toFixed(2))) + ev.preventDefault() + } else if (ev.keyCode == 189 || ev.key == '-') { + setScale(parseFloat((currentScale - 0.1).toFixed(2))) + ev.preventDefault() + } else if (ev.keyCode == 48 || ev.key == '0') { + setScale(queryString.g ? defaultSingleScale : defaultGridScale) + ev.preventDefault() + } + } +}) + +updateLocation() \ No newline at end of file diff --git a/docs/glyphs/index.html b/docs/glyphs/index.html new file mode 100644 index 000000000..8d8b8b44c --- /dev/null +++ b/docs/glyphs/index.html @@ -0,0 +1,3202 @@ + + + + + Repertoire – Interface font family + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

The Interface font family

+

Interface glyphs

+

+ This shows the complete set of glyphs in Interface Regular. + You can zoom in and out by pressing + + and + on your keyboard. + Click on a glyph to see more details about it. +

+
+ +
+ +
+ +
+

Kerning

+
+
+ + + + diff --git a/docs/glyphs/metrics.json b/docs/glyphs/metrics.json new file mode 100644 index 000000000..314fa916f --- /dev/null +++ b/docs/glyphs/metrics.json @@ -0,0 +1,33977 @@ +{ +"nameids":{ +"0":"A", +"1":"AE", +"2":"AEacute", +"3":"AEmacron", +"4":"Aacute", +"5":"Abreve", +"6":"Abreveacute", +"7":"Abrevecyrillic", +"8":"Abrevedotbelow", +"9":"Abrevegrave", +"10":"Abrevehookabove", +"11":"Abrevetilde", +"12":"Acaron", +"13":"Acircumflex", +"14":"Acircumflexacute", +"15":"Acircumflexdotbelow", +"16":"Acircumflexgrave", +"17":"Acircumflexhookabove", +"18":"Acircumflextilde", +"19":"Adblgrave", +"20":"Adieresis", +"21":"Adieresiscyrillic", +"22":"Adieresismacron", +"23":"Adotbelow", +"24":"Adotmacron", +"25":"Agrave", +"26":"Ahookabove", +"27":"Aiecyrillic", +"28":"Ainvertedbreve", +"29":"Alpha", +"30":"Alphatonos", +"31":"Amacron", +"32":"Aogonek", +"33":"Aogonek.NAV", +"34":"Aring", +"35":"Aringacute", +"36":"Aringbelow", +"37":"Atilde", +"38":"B", +"39":"Bdotaccent", +"40":"Bdotbelow", +"41":"Beta", +"42":"Bhook", +"43":"Blinebelow", +"44":"Btopbar", +"45":"C", +"46":"C.cn", +"47":"CR", +"48":"Cacute", +"49":"Ccaron", +"50":"Ccedilla", +"51":"Ccedillaacute", +"52":"Ccircumflex", +"53":"Cdotaccent", +"54":"Cheabkhasiancyrillic", +"55":"Chedescenderabkhasiancyrillic", +"56":"Chedescendercyrillic", +"57":"Chedieresiscyrillic", +"58":"Chekhakassiancyrillic", +"59":"Cheverticalstrokecyrillic", +"60":"Chi", +"61":"Chook", +"62":"Chook.cn", +"63":"D", +"64":"D.cn", +"65":"DZ", +"66":"Dbar1", +"67":"Dcaron", +"68":"Dcedilla", +"69":"Dcircumflexbelow", +"70":"Dcroat", +"71":"Ddotaccent", +"72":"Ddotbelow", +"73":"Delta", +"74":"Dhook", +"75":"Digamma", +"76":"Dlinebelow", +"77":"Dtopbar", +"78":"Dz", +"79":"Dzcaron_", +"80":"Dzeabkhasiancyrillic", +"81":"E", +"82":"Eacute", +"83":"Ebreve", +"84":"Ecaron", +"85":"Ecedillabreve", +"86":"Ecircumflex", +"87":"Ecircumflexacute", +"88":"Ecircumflexbelow", +"89":"Ecircumflexdotbelow", +"90":"Ecircumflexgrave", +"91":"Ecircumflexhookabove", +"92":"Ecircumflextilde", +"93":"Edblgrave", +"94":"Edieresis", +"95":"Edotaccent", +"96":"Edotbelow", +"97":"Egrave", +"98":"Ehookabove", +"99":"Einvertedbreve", +"100":"Eiotifiedcyrillic", +"101":"Emacron", +"102":"Emacronacute", +"103":"Emacrongrave", +"104":"Endescendercyrillic", +"105":"Eng", +"106":"Enghecyrillic", +"107":"Enhookcyrillic", +"108":"Eogonek", +"109":"Eogonek.NAV", +"110":"Epsilon", +"111":"Epsilon1", +"112":"Epsilontonos", +"113":"Esdescendercyrillic", +"114":"Esh", +"115":"Eta", +"116":"Etatonos", +"117":"Eth", +"118":"Etilde", +"119":"Etildebelow", +"120":"Eturn", +"121":"Euro", +"122":"Ezh", +"123":"Ezhcaron", +"124":"Ezhreversed", +"125":"F", +"126":"Fdotaccent", +"127":"Fhook", +"128":"Fturn", +"129":"G", +"130":"G.cn", +"131":"Gacute", +"132":"Gamma", +"133":"Gamma1", +"134":"Gbar", +"135":"Gbreve", +"136":"Gcaron", +"137":"Gcircumflex", +"138":"Gcommaaccent", +"139":"Gdotaccent", +"140":"Germandbls", +"141":"Ghemiddlehookcyrillic", +"142":"Ghestrokecyrillic", +"143":"Ghook", +"144":"Ghook.cn", +"145":"Gmacron", +"146":"Gsmallcap", +"147":"Gsmallcaphook", +"148":"H", +"149":"Haabkhasiancyrillic", +"150":"Hadescendercyrillic", +"151":"Hbar", +"152":"Hbrevebelow", +"153":"Hcedilla", +"154":"Hcircumflex", +"155":"Hdieresis", +"156":"Hdotaccent", +"157":"Hdotbelow", +"158":"I", +"159":"IJ", +"160":"Iacute", +"161":"Ibar", +"162":"Ibreve", +"163":"Icaron", +"164":"Icircumflex", +"165":"Idblgrave", +"166":"Idieresis", +"167":"Idieresisacute", +"168":"Idieresiscyrillic", +"169":"Idotaccent", +"170":"Idotbelow", +"171":"Iebrevecyrillic", +"172":"Igrave", +"173":"Ihookabove", +"174":"Iinvertedbreve", +"175":"Imacron", +"176":"Imacroncyrillic", +"177":"Iogonek", +"178":"Iota", +"179":"Iota1", +"180":"Iotadieresis", +"181":"Iotatonos", +"182":"Ismallcap", +"183":"Itilde", +"184":"Itildebelow", +"185":"Izhitsadblgravecyrillic", +"186":"J", +"187":"Jcircumflex", +"188":"K", +"189":"Kabashkircyrillic", +"190":"Kacute", +"191":"Kadescendercyrillic", +"192":"Kahookcyrillic", +"193":"Kappa", +"194":"Kaverticalstrokecyrillic", +"195":"Kcaron", +"196":"Kcommaaccent", +"197":"Kdotbelow", +"198":"Khook", +"199":"Klinebelow", +"200":"Koppa", +"201":"Koppacyrillic", +"202":"Ksicyrillic", +"203":"L", +"204":"LJ", +"205":"Lacute", +"206":"Lambda", +"207":"Lcaron", +"208":"Lcircumflexbelow", +"209":"Lcommaaccent", +"210":"Ldot", +"211":"Ldotbelow", +"212":"Ldotbelowmacron", +"213":"Lj", +"214":"Llinebelow", +"215":"Lslash", +"216":"Lsmallcap", +"217":"M", +"218":"Macute", +"219":"Mdotaccent", +"220":"Mdotbelow", +"221":"Mu", +"222":"N", +"223":"NJ", +"224":"Nacute", +"225":"Ncaron", +"226":"Ncircumflexbelow", +"227":"Ncommaaccent", +"228":"Ndotaccent", +"229":"Ndotbelow", +"230":"Nhook", +"231":"Nj", +"232":"Nlinebelow", +"233":"Nsmallcap", +"234":"Ntilde", +"235":"Nu", +"236":"O", +"237":"O.cn", +"238":"OE", +"239":"OEsmallcap", +"240":"OI", +"241":"Oacute", +"242":"Obar", +"243":"Obarredcyrillic", +"244":"Obarreddieresiscyrillic", +"245":"Obreve", +"246":"Ocaron", +"247":"Ocircumflex", +"248":"Ocircumflexacute", +"249":"Ocircumflexdotbelow", +"250":"Ocircumflexgrave", +"251":"Ocircumflexhookabove", +"252":"Ocircumflextilde", +"253":"Odblgrave", +"254":"Odieresis", +"255":"Odieresiscyrillic", +"256":"Odotbelow", +"257":"Ograve", +"258":"Ohookabove", +"259":"Ohorn", +"260":"Ohornacute", +"261":"Ohorndotbelow", +"262":"Ohorngrave", +"263":"Ohornhookabove", +"264":"Ohorntilde", +"265":"Ohungarumlaut", +"266":"Oinvertedbreve", +"267":"Omacron", +"268":"Omacronacute", +"269":"Omacrongrave", +"270":"Omega", +"271":"Omegacyrillic", +"272":"Omegaroundcyrillic", +"273":"Omegatitlocyrillic", +"274":"Omegatonos", +"275":"Omicron", +"276":"Omicrontonos", +"277":"Oogonek", +"278":"Oogonek.NAV", +"279":"Oogonekmacron", +"280":"Oopen", +"281":"Oopen.cn", +"282":"Oslash", +"283":"Oslashacute", +"284":"Otcyrillic", +"285":"Otilde", +"286":"Otildeacute", +"287":"Otildedieresis", +"288":"P", +"289":"Pacute", +"290":"Pdotaccent", +"291":"Pemiddlehookcyrillic", +"292":"Phi", +"293":"Phook", +"294":"Pi", +"295":"Psi", +"296":"Psicyrillic", +"297":"Q", +"298":"Q.cn", +"299":"R", +"300":"Racute", +"301":"Rcaron", +"302":"Rcommaaccent", +"303":"Rdblgrave", +"304":"Rdotaccent", +"305":"Rdotbelow", +"306":"Rdotbelowmacron", +"307":"Rho", +"308":"Rinvertedbreve", +"309":"Rlinebelow", +"310":"Rsmallcap", +"311":"Rsmallcapinv", +"312":"Rturnsuper", +"313":"Rx", +"314":"S", +"315":"Sacute", +"316":"Sacutedotaccent", +"317":"Sampi", +"318":"Scaron", +"319":"Scarondotaccent", +"320":"Scedilla", +"321":"Schwa", +"322":"Schwacyrillic", +"323":"Schwadieresiscyrillic", +"324":"Scircumflex", +"325":"Scommaaccent", +"326":"Sdotaccent", +"327":"Sdotbelow", +"328":"Sdotbelowdotaccent", +"329":"Shhacyrillic", +"330":"Sigma", +"331":"Stigma", +"332":"T", +"333":"Tau", +"334":"Tbar", +"335":"Tcaron", +"336":"Tcircumflexbelow", +"337":"Tcommaaccent", +"338":"Tdotaccent", +"339":"Tdotbelow", +"340":"Tedescendercyrillic", +"341":"Tetsecyrillic", +"342":"Theta", +"343":"Thook", +"344":"Thorn", +"345":"Tlinebelow", +"346":"Tonefive", +"347":"Tonesix", +"348":"Tonetwo", +"349":"Trthook", +"350":"U", +"351":"U.cn", +"352":"Uacute", +"353":"Ubreve", +"354":"Ucaron", +"355":"Ucircumflex", +"356":"Ucircumflexbelow", +"357":"Udblgrave", +"358":"Udieresis", +"359":"Udieresisacute", +"360":"Udieresisbelow", +"361":"Udieresiscaron", +"362":"Udieresiscyrillic", +"363":"Udieresisgrave", +"364":"Udieresismacron", +"365":"Udotbelow", +"366":"Ugrave", +"367":"Uhookabove", +"368":"Uhorn", +"369":"Uhornacute", +"370":"Uhorndotbelow", +"371":"Uhorngrave", +"372":"Uhornhookabove", +"373":"Uhorntilde", +"374":"Uhungarumlaut", +"375":"Uhungarumlautcyrillic", +"376":"Uinvertedbreve", +"377":"Ukcyrillic", +"378":"Umacron", +"379":"Umacroncyrillic", +"380":"Umacrondieresis", +"381":"Uogonek", +"382":"Upsilon", +"383":"Upsilon2", +"384":"Upsilonacutehooksymbolgreek", +"385":"Upsilondieresis", +"386":"Upsilondieresishooksymbolgreek", +"387":"Upsilonhooksymbol", +"388":"Upsilontonos", +"389":"Uring", +"390":"Ustraightcyrillic", +"391":"Ustraightstrokecyrillic", +"392":"Utilde", +"393":"Utildeacute", +"394":"Utildebelow", +"395":"V", +"396":"Vcursive", +"397":"Vdotbelow", +"398":"Vtilde", +"399":"W", +"400":"Wacute", +"401":"Wcircumflex", +"402":"Wdieresis", +"403":"Wdotaccent", +"404":"Wdotbelow", +"405":"Wgrave", +"406":"X", +"407":"Xdieresis", +"408":"Xdotaccent", +"409":"Xi", +"410":"Y", +"411":"YR", +"412":"Yacute", +"413":"Ycircumflex", +"414":"Ydieresis", +"415":"Ydotaccent", +"416":"Ydotbelow", +"417":"Yerudieresiscyrillic", +"418":"Ygrave", +"419":"Yhook", +"420":"Yhookabove", +"421":"Ysmallcap", +"422":"Ytilde", +"423":"Yusbigcyrillic", +"424":"Yusbigiotifiedcyrillic", +"425":"Yuslittlecyrillic", +"426":"Yuslittleiotifiedcyrillic", +"427":"Z", +"428":"Zacute", +"429":"Zbar", +"430":"Zcaron", +"431":"Zcircumflex", +"432":"Zdotaccent", +"433":"Zdotbelow", +"434":"Zedescendercyrillic", +"435":"Zedieresiscyrillic", +"436":"Zeta", +"437":"Zhebrevecyrillic", +"438":"Zhedescendercyrillic", +"439":"Zhedieresiscyrillic", +"440":"Zlinebelow", +"441":"a", +"442":"a.cn", +"443":"a_uni02DE", +"444":"aacute", +"445":"abreve", +"446":"abreveacute", +"447":"abrevecyrillic", +"448":"abrevedotbelow", +"449":"abrevegrave", +"450":"abrevehookabove", +"451":"abrevetilde", +"452":"acaron", +"453":"accountof", +"454":"acircumflex", +"455":"acircumflexacute", +"456":"acircumflexdotbelow", +"457":"acircumflexgrave", +"458":"acircumflexhookabove", +"459":"acircumflextilde", +"460":"acute", +"461":"acutecomb", +"462":"acutedblnosp", +"463":"acutedotcomb", +"464":"acutedotcomb.lc", +"465":"acutelowmod", +"466":"acuterightnosp", +"467":"acutesubnosp", +"468":"adblgrave", +"469":"addresssubject", +"470":"adieresis", +"471":"adieresiscyrillic", +"472":"adieresismacron", +"473":"adotbelow", +"474":"adotmacron", +"475":"ae", +"476":"aeacute", +"477":"aemacron", +"478":"afii10017", +"479":"afii10018", +"480":"afii10019", +"481":"afii10020", +"482":"afii10021", +"483":"afii10022", +"484":"afii10023", +"485":"afii10024", +"486":"afii10025", +"487":"afii10026", +"488":"afii10027", +"489":"afii10029", +"490":"afii10030", +"491":"afii10031", +"492":"afii10032", +"493":"afii10033", +"494":"afii10034", +"495":"afii10035", +"496":"afii10036", +"497":"afii10037", +"498":"afii10038", +"499":"afii10039", +"500":"afii10040", +"501":"afii10041", +"502":"afii10042", +"503":"afii10043", +"504":"afii10044", +"505":"afii10045", +"506":"afii10046", +"507":"afii10047", +"508":"afii10048", +"509":"afii10049", +"510":"afii10050", +"511":"afii10051", +"512":"afii10052", +"513":"afii10053", +"514":"afii10054", +"515":"afii10055", +"516":"afii10056", +"517":"afii10057", +"518":"afii10058", +"519":"afii10059", +"520":"afii10060", +"521":"afii10061", +"522":"afii10062", +"523":"afii10065", +"524":"afii10145", +"525":"afii10146", +"526":"afii10147", +"527":"afii10148", +"528":"afii300", +"529":"afii57596", +"530":"afii57598", +"531":"afii57636", +"532":"afii61664", +"533":"agrave", +"534":"ahookabove", +"535":"aiecyrillic", +"536":"ainvertedbreve", +"537":"alpha", +"538":"alphatonos", +"539":"amacron", +"540":"ampersand", +"541":"anglesupnosp", +"542":"angstrom", +"543":"anoteleia", +"544":"aogonek", +"545":"aogonek.NAV", +"546":"apostrophemod", +"547":"approxequal", +"548":"archdblsubnosp", +"549":"arighthalfring", +"550":"aring", +"551":"aringacute", +"552":"aringbelow", +"553":"arrowNE", +"554":"arrowNW", +"555":"arrowSE", +"556":"arrowSW", +"557":"arrowdown", +"558":"arrowheaddownmod", +"559":"arrowheadleftmod", +"560":"arrowheadrightmod", +"561":"arrowheadupmod", +"562":"arrowleft", +"563":"arrowleft.case", +"564":"arrowleftlong", +"565":"arrowleftlong.case", +"566":"arrowright", +"567":"arrowright.case", +"568":"arrowrightlong", +"569":"arrowrightlong.case", +"570":"arrowup", +"571":"asciicircum", +"572":"asciitilde", +"573":"ascript", +"574":"ascript_uni02DE", +"575":"ascriptturn", +"576":"ascriptturn_uni02DE", +"577":"asterisk", +"578":"asterisk.case", +"579":"asterism", +"580":"at", +"581":"at.case", +"582":"atilde", +"583":"aturn", +"584":"aturn_uni02DE", +"585":"austral", +"586":"b", +"587":"b.cn", +"588":"babygamma", +"589":"backslash", +"590":"bar", +"591":"barmidlongnosp", +"592":"barmidshortnosp", +"593":"bbar", +"594":"bbar_uni1ABE", +"595":"bdotaccent", +"596":"bdotbelow", +"597":"becyrillic", +"598":"beta", +"599":"beta1", +"600":"bhook", +"601":"bhook.cn", +"602":"blackleftpointingtriangle", +"603":"blinebelow", +"604":"braceleft", +"605":"braceleft.case", +"606":"braceright", +"607":"braceright.case", +"608":"bracketleft", +"609":"bracketleft.case", +"610":"bracketright", +"611":"bracketright.case", +"612":"breve", +"613":"breveacutecomb", +"614":"brevegravecomb", +"615":"brevehookcomb", +"616":"breveinverteddoublecmb", +"617":"breveinvnosp", +"618":"breveinvsubnosp", +"619":"breveinvsubnosp_uni1ABD", +"620":"brevenosp", +"621":"brevesubnosp", +"622":"brevetildecomb", +"623":"bridgeinvsubnosp", +"624":"bridgesubnosp", +"625":"brokenbar", +"626":"btopbar", +"627":"bullet", +"628":"bullet.case", +"629":"bullseye", +"630":"c", +"631":"c.cn", +"632":"cacute", +"633":"cadauna", +"634":"candrabindunosp", +"635":"careof", +"636":"caret", +"637":"caretinsertionpoint", +"638":"caron", +"639":"caronbelowcmb", +"640":"caroncmb", +"641":"carondotcomb", +"642":"carondotcomb.lc", +"643":"caronnosp", +"644":"caronsubnosp", +"645":"ccaron", +"646":"ccedilla", +"647":"ccedillaacute", +"648":"ccircumflex", +"649":"ccurl", +"650":"cdotaccent", +"651":"cedi", +"652":"cedilla", +"653":"cedillanosp", +"654":"cent", +"655":"charactertie", +"656":"cheabkhasiancyrillic", +"657":"checyrillic", +"658":"chedescenderabkhasiancyrillic", +"659":"chedescendercyrillic", +"660":"chedieresiscyrillic", +"661":"chekhakassiancyrillic", +"662":"cheverticalstrokecyrillic", +"663":"chook", +"664":"chook.cn", +"665":"circleblack", +"666":"circlewhite", +"667":"circumflex", +"668":"circumflexacutecomb", +"669":"circumflexgravecomb", +"670":"circumflexhookcomb", +"671":"circumflexnosp", +"672":"circumflexsubnosp", +"673":"circumflextildecomb", +"674":"colon", +"675":"colon.case", +"676":"coloncurrency", +"677":"colontriangularhalfmod", +"678":"colontriangularmod", +"679":"comma", +"680":"commaabovecmb", +"681":"commaaboverightcmb", +"682":"commaaboverightcomb", +"683":"commaaccent", +"684":"commaaccentrotate", +"685":"commabelowcmb", +"686":"commareversedmod", +"687":"commasuprevnosp", +"688":"commaturnedmod", +"689":"commaturnsupnosp", +"690":"controlHT", +"691":"controlSOT", +"692":"copyright", +"693":"crossbar", +"694":"cruzeiro", +"695":"cstretch", +"696":"currency", +"697":"cyrillicbreve", +"698":"cyrillichook", +"699":"cyrillichookleft", +"700":"cyrillictic", +"701":"d", +"702":"d.cn", +"703":"dagger", +"704":"daggerdbl", +"705":"dasiaoxia", +"706":"dasiapneumatacyrilliccmb", +"707":"dblapostrophe", +"708":"dblgravecmb", +"709":"dblprimemod", +"710":"dcaron", +"711":"dcedilla", +"712":"dcircumflexbelow", +"713":"dcroat", +"714":"dcroat_uni1ABE", +"715":"ddotaccent", +"716":"ddotbelow", +"717":"decyrillic", +"718":"degree", +"719":"degreecentigrade", +"720":"degreefarenheit", +"721":"degreekelvin", +"722":"delta", +"723":"deltaturn", +"724":"dhook", +"725":"dhook.cn", +"726":"diaeresistonosnosp", +"727":"dieresis", +"728":"dieresisacutecomb", +"729":"dieresisacutecomb.lc", +"730":"dieresiscaroncomb", +"731":"dieresiscaroncomb.lc", +"732":"dieresisgravecomb", +"733":"dieresisgravecomb.lc", +"734":"dieresismacroncomb", +"735":"dieresismacroncomb.lc", +"736":"dieresisnosp", +"737":"dieresisnosp_uni1ABB", +"738":"dieresistonos", +"739":"digamma", +"740":"divide", +"741":"divide.case", +"742":"djecyrillic", +"743":"dlinebelow", +"744":"dollar", +"745":"dong", +"746":"dotaccent", +"747":"dotbelow", +"748":"dotbelow_uni1ABD", +"749":"dotdblsubnosp", +"750":"dotdblsubnosp_uni1ABD", +"751":"dotlessi", +"752":"dotlessj", +"753":"dotmacroncomb", +"754":"dotmacroncomb.lc", +"755":"dotnosp", +"756":"downtackmod", +"757":"drthook", +"758":"dtopbar", +"759":"dyogh", +"760":"dz", +"761":"dzcaron", +"762":"dzcurl", +"763":"dzeabkhasiancyrillic", +"764":"dzecyrillic", +"765":"dzhecyrillic", +"766":"e", +"767":"e.cn", +"768":"eacute", +"769":"ebreve", +"770":"ecaron", +"771":"ecedillabreve", +"772":"ecircumflex", +"773":"ecircumflexacute", +"774":"ecircumflexbelow", +"775":"ecircumflexdotbelow", +"776":"ecircumflexgrave", +"777":"ecircumflexhookabove", +"778":"ecircumflextilde", +"779":"ecyrillic", +"780":"edblgrave", +"781":"edieresis", +"782":"edotaccent", +"783":"edotbelow", +"784":"efcyrillic", +"785":"egrave", +"786":"ehookabove", +"787":"eight", +"788":"eight.frac", +"789":"eight.sup", +"790":"eightroman", +"791":"eightsub", +"792":"eightsuperior", +"793":"einvertedbreve", +"794":"eiotifiedcyrillic", +"795":"elcyrillic", +"796":"elevenroman", +"797":"ellipsis", +"798":"emacron", +"799":"emacronacute", +"800":"emacrongrave", +"801":"emcyrillic", +"802":"emdash", +"803":"emdash.case", +"804":"emquad", +"805":"emspace", +"806":"encyrillic", +"807":"endash", +"808":"endash.case", +"809":"endescendercyrillic", +"810":"eng", +"811":"eng_uni1ABE", +"812":"enghecyrillic", +"813":"enhookcyrillic", +"814":"enquad", +"815":"enspace", +"816":"eogonek", +"817":"eogonek.NAV", +"818":"epsilon", +"819":"epsilon1", +"820":"epsilon1rev", +"821":"epsilon1revclosed", +"822":"epsilon1revclosed_uni02DE", +"823":"epsilon1revhook", +"824":"epsilonclosed", +"825":"epsilontonos", +"826":"equal", +"827":"equal.case", +"828":"equalsub", +"829":"equalsuperior", +"830":"ercyrillic", +"831":"erev", +"832":"ereversedcyrillic", +"833":"escyrillic", +"834":"esdescendercyrillic", +"835":"esh", +"836":"eshcurl", +"837":"eshlooprev", +"838":"eshshortrev", +"839":"estimated", +"840":"eta", +"841":"etatonos", +"842":"eth", +"843":"etilde", +"844":"etildebelow", +"845":"eturn", +"846":"eurocurrency", +"847":"exclam", +"848":"exclam1", +"849":"exclamdbl", +"850":"exclamdown", +"851":"ezh", +"852":"ezhcaron", +"853":"ezhcurl", +"854":"ezhreversed", +"855":"ezhtail", +"856":"f", +"857":"fdotaccent", +"858":"figuredash", +"859":"figuredash.case", +"860":"figurespace", +"861":"finalkaf", +"862":"finalmem", +"863":"finalnun", +"864":"finaltsadi", +"865":"firsttonechinese", +"866":"fitacyrillic", +"867":"five", +"868":"five.frac", +"869":"five.sup", +"870":"fiveeighths", +"871":"fiveroman", +"872":"fivesub", +"873":"fivesuperior", +"874":"florin", +"875":"four", +"876":"four.1", +"877":"four.frac", +"878":"four.sup", +"879":"four.tnum.1", +"880":"fourroman", +"881":"foursub", +"882":"foursuperior", +"883":"fourthtonechinese", +"884":"fraction", +"885":"franc", +"886":"g", +"887":"g.cn", +"888":"gacute", +"889":"gamma", +"890":"gamma1", +"891":"gammasuper", +"892":"gbar", +"893":"gbar_uni1ABE", +"894":"gbreve", +"895":"gcaron", +"896":"gcircumflex", +"897":"gcommaaccent", +"898":"gcursive", +"899":"gdotaccent", +"900":"gecyrillic", +"901":"germandbls", +"902":"ghemiddlehookcyrillic", +"903":"ghestrokecyrillic", +"904":"gheupturncyrillic", +"905":"ghook", +"906":"ghook.cn", +"907":"gjecyrillic", +"908":"glottalstop", +"909":"glottalstopbar", +"910":"glottalstopbarinv", +"911":"glottalstopbarrev", +"912":"glottalstopinv", +"913":"glottalstopmod", +"914":"glottalstopreversedmod", +"915":"glottalstopreversedsuperior", +"916":"glottalstoprevinv", +"917":"gmacron", +"918":"grave", +"919":"gravecomb", +"920":"graveleftnosp", +"921":"gravelowmod", +"922":"gravesubnosp", +"923":"greater", +"924":"greaterequal", +"925":"guarani", +"926":"guillemotleft", +"927":"guillemotright", +"928":"guilsinglleft", +"929":"guilsinglright", +"930":"h", +"931":"haabkhasiancyrillic", +"932":"hadescendercyrillic", +"933":"hairspace", +"934":"hardsigncyrillic", +"935":"hbar", +"936":"hbrevebelow", +"937":"hcedilla", +"938":"hcircumflex", +"939":"hdieresis", +"940":"hdotaccent", +"941":"hdotbelow", +"942":"henghook", +"943":"hhook", +"944":"hhooksuper", +"945":"hlinebelow", +"946":"hook", +"947":"hooksubpalatnosp", +"948":"hooksubretronosp", +"949":"horizontalbar", +"950":"hornnosp", +"951":"hryvnia", +"952":"hsuper", +"953":"hturn", +"954":"hungarumlaut", +"955":"hv", +"956":"hyphen", +"957":"hyphen.case", +"958":"hyphen__", +"959":"hyphenbullet", +"960":"hyphendot", +"961":"hyphennobreak", +"962":"i", +"963":"iacute", +"964":"iacyrillic", +"965":"ibar", +"966":"ibreve", +"967":"icaron", +"968":"icircumflex", +"969":"icyrillic", +"970":"idblgrave", +"971":"idieresis", +"972":"idieresisacute", +"973":"idieresiscyrillic", +"974":"idotbelow", +"975":"iebrevecyrillic", +"976":"iecyrillic", +"977":"igrave", +"978":"ihookabove", +"979":"iicyrillic", +"980":"iinvertedbreve", +"981":"iishortcyrillic", +"982":"ij", +"983":"imacron", +"984":"imacroncyrillic", +"985":"infinity", +"986":"integral", +"987":"interrobang", +"988":"iocyrillic", +"989":"iogonek", +"990":"iota", +"991":"iota1", +"992":"iota1_uni02DE", +"993":"iotadieresis", +"994":"iotadieresistonos", +"995":"iotasubnosp", +"996":"iotasubnosp_uni1ABD", +"997":"iotatonos", +"998":"isuperior", +"999":"itilde", +"1000":"itildebelow", +"1001":"iucyrillic", +"1002":"izhitsacyrillic", +"1003":"izhitsadblgravecyrillic", +"1004":"j", +"1005":"jcaron", +"1006":"jcircumflex", +"1007":"jcrosstail", +"1008":"jdotlessbar", +"1009":"jecyrillic", +"1010":"jhookdblbar", +"1011":"jsuper", +"1012":"k", +"1013":"kabashkircyrillic", +"1014":"kacute", +"1015":"kacyrillic", +"1016":"kadescendercyrillic", +"1017":"kahookcyrillic", +"1018":"kappa", +"1019":"kappa1", +"1020":"kaverticalstrokecyrillic", +"1021":"kcaron", +"1022":"kcommaaccent", +"1023":"kdotbelow", +"1024":"kgreenlandic", +"1025":"khacyrillic", +"1026":"khook", +"1027":"kip", +"1028":"kjecyrillic", +"1029":"klinebelow", +"1030":"koppa", +"1031":"koppacyrillic", +"1032":"koroniscmb", +"1033":"ksicyrillic", +"1034":"kturn", +"1035":"l", +"1036":"lacute", +"1037":"lambda", +"1038":"lambdabar", +"1039":"largerighthook", +"1040":"lari", +"1041":"lbar", +"1042":"lbelt", +"1043":"lcaron", +"1044":"lcircumflexbelow", +"1045":"lcommaaccent", +"1046":"ldot", +"1047":"ldotbelow", +"1048":"ldotbelowmacron", +"1049":"leftloop.cn", +"1050":"less", +"1051":"lessequal", +"1052":"linevert", +"1053":"linevertdblnosp", +"1054":"linevertnosp", +"1055":"linevertsubnosp", +"1056":"linevertsubnosp_uni1ABD", +"1057":"lira", +"1058":"lj", +"1059":"ljecyrillic", +"1060":"llinebelow", +"1061":"lmidtilde", +"1062":"lmidtilde_uni1ABE", +"1063":"logicalnot", +"1064":"longs", +"1065":"longst", +"1066":"lozenge", +"1067":"lrthook", +"1068":"lslash", +"1069":"lsquare", +"1070":"lyogh", +"1071":"m", +"1072":"macron", +"1073":"macronacutecomb", +"1074":"macronacutecomb.lc", +"1075":"macroncomb", +"1076":"macroncomb_uni1ABB", +"1077":"macrondieresiscomb", +"1078":"macrondieresiscomb.lc", +"1079":"macrongravecomb", +"1080":"macrongravecomb.lc", +"1081":"macronsub", +"1082":"macronsubnosp", +"1083":"macute", +"1084":"manat", +"1085":"mcapturn", +"1086":"mdotaccent", +"1087":"mdotbelow", +"1088":"mhook", +"1089":"mill", +"1090":"minus", +"1091":"minus.case", +"1092":"minusmod", +"1093":"minussub", +"1094":"minussubnosp", +"1095":"minussuperior", +"1096":"minute", +"1097":"mturn", +"1098":"mturndescend", +"1099":"mu", +"1100":"mugreek", +"1101":"multiply", +"1102":"multiply.case", +"1103":"n", +"1104":"nacute", +"1105":"naira", +"1106":"napostrophe", +"1107":"nbspace", +"1108":"ncaron", +"1109":"ncircumflexbelow", +"1110":"ncommaaccent", +"1111":"ndotaccent", +"1112":"ndotbelow", +"1113":"nine", +"1114":"nine.1", +"1115":"nine.frac", +"1116":"nine.sup", +"1117":"nine.tnum.1", +"1118":"nineinferior", +"1119":"nineroman", +"1120":"ninesuperior", +"1121":"nj", +"1122":"njecyrillic", +"1123":"nlegrightlong", +"1124":"nlfthook", +"1125":"nlinebelow", +"1126":"notequal", +"1127":"notequal.case", +"1128":"nrthook", +"1129":"nsuperior", +"1130":"ntilde", +"1131":"nu", +"1132":"numbersign", +"1133":"numeralgreek", +"1134":"numeralgreeksub", +"1135":"numero", +"1136":"o", +"1137":"o.cn", +"1138":"o_uni02DE", +"1139":"oacute", +"1140":"obar", +"1141":"obarredcyrillic", +"1142":"obarreddieresiscyrillic", +"1143":"obreve", +"1144":"ocaron", +"1145":"ocircumflex", +"1146":"ocircumflexacute", +"1147":"ocircumflexdotbelow", +"1148":"ocircumflexgrave", +"1149":"ocircumflexhookabove", +"1150":"ocircumflextilde", +"1151":"ocyrillic", +"1152":"odblgrave", +"1153":"odieresis", +"1154":"odieresiscyrillic", +"1155":"odotbelow", +"1156":"oe", +"1157":"ogonek", +"1158":"ogoneknosp", +"1159":"ograve", +"1160":"ohookabove", +"1161":"ohorn", +"1162":"ohornacute", +"1163":"ohorndotbelow", +"1164":"ohorngrave", +"1165":"ohornhookabove", +"1166":"ohorntilde", +"1167":"ohungarumlaut", +"1168":"oi", +"1169":"oinvertedbreve", +"1170":"omacron", +"1171":"omacronacute", +"1172":"omacrongrave", +"1173":"omega", +"1174":"omegaclosed", +"1175":"omegacyrillic", +"1176":"omegaroundcyrillic", +"1177":"omegatitlocyrillic", +"1178":"omegatonos", +"1179":"omicron", +"1180":"omicrontonos", +"1181":"one", +"1182":"one.sup", +"1183":"one.tnum", +"1184":"onedotleader", +"1185":"oneeighth", +"1186":"onehalf", +"1187":"oneinferior", +"1188":"onequarter", +"1189":"oneroman", +"1190":"onesuperior", +"1191":"onethird", +"1192":"oogonek", +"1193":"oogonek.NAV", +"1194":"oogonekmacron", +"1195":"oopen", +"1196":"oopen.cn", +"1197":"oopen_uni02DE", +"1198":"ordfeminine", +"1199":"ordmasculine", +"1200":"oslash", +"1201":"oslashacute", +"1202":"otcyrillic", +"1203":"otilde", +"1204":"otildeacute", +"1205":"otildedieresis", +"1206":"ounce", +"1207":"overline", +"1208":"overscoredblnosp", +"1209":"overscorenosp", +"1210":"p", +"1211":"p.cn", +"1212":"pacute", +"1213":"palatalizationcyrilliccmb", +"1214":"palochkacyrillic", +"1215":"paragraph", +"1216":"parenleft", +"1217":"parenleft.case", +"1218":"parenleftinferior", +"1219":"parenleftsuperior", +"1220":"parenright", +"1221":"parenright.case", +"1222":"parenrightsub", +"1223":"parenrightsuperior", +"1224":"partialdiff", +"1225":"pdotaccent", +"1226":"pecyrillic", +"1227":"pemiddlehookcyrillic", +"1228":"percent", +"1229":"period", +"1230":"period.num", +"1231":"periodcentered", +"1232":"perispomenigreekcmb", +"1233":"pertenthousand", +"1234":"perthousand", +"1235":"peseta", +"1236":"peso", +"1237":"phi", +"1238":"phi1", +"1239":"philatin", +"1240":"phook", +"1241":"phook.cn", +"1242":"pi", +"1243":"pipe", +"1244":"pipedbl", +"1245":"pipedblbar", +"1246":"pisymbolgreek", +"1247":"placeofinterestsign", +"1248":"placeofinterestsign.specz.medium", +"1249":"plus", +"1250":"plus.case", +"1251":"plusminus", +"1252":"plusminus.case", +"1253":"plusmod", +"1254":"plussub", +"1255":"plussubnosp", +"1256":"plussuperior", +"1257":"primemod", +"1258":"primerev1", +"1259":"primetripl1", +"1260":"primetriplerev1", +"1261":"product", +"1262":"psi", +"1263":"psicyrillic", +"1264":"psilipneumatacyrilliccmb", +"1265":"published", +"1266":"punctuationspace", +"1267":"q", +"1268":"q.cn", +"1269":"qhook", +"1270":"qhook.cn", +"1271":"qofdagesh", +"1272":"quarteremspace", +"1273":"question", +"1274":"questiondown", +"1275":"questiongreek", +"1276":"quotedbl", +"1277":"quotedblbase", +"1278":"quotedblleft", +"1279":"quotedblreversed", +"1280":"quotedblright", +"1281":"quoteleft", +"1282":"quotereversed", +"1283":"quoteright", +"1284":"quotesinglbase", +"1285":"quotesingle", +"1286":"r", +"1287":"racute", +"1288":"radical", +"1289":"rcaron", +"1290":"rcommaaccent", +"1291":"rdblgrave", +"1292":"rdescend", +"1293":"rdotaccent", +"1294":"rdotbelow", +"1295":"rdotbelowmacron", +"1296":"referencemark", +"1297":"registered", +"1298":"response", +"1299":"reverseddblprime", +"1300":"rfishhook", +"1301":"rfishhookrev", +"1302":"rho", +"1303":"rho1", +"1304":"rhotichookmod", +"1305":"rightloop.cn", +"1306":"ring", +"1307":"ringacute", +"1308":"ringhalfleft", +"1309":"ringhalfleftcentered", +"1310":"ringhalfright", +"1311":"ringhalfrightcentered", +"1312":"ringlefthalfsubnosp", +"1313":"ringnosp", +"1314":"ringrighthalfsubnosp", +"1315":"ringsubnosp", +"1316":"ringsubnosp_uni1ABD", +"1317":"rinvertedbreve", +"1318":"rlinebelow", +"1319":"romaneight", +"1320":"romaneleven", +"1321":"romanfifty", +"1322":"romanfive", +"1323":"romanfivehundred", +"1324":"romanfour", +"1325":"romanhundred", +"1326":"romannine", +"1327":"romanone", +"1328":"romanseven", +"1329":"romansix", +"1330":"romanten", +"1331":"romanthousand", +"1332":"romanthree", +"1333":"romantwelve", +"1334":"romantwo", +"1335":"rrthook", +"1336":"rrthook_uni1ABE", +"1337":"rsuper", +"1338":"rturn", +"1339":"rturnascend", +"1340":"rturnrthook", +"1341":"rturnsuper", +"1342":"rupee", +"1343":"s", +"1344":"s.cn", +"1345":"sacute", +"1346":"sacutedotaccent", +"1347":"sampi", +"1348":"scaron", +"1349":"scarondotaccent", +"1350":"scedilla", +"1351":"schwa", +"1352":"schwacyrillic", +"1353":"schwadieresiscyrillic", +"1354":"schwahook", +"1355":"scircumflex", +"1356":"scommaaccent", +"1357":"sdotaccent", +"1358":"sdotbelow", +"1359":"sdotbelowdotaccent", +"1360":"seagullsubnosp", +"1361":"second", +"1362":"secondtonechinese", +"1363":"section", +"1364":"semicolon", +"1365":"servicemark", +"1366":"seven", +"1367":"seven.frac", +"1368":"seven.sup", +"1369":"seven.tnum", +"1370":"seveneighths", +"1371":"sevenroman", +"1372":"sevensub", +"1373":"sevensuperior", +"1374":"shacyrillic", +"1375":"shchacyrillic", +"1376":"shhacyrillic", +"1377":"shindagesh", +"1378":"sigma", +"1379":"sigma1", +"1380":"sigmalunatesymbolgreek", +"1381":"six", +"1382":"six.1", +"1383":"six.frac", +"1384":"six.sup", +"1385":"six.tnum.1", +"1386":"sixinferior", +"1387":"sixroman", +"1388":"sixsuperior", +"1389":"sixthemspace", +"1390":"slash", +"1391":"slashlongnosp", +"1392":"slashshortnosp", +"1393":"slongdotaccent", +"1394":"softhyphen", +"1395":"softsigncyrillic", +"1396":"space", +"1397":"spaceopenbox", +"1398":"squaresubnosp", +"1399":"srthook", +"1400":"srthook.cn", +"1401":"st", +"1402":"st.cn", +"1403":"sterling", +"1404":"stigma", +"1405":"summation", +"1406":"t", +"1407":"tackdownsubnosp", +"1408":"tackleftsubnosp", +"1409":"tackrightsubnosp", +"1410":"tackupsubnosp", +"1411":"tau", +"1412":"tavdages", +"1413":"tbar", +"1414":"tcaron", +"1415":"tccurl", +"1416":"tcircumflexbelow", +"1417":"tcommaaccent", +"1418":"tdieresis", +"1419":"tdotaccent", +"1420":"tdotbelow", +"1421":"tecyrillic", +"1422":"tedescendercyrillic", +"1423":"tel", +"1424":"tenge", +"1425":"tenroman", +"1426":"tesh", +"1427":"tetsecyrillic", +"1428":"theta", +"1429":"thetasymbolgreek", +"1430":"thinspace", +"1431":"thirdemspace", +"1432":"thook", +"1433":"thorn", +"1434":"thousandcyrillic", +"1435":"three", +"1436":"three.sup", +"1437":"threeeighths", +"1438":"threequarters", +"1439":"threeroman", +"1440":"threesub", +"1441":"threesuperior", +"1442":"tilde", +"1443":"tildeacutecomb", +"1444":"tildeacutecomb.lc", +"1445":"tildecomb", +"1446":"tildecomb_uni1ABB", +"1447":"tildecomb_uni1ABC", +"1448":"tildedieresiscomb", +"1449":"tildedieresiscomb.lc", +"1450":"tildedoublecmb", +"1451":"tildemacroncomb", +"1452":"tildemacroncomb.lc", +"1453":"tildemidnosp", +"1454":"tildesubnosp", +"1455":"tildesubnosp_uni1ABD", +"1456":"tildevertsupnosp", +"1457":"titlocyrilliccmb", +"1458":"tlinebelow", +"1459":"tonebarextrahighmod", +"1460":"tonebarextralowmod", +"1461":"tonebarhighmod", +"1462":"tonebarlowmod", +"1463":"tonebarmidmod", +"1464":"tonefive", +"1465":"tonesix", +"1466":"tonetwo", +"1467":"tonos", +"1468":"tpalatalhook", +"1469":"trademark", +"1470":"triagdn", +"1471":"triagrt", +"1472":"triagup", +"1473":"trianglebullet", +"1474":"trthook", +"1475":"ts", +"1476":"tsecyrillic", +"1477":"tshecyrillic", +"1478":"tturn", +"1479":"tugrik", +"1480":"twelveroman", +"1481":"two", +"1482":"two.sup", +"1483":"two.tnum", +"1484":"twodotleader", +"1485":"tworoman", +"1486":"twostroke", +"1487":"twosub", +"1488":"twosuperior", +"1489":"twothirds", +"1490":"u", +"1491":"uacute", +"1492":"ubar", +"1493":"ubreve", +"1494":"ucaron", +"1495":"ucircumflex", +"1496":"ucircumflexbelow", +"1497":"ucyrillic", +"1498":"udblgrave", +"1499":"udieresis", +"1500":"udieresisacute", +"1501":"udieresisbelow", +"1502":"udieresiscaron", +"1503":"udieresiscyrillic", +"1504":"udieresisgrave", +"1505":"udieresismacron", +"1506":"udotbelow", +"1507":"ugrave", +"1508":"uhookabove", +"1509":"uhorn", +"1510":"uhornacute", +"1511":"uhorndotbelow", +"1512":"uhorngrave", +"1513":"uhornhookabove", +"1514":"uhorntilde", +"1515":"uhungarumlaut", +"1516":"uhungarumlautcyrillic", +"1517":"uinvertedbreve", +"1518":"ukcyrillic", +"1519":"umacron", +"1520":"umacroncyrillic", +"1521":"umacrondieresis", +"1522":"underscore", +"1523":"underscoredbl", +"1524":"underscoredblnosp", +"1525":"underscorenosp", +"1526":"undertie", +"1527":"uni0069.ccmp", +"1528":"uni006A.ccmp", +"1529":"uni012F.ccmp", +"1530":"uni01F6", +"1531":"uni01F7", +"1532":"uni01F8", +"1533":"uni01F9", +"1534":"uni021A", +"1535":"uni021B", +"1536":"uni021C", +"1537":"uni021D", +"1538":"uni021E", +"1539":"uni021F", +"1540":"uni0220", +"1541":"uni0221", +"1542":"uni0222", +"1543":"uni0223", +"1544":"uni0224", +"1545":"uni0225", +"1546":"uni0226", +"1547":"uni0227", +"1548":"uni0228", +"1549":"uni0229", +"1550":"uni022A", +"1551":"uni022B", +"1552":"uni022C", +"1553":"uni022D", +"1554":"uni022E", +"1555":"uni022F", +"1556":"uni0230", +"1557":"uni0231", +"1558":"uni0232", +"1559":"uni0233", +"1560":"uni0234", +"1561":"uni0235", +"1562":"uni0236", +"1563":"uni0238", +"1564":"uni0239", +"1565":"uni023A", +"1566":"uni023B", +"1567":"uni023C", +"1568":"uni023D", +"1569":"uni023E", +"1570":"uni023F", +"1571":"uni0240", +"1572":"uni0241", +"1573":"uni0242", +"1574":"uni0243", +"1575":"uni0244", +"1576":"uni0245", +"1577":"uni0246", +"1578":"uni0247", +"1579":"uni0248", +"1580":"uni0249", +"1581":"uni0249.ccmp", +"1582":"uni024A", +"1583":"uni024B", +"1584":"uni024C", +"1585":"uni024D", +"1586":"uni024E", +"1587":"uni024F", +"1588":"uni0268.ccmp", +"1589":"uni0299", +"1590":"uni029C", +"1591":"uni029D.ccmp", +"1592":"uni02A9", +"1593":"uni02AB", +"1594":"uni02AC", +"1595":"uni02AE", +"1596":"uni02B2.ccmp", +"1597":"uni02E5_uni02E5_uni02E6", +"1598":"uni02E5_uni02E5_uni02E7", +"1599":"uni02E5_uni02E5_uni02E8", +"1600":"uni02E5_uni02E5_uni02E9", +"1601":"uni02E5_uni02E6", +"1602":"uni02E5_uni02E6_uni02E5", +"1603":"uni02E5_uni02E6_uni02E6", +"1604":"uni02E5_uni02E6_uni02E7", +"1605":"uni02E5_uni02E6_uni02E8", +"1606":"uni02E5_uni02E6_uni02E9", +"1607":"uni02E5_uni02E7", +"1608":"uni02E5_uni02E7_uni02E5", +"1609":"uni02E5_uni02E7_uni02E6", +"1610":"uni02E5_uni02E7_uni02E7", +"1611":"uni02E5_uni02E7_uni02E8", +"1612":"uni02E5_uni02E7_uni02E9", +"1613":"uni02E5_uni02E8", +"1614":"uni02E5_uni02E8_uni02E5", +"1615":"uni02E5_uni02E8_uni02E6", +"1616":"uni02E5_uni02E8_uni02E7", +"1617":"uni02E5_uni02E8_uni02E8", +"1618":"uni02E5_uni02E8_uni02E9", +"1619":"uni02E5_uni02E9", +"1620":"uni02E5_uni02E9_uni02E5", +"1621":"uni02E5_uni02E9_uni02E6", +"1622":"uni02E5_uni02E9_uni02E7", +"1623":"uni02E5_uni02E9_uni02E8", +"1624":"uni02E5_uni02E9_uni02E9", +"1625":"uni02E6_uni02E5", +"1626":"uni02E6_uni02E5_uni02E5", +"1627":"uni02E6_uni02E5_uni02E6", +"1628":"uni02E6_uni02E5_uni02E7", +"1629":"uni02E6_uni02E5_uni02E8", +"1630":"uni02E6_uni02E5_uni02E9", +"1631":"uni02E6_uni02E6_uni02E5", +"1632":"uni02E6_uni02E6_uni02E7", +"1633":"uni02E6_uni02E6_uni02E8", +"1634":"uni02E6_uni02E6_uni02E9", +"1635":"uni02E6_uni02E7", +"1636":"uni02E6_uni02E7_uni02E5", +"1637":"uni02E6_uni02E7_uni02E6", +"1638":"uni02E6_uni02E7_uni02E7", +"1639":"uni02E6_uni02E7_uni02E8", +"1640":"uni02E6_uni02E7_uni02E9", +"1641":"uni02E6_uni02E8", +"1642":"uni02E6_uni02E8_uni02E5", +"1643":"uni02E6_uni02E8_uni02E6", +"1644":"uni02E6_uni02E8_uni02E7", +"1645":"uni02E6_uni02E8_uni02E8", +"1646":"uni02E6_uni02E8_uni02E9", +"1647":"uni02E6_uni02E9", +"1648":"uni02E6_uni02E9_uni02E5", +"1649":"uni02E6_uni02E9_uni02E6", +"1650":"uni02E6_uni02E9_uni02E7", +"1651":"uni02E6_uni02E9_uni02E8", +"1652":"uni02E6_uni02E9_uni02E9", +"1653":"uni02E7_uni02E5", +"1654":"uni02E7_uni02E5_uni02E5", +"1655":"uni02E7_uni02E5_uni02E6", +"1656":"uni02E7_uni02E5_uni02E7", +"1657":"uni02E7_uni02E5_uni02E8", +"1658":"uni02E7_uni02E5_uni02E9", +"1659":"uni02E7_uni02E6", +"1660":"uni02E7_uni02E6_uni02E5", +"1661":"uni02E7_uni02E6_uni02E6", +"1662":"uni02E7_uni02E6_uni02E7", +"1663":"uni02E7_uni02E6_uni02E8", +"1664":"uni02E7_uni02E6_uni02E9", +"1665":"uni02E7_uni02E7_uni02E5", +"1666":"uni02E7_uni02E7_uni02E6", +"1667":"uni02E7_uni02E7_uni02E8", +"1668":"uni02E7_uni02E7_uni02E9", +"1669":"uni02E7_uni02E8", +"1670":"uni02E7_uni02E8_uni02E5", +"1671":"uni02E7_uni02E8_uni02E6", +"1672":"uni02E7_uni02E8_uni02E7", +"1673":"uni02E7_uni02E8_uni02E8", +"1674":"uni02E7_uni02E8_uni02E9", +"1675":"uni02E7_uni02E9", +"1676":"uni02E7_uni02E9_uni02E5", +"1677":"uni02E7_uni02E9_uni02E6", +"1678":"uni02E7_uni02E9_uni02E7", +"1679":"uni02E7_uni02E9_uni02E8", +"1680":"uni02E7_uni02E9_uni02E9", +"1681":"uni02E8_uni02E5", +"1682":"uni02E8_uni02E5_uni02E5", +"1683":"uni02E8_uni02E5_uni02E6", +"1684":"uni02E8_uni02E5_uni02E7", +"1685":"uni02E8_uni02E5_uni02E8", +"1686":"uni02E8_uni02E5_uni02E9", +"1687":"uni02E8_uni02E6", +"1688":"uni02E8_uni02E6_uni02E5", +"1689":"uni02E8_uni02E6_uni02E6", +"1690":"uni02E8_uni02E6_uni02E7", +"1691":"uni02E8_uni02E6_uni02E8", +"1692":"uni02E8_uni02E6_uni02E9", +"1693":"uni02E8_uni02E7", +"1694":"uni02E8_uni02E7_uni02E5", +"1695":"uni02E8_uni02E7_uni02E6", +"1696":"uni02E8_uni02E7_uni02E7", +"1697":"uni02E8_uni02E7_uni02E8", +"1698":"uni02E8_uni02E7_uni02E9", +"1699":"uni02E8_uni02E8_uni02E5", +"1700":"uni02E8_uni02E8_uni02E6", +"1701":"uni02E8_uni02E8_uni02E7", +"1702":"uni02E8_uni02E8_uni02E9", +"1703":"uni02E8_uni02E9", +"1704":"uni02E8_uni02E9_uni02E5", +"1705":"uni02E8_uni02E9_uni02E6", +"1706":"uni02E8_uni02E9_uni02E7", +"1707":"uni02E8_uni02E9_uni02E8", +"1708":"uni02E8_uni02E9_uni02E9", +"1709":"uni02E9_uni02E5", +"1710":"uni02E9_uni02E5_uni02E5", +"1711":"uni02E9_uni02E5_uni02E6", +"1712":"uni02E9_uni02E5_uni02E7", +"1713":"uni02E9_uni02E5_uni02E8", +"1714":"uni02E9_uni02E5_uni02E9", +"1715":"uni02E9_uni02E6", +"1716":"uni02E9_uni02E6_uni02E5", +"1717":"uni02E9_uni02E6_uni02E6", +"1718":"uni02E9_uni02E6_uni02E7", +"1719":"uni02E9_uni02E6_uni02E8", +"1720":"uni02E9_uni02E6_uni02E9", +"1721":"uni02E9_uni02E7", +"1722":"uni02E9_uni02E7_uni02E5", +"1723":"uni02E9_uni02E7_uni02E6", +"1724":"uni02E9_uni02E7_uni02E7", +"1725":"uni02E9_uni02E7_uni02E8", +"1726":"uni02E9_uni02E7_uni02E9", +"1727":"uni02E9_uni02E8", +"1728":"uni02E9_uni02E8_uni02E5", +"1729":"uni02E9_uni02E8_uni02E6", +"1730":"uni02E9_uni02E8_uni02E7", +"1731":"uni02E9_uni02E8_uni02E8", +"1732":"uni02E9_uni02E8_uni02E9", +"1733":"uni02E9_uni02E9_uni02E5", +"1734":"uni02E9_uni02E9_uni02E6", +"1735":"uni02E9_uni02E9_uni02E7", +"1736":"uni02E9_uni02E9_uni02E8", +"1737":"uni02EA", +"1738":"uni02EB", +"1739":"uni02EC", +"1740":"uni02ED", +"1741":"uni02EF", +"1742":"uni02F0", +"1743":"uni02F1", +"1744":"uni02F2", +"1745":"uni02F3", +"1746":"uni02F4", +"1747":"uni02F5", +"1748":"uni02F6", +"1749":"uni02F7", +"1750":"uni02F8", +"1751":"uni02F9", +"1752":"uni02FA", +"1753":"uni02FB", +"1754":"uni02FC", +"1755":"uni02FD", +"1756":"uni02FE", +"1757":"uni02FF", +"1758":"uni030C_uni1ABB", +"1759":"uni0346", +"1760":"uni0347", +"1761":"uni0348", +"1762":"uni0349", +"1763":"uni034A", +"1764":"uni034B", +"1765":"uni034C", +"1766":"uni034D", +"1767":"uni034E", +"1768":"uni034F", +"1769":"uni0350", +"1770":"uni0351", +"1771":"uni0352", +"1772":"uni0353", +"1773":"uni0354", +"1774":"uni0355", +"1775":"uni0356", +"1776":"uni0357", +"1777":"uni0358", +"1778":"uni0359", +"1779":"uni035A", +"1780":"uni035B", +"1781":"uni035C", +"1782":"uni035D", +"1783":"uni035E", +"1784":"uni035F", +"1785":"uni0362", +"1786":"uni0363", +"1787":"uni0364", +"1788":"uni0365", +"1789":"uni0366", +"1790":"uni0367", +"1791":"uni0368", +"1792":"uni0369", +"1793":"uni036A", +"1794":"uni036B", +"1795":"uni036C", +"1796":"uni036D", +"1797":"uni036E", +"1798":"uni036F", +"1799":"uni0370", +"1800":"uni0371", +"1801":"uni0372", +"1802":"uni0373", +"1803":"uni0376", +"1804":"uni0377", +"1805":"uni037B", +"1806":"uni037B.cn", +"1807":"uni037C", +"1808":"uni037D", +"1809":"uni037D.cn", +"1810":"uni037F", +"1811":"uni03CF", +"1812":"uni03D7", +"1813":"uni03D8", +"1814":"uni03D9", +"1815":"uni03F3.ccmp", +"1816":"uni03F4", +"1817":"uni03F5", +"1818":"uni03F6", +"1819":"uni03F7", +"1820":"uni03F8", +"1821":"uni03F9", +"1822":"uni03FA", +"1823":"uni03FB", +"1824":"uni03FC", +"1825":"uni03FD", +"1826":"uni03FD.cn", +"1827":"uni03FE", +"1828":"uni03FF", +"1829":"uni03FF.cn", +"1830":"uni0400", +"1831":"uni040D", +"1832":"uni0450", +"1833":"uni0456.ccmp", +"1834":"uni0458.ccmp", +"1835":"uni045D", +"1836":"uni0487", +"1837":"uni0488", +"1838":"uni0489", +"1839":"uni048A", +"1840":"uni048B", +"1841":"uni048C", +"1842":"uni048D", +"1843":"uni048E", +"1844":"uni048F", +"1845":"uni04C5", +"1846":"uni04C6", +"1847":"uni04C9", +"1848":"uni04CA", +"1849":"uni04CD", +"1850":"uni04CE", +"1851":"uni04CF", +"1852":"uni04EC", +"1853":"uni04ED", +"1854":"uni04F6", +"1855":"uni04F7", +"1856":"uni04FA", +"1857":"uni04FB", +"1858":"uni04FC", +"1859":"uni04FD", +"1860":"uni04FE", +"1861":"uni04FF", +"1862":"uni0500", +"1863":"uni0501", +"1864":"uni0502", +"1865":"uni0503", +"1866":"uni0504", +"1867":"uni0505", +"1868":"uni0506", +"1869":"uni0507", +"1870":"uni0508", +"1871":"uni0509", +"1872":"uni050A", +"1873":"uni050B", +"1874":"uni050C", +"1875":"uni050D", +"1876":"uni050E", +"1877":"uni050F", +"1878":"uni0510", +"1879":"uni0511", +"1880":"uni0512", +"1881":"uni0513", +"1882":"uni0514", +"1883":"uni0515", +"1884":"uni0516", +"1885":"uni0517", +"1886":"uni0518", +"1887":"uni0519", +"1888":"uni051A", +"1889":"uni051B", +"1890":"uni051C", +"1891":"uni051D", +"1892":"uni051E", +"1893":"uni051F", +"1894":"uni0520", +"1895":"uni0521", +"1896":"uni0522", +"1897":"uni0523", +"1898":"uni0524", +"1899":"uni0525", +"1900":"uni0526", +"1901":"uni0527", +"1902":"uni0528", +"1903":"uni0529", +"1904":"uni052A", +"1905":"uni052B", +"1906":"uni052C", +"1907":"uni052D", +"1908":"uni052E", +"1909":"uni052F", +"1910":"uni1AB0", +"1911":"uni1AB1", +"1912":"uni1AB2", +"1913":"uni1AB3", +"1914":"uni1AB4", +"1915":"uni1AB5", +"1916":"uni1AB6", +"1917":"uni1AB7", +"1918":"uni1AB8", +"1919":"uni1AB8_uni1ABD", +"1920":"uni1AB9", +"1921":"uni1AB9_uni1ABD", +"1922":"uni1ABA", +"1923":"uni1ABA_uni1ABD", +"1924":"uni1ABB", +"1925":"uni1ABC", +"1926":"uni1ABC.w1", +"1927":"uni1ABC.w2", +"1928":"uni1ABC.w3", +"1929":"uni1ABD", +"1930":"uni1ABE", +"1931":"uni1ABE.w1", +"1932":"uni1ABE.w2", +"1933":"uni1ABE.w3", +"1934":"uni1D00", +"1935":"uni1D01", +"1936":"uni1D02", +"1937":"uni1D03", +"1938":"uni1D04", +"1939":"uni1D05", +"1940":"uni1D06", +"1941":"uni1D07", +"1942":"uni1D08", +"1943":"uni1D09", +"1944":"uni1D0A", +"1945":"uni1D0B", +"1946":"uni1D0C", +"1947":"uni1D0D", +"1948":"uni1D0E", +"1949":"uni1D0F", +"1950":"uni1D10", +"1951":"uni1D10.cn", +"1952":"uni1D11", +"1953":"uni1D12", +"1954":"uni1D13", +"1955":"uni1D14", +"1956":"uni1D15", +"1957":"uni1D16", +"1958":"uni1D17", +"1959":"uni1D18", +"1960":"uni1D19", +"1961":"uni1D1A", +"1962":"uni1D1B", +"1963":"uni1D1C", +"1964":"uni1D1D", +"1965":"uni1D1E", +"1966":"uni1D1F", +"1967":"uni1D20", +"1968":"uni1D21", +"1969":"uni1D22", +"1970":"uni1D23", +"1971":"uni1D24", +"1972":"uni1D25", +"1973":"uni1D26", +"1974":"uni1D27", +"1975":"uni1D28", +"1976":"uni1D29", +"1977":"uni1D2A", +"1978":"uni1D2B", +"1979":"uni1D2C", +"1980":"uni1D2D", +"1981":"uni1D2E", +"1982":"uni1D2F", +"1983":"uni1D30", +"1984":"uni1D31", +"1985":"uni1D32", +"1986":"uni1D33", +"1987":"uni1D34", +"1988":"uni1D35", +"1989":"uni1D36", +"1990":"uni1D37", +"1991":"uni1D38", +"1992":"uni1D39", +"1993":"uni1D3A", +"1994":"uni1D3B", +"1995":"uni1D3C", +"1996":"uni1D3D", +"1997":"uni1D3E", +"1998":"uni1D3F", +"1999":"uni1D40", +"2000":"uni1D41", +"2001":"uni1D42", +"2002":"uni1D43", +"2003":"uni1D44", +"2004":"uni1D45", +"2005":"uni1D46", +"2006":"uni1D47", +"2007":"uni1D48", +"2008":"uni1D49", +"2009":"uni1D4A", +"2010":"uni1D4B", +"2011":"uni1D4C", +"2012":"uni1D4D", +"2013":"uni1D4E", +"2014":"uni1D4F", +"2015":"uni1D50", +"2016":"uni1D51", +"2017":"uni1D52", +"2018":"uni1D53", +"2019":"uni1D54", +"2020":"uni1D55", +"2021":"uni1D56", +"2022":"uni1D57", +"2023":"uni1D58", +"2024":"uni1D59", +"2025":"uni1D5A", +"2026":"uni1D5B", +"2027":"uni1D5C", +"2028":"uni1D5D", +"2029":"uni1D5E", +"2030":"uni1D5F", +"2031":"uni1D60", +"2032":"uni1D61", +"2033":"uni1D62", +"2034":"uni1D62.ccmp", +"2035":"uni1D63", +"2036":"uni1D64", +"2037":"uni1D65", +"2038":"uni1D66", +"2039":"uni1D67", +"2040":"uni1D68", +"2041":"uni1D69", +"2042":"uni1D6A", +"2043":"uni1D6B", +"2044":"uni1D6C", +"2045":"uni1D6D", +"2046":"uni1D6E", +"2047":"uni1D6F", +"2048":"uni1D70", +"2049":"uni1D71", +"2050":"uni1D72", +"2051":"uni1D73", +"2052":"uni1D74", +"2053":"uni1D75", +"2054":"uni1D76", +"2055":"uni1D77", +"2056":"uni1D78", +"2057":"uni1D79", +"2058":"uni1D7A", +"2059":"uni1D7B", +"2060":"uni1D7C", +"2061":"uni1D7D", +"2062":"uni1D7E", +"2063":"uni1D7F", +"2064":"uni1D80", +"2065":"uni1D81", +"2066":"uni1D82", +"2067":"uni1D83", +"2068":"uni1D84", +"2069":"uni1D85", +"2070":"uni1D86", +"2071":"uni1D87", +"2072":"uni1D88", +"2073":"uni1D89", +"2074":"uni1D8A", +"2075":"uni1D8A.cn", +"2076":"uni1D8B", +"2077":"uni1D8C", +"2078":"uni1D8D", +"2079":"uni1D8E", +"2080":"uni1D8F", +"2081":"uni1D8F.cn", +"2082":"uni1D90", +"2083":"uni1D91", +"2084":"uni1D92", +"2085":"uni1D92.cn", +"2086":"uni1D93", +"2087":"uni1D94", +"2088":"uni1D95", +"2089":"uni1D96", +"2090":"uni1D96.ccmp", +"2091":"uni1D97", +"2092":"uni1D97.cn", +"2093":"uni1D98", +"2094":"uni1D99", +"2095":"uni1D9A", +"2096":"uni1D9B", +"2097":"uni1D9C", +"2098":"uni1D9D", +"2099":"uni1D9E", +"2100":"uni1D9F", +"2101":"uni1DA0", +"2102":"uni1DA1", +"2103":"uni1DA2", +"2104":"uni1DA3", +"2105":"uni1DA4", +"2106":"uni1DA4.ccmp", +"2107":"uni1DA5", +"2108":"uni1DA6", +"2109":"uni1DA7", +"2110":"uni1DA8", +"2111":"uni1DA8.ccmp", +"2112":"uni1DA9", +"2113":"uni1DAA", +"2114":"uni1DAB", +"2115":"uni1DAC", +"2116":"uni1DAD", +"2117":"uni1DAE", +"2118":"uni1DAF", +"2119":"uni1DB0", +"2120":"uni1DB1", +"2121":"uni1DB2", +"2122":"uni1DB3", +"2123":"uni1DB4", +"2124":"uni1DB5", +"2125":"uni1DB6", +"2126":"uni1DB7", +"2127":"uni1DB8", +"2128":"uni1DB9", +"2129":"uni1DBA", +"2130":"uni1DBB", +"2131":"uni1DBC", +"2132":"uni1DBD", +"2133":"uni1DBE", +"2134":"uni1DBF", +"2135":"uni1DC0", +"2136":"uni1DC1", +"2137":"uni1DC2", +"2138":"uni1DC3", +"2139":"uni1DC4", +"2140":"uni1DC5", +"2141":"uni1DC6", +"2142":"uni1DC7", +"2143":"uni1DC8", +"2144":"uni1DC9", +"2145":"uni1DCA", +"2146":"uni1DCB", +"2147":"uni1DCC", +"2148":"uni1DCD", +"2149":"uni1DCE", +"2150":"uni1DCF", +"2151":"uni1DD0", +"2152":"uni1DD1", +"2153":"uni1DD2", +"2154":"uni1DD3", +"2155":"uni1DD4", +"2156":"uni1DD5", +"2157":"uni1DD6", +"2158":"uni1DD7", +"2159":"uni1DD8", +"2160":"uni1DD9", +"2161":"uni1DDA", +"2162":"uni1DDB", +"2163":"uni1DDC", +"2164":"uni1DDD", +"2165":"uni1DDE", +"2166":"uni1DDF", +"2167":"uni1DE0", +"2168":"uni1DE1", +"2169":"uni1DE2", +"2170":"uni1DE3", +"2171":"uni1DE4", +"2172":"uni1DE5", +"2173":"uni1DE6", +"2174":"uni1DE7", +"2175":"uni1DE8", +"2176":"uni1DE9", +"2177":"uni1DEA", +"2178":"uni1DEB", +"2179":"uni1DEC", +"2180":"uni1DED", +"2181":"uni1DEE", +"2182":"uni1DEF", +"2183":"uni1DF0", +"2184":"uni1DF1", +"2185":"uni1DF2", +"2186":"uni1DF3", +"2187":"uni1DF4", +"2188":"uni1DF5", +"2189":"uni1DFC", +"2190":"uni1DFD", +"2191":"uni1DFE", +"2192":"uni1DFF", +"2193":"uni1E2D.ccmp", +"2194":"uni1E9C", +"2195":"uni1E9D", +"2196":"uni1E9F", +"2197":"uni1ECB.ccmp", +"2198":"uni1EFA", +"2199":"uni1EFB", +"2200":"uni1EFC", +"2201":"uni1EFD", +"2202":"uni1EFE", +"2203":"uni1EFF", +"2204":"uni1F00", +"2205":"uni1F01", +"2206":"uni1F02", +"2207":"uni1F03", +"2208":"uni1F04", +"2209":"uni1F05", +"2210":"uni1F06", +"2211":"uni1F07", +"2212":"uni1F08", +"2213":"uni1F09", +"2214":"uni1F0A", +"2215":"uni1F0B", +"2216":"uni1F0C", +"2217":"uni1F0D", +"2218":"uni1F0E", +"2219":"uni1F0F", +"2220":"uni1F10", +"2221":"uni1F11", +"2222":"uni1F12", +"2223":"uni1F13", +"2224":"uni1F14", +"2225":"uni1F15", +"2226":"uni1F16A", +"2227":"uni1F16B", +"2228":"uni1F18", +"2229":"uni1F19", +"2230":"uni1F1A", +"2231":"uni1F1B", +"2232":"uni1F1C", +"2233":"uni1F1D", +"2234":"uni1F20", +"2235":"uni1F21", +"2236":"uni1F22", +"2237":"uni1F23", +"2238":"uni1F24", +"2239":"uni1F25", +"2240":"uni1F26", +"2241":"uni1F27", +"2242":"uni1F28", +"2243":"uni1F29", +"2244":"uni1F2A", +"2245":"uni1F2B", +"2246":"uni1F2C", +"2247":"uni1F2D", +"2248":"uni1F2E", +"2249":"uni1F2F", +"2250":"uni1F30", +"2251":"uni1F31", +"2252":"uni1F32", +"2253":"uni1F33", +"2254":"uni1F34", +"2255":"uni1F35", +"2256":"uni1F36", +"2257":"uni1F37", +"2258":"uni1F38", +"2259":"uni1F39", +"2260":"uni1F3A", +"2261":"uni1F3B", +"2262":"uni1F3C", +"2263":"uni1F3D", +"2264":"uni1F3E", +"2265":"uni1F3F", +"2266":"uni1F40", +"2267":"uni1F41", +"2268":"uni1F42", +"2269":"uni1F43", +"2270":"uni1F44", +"2271":"uni1F45", +"2272":"uni1F48", +"2273":"uni1F49", +"2274":"uni1F4A", +"2275":"uni1F4B", +"2276":"uni1F4C", +"2277":"uni1F4D", +"2278":"uni1F50", +"2279":"uni1F51", +"2280":"uni1F52", +"2281":"uni1F53", +"2282":"uni1F54", +"2283":"uni1F55", +"2284":"uni1F56", +"2285":"uni1F57", +"2286":"uni1F59", +"2287":"uni1F5B", +"2288":"uni1F5D", +"2289":"uni1F5F", +"2290":"uni1F60", +"2291":"uni1F61", +"2292":"uni1F62", +"2293":"uni1F63", +"2294":"uni1F64", +"2295":"uni1F65", +"2296":"uni1F66", +"2297":"uni1F67", +"2298":"uni1F68", +"2299":"uni1F69", +"2300":"uni1F6A", +"2301":"uni1F6B", +"2302":"uni1F6C", +"2303":"uni1F6D", +"2304":"uni1F6E", +"2305":"uni1F6F", +"2306":"uni1F70", +"2307":"uni1F71", +"2308":"uni1F72", +"2309":"uni1F73", +"2310":"uni1F74", +"2311":"uni1F75", +"2312":"uni1F76", +"2313":"uni1F77", +"2314":"uni1F78", +"2315":"uni1F79", +"2316":"uni1F7A", +"2317":"uni1F7B", +"2318":"uni1F7C", +"2319":"uni1F7D", +"2320":"uni1F80", +"2321":"uni1F81", +"2322":"uni1F82", +"2323":"uni1F83", +"2324":"uni1F84", +"2325":"uni1F85", +"2326":"uni1F86", +"2327":"uni1F87", +"2328":"uni1F88", +"2329":"uni1F89", +"2330":"uni1F8A", +"2331":"uni1F8B", +"2332":"uni1F8C", +"2333":"uni1F8D", +"2334":"uni1F8E", +"2335":"uni1F8F", +"2336":"uni1F90", +"2337":"uni1F91", +"2338":"uni1F92", +"2339":"uni1F93", +"2340":"uni1F94", +"2341":"uni1F95", +"2342":"uni1F96", +"2343":"uni1F97", +"2344":"uni1F98", +"2345":"uni1F99", +"2346":"uni1F9A", +"2347":"uni1F9B", +"2348":"uni1F9C", +"2349":"uni1F9D", +"2350":"uni1F9E", +"2351":"uni1F9F", +"2352":"uni1FA0", +"2353":"uni1FA1", +"2354":"uni1FA2", +"2355":"uni1FA3", +"2356":"uni1FA4", +"2357":"uni1FA5", +"2358":"uni1FA6", +"2359":"uni1FA7", +"2360":"uni1FA8", +"2361":"uni1FA9", +"2362":"uni1FAA", +"2363":"uni1FAB", +"2364":"uni1FAC", +"2365":"uni1FAD", +"2366":"uni1FAE", +"2367":"uni1FAF", +"2368":"uni1FB0", +"2369":"uni1FB1", +"2370":"uni1FB2", +"2371":"uni1FB3", +"2372":"uni1FB4", +"2373":"uni1FB6", +"2374":"uni1FB7", +"2375":"uni1FB8", +"2376":"uni1FB9", +"2377":"uni1FBA", +"2378":"uni1FBB", +"2379":"uni1FBC", +"2380":"uni1FBD", +"2381":"uni1FBE", +"2382":"uni1FBF", +"2383":"uni1FC0", +"2384":"uni1FC1", +"2385":"uni1FC2", +"2386":"uni1FC3", +"2387":"uni1FC4", +"2388":"uni1FC6", +"2389":"uni1FC7", +"2390":"uni1FC8", +"2391":"uni1FC9", +"2392":"uni1FCA", +"2393":"uni1FCB", +"2394":"uni1FCC", +"2395":"uni1FCD", +"2396":"uni1FCE", +"2397":"uni1FCF", +"2398":"uni1FD0", +"2399":"uni1FD1", +"2400":"uni1FD2", +"2401":"uni1FD3", +"2402":"uni1FD6", +"2403":"uni1FD7", +"2404":"uni1FD8", +"2405":"uni1FD9", +"2406":"uni1FDA", +"2407":"uni1FDB", +"2408":"uni1FDD", +"2409":"uni1FDE", +"2410":"uni1FDF", +"2411":"uni1FE0", +"2412":"uni1FE1", +"2413":"uni1FE2", +"2414":"uni1FE3", +"2415":"uni1FE4", +"2416":"uni1FE5", +"2417":"uni1FE6", +"2418":"uni1FE7", +"2419":"uni1FE8", +"2420":"uni1FE9", +"2421":"uni1FEA", +"2422":"uni1FEB", +"2423":"uni1FEC", +"2424":"uni1FED", +"2425":"uni1FEE", +"2426":"uni1FEF", +"2427":"uni1FF2", +"2428":"uni1FF3", +"2429":"uni1FF4", +"2430":"uni1FF6", +"2431":"uni1FF7", +"2432":"uni1FF8", +"2433":"uni1FF9", +"2434":"uni1FFA", +"2435":"uni1FFB", +"2436":"uni1FFC", +"2437":"uni1FFD", +"2438":"uni1FFE", +"2439":"uni2009.fra", +"2440":"uni202F", +"2441":"uni2045", +"2442":"uni2046", +"2443":"uni2047", +"2444":"uni2048", +"2445":"uni2049", +"2446":"uni204A", +"2447":"uni204B", +"2448":"uni204C", +"2449":"uni204D", +"2450":"uni204E", +"2451":"uni204F", +"2452":"uni2050", +"2453":"uni2051", +"2454":"uni2052", +"2455":"uni2053", +"2456":"uni2054", +"2457":"uni2055", +"2458":"uni2056", +"2459":"uni2057", +"2460":"uni2058", +"2461":"uni2059", +"2462":"uni205A", +"2463":"uni205B", +"2464":"uni205C", +"2465":"uni205D", +"2466":"uni205E", +"2467":"uni205F", +"2468":"uni2071.ccmp", +"2469":"uni2090", +"2470":"uni2091", +"2471":"uni2092", +"2472":"uni2093", +"2473":"uni2094", +"2474":"uni2095", +"2475":"uni2096", +"2476":"uni2097", +"2477":"uni2098", +"2478":"uni2099", +"2479":"uni209A", +"2480":"uni209B", +"2481":"uni209C", +"2482":"uni20AF", +"2483":"uni20B0", +"2484":"uni20B6", +"2485":"uni20B7", +"2486":"uni20B9", +"2487":"uni20BA", +"2488":"uni20BB", +"2489":"uni20BD", +"2490":"uni20DB", +"2491":"uni20DC", +"2492":"uni20E3", +"2493":"uni20E8", +"2494":"uni20F0", +"2495":"uni213B", +"2496":"uni214D", +"2497":"uni214F", +"2498":"uni2150", +"2499":"uni2151", +"2500":"uni2152", +"2501":"uni2155", +"2502":"uni2156", +"2503":"uni2157", +"2504":"uni2158", +"2505":"uni2159", +"2506":"uni215A", +"2507":"uni215F", +"2508":"uni217C", +"2509":"uni217D", +"2510":"uni217E", +"2511":"uni217F", +"2512":"uni2180", +"2513":"uni2181", +"2514":"uni2182", +"2515":"uni2183", +"2516":"uni2183.cn", +"2517":"uni2184", +"2518":"uni2184.cn", +"2519":"uni2185", +"2520":"uni2185.cn", +"2521":"uni2186", +"2522":"uni2187", +"2523":"uni2188", +"2524":"uni2189", +"2525":"uni27E6", +"2526":"uni27E7", +"2527":"uni27E8", +"2528":"uni27E9", +"2529":"uni27EA", +"2530":"uni27EB", +"2531":"uni27EC", +"2532":"uni27ED", +"2533":"uni27EE", +"2534":"uni27EF", +"2535":"uni2B4E", +"2536":"uni2B4F", +"2537":"uni2B5A", +"2538":"uni2B5B", +"2539":"uni2B5C", +"2540":"uni2B5D", +"2541":"uni2B5E", +"2542":"uni2B5F", +"2543":"uni2C60", +"2544":"uni2C61", +"2545":"uni2C62", +"2546":"uni2C63", +"2547":"uni2C64", +"2548":"uni2C65", +"2549":"uni2C66", +"2550":"uni2C67", +"2551":"uni2C68", +"2552":"uni2C69", +"2553":"uni2C6A", +"2554":"uni2C6B", +"2555":"uni2C6C", +"2556":"uni2C6D", +"2557":"uni2C6E", +"2558":"uni2C6F", +"2559":"uni2C70", +"2560":"uni2C71", +"2561":"uni2C72", +"2562":"uni2C73", +"2563":"uni2C74", +"2564":"uni2C75", +"2565":"uni2C76", +"2566":"uni2C77", +"2567":"uni2C78", +"2568":"uni2C78.cn", +"2569":"uni2C79", +"2570":"uni2C7A", +"2571":"uni2C7A.cn", +"2572":"uni2C7B", +"2573":"uni2C7C", +"2574":"uni2C7C.ccmp", +"2575":"uni2C7D", +"2576":"uni2C7E", +"2577":"uni2C7F", +"2578":"uni2DE0", +"2579":"uni2DE1", +"2580":"uni2DE2", +"2581":"uni2DE3", +"2582":"uni2DE4", +"2583":"uni2DE5", +"2584":"uni2DE6", +"2585":"uni2DE7", +"2586":"uni2DE8", +"2587":"uni2DE9", +"2588":"uni2DEA", +"2589":"uni2DEB", +"2590":"uni2DEC", +"2591":"uni2DED", +"2592":"uni2DEE", +"2593":"uni2DEF", +"2594":"uni2DF0", +"2595":"uni2DF1", +"2596":"uni2DF2", +"2597":"uni2DF3", +"2598":"uni2DF4", +"2599":"uni2DF5", +"2600":"uni2DF6", +"2601":"uni2DF7", +"2602":"uni2DF8", +"2603":"uni2DF9", +"2604":"uni2DFA", +"2605":"uni2DFB", +"2606":"uni2DFC", +"2607":"uni2DFD", +"2608":"uni2DFE", +"2609":"uni2DFF", +"2610":"uni2E00", +"2611":"uni2E01", +"2612":"uni2E02", +"2613":"uni2E03", +"2614":"uni2E04", +"2615":"uni2E05", +"2616":"uni2E06", +"2617":"uni2E07", +"2618":"uni2E08", +"2619":"uni2E09", +"2620":"uni2E0A", +"2621":"uni2E0B", +"2622":"uni2E0C", +"2623":"uni2E0D", +"2624":"uni2E0E", +"2625":"uni2E0F", +"2626":"uni2E10", +"2627":"uni2E11", +"2628":"uni2E12", +"2629":"uni2E13", +"2630":"uni2E14", +"2631":"uni2E15", +"2632":"uni2E16", +"2633":"uni2E17", +"2634":"uni2E18", +"2635":"uni2E19", +"2636":"uni2E1A", +"2637":"uni2E1B", +"2638":"uni2E1C", +"2639":"uni2E1D", +"2640":"uni2E1E", +"2641":"uni2E1F", +"2642":"uni2E20", +"2643":"uni2E21", +"2644":"uni2E22", +"2645":"uni2E23", +"2646":"uni2E24", +"2647":"uni2E25", +"2648":"uni2E26", +"2649":"uni2E27", +"2650":"uni2E28", +"2651":"uni2E29", +"2652":"uni2E2A", +"2653":"uni2E2B", +"2654":"uni2E2C", +"2655":"uni2E2D", +"2656":"uni2E2E", +"2657":"uni2E2F", +"2658":"uni2E30", +"2659":"uni2E31", +"2660":"uni2E32", +"2661":"uni2E33", +"2662":"uni2E34", +"2663":"uni2E35", +"2664":"uni2E36", +"2665":"uni2E37", +"2666":"uni2E38", +"2667":"uni2E39", +"2668":"uni2E3A", +"2669":"uni2E3B", +"2670":"uni2E3C", +"2671":"uni2E3D", +"2672":"uni2E3E", +"2673":"uni2E3F", +"2674":"uni2E40", +"2675":"uni2E41", +"2676":"uni2E42", +"2677":"uniA640", +"2678":"uniA641", +"2679":"uniA642", +"2680":"uniA643", +"2681":"uniA644", +"2682":"uniA645", +"2683":"uniA646", +"2684":"uniA647", +"2685":"uniA648", +"2686":"uniA649", +"2687":"uniA64A", +"2688":"uniA64B", +"2689":"uniA64C", +"2690":"uniA64D", +"2691":"uniA64E", +"2692":"uniA64F", +"2693":"uniA650", +"2694":"uniA651", +"2695":"uniA652", +"2696":"uniA653", +"2697":"uniA654", +"2698":"uniA655", +"2699":"uniA656", +"2700":"uniA657", +"2701":"uniA657.cn", +"2702":"uniA658", +"2703":"uniA659", +"2704":"uniA65A", +"2705":"uniA65B", +"2706":"uniA65C", +"2707":"uniA65D", +"2708":"uniA65E", +"2709":"uniA65F", +"2710":"uniA660", +"2711":"uniA661", +"2712":"uniA662", +"2713":"uniA663", +"2714":"uniA664", +"2715":"uniA665", +"2716":"uniA666", +"2717":"uniA667", +"2718":"uniA668", +"2719":"uniA669", +"2720":"uniA66A", +"2721":"uniA66B", +"2722":"uniA66C", +"2723":"uniA66D", +"2724":"uniA66E", +"2725":"uniA66F", +"2726":"uniA670", +"2727":"uniA671", +"2728":"uniA672", +"2729":"uniA673", +"2730":"uniA674", +"2731":"uniA675", +"2732":"uniA676", +"2733":"uniA677", +"2734":"uniA678", +"2735":"uniA679", +"2736":"uniA67A", +"2737":"uniA67B", +"2738":"uniA67C", +"2739":"uniA67D", +"2740":"uniA67E", +"2741":"uniA67F", +"2742":"uniA680", +"2743":"uniA681", +"2744":"uniA682", +"2745":"uniA683", +"2746":"uniA684", +"2747":"uniA685", +"2748":"uniA686", +"2749":"uniA687", +"2750":"uniA688", +"2751":"uniA689", +"2752":"uniA68A", +"2753":"uniA68B", +"2754":"uniA68C", +"2755":"uniA68D", +"2756":"uniA68E", +"2757":"uniA68F", +"2758":"uniA690", +"2759":"uniA691", +"2760":"uniA692", +"2761":"uniA693", +"2762":"uniA694", +"2763":"uniA695", +"2764":"uniA696", +"2765":"uniA697", +"2766":"uniA698", +"2767":"uniA699", +"2768":"uniA69A", +"2769":"uniA69B", +"2770":"uniA69C", +"2771":"uniA69D", +"2772":"uniA69F", +"2773":"uniA700", +"2774":"uniA701", +"2775":"uniA702", +"2776":"uniA703", +"2777":"uniA704", +"2778":"uniA705", +"2779":"uniA706", +"2780":"uniA707", +"2781":"uniA708", +"2782":"uniA709", +"2783":"uniA70A", +"2784":"uniA70B", +"2785":"uniA70C", +"2786":"uniA70D", +"2787":"uniA70E", +"2788":"uniA70F", +"2789":"uniA710", +"2790":"uniA711", +"2791":"uniA712", +"2792":"uniA713", +"2793":"uniA714", +"2794":"uniA715", +"2795":"uniA716", +"2796":"uniA717", +"2797":"uniA718", +"2798":"uniA719", +"2799":"uniA71A", +"2800":"uniA71B", +"2801":"uniA71C", +"2802":"uniA71D", +"2803":"uniA71E", +"2804":"uniA71F", +"2805":"uniA720", +"2806":"uniA721", +"2807":"uniA722", +"2808":"uniA723", +"2809":"uniA724", +"2810":"uniA725", +"2811":"uniA726", +"2812":"uniA727", +"2813":"uniA728", +"2814":"uniA729", +"2815":"uniA72A", +"2816":"uniA72B", +"2817":"uniA72C", +"2818":"uniA72D", +"2819":"uniA72E", +"2820":"uniA72F", +"2821":"uniA730", +"2822":"uniA731", +"2823":"uniA732", +"2824":"uniA733", +"2825":"uniA734", +"2826":"uniA735", +"2827":"uniA736", +"2828":"uniA737", +"2829":"uniA738", +"2830":"uniA739", +"2831":"uniA73A", +"2832":"uniA73B", +"2833":"uniA73C", +"2834":"uniA73D", +"2835":"uniA73E", +"2836":"uniA73E.cn", +"2837":"uniA73F", +"2838":"uniA73F.cn", +"2839":"uniA740", +"2840":"uniA741", +"2841":"uniA742", +"2842":"uniA743", +"2843":"uniA744", +"2844":"uniA745", +"2845":"uniA746", +"2846":"uniA747", +"2847":"uniA748", +"2848":"uniA749", +"2849":"uniA74A", +"2850":"uniA74B", +"2851":"uniA74C", +"2852":"uniA74D", +"2853":"uniA74E", +"2854":"uniA74F", +"2855":"uniA750", +"2856":"uniA751", +"2857":"uniA752", +"2858":"uniA753", +"2859":"uniA754", +"2860":"uniA755", +"2861":"uniA756", +"2862":"uniA756.cn", +"2863":"uniA757", +"2864":"uniA758", +"2865":"uniA758.cn", +"2866":"uniA759", +"2867":"uniA75A", +"2868":"uniA75B", +"2869":"uniA75C", +"2870":"uniA75D", +"2871":"uniA75E", +"2872":"uniA75F", +"2873":"uniA760", +"2874":"uniA761", +"2875":"uniA762", +"2876":"uniA763", +"2877":"uniA764", +"2878":"uniA765", +"2879":"uniA766", +"2880":"uniA767", +"2881":"uniA767.cn", +"2882":"uniA768", +"2883":"uniA769", +"2884":"uniA76A", +"2885":"uniA76B", +"2886":"uniA76C", +"2887":"uniA76D", +"2888":"uniA76E", +"2889":"uniA76F", +"2890":"uniA770", +"2891":"uniA771", +"2892":"uniA771.cn", +"2893":"uniA772", +"2894":"uniA773", +"2895":"uniA774", +"2896":"uniA775", +"2897":"uniA776", +"2898":"uniA777", +"2899":"uniA778", +"2900":"uniA779", +"2901":"uniA77A", +"2902":"uniA77B", +"2903":"uniA77C", +"2904":"uniA77D", +"2905":"uniA77E", +"2906":"uniA77F", +"2907":"uniA780", +"2908":"uniA781", +"2909":"uniA782", +"2910":"uniA783", +"2911":"uniA784", +"2912":"uniA785", +"2913":"uniA786", +"2914":"uniA787", +"2915":"uniA788", +"2916":"uniA789", +"2917":"uniA78A", +"2918":"uniA78B", +"2919":"uniA78C", +"2920":"uniA78D", +"2921":"uniA78E", +"2922":"uniA78F", +"2923":"uniA790", +"2924":"uniA791", +"2925":"uniA792", +"2926":"uniA793", +"2927":"uniA794", +"2928":"uniA794.cn", +"2929":"uniA795", +"2930":"uniA796", +"2931":"uniA797", +"2932":"uniA797.cn", +"2933":"uniA798", +"2934":"uniA799", +"2935":"uniA79A", +"2936":"uniA79B", +"2937":"uniA79C", +"2938":"uniA79D", +"2939":"uniA79E", +"2940":"uniA79F", +"2941":"uniA7A0", +"2942":"uniA7A1", +"2943":"uniA7A2", +"2944":"uniA7A3", +"2945":"uniA7A4", +"2946":"uniA7A5", +"2947":"uniA7A6", +"2948":"uniA7A7", +"2949":"uniA7A8", +"2950":"uniA7A9", +"2951":"uniA7AA", +"2952":"uniA7AB", +"2953":"uniA7AC", +"2954":"uniA7AD", +"2955":"uniA7B0", +"2956":"uniA7B1", +"2957":"uniA7F7", +"2958":"uniA7F8", +"2959":"uniA7F9", +"2960":"uniA7FA", +"2961":"uniA7FB", +"2962":"uniA7FC", +"2963":"uniA7FD", +"2964":"uniA7FE", +"2965":"uniA7FF", +"2966":"uniA92E", +"2967":"uniAB30", +"2968":"uniAB31", +"2969":"uniAB32", +"2970":"uniAB33", +"2971":"uniAB34", +"2972":"uniAB35", +"2973":"uniAB36", +"2974":"uniAB36.cn", +"2975":"uniAB37", +"2976":"uniAB38", +"2977":"uniAB39", +"2978":"uniAB3A", +"2979":"uniAB3B", +"2980":"uniAB3C", +"2981":"uniAB3D", +"2982":"uniAB3E", +"2983":"uniAB3F", +"2984":"uniAB40", +"2985":"uniAB41", +"2986":"uniAB42", +"2987":"uniAB43", +"2988":"uniAB44", +"2989":"uniAB45", +"2990":"uniAB46", +"2991":"uniAB47", +"2992":"uniAB48", +"2993":"uniAB49", +"2994":"uniAB4A", +"2995":"uniAB4B", +"2996":"uniAB4C", +"2997":"uniAB4D", +"2998":"uniAB4E", +"2999":"uniAB4F", +"3000":"uniAB50", +"3001":"uniAB51", +"3002":"uniAB52", +"3003":"uniAB53", +"3004":"uniAB54", +"3005":"uniAB55", +"3006":"uniAB56", +"3007":"uniAB57", +"3008":"uniAB58", +"3009":"uniAB59", +"3010":"uniAB5A", +"3011":"uniAB5B", +"3012":"uniAB5C", +"3013":"uniAB5D", +"3014":"uniAB5E", +"3015":"uniAB5F", +"3016":"uniAB64", +"3017":"uniAB65", +"3018":"uniE000", +"3019":"uniE001", +"3020":"uniE002", +"3021":"uniE003", +"3022":"uniE004", +"3023":"uniFE20", +"3024":"uniFE21", +"3025":"uniFE22", +"3026":"uniFE23", +"3027":"uniFE24", +"3028":"uniFE25", +"3029":"uniFE26", +"3030":"uniFE27", +"3031":"uniFE28", +"3032":"uniFE29", +"3033":"uniFE2A", +"3034":"uniFE2B", +"3035":"uniFE2C", +"3036":"uniFE2D", +"3037":"uniFFFC", +"3038":"uniFFFD", +"3039":"uogonek", +"3040":"upsilon", +"3041":"upsilondieresis", +"3042":"upsilondieresistonos", +"3043":"upsilonlatin", +"3044":"upsilontonos", +"3045":"uptackmod", +"3046":"uring", +"3047":"ushortcyrillic", +"3048":"ustraightcyrillic", +"3049":"ustraightstrokecyrillic", +"3050":"utilde", +"3051":"utildeacute", +"3052":"utildebelow", +"3053":"v", +"3054":"vdotbelow", +"3055":"vecyrillic", +"3056":"versicle", +"3057":"verticalbardbl", +"3058":"verticallinelowmod", +"3059":"vscript", +"3060":"vtilde", +"3061":"vturn", +"3062":"w", +"3063":"wacute", +"3064":"wcircumflex", +"3065":"wdieresis", +"3066":"wdotaccent", +"3067":"wdotbelow", +"3068":"wgrave", +"3069":"won", +"3070":"wring", +"3071":"wsuper", +"3072":"wturn", +"3073":"wynn", +"3074":"x", +"3075":"xdieresis", +"3076":"xdotaccent", +"3077":"xi", +"3078":"xsuper", +"3079":"xsupnosp", +"3080":"y", +"3081":"yacute", +"3082":"yatcyrillic", +"3083":"ycircumflex", +"3084":"ydieresis", +"3085":"ydotaccent", +"3086":"ydotbelow", +"3087":"yen", +"3088":"yericyrillic", +"3089":"yerudieresiscyrillic", +"3090":"ygrave", +"3091":"yhook", +"3092":"yhookabove", +"3093":"yicyrillic", +"3094":"yotgreek", +"3095":"ypogegrammeni", +"3096":"yring", +"3097":"ysuper", +"3098":"ytilde", +"3099":"yturn", +"3100":"yusbigcyrillic", +"3101":"yusbigiotifiedcyrillic", +"3102":"yuslittlecyrillic", +"3103":"yuslittleiotifiedcyrillic", +"3104":"z", +"3105":"zacute", +"3106":"zbar", +"3107":"zcaron", +"3108":"zcircumflex", +"3109":"zcurl", +"3110":"zdotaccent", +"3111":"zdotbelow", +"3112":"zecyrillic", +"3113":"zedescendercyrillic", +"3114":"zedieresiscyrillic", +"3115":"zero", +"3116":"zero.frac", +"3117":"zero.slash", +"3118":"zero.sup", +"3119":"zerosub", +"3120":"zerosuperior", +"3121":"zerowidthjoiner", +"3122":"zerowidthspace", +"3123":"zeta", +"3124":"zhebrevecyrillic", +"3125":"zhecyrillic", +"3126":"zhedescendercyrillic", +"3127":"zhedieresiscyrillic", +"3128":"zlinebelow", +"3129":"zrthook"}, +"metrics":{ +"0":[1664, 1792, 64, 64], +"1":[2632, 2784, 76, 76], +"2":[2632, 2784, 76, 76], +"3":[2632, 2784, 76, 76], +"4":[1664, 1792, 64, 64], +"5":[1664, 1792, 64, 64], +"6":[1664, 1792, 64, 64], +"7":[1664, 1792, 64, 64], +"8":[1664, 1792, 64, 64], +"9":[1664, 1792, 64, 64], +"10":[1664, 1792, 64, 64], +"11":[1664, 1792, 64, 64], +"12":[1664, 1792, 64, 64], +"13":[1664, 1792, 64, 64], +"14":[1732, 1792, 64, -4], +"15":[1664, 1792, 64, 64], +"16":[1732, 1792, -4, 64], +"17":[1664, 1792, 64, 64], +"18":[1664, 1792, 64, 64], +"19":[1664, 1792, 64, 64], +"20":[1664, 1792, 64, 64], +"21":[1664, 1792, 64, 64], +"22":[1664, 1792, 64, 64], +"23":[1664, 1792, 64, 64], +"24":[1664, 1792, 64, 64], +"25":[1664, 1792, 64, 64], +"26":[1664, 1792, 64, 64], +"27":[2632, 2784, 76, 76], +"28":[1664, 1792, 64, 64], +"29":[1664, 1792, 64, 64], +"30":[1664, 1792, 64, 64], +"31":[1664, 1792, 64, 64], +"32":[1704, 1792, 64, 24], +"33":[1664, 1792, 64, 64], +"34":[1664, 1792, 64, 64], +"35":[1664, 1792, 64, 64], +"36":[1664, 1792, 64, 64], +"37":[1664, 1792, 64, 64], +"38":[1400, 1792, 240, 152], +"39":[1400, 1792, 240, 152], +"40":[1400, 1792, 240, 152], +"41":[1400, 1792, 240, 152], +"42":[1884, 2016, 56, 76], +"43":[1400, 1792, 240, 152], +"44":[1448, 1760, 140, 172], +"45":[1576, 1912, 176, 160], +"46":[1536, 2016, 240, 240], +"47":[0, 768, 0, 768], +"48":[1576, 1912, 176, 160], +"49":[1576, 1912, 176, 160], +"50":[1576, 1912, 176, 160], +"51":[1576, 1912, 176, 160], +"52":[1576, 1912, 176, 160], +"53":[1576, 1912, 176, 160], +"54":[1940, 2272, 168, 164], +"55":[1940, 2272, 168, 164], +"56":[1648, 2272, 292, 332], +"57":[1496, 2016, 260, 260], +"58":[1496, 2016, 260, 260], +"59":[1496, 2016, 244, 276], +"60":[1544, 1672, 64, 64], +"61":[1904, 2048, 52, 92], +"62":[1804, 2016, 140, 72], +"63":[1544, 1888, 224, 120], +"64":[1444, 1760, 160, 156], +"65":[3136, 3776, 480, 160], +"66":[1832, 2016, 136, 48], +"67":[1544, 1888, 224, 120], +"68":[1544, 1888, 224, 120], +"69":[1544, 1888, 224, 120], +"70":[1784, 1918, 14, 120], +"71":[1544, 1888, 224, 120], +"72":[1544, 1888, 224, 120], +"73":[1884, 2016, 68, 64], +"74":[2012, 2048, 72, -36], +"75":[1228, 1760, 232, 300], +"76":[1544, 1888, 224, 120], +"77":[1448, 1760, 156, 156], +"78":[3020, 3648, 480, 148], +"79":[2756, 3296, 256, 284], +"80":[1336, 1504, 84, 84], +"81":[1252, 1652, 240, 160], +"82":[1252, 1652, 240, 160], +"83":[1252, 1652, 240, 160], +"84":[1252, 1652, 240, 160], +"85":[1252, 1652, 240, 160], +"86":[1252, 1652, 240, 160], +"87":[1540, 1652, 240, -128], +"88":[1252, 1652, 240, 160], +"89":[1252, 1652, 240, 160], +"90":[1512, 1652, -20, 160], +"91":[1376, 1652, 240, 36], +"92":[1252, 1652, 240, 160], +"93":[1347, 1652, 145, 160], +"94":[1252, 1652, 240, 160], +"95":[1252, 1652, 240, 160], +"96":[1252, 1652, 240, 160], +"97":[1252, 1652, 240, 160], +"98":[1252, 1652, 240, 160], +"99":[1252, 1652, 240, 160], +"100":[2152, 2528, 132, 244], +"101":[1252, 1652, 240, 160], +"102":[1252, 1652, 240, 160], +"103":[1252, 1652, 240, 160], +"104":[1752, 2272, 240, 280], +"105":[1524, 2016, 248, 244], +"106":[2392, 2784, 188, 204], +"107":[1524, 2016, 248, 244], +"108":[1252, 1652, 240, 160], +"109":[1252, 1652, 240, 160], +"110":[1252, 1652, 240, 160], +"111":[1448, 1760, 156, 156], +"112":[1816, 1752, -224, 160], +"113":[1576, 1912, 176, 160], +"114":[1408, 1760, 160, 192], +"115":[1588, 2068, 240, 240], +"116":[2152, 2168, -224, 240], +"117":[1784, 1918, 14, 120], +"118":[1252, 1652, 240, 160], +"119":[1252, 1652, 240, 160], +"120":[1276, 1504, 116, 112], +"121":[1316, 1504, 0, 188], +"122":[1552, 1760, 104, 104], +"123":[1552, 1760, 88, 120], +"124":[1552, 2016, 232, 232], +"125":[1228, 1628, 240, 160], +"126":[1228, 1628, 240, 160], +"127":[1564, 1760, 72, 124], +"128":[1240, 1504, 132, 132], +"129":[1664, 2032, 176, 192], +"130":[1540, 1760, 112, 108], +"131":[1664, 2032, 176, 192], +"132":[1236, 1760, 264, 260], +"133":[1720, 1760, 20, 20], +"134":[1808, 2016, 100, 108], +"135":[1664, 2032, 176, 192], +"136":[1664, 2032, 176, 192], +"137":[1664, 2032, 176, 192], +"138":[1664, 2032, 176, 192], +"139":[1664, 2032, 176, 192], +"140":[1512, 1888, 224, 152], +"141":[1528, 1760, 100, 132], +"142":[1488, 1760, 12, 260], +"143":[1976, 2048, 52, 20], +"144":[1932, 2016, 12, 72], +"145":[1664, 2032, 176, 192], +"146":[1388, 1760, 188, 184], +"147":[1604, 1760, 96, 60], +"148":[1588, 2068, 240, 240], +"149":[1832, 2272, 220, 220], +"150":[1676, 1792, 64, 52], +"151":[1916, 2016, 76, 24], +"152":[1588, 2068, 240, 240], +"153":[1612, 2016, 208, 196], +"154":[1588, 2068, 240, 240], +"155":[1588, 2068, 240, 240], +"156":[1588, 2068, 240, 240], +"157":[1588, 2068, 240, 240], +"158":[248, 736, 224, 264], +"159":[1704, 2400, 480, 216], +"160":[484, 736, 224, 28], +"161":[880, 992, 40, 72], +"162":[828, 736, -64, -28], +"163":[868, 736, -84, -48], +"164":[868, 736, -84, -48], +"165":[1032, 736, -387, 91], +"166":[952, 736, -128, -88], +"167":[962, 1024, 32, 30], +"168":[1584, 2064, 240, 240], +"169":[316, 736, 192, 228], +"170":[317, 736, 202, 217], +"171":[1252, 1652, 240, 160], +"172":[600, 736, -96, 232], +"173":[435, 736, 224, 77], +"174":[829, 736, -65, -28], +"175":[940, 736, -112, -92], +"176":[1584, 2064, 240, 240], +"177":[496, 736, 8, 232], +"178":[248, 736, 224, 264], +"179":[672, 992, 160, 160], +"180":[952, 736, -128, -88], +"181":[812, 836, -240, 264], +"182":[684, 992, 156, 152], +"183":[984, 736, -144, -104], +"184":[984, 1004, 0, 20], +"185":[1688, 1760, 36, 36], +"186":[1192, 1408, 0, 216], +"187":[1504, 1408, 0, -96], +"188":[1348, 1664, 240, 76], +"189":[1992, 2528, 156, 380], +"190":[1348, 1664, 240, 76], +"191":[1608, 2016, 196, 212], +"192":[1488, 1760, 136, 136], +"193":[1348, 1664, 240, 76], +"194":[1552, 1760, 104, 104], +"195":[1348, 1664, 240, 76], +"196":[1348, 1664, 240, 76], +"197":[1348, 1664, 240, 76], +"198":[1548, 1760, 108, 104], +"199":[1348, 1664, 240, 76], +"200":[1632, 1760, 64, 64], +"201":[1512, 1760, 124, 124], +"202":[1180, 1504, 164, 160], +"203":[1168, 1536, 240, 128], +"204":[2488, 3200, 496, 216], +"205":[1168, 1536, 240, 128], +"206":[1664, 1792, 64, 64], +"207":[1168, 1536, 240, 128], +"208":[1168, 1536, 240, 128], +"209":[1168, 1536, 240, 128], +"210":[1168, 1536, 240, 128], +"211":[1168, 1536, 240, 128], +"212":[1500, 1536, -92, 128], +"213":[1820, 2496, 496, 180], +"214":[1168, 1536, 240, 128], +"215":[1372, 1504, 52, 80], +"216":[996, 1248, 128, 124], +"217":[1844, 2324, 240, 240], +"218":[1844, 2324, 240, 240], +"219":[1844, 2324, 240, 240], +"220":[1844, 2324, 240, 240], +"221":[1844, 2324, 240, 240], +"222":[1584, 2064, 240, 240], +"223":[3016, 3728, 496, 216], +"224":[1584, 2064, 240, 240], +"225":[1584, 2064, 240, 240], +"226":[1584, 2064, 240, 240], +"227":[1584, 2064, 240, 240], +"228":[1584, 2064, 240, 240], +"229":[1584, 2064, 240, 240], +"230":[1920, 2016, 64, 32], +"231":[2348, 3024, 496, 180], +"232":[1584, 2064, 240, 240], +"233":[1208, 1504, 148, 148], +"234":[1584, 2064, 240, 240], +"235":[1584, 2064, 240, 240], +"236":[1680, 2032, 176, 176], +"237":[1592, 2016, 212, 212], +"238":[2320, 2636, 176, 140], +"239":[2084, 2528, 224, 220], +"240":[2016, 2272, 128, 128], +"241":[1680, 2032, 176, 176], +"242":[1680, 2016, 160, 176], +"243":[1680, 2016, 160, 176], +"244":[1680, 2016, 160, 176], +"245":[1680, 2032, 176, 176], +"246":[1680, 2032, 176, 176], +"247":[1680, 2032, 176, 176], +"248":[1736, 2032, 176, 120], +"249":[1680, 2032, 176, 176], +"250":[1744, 2032, 112, 176], +"251":[1680, 2032, 176, 176], +"252":[1680, 2032, 176, 176], +"253":[1680, 2032, 176, 176], +"254":[1680, 2032, 176, 176], +"255":[1680, 2032, 176, 176], +"256":[1680, 2032, 176, 176], +"257":[1680, 2032, 176, 176], +"258":[1680, 2032, 176, 176], +"259":[1828, 2032, 176, 28], +"260":[1828, 2032, 176, 28], +"261":[1828, 2032, 176, 28], +"262":[1828, 2032, 176, 28], +"263":[1828, 2032, 176, 28], +"264":[1828, 2032, 176, 28], +"265":[1680, 2032, 176, 176], +"266":[1680, 2032, 176, 176], +"267":[1680, 2032, 176, 176], +"268":[1680, 2032, 176, 176], +"269":[1680, 2032, 176, 176], +"270":[1544, 1760, 108, 108], +"271":[2064, 2528, 232, 232], +"272":[1680, 2016, 160, 176], +"273":[2056, 2528, 236, 236], +"274":[1864, 1780, -192, 108], +"275":[1680, 2032, 176, 176], +"276":[2004, 2052, -128, 176], +"277":[1680, 2032, 176, 176], +"278":[1680, 2032, 176, 176], +"279":[1680, 2032, 176, 176], +"280":[1552, 1760, 104, 104], +"281":[1540, 1760, 112, 108], +"282":[1680, 2032, 176, 176], +"283":[1680, 2032, 176, 176], +"284":[2064, 2528, 216, 248], +"285":[1680, 2032, 176, 176], +"286":[1680, 2032, 176, 176], +"287":[1680, 2032, 176, 176], +"288":[1372, 1772, 240, 160], +"289":[1372, 1772, 240, 160], +"290":[1372, 1772, 240, 160], +"291":[2700, 3040, 164, 176], +"292":[1824, 2016, 96, 96], +"293":[1856, 2016, 72, 88], +"294":[1528, 2016, 244, 244], +"295":[1696, 2016, 160, 160], +"296":[1696, 2016, 160, 160], +"297":[1680, 2032, 176, 176], +"298":[1624, 2016, 196, 196], +"299":[1436, 1804, 240, 128], +"300":[1436, 1804, 240, 128], +"301":[1436, 1804, 240, 128], +"302":[1436, 1804, 240, 128], +"303":[1515, 1804, 161, 128], +"304":[1436, 1804, 240, 128], +"305":[1436, 1804, 240, 128], +"306":[1436, 1804, 240, 128], +"307":[1372, 1772, 240, 160], +"308":[1436, 1804, 240, 128], +"309":[1436, 1804, 240, 128], +"310":[1288, 1760, 236, 236], +"311":[1288, 1760, 236, 236], +"312":[992, 1248, 128, 128], +"313":[1552, 2016, 232, 232], +"314":[1476, 1796, 160, 160], +"315":[1476, 1796, 160, 160], +"316":[1476, 1796, 160, 160], +"317":[1944, 2016, 36, 36], +"318":[1476, 1796, 160, 160], +"319":[1476, 1796, 160, 160], +"320":[1476, 1796, 160, 160], +"321":[1660, 2016, 180, 176], +"322":[1660, 2016, 180, 176], +"323":[1660, 2016, 180, 176], +"324":[1476, 1796, 160, 160], +"325":[1476, 1796, 160, 160], +"326":[1476, 1796, 160, 160], +"327":[1476, 1796, 160, 160], +"328":[1476, 1796, 160, 160], +"329":[1496, 2016, 260, 260], +"330":[1408, 1760, 176, 176], +"331":[1552, 2016, 232, 232], +"332":[1536, 1792, 128, 128], +"333":[1536, 1792, 128, 128], +"334":[1536, 1792, 128, 128], +"335":[1536, 1792, 128, 128], +"336":[1536, 1792, 128, 128], +"337":[1536, 1792, 128, 128], +"338":[1536, 1792, 128, 128], +"339":[1536, 1792, 128, 128], +"340":[1536, 1792, 128, 128], +"341":[2280, 2528, 116, 132], +"342":[1680, 2016, 160, 176], +"343":[1668, 1760, 48, 44], +"344":[1320, 1760, 220, 220], +"345":[1536, 1792, 128, 128], +"346":[1403.0, 1760, 152, 205], +"347":[1608, 1760, 68, 84], +"348":[1456, 1760, 152, 152], +"349":[1552, 1760, 104, 104], +"350":[1588, 2068, 240, 240], +"351":[1460, 1760, 152, 148], +"352":[1588, 2068, 240, 240], +"353":[1588, 2068, 240, 240], +"354":[1588, 2068, 240, 240], +"355":[1588, 2068, 240, 240], +"356":[1588, 2068, 240, 240], +"357":[1588, 2068, 240, 240], +"358":[1588, 2068, 240, 240], +"359":[1588, 2068, 240, 240], +"360":[1588, 2068, 240, 240], +"361":[1588, 2068, 240, 240], +"362":[1576, 1760, 92, 92], +"363":[1588, 2068, 240, 240], +"364":[1588, 2068, 240, 240], +"365":[1588, 2068, 240, 240], +"366":[1588, 2068, 240, 240], +"367":[1588, 2068, 240, 240], +"368":[2052, 2388, 240, 96], +"369":[2052, 2388, 240, 96], +"370":[2052, 2388, 240, 96], +"371":[2052, 2388, 240, 96], +"372":[2052, 2388, 240, 96], +"373":[2052, 2388, 240, 96], +"374":[1588, 2068, 240, 240], +"375":[1576, 1760, 92, 92], +"376":[1588, 2068, 240, 240], +"377":[3276, 3792, 432, 84], +"378":[1588, 2068, 240, 240], +"379":[1576, 1760, 92, 92], +"380":[1588, 2068, 240, 240], +"381":[1588, 2068, 240, 240], +"382":[1536, 1664, 64, 64], +"383":[1544, 1760, 108, 108], +"384":[2048, 1636, -376, -36], +"385":[1536, 1664, 64, 64], +"386":[1608, 1536, -36, -36], +"387":[1608, 1536, -36, -36], +"388":[2004, 1764, -304, 64], +"389":[1588, 2068, 240, 240], +"390":[1536, 1664, 64, 64], +"391":[1536, 1664, 64, 64], +"392":[1588, 2068, 240, 240], +"393":[1588, 2068, 240, 240], +"394":[1588, 2068, 240, 240], +"395":[1664, 1792, 64, 64], +"396":[1460, 1760, 152, 148], +"397":[1664, 1792, 64, 64], +"398":[1664, 1792, 64, 64], +"399":[2304, 2560, 128, 128], +"400":[2304, 2560, 128, 128], +"401":[2304, 2560, 128, 128], +"402":[2304, 2560, 128, 128], +"403":[2304, 2560, 128, 128], +"404":[2304, 2560, 128, 128], +"405":[2304, 2560, 128, 128], +"406":[1544, 1672, 64, 64], +"407":[1544, 1672, 64, 64], +"408":[1544, 1672, 64, 64], +"409":[1296, 1504, 104, 104], +"410":[1536, 1664, 64, 64], +"411":[1728, 2016, 144, 144], +"412":[1536, 1664, 64, 64], +"413":[1536, 1664, 64, 64], +"414":[1536, 1664, 64, 64], +"415":[1536, 1664, 64, 64], +"416":[1536, 1664, 64, 64], +"417":[1964, 2528, 256, 308], +"418":[1536, 1664, 64, 64], +"419":[1864, 2016, 76, 76], +"420":[1536, 1664, 64, 64], +"421":[1440, 1504, 32, 32], +"422":[1536, 1664, 64, 64], +"423":[2028, 2272, 124, 120], +"424":[2708, 3296, 240, 348], +"425":[1676, 1760, 44, 40], +"426":[2200, 2528, 140, 188], +"427":[1312, 1632, 160, 160], +"428":[1312, 1632, 160, 160], +"429":[1324, 1760, 192, 244], +"430":[1312, 1632, 160, 160], +"431":[1312, 1632, 160, 160], +"432":[1312, 1632, 160, 160], +"433":[1312, 1632, 160, 160], +"434":[1448, 1760, 156, 156], +"435":[1448, 1760, 156, 156], +"436":[1312, 1632, 160, 160], +"437":[2520, 2784, 132, 132], +"438":[2520, 2784, 168, 96], +"439":[2520, 2784, 132, 132], +"440":[1312, 1632, 160, 160], +"441":[1228, 1504, 128, 148], +"442":[1236, 1504, 136, 132], +"443":[2140, 2048, -100, 8], +"444":[1228, 1504, 128, 148], +"445":[1228, 1504, 128, 148], +"446":[1228, 1504, 128, 148], +"447":[1228, 1504, 128, 148], +"448":[1228, 1504, 128, 148], +"449":[1228, 1504, 128, 148], +"450":[1228, 1504, 128, 148], +"451":[1228, 1504, 128, 148], +"452":[1228, 1504, 128, 148], +"453":[1780, 2016, 120, 116], +"454":[1228, 1504, 128, 148], +"455":[1524, 1504, 128, -148], +"456":[1228, 1504, 128, 148], +"457":[1504, 1504, -148, 148], +"458":[1360, 1504, 128, 16], +"459":[1228, 1504, 128, 148], +"460":[484, 752, 180, 88], +"461":[598, 0, -917, 319], +"462":[1034, 0, -1374, 340], +"463":[751, 0, -1151, 400], +"464":[607, 0, -967, 360], +"465":[484, 992, 208, 300], +"466":[484, 0, -293, -191], +"467":[484, 0, -1102, 618], +"468":[1339, 1504, 17, 148], +"469":[1776, 2016, 120, 120], +"470":[1228, 1504, 128, 148], +"471":[1228, 1504, 128, 148], +"472":[1228, 1504, 128, 148], +"473":[1228, 1504, 128, 148], +"474":[1228, 1504, 128, 148], +"475":[2176, 2528, 176, 176], +"476":[2176, 2528, 176, 176], +"477":[2176, 2528, 176, 176], +"478":[1664, 1792, 64, 64], +"479":[1448, 1760, 140, 172], +"480":[1400, 1792, 240, 152], +"481":[1236, 1760, 264, 260], +"482":[1992, 2272, 140, 140], +"483":[1252, 1652, 240, 160], +"484":[1252, 1652, 240, 160], +"485":[2520, 2784, 132, 132], +"486":[1448, 1760, 156, 156], +"487":[1584, 2064, 240, 240], +"488":[1584, 2064, 240, 240], +"489":[1688, 2016, 164, 164], +"490":[1844, 2324, 240, 240], +"491":[1588, 2068, 240, 240], +"492":[1680, 2032, 176, 176], +"493":[1528, 2016, 244, 244], +"494":[1372, 1772, 240, 160], +"495":[1576, 1912, 176, 160], +"496":[1536, 1792, 128, 128], +"497":[1576, 1760, 92, 92], +"498":[1972, 2272, 152, 148], +"499":[1544, 1672, 64, 64], +"500":[1740, 2272, 268, 264], +"501":[1496, 2016, 260, 260], +"502":[2180, 2528, 176, 172], +"503":[2448, 2784, 136, 200], +"504":[1924, 2016, 40, 52], +"505":[1964, 2528, 256, 308], +"506":[1448, 1760, 156, 156], +"507":[1552, 1760, 104, 104], +"508":[2272, 2528, 144, 112], +"509":[1436, 1760, 164, 160], +"510":[1236, 1760, 244, 280], +"511":[1956, 2272, 160, 156], +"512":[1236, 1760, 264, 260], +"513":[1552, 1760, 104, 104], +"514":[1476, 1796, 160, 160], +"515":[248, 736, 224, 264], +"516":[952, 736, -128, -88], +"517":[1192, 1408, 0, 216], +"518":[2848, 3040, 96, 96], +"519":[2688, 3040, 176, 176], +"520":[1968, 2272, 152, 152], +"521":[1348, 1664, 240, 76], +"522":[1576, 1760, 92, 92], +"523":[1228, 1504, 128, 148], +"524":[1528, 2016, 244, 244], +"525":[1740, 1760, -136, 156], +"526":[1680, 2016, 160, 176], +"527":[1688, 1760, 36, 36], +"528":[850, 0, -1199, 349], +"529":[849, 0, -1134, 285], +"530":[742, 0, -1177, 435], +"531":[1800, 2272, 236, 236], +"532":[169, 0, -892, 723], +"533":[1228, 1504, 128, 148], +"534":[1228, 1504, 128, 148], +"535":[2176, 2528, 176, 176], +"536":[1228, 1504, 128, 148], +"537":[1436, 1760, 164, 160], +"538":[1436, 1760, 164, 160], +"539":[1228, 1504, 128, 148], +"540":[1612, 1760, 112, 36], +"541":[936, 0, -1019, 83], +"542":[1780, 2016, 120, 116], +"543":[360, 768, 204, 204], +"544":[1252, 1504, 128, 124], +"545":[1228, 1504, 128, 148], +"546":[380, 608, 36, 192], +"547":[1280, 1536, 128, 128], +"548":[1094, 0, -1354, 260], +"549":[1228, 1504, 128, 148], +"550":[1228, 1504, 128, 148], +"551":[1228, 1504, 128, 148], +"552":[1228, 1504, 128, 148], +"553":[1540, 2560, 508, 512], +"554":[1540, 2560, 512, 508], +"555":[1540, 2560, 508, 512], +"556":[1540, 2560, 512, 508], +"557":[1792, 2560.0, 384, 384.0], +"558":[1008, 1248, 120, 120], +"559":[1000, 1248, 124, 124], +"560":[1000, 1248, 124, 124], +"561":[1008, 1248, 120, 120], +"562":[2068, 2816, 364, 384], +"563":[2068, 2816, 364, 384], +"564":[3092, 3840, 364, 384], +"565":[3092, 3840, 364, 384], +"566":[2068.0, 2816.0, 384.0, 364.0], +"567":[2068.0, 2816, 384.0, 364.0], +"568":[3092, 3840, 384, 364], +"569":[3092, 3840, 384, 364], +"570":[1792, 2560.0, 384, 384.0], +"571":[1008, 1248, 120, 120], +"572":[1568, 2048, 240, 240], +"573":[1436, 1760, 164, 160], +"574":[2164, 2304, 216, -76], +"575":[1436, 1760, 164, 160], +"576":[2288, 2304, 0, 16], +"577":[1208, 1408, 100, 100], +"578":[1256, 1536, 140, 140], +"579":[1660, 2016, 180, 176], +"580":[2364, 2620, 128, 128], +"581":[2364, 2560, 128, 68], +"582":[1228, 1504, 128, 148], +"583":[1236, 1504, 136, 132], +"584":[2148, 2304, 204, -48], +"585":[1816, 2016, 100, 100], +"586":[1272, 1632, 224, 136], +"587":[1272, 1760, 244, 244], +"588":[1724, 2016, 148, 144], +"589":[828, 992, 80, 84], +"590":[220, 736, 240, 276], +"591":[1707, 0, -1662, -45], +"592":[880, 0, -1264, 384], +"593":[1596, 1760, 56, 108], +"594":[1848, 2016, 84, 84], +"595":[1272, 1632, 224, 136], +"596":[1272, 1632, 224, 136], +"597":[1332, 1760, 216, 212], +"598":[1304, 1760, 228, 228], +"599":[1332, 1760, 216, 212], +"600":[1272, 1760, 244, 244], +"601":[1272, 1760, 244, 244], +"602":[2176, 2560, 128, 256], +"603":[1272, 1632, 224, 136], +"604":[784, 768, 0, -16], +"605":[784, 768, 0, -16], +"606":[784, 768, -16, 0], +"607":[784, 768, -16, 0], +"608":[512, 640, 128, 0], +"609":[512, 640, 128, 0], +"610":[512, 640, 0, 128], +"611":[512, 640, 0, 128], +"612":[828, 1248, 212, 208], +"613":[840, 1248, 204, 204], +"614":[840, 1248, 204, 204], +"615":[808, 1248, 220, 220], +"616":[1929, 0, -965, -964], +"617":[829, 0, -1222, 393], +"618":[829, 0, -1222, 393], +"619":[1507, 0, -1555, 48], +"620":[829, 0, -1224, 395], +"621":[829, 0, -1222, 393], +"622":[824, 1248, 212, 212], +"623":[936, 0, -1230, 294], +"624":[936, 0, -1277, 341], +"625":[276, 736, 232, 228], +"626":[1272, 1760, 208, 280], +"627":[1024, 1280, 128, 128], +"628":[1024, 1280, 128, 128], +"629":[1680, 2016, 160, 176], +"630":[1300, 1600, 136, 164], +"631":[1264, 1504, 120, 120], +"632":[1300, 1600, 136, 164], +"633":[1788, 2016, 116, 112], +"634":[829, 0, -1224, 395], +"635":[1768, 2016, 124, 124], +"636":[1008, 1248, 120, 120], +"637":[1024, 1248, 112, 112], +"638":[868, 1280, 208, 204], +"639":[847, 0, -1232, 385], +"640":[847, 0, -1235, 388], +"641":[869, 0, -1243, 374], +"642":[869, 0, -1242, 373], +"643":[869, 0, -1239, 370], +"644":[868, 0, -1229, 361], +"645":[1300, 1600, 136, 164], +"646":[1300, 1600, 136, 164], +"647":[1300, 1600, 136, 164], +"648":[1300, 1600, 136, 164], +"649":[1356, 1504, 76, 72], +"650":[1300, 1600, 136, 164], +"651":[1576, 2016, 140, 300], +"652":[428, 736, 232, 76], +"653":[429, 0, -976, 547], +"654":[1300, 1760, 132, 328], +"655":[2084, 2272, 96, 92], +"656":[1684, 1760, 12, 64], +"657":[1184, 1504, 160, 160], +"658":[1684, 1760, 12, 64], +"659":[1380, 1760, 188, 192], +"660":[1184, 1504, 160, 160], +"661":[1184, 1504, 160, 160], +"662":[1184, 1504, 180, 140], +"663":[1536, 1760, 52, 172], +"664":[1552, 1760, 100, 108], +"665":[2104, 2560, 228, 228], +"666":[2104, 2560, 228, 228], +"667":[868, 1280, 208, 204], +"668":[1416, 1504, 44, 44], +"669":[1416, 1504, 44, 44], +"670":[1256, 1504, 124, 124], +"671":[868, 0, -1263, 395], +"672":[868, 0, -1261, 393], +"673":[1032, 1504, 236, 236], +"674":[360, 768, 204, 204], +"675":[360, 800, 204, 236], +"676":[1576, 2016, 152, 288], +"677":[388, 736, 176, 172], +"678":[388, 736, 176, 172], +"679":[376, 640, 136, 128], +"680":[406, 0, -1011, 605], +"681":[406, 0, -268, -138], +"682":[406, 0, -314, -92], +"683":[360, 736, 144, 232], +"684":[360, 736, 188, 188], +"685":[364, 0, -983, 619], +"686":[408, 736, 164, 164], +"687":[406, 0, -1011, 605], +"688":[408, 736, 164, 164], +"689":[406, 0, -949, 543], +"690":[0, 768, 0, 768], +"691":[0, 0, 0, 0], +"692":[1952, 2272, 160, 160], +"693":[880, 1248, 188, 180], +"694":[1576, 2016, 140, 300], +"695":[1264, 1504, 120, 120], +"696":[1740, 2016, 140, 136], +"697":[828, 1248, 212, 208], +"698":[600, 736, 68, 68], +"699":[608, 736, 64, 64], +"700":[276, 480, 104, 100], +"701":[1312, 1632, 116, 204], +"702":[1268, 1504, 120, 116], +"703":[1360, 1760, 200, 200], +"704":[1360, 1504, 72, 72], +"705":[776, 1248, 236, 236], +"706":[339, 0, -921, 582], +"707":[860, 1248, 196, 192], +"708":[1032, 0, -1357, 325], +"709":[836, 992, 64, 92], +"710":[1664, 1782, 116, 2], +"711":[1312, 1632, 116, 204], +"712":[1312, 1632, 116, 204], +"713":[1532, 1760, 116, 112], +"714":[1836, 2016, 92, 88], +"715":[1312, 1632, 116, 204], +"716":[1312, 1632, 116, 204], +"717":[1572, 1760, 96, 92], +"718":[920, 1248, 164, 164], +"719":[2740, 2912, 148, 24], +"720":[2392, 2656, 148, 116], +"721":[1348, 1504, 144, 12], +"722":[1332, 1504, 88, 84], +"723":[1332, 1504, 88, 84], +"724":[1552, 1760, 104, 104], +"725":[1552, 1760, 104, 104], +"726":[1116, 0, -1321, 205], +"727":[952, 1632, 340, 340], +"728":[962, 0, -1288, 326], +"729":[907, 0, -1258, 351], +"730":[962, 0, -1288, 326], +"731":[907, 0, -1258, 351], +"732":[962, 0, -1288, 326], +"733":[907, 0, -1258, 351], +"734":[962, 0, -1288, 326], +"735":[940, 0, -1271, 331], +"736":[952, 0, -1312, 360], +"737":[1534, 0, -1706, 172], +"738":[1116, 1504, 196, 192], +"739":[1124, 1504, 192, 188], +"740":[1280, 1792, 256, 256], +"741":[1280, 1792, 256, 256], +"742":[1476, 1760, 80, 204], +"743":[1312, 1632, 116, 204], +"744":[1412, 1632, 68, 152], +"745":[1567, 1662, 73, 22], +"746":[316, 736, 212, 208], +"747":[317, 0, -991, 674], +"748":[1439, 0, -1528, 89], +"749":[908, 0, -1393, 485], +"750":[1591, 0, -1734, 143], +"751":[240, 736, 240, 256], +"752":[600, 736, 68, 68], +"753":[939, 0, -1277, 338], +"754":[940, 0, -1271, 331], +"755":[318, 0, -967, 649], +"756":[560, 992, 216, 216], +"757":[1564, 1760, 28, 168], +"758":[1312, 1760, 100, 348], +"759":[2332, 2528, 28, 168], +"760":[2460, 2784, 92, 232], +"761":[2592, 3040, 224, 224], +"762":[2828, 3040, 36, 176], +"763":[1328, 1504, 88, 88], +"764":[1152, 1472, 160, 160], +"765":[1208, 1504, 148, 148], +"766":[1344, 1600, 136, 120], +"767":[1272, 1504, 116, 116], +"768":[1344, 1600, 136, 120], +"769":[1344, 1600, 136, 120], +"770":[1344, 1600, 136, 120], +"771":[1344, 1600, 136, 120], +"772":[1344, 1600, 136, 120], +"773":[1584, 1600, 136, -120], +"774":[1344, 1600, 136, 120], +"775":[1344, 1600, 136, 120], +"776":[1560, 1600, -80, 120], +"777":[1420, 1600, 136, 44], +"778":[1344, 1600, 136, 120], +"779":[1300, 1504, 36, 168], +"780":[1395, 1600, 85, 120], +"781":[1344, 1600, 136, 120], +"782":[1344, 1600, 136, 120], +"783":[1344, 1600, 136, 120], +"784":[1776, 2016, 120, 120], +"785":[1344, 1600, 136, 120], +"786":[1344, 1600, 136, 120], +"787":[1296, 1664, 184, 184], +"788":[816, 1248, 324, 108], +"789":[816, 1248, 216, 216], +"790":[3208, 3552, 144, 200], +"791":[816, 1248, 200, 232], +"792":[816, 1248, 324, 108], +"793":[1344, 1600, 136, 120], +"794":[1800, 2272, 184, 288], +"795":[1364, 1504, 72, 68], +"796":[1824, 2016, 80, 112], +"797":[1896, 2304, 204, 204], +"798":[1344, 1600, 136, 120], +"799":[1344, 1600, 136, 120], +"800":[1344, 1600, 136, 120], +"801":[1668, 2016, 176, 172], +"802":[2560, 2560, 0, 0], +"803":[2560, 2560, 0, 0], +"804":[0, 3072, 0, 3072], +"805":[0, 2816, 0, 2816], +"806":[1208, 1504, 148, 148], +"807":[1280, 1280, 0, 0], +"808":[1280, 1280, 0, 0], +"809":[1488, 1760, 116, 156], +"810":[1200, 1504, 152, 152], +"811":[1548, 1760, 108, 104], +"812":[1768, 2016, 116, 132], +"813":[1208, 1504, 148, 148], +"814":[0, 1536, 0, 1536], +"815":[0, 1536, 0, 1536], +"816":[1344, 1600, 136, 120], +"817":[1344, 1600, 136, 120], +"818":[1248, 1504, 128, 128], +"819":[1248, 1504, 124, 132], +"820":[1248, 1504, 128, 128], +"821":[1208, 1504, 148, 148], +"822":[1968, 2016, 16, 32], +"823":[1856, 2016, 80, 80], +"824":[1208, 1504, 148, 148], +"825":[1248, 1504, 128, 128], +"826":[1152, 1664, 256, 256], +"827":[1152, 1664, 256, 256], +"828":[836, 1248, 188, 224], +"829":[836, 1248, 208, 204], +"830":[1272, 1632, 224, 136], +"831":[1272, 1504, 116, 116], +"832":[1236, 1504, 136, 132], +"833":[1300, 1600, 136, 164], +"834":[1300, 1600, 136, 164], +"835":[1076, 1248, 88, 84], +"836":[1252, 1504, 128, 124], +"837":[1208, 1504, 148, 148], +"838":[1076, 1248, 88, 84], +"839":[1400, 1760, 180, 180], +"840":[1200, 1504, 152, 152], +"841":[1200, 1504, 152, 152], +"842":[1308, 1504, 100, 96], +"843":[1344, 1600, 136, 120], +"844":[1344, 1600, 136, 120], +"845":[1248, 1504, 128, 128], +"846":[1588, 2016, 216, 212], +"847":[384, 768, 192, 192], +"848":[384, 736, 172, 180], +"849":[1152, 1792, 448, 192], +"850":[384, 768, 192, 192], +"851":[1328, 1504, 88, 88], +"852":[1328, 1504, 88, 88], +"853":[1412, 1760, 176, 172], +"854":[1328, 1760, 216, 216], +"855":[1268, 1504, 120, 116], +"856":[832, 992, 64, 96], +"857":[832, 992, 64, 96], +"858":[1792, 1792, 0, 0], +"859":[1792, 1792, 0, 0], +"860":[0, 1536, 0, 1536], +"861":[1492, 1760, 132, 136], +"862":[1116, 1504, 196, 192], +"863":[1748, 1760, 8, 4], +"864":[740, 992, 128, 124], +"865":[940, 1248, 112, 196], +"866":[1392, 1760, 120, 248], +"867":[1313, 1664, 178, 173], +"868":[816, 1248, 312, 120], +"869":[816, 1248, 216, 216], +"870":[2100, 2272, 132, 40], +"871":[1328, 1504, 72, 104], +"872":[816, 1248, 200, 232], +"873":[816, 1248, 312, 120], +"874":[1000, 1000, 0, 0], +"875":[1464, 1664, 96, 104], +"876":[1440, 1664, 96, 128], +"877":[892, 1248, 288, 68], +"878":[892, 1248, 180, 176], +"879":[1440, 1664, 96, 128], +"880":[1912, 2272, 176, 184], +"881":[892, 1248, 160, 196], +"882":[892, 1248, 288, 68], +"883":[600, 992, 180, 212], +"884":[1128, 1504, 188, 188], +"885":[1416, 1628, 52, 160], +"886":[1296, 1632, 132, 204], +"887":[1268, 1504, 120, 116], +"888":[1296, 1632, 132, 204], +"889":[1308, 1504, 100, 96], +"890":[1484, 1760, 140, 136], +"891":[1028, 1248, 112, 108], +"892":[1520, 1760, 120, 120], +"893":[1988, 2048, 31, 29], +"894":[1296, 1632, 132, 204], +"895":[1296, 1632, 132, 204], +"896":[1296, 1632, 132, 204], +"897":[1296, 1632, 132, 204], +"898":[1296, 1760, 116, 348], +"899":[1296, 1632, 132, 204], +"900":[948, 1248, 152, 148], +"901":[1328, 1760, 240, 192], +"902":[1184, 1504, 152, 168], +"903":[1164, 1248, -64, 148], +"904":[1016, 1248, 108, 124], +"905":[1552, 1760, 104, 104], +"906":[1552, 1760, 104, 104], +"907":[948, 1248, 152, 148], +"908":[1264, 1504, 120, 120], +"909":[1264, 1504, 120, 120], +"910":[1196, 1504, 156, 152], +"911":[1264, 1504, 104, 136], +"912":[1264, 1504, 120, 120], +"913":[944, 1248, 152, 152], +"914":[944, 1248, 152, 152], +"915":[984, 1248, 132, 132], +"916":[1264, 1504, 120, 120], +"917":[1296, 1632, 132, 204], +"918":[600, 736, 48, 88], +"919":[598, 0, -1196, 598], +"920":[600, 0, -343, -257], +"921":[600, 992, 180, 212], +"922":[600, 0, -1152, 552], +"923":[1024, 1536, 256, 256], +"924":[1024, 1536, 256, 256], +"925":[1664, 2016, 148, 204], +"926":[1124, 1248, 72, 52], +"927":[1124, 1248, -4, 128], +"928":[612, 992, 180, 200], +"929":[612, 992, 180, 200], +"930":[1204, 1632, 224, 204], +"931":[1484, 1760, 140, 136], +"932":[1292, 1504, 84, 128], +"933":[0, 512, 0, 512], +"934":[1572, 1760, 64, 124], +"935":[1492, 1662, -34, 204], +"936":[1204, 1632, 224, 204], +"937":[1224, 1760, 220, 316], +"938":[1204, 1632, 224, 204], +"939":[1204, 1632, 224, 204], +"940":[1204, 1632, 224, 204], +"941":[1204, 1632, 224, 204], +"942":[1184, 1504, 160, 160], +"943":[1184, 1504, 160, 160], +"944":[880, 1248, 184, 184], +"945":[1204, 1632, 224, 204], +"946":[429, 0, -932, 503], +"947":[549, 0, -824, 275], +"948":[549, 0, -425, -124], +"949":[2560, 2560, 0, 0], +"950":[406, 0, -534, 128], +"951":[1468, 1760, 148, 144], +"952":[880, 1248, 184, 184], +"953":[1180, 1504, 164, 160], +"954":[984, 1024, 124, -84], +"955":[1976, 2272, 148, 148], +"956":[896, 1280, 192, 192], +"957":[896, 1248, 192, 160], +"958":[896, 992, 48, 48], +"959":[976, 1248, 136, 136], +"960":[320, 736, 208, 208], +"961":[896, 992, 48, 48], +"962":[336, 736, 200, 200], +"963":[488, 736, 240, 8], +"964":[1288, 1504, 108, 108], +"965":[880, 992, 40, 72], +"966":[828, 736, -44, -48], +"967":[868, 736, -64, -68], +"968":[868, 736, -64, -68], +"969":[336, 736, 200, 200], +"970":[1032, 736, -367, 71], +"971":[952, 736, -108, -108], +"972":[907, 1024, 58, 59], +"973":[1208, 1504, 148, 148], +"974":[338, 736, 198, 200], +"975":[1344, 1600, 136, 120], +"976":[1344, 1600, 136, 120], +"977":[600, 736, -76, 212], +"978":[439, 736, 240, 57], +"979":[1208, 1504, 148, 148], +"980":[829, 736, -45, -48], +"981":[1208, 1504, 148, 148], +"982":[1060, 1696, 456, 180], +"983":[940, 736, -92, -112], +"984":[1208, 1504, 148, 148], +"985":[2608, 3040, 216, 216], +"986":[1008, 768, -120, -120], +"987":[1132.0, 1248, 40.0, 76], +"988":[1344, 1600, 136, 120], +"989":[528, 736, 8, 200], +"990":[548, 992, 224, 220], +"991":[556, 992, 220, 216], +"992":[1196, 1280, 192, -108], +"993":[952, 992, -108, 148], +"994":[1116, 992, -192, 68], +"995":[335, 0, -917, 582], +"996":[1376, 0, -1459, 83], +"997":[548, 992, 224, 220], +"998":[288, 480, 96, 96], +"999":[984, 736, -124, -124], +"1000":[984, 1004, 0, 20], +"1001":[1984, 2272, 128, 160], +"1002":[1360, 1504, 72, 72], +"1003":[1435, 1504, -3, 72], +"1004":[540, 704, -16, 180], +"1005":[900, 736, 68, -232], +"1006":[900, 736, 68, -232], +"1007":[1108, 1248, 72, 68], +"1008":[816, 992, 88, 88], +"1009":[540, 704, -16, 180], +"1010":[1076, 1248, 132, 40], +"1011":[448, 480, 16, 16], +"1012":[1244, 1504, 224, 36], +"1013":[1848, 2016, 76, 92], +"1014":[1244, 1504, 224, 36], +"1015":[1296, 1504, 196, 12], +"1016":[1388, 1760, 164, 208], +"1017":[1248, 1760, 256, 256], +"1018":[1296, 1760, 232, 232], +"1019":[1712, 2016, 152, 152], +"1020":[1392, 1760, 184, 184], +"1021":[1244, 1504, 224, 36], +"1022":[1244, 1504, 224, 36], +"1023":[1244, 1504, 224, 36], +"1024":[1296, 1760, 232, 232], +"1025":[1280, 1504, 112, 112], +"1026":[1248, 1504, 128, 128], +"1027":[1848, 2016, 64, 104], +"1028":[1296, 1504, 196, 12], +"1029":[1266, 1504, 202, 36], +"1030":[1256, 1504, 124, 124], +"1031":[1236, 1504, 136, 132], +"1032":[360, 0, -960, 600], +"1033":[1124, 1248, 64, 60], +"1034":[1248, 1504, 128, 128], +"1035":[236, 736, 248, 252], +"1036":[484, 736, 240, 12], +"1037":[1440, 1760, 160, 160], +"1038":[1440, 1760, 144, 176], +"1039":[1116, 1248, 68, 64], +"1040":[1620, 2016, 200, 196], +"1041":[880, 992, 40, 72], +"1042":[1164, 1248, 44, 40], +"1043":[660, 886, 248, -22], +"1044":[868, 736, -120, -12], +"1045":[392, 736, 92, 252], +"1046":[688, 956, 248, 20], +"1047":[318, 736, 166, 252], +"1048":[940, 736, -96, -108], +"1049":[1212, 1376, 132, 32], +"1050":[1024, 1536, 256, 256], +"1051":[1024, 1536, 256, 256], +"1052":[208, 480, 136, 136], +"1053":[551, 0, -1020, 469], +"1054":[208, 0, -844, 636], +"1055":[208, 0, -843, 635], +"1056":[1438, 0, -1514, 76], +"1057":[1440, 1760, 160, 160], +"1058":[1012, 1696, 504, 180], +"1059":[2240, 2528, 144, 144], +"1060":[940, 736, -178, -26], +"1061":[984, 1024, -24, 64], +"1062":[1616, 1760, 72, 72], +"1063":[1148, 1504, 180, 176], +"1064":[672, 736, 32, 32], +"1065":[1604, 1760, 108, 48], +"1066":[1308, 1504, 100, 96], +"1067":[556, 992, 220, 216], +"1068":[672, 992, 160, 160], +"1069":[1072, 1248, 88, 88], +"1070":[1328, 1760, 216, 216], +"1071":[1972, 2400, 224, 204], +"1072":[940, 1248, 156, 152], +"1073":[939, 0, -1277, 338], +"1074":[940, 0, -1271, 331], +"1075":[939, 0, -1279, 340], +"1076":[1617, 0, -1624, 7], +"1077":[962, 0, -1288, 326], +"1078":[940, 0, -1271, 331], +"1079":[939, 0, -1277, 338], +"1080":[940, 0, -1271, 331], +"1081":[940, 1248, 112, 196], +"1082":[940, 0, -1319, 379], +"1083":[1972, 2400, 224, 204], +"1084":[1616, 2016, 200, 200], +"1085":[2088, 2528, 220, 220], +"1086":[1972, 2400, 224, 204], +"1087":[1972, 2400, 224, 204], +"1088":[2052, 2528, 208, 268], +"1089":[1972, 2528, 208, 348], +"1090":[1024, 1280, 128, 128], +"1091":[1024, 1280, 128, 128], +"1092":[616, 736, 60, 60], +"1093":[836, 1248, 304, 108], +"1094":[616, 0, -1114, 498], +"1095":[836, 1248, 208, 204], +"1096":[220, 608, 192, 196], +"1097":[2088, 2528, 220, 220], +"1098":[2088, 2528, 220, 220], +"1099":[1248, 1760, 256, 256], +"1100":[1248, 1760, 256, 256], +"1101":[1240, 1536, 148, 148], +"1102":[1240, 1536, 148, 148], +"1103":[1204, 1632, 224, 204], +"1104":[1204, 1632, 224, 204], +"1105":[2160, 2272, 56, 56], +"1106":[1712.0, 1632, -284.0, 204], +"1107":[0, 768, 0, 768], +"1108":[1204, 1632, 224, 204], +"1109":[1256.0, 1632, 172.0, 204], +"1110":[1204, 1632, 224, 204], +"1111":[1204, 1632, 224, 204], +"1112":[1204, 1632, 224, 204], +"1113":[1316, 1664, 160, 188], +"1114":[1288.0, 1664, 160.0, 216.0], +"1115":[816, 1248, 332, 100], +"1116":[816, 1248, 216, 216], +"1117":[1288.0, 1664, 188.0, 188.0], +"1118":[816, 1248, 332, 100], +"1119":[1888, 2272, 176, 208], +"1120":[816, 1248, 332, 100], +"1121":[1932, 2592, 480, 180], +"1122":[2132, 2528, 200, 196], +"1123":[1200, 1504, 152, 152], +"1124":[1524, 1760, 64, 172], +"1125":[1314.0, 1632, 114.0, 204], +"1126":[1152, 1664, 256, 256], +"1127":[1152, 1664, 256, 256], +"1128":[1428, 1760, 152, 180], +"1129":[880, 1248, 184, 184], +"1130":[1204, 1632, 224, 204], +"1131":[1328, 1504, 88, 88], +"1132":[1536, 1792, 128, 128], +"1133":[424, 736, 140, 172], +"1134":[424, 736, 156, 156], +"1135":[2528, 2784, 128, 128], +"1136":[1392, 1664, 136, 136], +"1137":[1360, 1760, 200, 200], +"1138":[2268, 2304, -32, 68], +"1139":[1392, 1664, 136, 136], +"1140":[1392, 1760, 120, 248], +"1141":[1392, 1760, 120, 248], +"1142":[1392, 1760, 120, 248], +"1143":[1392, 1664, 136, 136], +"1144":[1392, 1664, 136, 136], +"1145":[1392, 1664, 136, 136], +"1146":[1592, 1664, 136, -64], +"1147":[1392, 1664, 136, 136], +"1148":[1600, 1664, -72, 136], +"1149":[1428, 1664, 136, 100], +"1150":[1392, 1664, 136, 136], +"1151":[1392, 1664, 136, 136], +"1152":[1435, 1664, 93, 136], +"1153":[1392, 1664, 136, 136], +"1154":[1392, 1664, 136, 136], +"1155":[1392, 1664, 136, 136], +"1156":[2320, 2528, 104, 104], +"1157":[496, 736, 120, 120], +"1158":[497, 0, -1132, 635], +"1159":[1392, 1664, 136, 136], +"1160":[1392, 1664, 136, 136], +"1161":[1540, 1760, 60, 160], +"1162":[1540, 1760, 60, 160], +"1163":[1540, 1760, 60, 160], +"1164":[1540, 1760, 60, 160], +"1165":[1540, 1760, 60, 160], +"1166":[1540, 1760, 60, 160], +"1167":[1392, 1664, 136, 136], +"1168":[1584, 1760, 88, 88], +"1169":[1392, 1664, 136, 136], +"1170":[1392, 1664, 136, 136], +"1171":[1392, 1664, 136, 136], +"1172":[1392, 1664, 136, 136], +"1173":[1988, 2272, 144, 140], +"1174":[1984, 2272, 144, 144], +"1175":[1816, 2016, 100, 100], +"1176":[1392, 1760, 120, 248], +"1177":[1812, 2016, 104, 100], +"1178":[1988, 2272, 144, 140], +"1179":[1392, 1664, 136, 136], +"1180":[1392, 1664, 136, 136], +"1181":[748, 1280, 128, 404], +"1182":[520, 992, 236, 236], +"1183":[1204, 1664, 268, 192], +"1184":[360, 736, 188, 188], +"1185":[1940, 2048, 100, 8], +"1186":[1988, 2272, 188, 96], +"1187":[520, 992, 220, 252], +"1188":[1904, 2272, 168, 200], +"1189":[336, 736, 184, 216], +"1190":[520, 992, 220, 252], +"1191":[2128, 2528, 296, 104], +"1192":[1392, 1664, 136, 136], +"1193":[1392, 1664, 136, 136], +"1194":[1392, 1664, 136, 136], +"1195":[1264, 1504, 120, 120], +"1196":[1264, 1504, 120, 120], +"1197":[2144, 2048, -56, -40], +"1198":[888, 1248, 180, 180], +"1199":[952, 1248, 148, 148], +"1200":[1392, 1632, 120, 120], +"1201":[1392, 1632, 120, 120], +"1202":[1816, 2016, 84, 116], +"1203":[1392, 1664, 136, 136], +"1204":[1392, 1664, 136, 136], +"1205":[1392, 1664, 136, 136], +"1206":[1328, 1504, 88, 88], +"1207":[1280, 1504, 112, 112], +"1208":[1272, 0, -1444, 172], +"1209":[1280, 0, -1451, 171], +"1210":[1272, 1632, 224, 136], +"1211":[1272, 1760, 244, 244], +"1212":[1272, 1632, 224, 136], +"1213":[1048, 0, -1258, 210], +"1214":[248, 736, 224, 264], +"1215":[1068, 1248, 92, 88], +"1216":[584, 984, 240, 160], +"1217":[584, 984, 240, 160], +"1218":[464, 736, 136, 136], +"1219":[464, 736, 136, 136], +"1220":[584, 984, 160, 240], +"1221":[584, 984, 160, 240], +"1222":[464, 736, 136, 136], +"1223":[464, 736, 136, 136], +"1224":[1332, 1760, 216, 212], +"1225":[1272, 1632, 224, 136], +"1226":[1208, 1504, 148, 148], +"1227":[2236, 2528, 140, 152], +"1228":[1816, 2272, 228, 228], +"1229":[360, 768, 204, 204], +"1230":[360, 822, 232, 230], +"1231":[360, 768, 204, 204], +"1232":[984, 0, -1343, 359], +"1233":[3064, 3296, 116, 116], +"1234":[2492, 2784, 148, 144], +"1235":[1952, 2272, 188, 132], +"1236":[2008, 2272, 132, 132], +"1237":[1772, 2016, 124, 120], +"1238":[1776, 2016, 104, 136], +"1239":[1360, 1760, 200, 200], +"1240":[1272, 1760, 244, 244], +"1241":[1272, 1760, 244, 244], +"1242":[1580, 1760, 92, 88], +"1243":[220, 736, 260, 256], +"1244":[592, 992, 184, 216], +"1245":[880, 992, 40, 72], +"1246":[2036, 2272, 120, 116], +"1247":[2104, 2528, 212, 212], +"1248":[2104, 2528, 212, 212], +"1249":[1280, 1792, 256, 256], +"1250":[1280, 1792, 256, 256], +"1251":[1280, 1792, 256, 256], +"1252":[1280, 1792, 256, 256], +"1253":[560, 992, 216, 216], +"1254":[920, 1248, 220, 108], +"1255":[560, 0, -983, 423], +"1256":[920, 1248, 164, 164], +"1257":[424, 480, 28, 28], +"1258":[424, 736, 156, 156], +"1259":[1252, 1504, 128, 124], +"1260":[1252, 1504, 128, 124], +"1261":[1520, 2016, 248, 248], +"1262":[1744, 2016, 136, 136], +"1263":[1744, 2016, 136, 136], +"1264":[340, 0, -832, 492], +"1265":[1952, 2272, 160, 160], +"1266":[0, 1024, 0, 1024], +"1267":[1312, 1632, 116, 204], +"1268":[1268, 1504, 120, 116], +"1269":[1548, 1760, 108, 104], +"1270":[1548, 1760, 108, 104], +"1271":[672, 992, 160, 160], +"1272":[0, 704, 0, 704], +"1273":[1132.0, 1504, 240.0, 132], +"1274":[1132.0, 1504, 240, 132.0], +"1275":[408, 768, 152, 208], +"1276":[732, 1248, 224, 292], +"1277":[892, 1248, 52, 304], +"1278":[892, 1248, 224, 132], +"1279":[892, 1248, 224, 132], +"1280":[892, 1248, 68, 288], +"1281":[380, 608, 192, 36], +"1282":[380, 608, 188, 40], +"1283":[380, 608, 36, 192], +"1284":[380, 608, 20, 208], +"1285":[220, 608, 192, 196], +"1286":[772, 1072, 224, 76], +"1287":[772, 1072, 224, 76], +"1288":[1568, 1760, 96, 96], +"1289":[884, 1072, 112, 76], +"1290":[908, 1072, 88, 76], +"1291":[1187, 1072, -191, 76], +"1292":[728, 992, 132, 132], +"1293":[772, 1072, 224, 76], +"1294":[834, 1072, 162, 76], +"1295":[940, 1072, 84, 48], +"1296":[1492, 1760, 136, 132], +"1297":[1952, 2272, 160, 160], +"1298":[1436, 1804, 240, 128], +"1299":[840, 1248, 204, 204], +"1300":[556, 992, 220, 216], +"1301":[556, 736, 92, 88], +"1302":[1264, 1504, 120, 120], +"1303":[1332, 1760, 216, 212], +"1304":[808, 768, -20, -20], +"1305":[1212, 1632, 300, 120], +"1306":[724, 864, 68, 72], +"1307":[652, 992, 172, 168], +"1308":[284, 480, 100, 96], +"1309":[284, 480, 100, 96], +"1310":[284, 480, 100, 96], +"1311":[284, 480, 144, 52], +"1312":[283, 0, -862, 579], +"1313":[724, 0, -1208, 484], +"1314":[284, 0, -905, 621], +"1315":[724, 0, -1207, 483], +"1316":[1438, 0, -1525, 87], +"1317":[865, 1072, 131, 76], +"1318":[1178, 1072, -182, 76], +"1319":[3656, 4064, 152, 256], +"1320":[2200, 2528, 116, 212], +"1321":[1168, 1760, 284, 308], +"1322":[1664, 1760, 48, 48], +"1323":[1544, 1760, 144, 72], +"1324":[2264, 2528, 148, 116], +"1325":[1576, 2016, 140, 300], +"1326":[2156, 2528, 140, 232], +"1327":[248, 736, 208, 280], +"1328":[2928, 3296, 132, 236], +"1329":[2200, 2528, 112, 216], +"1330":[1544, 1760, 48, 168], +"1331":[1844, 2528, 224, 460], +"1332":[1704, 2272, 248, 320], +"1333":[2928, 3296, 136, 232], +"1334":[976, 1504, 228, 300], +"1335":[804, 992, 80, 108], +"1336":[1300, 1504, 104, 100], +"1337":[568, 736, 84, 84], +"1338":[728, 992, 132, 132], +"1339":[728, 992, 132, 132], +"1340":[1088, 1248, 96, 64], +"1341":[572, 736, 84, 80], +"1342":[2596, 3040, 224, 220], +"1343":[1152, 1472, 160, 160], +"1344":[1196, 1504, 156, 152], +"1345":[1152, 1472, 160, 160], +"1346":[1152, 1472, 160, 160], +"1347":[1756, 2016, 132, 128], +"1348":[1152, 1472, 160, 160], +"1349":[1152, 1472, 160, 160], +"1350":[1152, 1472, 160, 160], +"1351":[1248, 1504, 128, 128], +"1352":[1248, 1504, 128, 128], +"1353":[1248, 1504, 128, 128], +"1354":[1848, 2016, 84, 84], +"1355":[1152, 1472, 160, 160], +"1356":[1152, 1472, 160, 160], +"1357":[1152, 1472, 160, 160], +"1358":[1152, 1472, 160, 160], +"1359":[1152, 1472, 160, 160], +"1360":[1094, 0, -1354, 260], +"1361":[732, 1248, 224, 292], +"1362":[484, 992, 208, 300], +"1363":[1464, 1760, 148, 148], +"1364":[412, 768, 152, 204], +"1365":[1500, 1760, 132, 128], +"1366":[1280, 1536, 128, 128], +"1367":[856, 1248, 312, 80], +"1368":[856, 1248, 196, 196], +"1369":[1280, 1664, 192, 192], +"1370":[1984, 2272, 256, 32], +"1371":[2512, 2784, 108, 164], +"1372":[856, 1248, 312, 80], +"1373":[856, 1248, 312, 80], +"1374":[1864, 2272, 204, 204], +"1375":[2088, 2528, 216, 224], +"1376":[1204, 1632, 224, 204], +"1377":[252, 480, 116, 112], +"1378":[1448, 1760, 156, 156], +"1379":[1236, 1504, 136, 132], +"1380":[1300, 1600, 136, 164], +"1381":[1316, 1664, 188, 160], +"1382":[1288.0, 1664, 216.0, 160.0], +"1383":[832, 1248, 192, 224], +"1384":[832, 1248, 208, 208], +"1385":[1288.0, 1664, 188.0, 188.0], +"1386":[832, 1248, 192, 224], +"1387":[1816, 2016, 72, 128], +"1388":[832, 1248, 192, 224], +"1389":[0, 464, 0, 464], +"1390":[828, 1024, 96, 100], +"1391":[1524, 0, -1640, 116], +"1392":[1091, 0, -1367, 276], +"1393":[676, 992, 160, 156], +"1394":[896, 1280, 192, 192], +"1395":[1200, 1504, 152, 152], +"1396":[0, 768, 0, 768], +"1397":[1616, 2016, 200, 200], +"1398":[556, 0, -1085, 529], +"1399":[1184, 1504, 172, 148], +"1400":[1220, 1504, 156, 128], +"1401":[2080, 2528, 216, 232], +"1402":[2064, 2528, 244, 220], +"1403":[1376, 1760, 168, 216], +"1404":[1272, 1504, 116, 116], +"1405":[1552, 1760, 104, 104], +"1406":[816, 992, 64, 112], +"1407":[561, 0, -1089, 528], +"1408":[547, 0, -1097, 550], +"1409":[547, 0, -1081, 534], +"1410":[560, 0, -983, 423], +"1411":[1248, 1504, 128, 128], +"1412":[912, 1248, 168, 168], +"1413":[920, 992, -40, 112], +"1414":[932, 1032, 64, 36], +"1415":[2088, 2272, 92, 92], +"1416":[964, 992, 64, -36], +"1417":[840, 992, 64, 88], +"1418":[952, 992, -48, 88], +"1419":[816, 992, 64, 112], +"1420":[816, 992, 64, 112], +"1421":[1248, 1504, 128, 128], +"1422":[1248, 1504, 128, 128], +"1423":[1656, 2016, 180, 180], +"1424":[1552, 1760, 104, 104], +"1425":[1280, 1504, 96, 128], +"1426":[1500, 1536, 44, -8], +"1427":[1732, 2016, 128, 156], +"1428":[1272, 1504, 116, 116], +"1429":[1412, 1760, 176, 172], +"1430":[0, 768, 0, 768], +"1431":[0, 1024, 0, 1024], +"1432":[828, 992, 84, 80], +"1433":[1272, 1504, 116, 116], +"1434":[1460, 1760, 152, 148], +"1435":[1284, 1664, 192, 188], +"1436":[836, 1248, 208, 204], +"1437":[2080, 2272, 140, 52], +"1438":[1920, 2272, 292, 60], +"1439":[1728, 2016, 128, 160], +"1440":[836, 1248, 332, 80], +"1441":[836, 1248, 332, 80], +"1442":[984, 1248, 132, 132], +"1443":[764, 0, -1189, 425], +"1444":[983, 0, -1299, 316], +"1445":[984, 0, -1271, 287], +"1446":[1576, 0, -1528, -48], +"1447":[2153, 0, -1816, -337], +"1448":[962, 0, -1288, 326], +"1449":[983, 0, -1299, 316], +"1450":[2606, 0, -1304, -1302], +"1451":[939, 0, -1277, 338], +"1452":[983, 0, -1299, 316], +"1453":[984, 0, -1342, 358], +"1454":[984, 0, -1356, 372], +"1455":[1645, 0, -1631, -14], +"1456":[289, 0, -953, 664], +"1457":[994, 0, -1286, 292], +"1458":[978, 992, 64, -50], +"1459":[632, 992, 180, 180], +"1460":[632, 992, 180, 180], +"1461":[632, 992, 180, 180], +"1462":[632, 992, 180, 180], +"1463":[632, 992, 180, 180], +"1464":[1264, 1504, 120, 120], +"1465":[1532, 1760, 96, 132], +"1466":[1196, 1504, 156, 152], +"1467":[324, 736, 160, 252], +"1468":[816, 992, 148, 28], +"1469":[1340, 1760, 128, 292], +"1470":[2560, 2560, 0, 0], +"1471":[2176, 2560, 256, 128], +"1472":[2560, 2560, 0, 0], +"1473":[1208, 1504, 220, 76], +"1474":[828, 992, 84, 80], +"1475":[1848, 2016, 84, 84], +"1476":[1392, 1760, 184, 184], +"1477":[1444, 1760, 96, 220], +"1478":[820, 992, 88, 84], +"1479":[1536, 1760, 112, 112], +"1480":[2520, 2784, 116, 148], +"1481":[1376, 1664, 132, 156], +"1482":[856, 1248, 196, 196], +"1483":[1376, 1664, 132, 156], +"1484":[1128, 1504, 188, 188], +"1485":[1032, 1248, 92, 124], +"1486":[1376, 1760, 100, 284], +"1487":[856, 1248, 180, 212], +"1488":[856, 1248, 304, 88], +"1489":[2400, 2784, 308, 76], +"1490":[1204, 1632, 224, 204], +"1491":[1204, 1632, 224, 204], +"1492":[1732, 1760, 16, 12], +"1493":[1204, 1632, 224, 204], +"1494":[1204, 1632, 224, 204], +"1495":[1204, 1632, 224, 204], +"1496":[1252, 1632, 176, 204], +"1497":[1332, 1504, 88, 84], +"1498":[1335, 1632, 93, 204], +"1499":[1204, 1632, 224, 204], +"1500":[1204, 1632, 224, 204], +"1501":[1204, 1632, 224, 204], +"1502":[1204, 1632, 224, 204], +"1503":[1332, 1504, 88, 84], +"1504":[1204, 1632, 224, 204], +"1505":[1204, 1632, 224, 204], +"1506":[1204, 1632, 224, 204], +"1507":[1204, 1632, 224, 204], +"1508":[1204, 1632, 224, 204], +"1509":[1576, 1760, 76, 108], +"1510":[1576, 1760, 76, 108], +"1511":[1576, 1760, 76, 108], +"1512":[1576, 1760, 76, 108], +"1513":[1576, 1760, 76, 108], +"1514":[1576, 1760, 76, 108], +"1515":[1238, 1632, 224, 170], +"1516":[1332, 1504, 88, 84], +"1517":[1204, 1632, 224, 204], +"1518":[2948, 3424, 392, 84], +"1519":[1204, 1632, 224, 204], +"1520":[1332, 1504, 88, 84], +"1521":[1204, 1632, 224, 204], +"1522":[1280, 1280, 0, 0], +"1523":[1272, 1504, 116, 116], +"1524":[1272, 0, -1444, 172], +"1525":[1280, 0, -1451, 171], +"1526":[2084, 2272, 96, 92], +"1527":[240, 736, 232, 264], +"1528":[600, 768, 244, -76], +"1529":[496, 736, 168, 72], +"1530":[2656, 3040, 192, 192], +"1531":[1464, 1760, 148, 148], +"1532":[1584, 2064, 240, 240], +"1533":[1204, 1632, 224, 204], +"1534":[1536, 1792, 128, 128], +"1535":[816, 992, 64, 112], +"1536":[1420, 1760, 172, 168], +"1537":[1156, 1504, 176, 172], +"1538":[1588, 2068, 240, 240], +"1539":[1204, 1632, 224, 204], +"1540":[1452, 1760, 156, 152], +"1541":[1860, 2016, 8, 148], +"1542":[1552, 1760, 104, 104], +"1543":[1544, 1760, 108, 108], +"1544":[1560, 1760, 100, 100], +"1545":[1272, 1504, 116, 116], +"1546":[1664, 1792, 64, 64], +"1547":[1228, 1504, 128, 148], +"1548":[1252, 1652, 240, 160], +"1549":[1344, 1600, 136, 120], +"1550":[1680, 2032, 176, 176], +"1551":[1392, 1664, 136, 136], +"1552":[1680, 2032, 176, 176], +"1553":[1392, 1664, 136, 136], +"1554":[1680, 2032, 176, 176], +"1555":[1392, 1664, 136, 136], +"1556":[1680, 2032, 176, 176], +"1557":[1392, 1664, 136, 136], +"1558":[1536, 1664, 64, 64], +"1559":[1332, 1504, 88, 84], +"1560":[1164, 1248, 44, 40], +"1561":[1760, 2016, 128, 128], +"1562":[1164, 1248, 44, 40], +"1563":[2268, 2528, 132, 128], +"1564":[2264, 2528, 132, 132], +"1565":[2088, 2048, -20, -20], +"1566":[1576, 2016, 140, 300], +"1567":[1324, 1504, 44, 136], +"1568":[1472, 1760, 132, 156], +"1569":[1536, 1760, 112, 112], +"1570":[1204, 1504, 152, 148], +"1571":[1440, 1504, 32, 32], +"1572":[1280, 1504, 112, 112], +"1573":[1136, 1504, 184, 184], +"1574":[1704, 2016, 140, 172], +"1575":[2116, 2272, 80, 76], +"1576":[1732, 2016, 144, 140], +"1577":[1252, 1760, 224, 284], +"1578":[1288, 1504, 108, 108], +"1579":[1624, 1764, 0, 140], +"1580":[880, 992, 40, 72], +"1581":[880, 992, 48, 64], +"1582":[1824, 2016, 96, 96], +"1583":[1548, 1760, 108, 104], +"1584":[1728, 2016, 144, 144], +"1585":[1096, 1248, 56, 96], +"1586":[1828, 2016, 96, 92], +"1587":[1448, 1536, -16, 104], +"1588":[880, 992, 40, 72], +"1589":[1260, 1504, 124, 120], +"1590":[1208, 1504, 148, 148], +"1591":[1108, 1248, 72, 68], +"1592":[2084, 2272, 96, 92], +"1593":[1424, 1760, 164, 172], +"1594":[1160, 1248, 44, 44], +"1595":[1512, 1760, 124, 124], +"1596":[432, 480, 24, 24], +"1597":[1224, 1504, 140, 140], +"1598":[1208, 1504, 148, 148], +"1599":[1184, 1504, 160, 160], +"1600":[1224, 1504, 140, 140], +"1601":[816, 1248, 216, 216], +"1602":[1212, 1504, 148, 144], +"1603":[1368, 1504, 68, 68], +"1604":[1324, 1504, 92, 88], +"1605":[1328, 1504, 88, 88], +"1606":[1296, 1504, 104, 104], +"1607":[848, 1248, 200, 200], +"1608":[1228, 1504, 140, 136], +"1609":[1244, 1504, 132, 128], +"1610":[1400, 1504, 52, 52], +"1611":[1368, 1504, 68, 68], +"1612":[1360, 1504, 72, 72], +"1613":[840, 1248, 204, 204], +"1614":[1244, 1504, 132, 128], +"1615":[1224, 1504, 140, 140], +"1616":[1236, 1504, 136, 132], +"1617":[1396, 1504, 56, 52], +"1618":[1356, 1504, 76, 72], +"1619":[884, 1248, 184, 180], +"1620":[1312, 1504, 96, 96], +"1621":[1284, 1504, 112, 108], +"1622":[1264, 1504, 120, 120], +"1623":[1276, 1504, 116, 112], +"1624":[1436, 1504, 36, 32], +"1625":[816, 1248, 216, 216], +"1626":[1368, 1504, 68, 68], +"1627":[1212, 1504, 148, 144], +"1628":[1232, 1504, 136, 136], +"1629":[1216, 1504, 144, 144], +"1630":[1248, 1504, 128, 128], +"1631":[1224, 1504, 140, 140], +"1632":[1224, 1504, 140, 140], +"1633":[1208, 1504, 148, 148], +"1634":[1184, 1504, 160, 160], +"1635":[816, 1248, 216, 216], +"1636":[1196, 1504, 156, 152], +"1637":[1212, 1504, 148, 144], +"1638":[1368, 1504, 68, 68], +"1639":[1356, 1504, 76, 72], +"1640":[1344, 1504, 80, 80], +"1641":[848, 1248, 200, 200], +"1642":[1248, 1504, 128, 128], +"1643":[1228, 1504, 140, 136], +"1644":[1244, 1504, 132, 128], +"1645":[1400, 1504, 52, 52], +"1646":[1388, 1504, 60, 56], +"1647":[840, 1248, 204, 204], +"1648":[1272, 1504, 116, 116], +"1649":[1244, 1504, 132, 128], +"1650":[1224, 1504, 140, 140], +"1651":[1236, 1504, 136, 132], +"1652":[1396, 1504, 56, 52], +"1653":[848, 1248, 200, 200], +"1654":[1400, 1504, 52, 52], +"1655":[1244, 1504, 132, 128], +"1656":[1264, 1504, 120, 120], +"1657":[1248, 1504, 128, 128], +"1658":[1280, 1504, 112, 112], +"1659":[816, 1248, 216, 216], +"1660":[1356, 1504, 76, 72], +"1661":[1368, 1504, 68, 68], +"1662":[1212, 1504, 148, 144], +"1663":[1232, 1504, 136, 136], +"1664":[1216, 1504, 144, 144], +"1665":[1208, 1504, 148, 148], +"1666":[1224, 1504, 140, 140], +"1667":[1224, 1504, 140, 140], +"1668":[1208, 1504, 148, 148], +"1669":[816, 1248, 216, 216], +"1670":[1216, 1504, 144, 144], +"1671":[1232, 1504, 136, 136], +"1672":[1212, 1504, 148, 144], +"1673":[1368, 1504, 68, 68], +"1674":[1356, 1504, 76, 72], +"1675":[848, 1248, 200, 200], +"1676":[1280, 1504, 112, 112], +"1677":[1248, 1504, 128, 128], +"1678":[1264, 1504, 120, 120], +"1679":[1244, 1504, 132, 128], +"1680":[1400, 1504, 52, 52], +"1681":[840, 1248, 204, 204], +"1682":[1396, 1504, 56, 52], +"1683":[1236, 1504, 136, 132], +"1684":[1224, 1504, 140, 140], +"1685":[1244, 1504, 132, 128], +"1686":[1272, 1504, 116, 116], +"1687":[848, 1248, 200, 200], +"1688":[1388, 1504, 60, 56], +"1689":[1400, 1504, 52, 52], +"1690":[1244, 1504, 132, 128], +"1691":[1228, 1504, 140, 136], +"1692":[1248, 1504, 128, 128], +"1693":[816, 1248, 216, 216], +"1694":[1344, 1504, 80, 80], +"1695":[1356, 1504, 76, 72], +"1696":[1368, 1504, 68, 68], +"1697":[1212, 1504, 148, 144], +"1698":[1196, 1504, 156, 152], +"1699":[1184, 1504, 160, 160], +"1700":[1208, 1504, 148, 148], +"1701":[1224, 1504, 140, 140], +"1702":[1224, 1504, 140, 140], +"1703":[816, 1248, 216, 216], +"1704":[1248, 1504, 128, 128], +"1705":[1216, 1504, 144, 144], +"1706":[1232, 1504, 136, 136], +"1707":[1212, 1504, 148, 144], +"1708":[1368, 1504, 68, 68], +"1709":[884, 1248, 184, 180], +"1710":[1436, 1504, 36, 32], +"1711":[1276, 1504, 116, 112], +"1712":[1264, 1504, 120, 120], +"1713":[1284, 1504, 112, 108], +"1714":[1312, 1504, 96, 96], +"1715":[840, 1248, 204, 204], +"1716":[1356, 1504, 76, 72], +"1717":[1396, 1504, 56, 52], +"1718":[1236, 1504, 136, 132], +"1719":[1224, 1504, 140, 140], +"1720":[1244, 1504, 132, 128], +"1721":[848, 1248, 200, 200], +"1722":[1360, 1504, 72, 72], +"1723":[1368, 1504, 68, 68], +"1724":[1400, 1504, 52, 52], +"1725":[1244, 1504, 132, 128], +"1726":[1228, 1504, 140, 136], +"1727":[816, 1248, 216, 216], +"1728":[1296, 1504, 104, 104], +"1729":[1328, 1504, 88, 88], +"1730":[1324, 1504, 92, 88], +"1731":[1368, 1504, 68, 68], +"1732":[1212, 1504, 148, 144], +"1733":[1224, 1504, 140, 140], +"1734":[1184, 1504, 160, 160], +"1735":[1208, 1504, 148, 148], +"1736":[1224, 1504, 140, 140], +"1737":[780, 992, 108, 104], +"1738":[696, 992, 148, 148], +"1739":[868, 1248, 192, 188], +"1740":[908, 1248, 172, 168], +"1741":[704, 992, 144, 144], +"1742":[704, 992, 144, 144], +"1743":[700, 992, 148, 144], +"1744":[700, 992, 148, 144], +"1745":[488, 736, 124, 124], +"1746":[600, 992, 180, 212], +"1747":[1124, 1504, 176, 204], +"1748":[1008, 1504, 204, 292], +"1749":[984, 1248, 132, 132], +"1750":[360, 480, 60, 60], +"1751":[548, 736, 96, 92], +"1752":[548, 736, 96, 92], +"1753":[548, 736, 96, 92], +"1754":[548, 736, 96, 92], +"1755":[936, 1248, 156, 156], +"1756":[936, 1248, 156, 156], +"1757":[1064, 1248, 92, 92], +"1758":[1507, 0, -1555, 48], +"1759":[936, 0, -1277, 341], +"1760":[616, 0, -1114, 498], +"1761":[593, 0, -1036, 443], +"1762":[547, 0, -1056, 509], +"1763":[984, 0, -1342, 358], +"1764":[983, 0, -1363, 380], +"1765":[983, 0, -1276, 293], +"1766":[1107, 0, -1361, 254], +"1767":[665, 0, -1141, 476], +"1768":[0, 0, 0, 0], +"1769":[1000, 0, -1239, 239], +"1770":[283, 0, -866, 583], +"1771":[829, 0, -1224, 395], +"1772":[640, 0, -1020, 380], +"1773":[700, 0, -1048, 348], +"1774":[700, 0, -993, 293], +"1775":[1415, 0, -1255, -160], +"1776":[284, 0, -905, 621], +"1777":[317, 512, 97, 98], +"1778":[605, 0, -1112, 507], +"1779":[1075, 0, -1323, 248], +"1780":[513, 0, -1030, 517], +"1781":[1929, 0, -965, -964], +"1782":[1929, 0, -965, -964], +"1783":[1627, 0, -814, -813], +"1784":[1627, 0, -814, -813], +"1785":[2097, 0, -946, -1151], +"1786":[681, 0, -1114, 433], +"1787":[675, 0, -1115, 440], +"1788":[209, 0, -876, 667], +"1789":[720, 0, -1133, 413], +"1790":[645, 0, -1104, 459], +"1791":[676, 0, -1126, 450], +"1792":[702, 0, -1145, 443], +"1793":[645, 0, -1104, 459], +"1794":[1108, 0, -1328, 220], +"1795":[415, 0, -964, 549], +"1796":[457, 0, -1041, 584], +"1797":[704, 0, -1126, 422], +"1798":[711, 0, -1059, 348], +"1799":[1296, 1760, 232, 232], +"1800":[1268, 1504, 120, 116], +"1801":[1596, 1760, 84, 80], +"1802":[1184, 1504, 160, 160], +"1803":[1584, 2016, 248, 184], +"1804":[1388, 1760, 188, 184], +"1805":[1264, 1504, 120, 120], +"1806":[1264, 1504, 120, 120], +"1807":[1264, 1504, 120, 120], +"1808":[1264, 1504, 120, 120], +"1809":[1264, 1504, 120, 120], +"1810":[1192, 1408, 0, 216], +"1811":[1548, 1760, 108, 104], +"1812":[1744, 2016, 136, 136], +"1813":[1680, 2016, 160, 176], +"1814":[1392, 1760, 120, 248], +"1815":[600, 736, 52, 84], +"1816":[1680, 2016, 160, 176], +"1817":[1088, 1248, 80, 80], +"1818":[1088, 1248, 80, 80], +"1819":[1320, 1760, 220, 220], +"1820":[1272, 1504, 116, 116], +"1821":[1576, 1912, 176, 160], +"1822":[1844, 2324, 240, 240], +"1823":[1672, 2016, 172, 172], +"1824":[1472, 1760, 100, 188], +"1825":[1552, 1760, 104, 104], +"1826":[1540, 1760, 112, 108], +"1827":[1552, 2016, 232, 232], +"1828":[1552, 1760, 104, 104], +"1829":[1540, 1760, 112, 108], +"1830":[1252, 1652, 240, 160], +"1831":[1584, 2064, 240, 240], +"1832":[1344, 1600, 136, 120], +"1833":[240, 736, 232, 264], +"1834":[600, 768, 244, -76], +"1835":[1208, 1504, 148, 148], +"1836":[1130, 0, -1338, 208], +"1837":[2679, 0, -2078, -601], +"1838":[2553, 0, -2052, -501], +"1839":[1840, 2272, 192, 240], +"1840":[1616, 1760, 64, 80], +"1841":[1740, 1760, -136, 156], +"1842":[1464, 1504, 20, 20], +"1843":[1488, 2016, 256, 272], +"1844":[1272, 1760, 196, 292], +"1845":[1928, 2272, 220, 124], +"1846":[1696, 1760, 24, 40], +"1847":[1880, 2272, 188, 204], +"1848":[1616, 1760, 64, 80], +"1849":[2320, 2784, 224, 240], +"1850":[2052, 2272, 104, 116], +"1851":[248, 736, 224, 264], +"1852":[1552, 1760, 104, 104], +"1853":[1236, 1504, 136, 132], +"1854":[1236, 1760, 264, 260], +"1855":[948, 1248, 152, 148], +"1856":[1532, 1760, 100, 128], +"1857":[1148, 1504, 164, 192], +"1858":[1716, 1824, 64, 44], +"1859":[1512, 1536, -4, 28], +"1860":[1544, 1672, 64, 64], +"1861":[1280, 1504, 112, 112], +"1862":[1448, 1760, 156, 156], +"1863":[1312, 1632, 116, 204], +"1864":[2152.2338165917304, 2528, 188, 187.76618340826963], +"1865":[2136.2338165917304, 2272, 68, 67.76618340826963], +"1866":[1976.2338165917304, 2272, 148, 147.76618340826963], +"1867":[1664.2171005340565, 2016, 176, 175.7828994659435], +"1868":[1368, 1504, 68, 68], +"1869":[1280, 1504, 112, 112], +"1870":[2528.2529715979113, 2784, 128, 127.74702840208874], +"1871":[2112.2338165917304, 2272, 80, 79.76618340826963], +"1872":[2416.233575640236, 2784, 184, 183.7664243597642], +"1873":[2032.2338165917304, 2528, 248, 247.76618340826963], +"1874":[1472.2347918865762, 1760, 144, 143.7652081134238], +"1875":[1192.5148371670111, 1504, 156, 155.48516283298886], +"1876":[1816.8771037997112, 2016, 100, 99.12289620028878], +"1877":[1568.2338165917301, 1760, 96, 95.76618340826985], +"1878":[1560, 1760, 100, 100], +"1879":[1248, 1504, 128, 128], +"1880":[2012, 2284, 256, 16], +"1881":[1784, 1792, 88, -80], +"1882":[2424, 2784, 152, 208], +"1883":[2072, 2272, 92, 108], +"1884":[2252, 2784, 260, 272], +"1885":[1872, 2272, 184, 216], +"1886":[2388, 2784, 220, 176], +"1887":[2360, 2528, 56, 112], +"1888":[1680, 2032, 176, 176], +"1889":[1312, 1632, 116, 204], +"1890":[2304, 2560, 128, 128], +"1891":[2096, 2272, 88, 88], +"1892":[1404, 2016, 220, 392], +"1893":[1296, 1504, 196, 12], +"1894":[2720, 3040, 208, 112], +"1895":[2264, 2528, 124, 140], +"1896":[2672, 3040, 176, 192], +"1897":[2184, 2528, 164, 180], +"1898":[1764, 2272, 256, 252], +"1899":[1448, 1760, 156, 156], +"1900":[1752, 2272, 260, 260], +"1901":[1420, 1760, 172, 168], +"1902":[1920, 2016, 68, 28], +"1903":[1472, 1760, 136, 152], +"1904":[3624, 3808, 84, 100], +"1905":[3028, 3296, 136, 132], +"1906":[1992, 2272, 140, 140], +"1907":[1572, 1760, 96, 92], +"1908":[1920, 2272, 176, 176], +"1909":[1604, 1760, 80, 76], +"1910":[1499, 0, -1544, 45], +"1911":[1345, 0, -1481, 136], +"1912":[1315, 0, -1466, 151], +"1913":[831, 0, -1224, 393], +"1914":[908, 0, -1321, 413], +"1915":[1536, 0, -1513, -23], +"1916":[1633, 0, -1625, -8], +"1917":[481, 0, -938, 457], +"1918":[963, 0, -1282, 319], +"1919":[1549, 0, -1638, 89], +"1920":[656, 0, -916, 260], +"1921":[1439, 0, -1330, -109], +"1922":[672, 0, -932, 260], +"1923":[1439, 0, -1363, -76], +"1924":[1438, 0, -1486, 48], +"1925":[1988, 0, -1761, -227], +"1926":[1851, 0, -1851, 0], +"1927":[2126, 0, -2126, 0], +"1928":[2538, 0, -2538, 0], +"1929":[1438, 0, -1514, 76], +"1930":[1988, 0, -1789, -199], +"1931":[1301, 0, -1301, 0], +"1932":[1576, 0, -1576, 0], +"1933":[1988, 0, -1988, 0], +"1934":[1548, 1760, 108, 104], +"1935":[2088, 2272, 92, 92], +"1936":[2176, 2528, 176, 176], +"1937":[1680, 1760, 40, 40], +"1938":[1312, 1504, 96, 96], +"1939":[1268, 1760, 248, 244], +"1940":[1572, 1760, 104, 84], +"1941":[1120, 1504, 192, 192], +"1942":[1180, 1504, 144, 180], +"1943":[320, 736, 208, 208], +"1944":[1136, 1248, 56, 56], +"1945":[1296, 1504, 104, 104], +"1946":[1160, 1248, 44, 44], +"1947":[1668, 2016, 176, 172], +"1948":[1208, 1504, 132, 164], +"1949":[1380, 1760, 192, 188], +"1950":[1264, 1504, 120, 120], +"1951":[1264, 1504, 120, 120], +"1952":[1544, 2016, 236, 236], +"1953":[1544, 2016, 236, 236], +"1954":[1844, 2016, 88, 84], +"1955":[2320, 2528, 104, 104], +"1956":[1096, 1504, 204, 204], +"1957":[1384, 1760, 188, 188], +"1958":[1384, 1760, 188, 188], +"1959":[1244, 1504, 132, 128], +"1960":[1288, 1504, 108, 108], +"1961":[1288, 1504, 108, 108], +"1962":[1248, 1504, 204, 52], +"1963":[1380, 1760, 192, 188], +"1964":[1516, 1760, 124, 120], +"1965":[1980, 2272, 148, 144], +"1966":[1516, 1760, 124, 120], +"1967":[1328, 1504, 72, 104], +"1968":[2096, 2272, 72, 104], +"1969":[1204, 1504, 8, 292], +"1970":[1180, 1504, 164, 160], +"1971":[1196, 1504, 156, 152], +"1972":[1532, 1760, 116, 112], +"1973":[948, 1248, 132, 168], +"1974":[1548, 1760, 108, 104], +"1975":[1208, 1504, 132, 164], +"1976":[1244, 1504, 48, 212], +"1977":[1640, 1760, 60, 60], +"1978":[1364, 1504, 52, 88], +"1979":[1392, 1504, 56, 56], +"1980":[1964, 2016, 28, 24], +"1981":[1096, 1504, 204, 204], +"1982":[1532, 1760, 116, 112], +"1983":[1160, 1504, 172, 172], +"1984":[984, 1248, 132, 132], +"1985":[984, 1248, 132, 132], +"1986":[1184, 1248, 32, 32], +"1987":[1228, 1504, 140, 136], +"1988":[248, 480, 116, 116], +"1989":[968, 1248, 140, 140], +"1990":[1200, 1504, 152, 152], +"1991":[944, 1248, 152, 152], +"1992":[1576, 1760, 92, 92], +"1993":[1236, 1504, 136, 132], +"1994":[1236, 1504, 136, 132], +"1995":[1248, 1504, 128, 128], +"1996":[1032, 1248, 108, 108], +"1997":[1100, 1504, 204, 200], +"1998":[1128, 1504, 188, 188], +"1999":[1140, 1248, 56, 52], +"2000":[1100, 1248, 76, 72], +"2001":[1792, 2016, 112, 112], +"2002":[968, 1248, 140, 140], +"2003":[968, 1248, 140, 140], +"2004":[1136, 1504, 184, 184], +"2005":[1672, 2016, 172, 172], +"2006":[1008, 1248, 120, 120], +"2007":[1008, 1248, 120, 120], +"2008":[996, 1248, 128, 124], +"2009":[996, 1248, 128, 124], +"2010":[900, 1248, 176, 172], +"2011":[900, 1248, 176, 172], +"2012":[1000, 1248, 124, 124], +"2013":[288, 480, 96, 96], +"2014":[984, 1248, 132, 132], +"2015":[1512, 1760, 124, 124], +"2016":[880, 1248, 184, 184], +"2017":[1032, 1248, 108, 108], +"2018":[816, 992, 88, 88], +"2019":[1032, 1248, 108, 108], +"2020":[1032, 1248, 108, 108], +"2021":[1008, 1248, 120, 120], +"2022":[660, 992, 168, 164], +"2023":[880, 1248, 184, 184], +"2024":[1120, 1504, 192, 192], +"2025":[1512, 1760, 124, 124], +"2026":[996, 1248, 128, 124], +"2027":[1132, 1504, 188, 184], +"2028":[1000, 1248, 124, 124], +"2029":[1080, 1248, 84, 84], +"2030":[1012, 1248, 120, 116], +"2031":[1336, 1504, 84, 84], +"2032":[1084, 1248, 84, 80], +"2033":[288, 480, 96, 96], +"2034":[252, 480, 116, 112], +"2035":[568, 736, 68, 100], +"2036":[880, 1248, 232, 136], +"2037":[996, 1248, 200, 52], +"2038":[1000, 1248, 112, 136], +"2039":[1080, 1248, 116, 52], +"2040":[1012, 1248, 120, 116], +"2041":[1336, 1504, 68, 100], +"2042":[1084, 1504, 212, 208], +"2043":[2256, 2528, 108, 164], +"2044":[1644, 1760, 60, 56], +"2045":[1608, 1760, 76, 76], +"2046":[1040, 1248, 104, 104], +"2047":[2632, 2784, 76, 76], +"2048":[1708, 1760, 28, 24], +"2049":[1600, 1760, 80, 80], +"2050":[1100, 1248, 76, 72], +"2051":[988, 1248, 132, 128], +"2052":[1380, 1504, 64, 60], +"2053":[984, 992, 4, 4], +"2054":[1292, 1504, 16, 196], +"2055":[1268, 1504, 120, 116], +"2056":[1228, 1504, 120, 156], +"2057":[1276, 1504, 116, 112], +"2058":[2180, 2528, 124, 224], +"2059":[880, 992, 40, 72], +"2060":[880, 992, 40, 72], +"2061":[1708, 1760, 28, 24], +"2062":[1792, 2016, 112, 112], +"2063":[1624, 1760, 68, 68], +"2064":[1272, 1760, 208, 280], +"2065":[1500, 1760, 60, 200], +"2066":[832, 992, 52, 108], +"2067":[1780, 2016, 56, 180], +"2068":[1252, 1504, 96, 156], +"2069":[556, 992, 220, 216], +"2070":[2272, 2528, 112, 144], +"2071":[1368, 1760, 180, 212], +"2072":[1272, 1760, 196, 292], +"2073":[868, 992, 48, 76], +"2074":[1164, 1504, 164, 176], +"2075":[1196, 1504, 180, 128], +"2076":[1200, 1248, 48, 0], +"2077":[1328, 1504, 72, 104], +"2078":[1280, 1504, 96, 128], +"2079":[1204, 1504, 8, 292], +"2080":[1620, 1760, 72, 68], +"2081":[1648, 1760, 48, 64], +"2082":[1756, 1760, 4, 0], +"2083":[1576, 1760, 80, 104], +"2084":[1536, 1536, 0, 0], +"2085":[1680, 1536, -80, -64], +"2086":[1536, 1520, -16, 0], +"2087":[1248, 1504, 128, 128], +"2088":[1888, 2016, 64, 64], +"2089":[720, 992, 128, 144], +"2090":[624, 736, 56, 56], +"2091":[1280, 1504, 112, 112], +"2092":[1272, 1504, 128, 104], +"2093":[1076, 1248, 88, 84], +"2094":[1600, 1760, 64, 96], +"2095":[1328, 1504, 88, 88], +"2096":[1136, 1504, 184, 184], +"2097":[952, 1248, 148, 148], +"2098":[1040, 1248, 104, 104], +"2099":[1020, 1248, 116, 112], +"2100":[900, 1248, 176, 172], +"2101":[684, 992, 156, 152], +"2102":[760, 992, 116, 116], +"2103":[1000, 1248, 164, 84], +"2104":[880, 1248, 184, 184], +"2105":[760, 992, 116, 116], +"2106":[760, 992, 116, 116], +"2107":[488, 736, 124, 124], +"2108":[676, 992, 160, 156], +"2109":[784, 992, 116, 92], +"2110":[848, 992, 72, 72], +"2111":[848, 992, 72, 72], +"2112":[420, 736, 160, 156], +"2113":[448, 736, 144, 144], +"2114":[784, 992, 104, 104], +"2115":[1512, 1760, 124, 124], +"2116":[1512, 1760, 124, 124], +"2117":[1052, 1248, 100, 96], +"2118":[1048, 1248, 100, 100], +"2119":[1080, 1248, 84, 84], +"2120":[1032, 1248, 108, 108], +"2121":[1368, 1504, 68, 68], +"2122":[912, 1248, 168, 168], +"2123":[592, 736, 72, 72], +"2124":[660, 992, 168, 164], +"2125":[1184, 1504, 160, 160], +"2126":[1116, 1504, 196, 192], +"2127":[1020, 1248, 116, 112], +"2128":[928, 1248, 160, 160], +"2129":[996, 1248, 128, 124], +"2130":[876, 992, 60, 56], +"2131":[1044, 1248, 104, 100], +"2132":[1176, 1504, 164, 164], +"2133":[1024, 1248, 112, 112], +"2134":[1008, 1248, 120, 120], +"2135":[1106, 0, -1403, 297], +"2136":[1108, 0, -1445, 337], +"2137":[462, 0, -1042, 580], +"2138":[894, 0, -1115, 221], +"2139":[934, 0, -1088, 154], +"2140":[933, 0, -1280, 347], +"2141":[930, 0, -1156, 226], +"2142":[931, 0, -1225, 294], +"2143":[1148, 0, -1324, 176], +"2144":[1148, 0, -1214, 66], +"2145":[415, 0, -968, 553], +"2146":[1659, 0, -1612, -47], +"2147":[1655, 0, -1665, 10], +"2148":[2498, 0, -1249, -1249], +"2149":[496, 0, -1001, 505], +"2150":[607, 0, -1114, 507], +"2151":[988, 0, -1115, 127], +"2152":[801, 0, -1209, 408], +"2153":[775, 0, -1188, 413], +"2154":[1040, 0, -1326, 286], +"2155":[1150, 0, -1389, 239], +"2156":[1196, 0, -1389, 193], +"2157":[1063, 0, -1389, 326], +"2158":[676, 0, -1126, 450], +"2159":[730, 0, -1169, 439], +"2160":[730, 0, -1169, 439], +"2161":[716, 0, -1159, 443], +"2162":[738, 0, -1178, 440], +"2163":[706, 0, -1130, 424], +"2164":[181, 0, -899, 718], +"2165":[549, 0, -1051, 502], +"2166":[935, 0, -1277, 342], +"2167":[645, 0, -1132, 487], +"2168":[779, 0, -1220, 441], +"2169":[697, 0, -1158, 461], +"2170":[540, 0, -1052, 512], +"2171":[651, 0, -1150, 499], +"2172":[375, 0, -909, 534], +"2173":[603, 0, -1110, 507], +"2174":[799, 0, -1207, 408], +"2175":[702, 0, -1159, 457], +"2176":[738, 0, -1177, 439], +"2177":[675, 0, -1145, 470], +"2178":[512, 0, -1046, 534], +"2179":[488, 0, -1055, 567], +"2180":[805, 0, -1251, 446], +"2181":[702, 0, -1159, 457], +"2182":[569, 0, -1103, 534], +"2183":[764, 0, -1251, 487], +"2184":[1048, 0, -1331, 283], +"2185":[681, 0, -1114, 433], +"2186":[721, 0, -1169, 448], +"2187":[645, 0, -1132, 487], +"2188":[560, 0, -983, 423], +"2189":[1929, 0, -1001, -928], +"2190":[983, 0, -1276, 293], +"2191":[1000, 0, -1252, 252], +"2192":[1931, 0, -1678, -253], +"2193":[984, 736, -215, -33], +"2194":[864, 1248, 192, 192], +"2195":[908, 992, 44, 40], +"2196":[1332, 1504, 40, 132], +"2197":[317, 736, 166, 253], +"2198":[1716, 2272, 264, 292], +"2199":[1320, 1504, 92, 92], +"2200":[1272, 1504, 116, 116], +"2201":[1272, 1504, 116, 116], +"2202":[1740, 2016, 140, 136], +"2203":[1504, 1760, 128, 128], +"2204":[1436, 1760, 164, 160], +"2205":[1436, 1760, 164, 160], +"2206":[1436, 1760, 164, 160], +"2207":[1436, 1760, 164, 160], +"2208":[1436, 1760, 164, 160], +"2209":[1436, 1760, 164, 160], +"2210":[1436, 1760, 164, 160], +"2211":[1436, 1760, 164, 160], +"2212":[1664, 1792, 64, 64], +"2213":[1664, 1792, 64, 64], +"2214":[2216, 1792, -488, 64], +"2215":[2132, 1792, -404, 64], +"2216":[2080, 1792, -352, 64], +"2217":[2100, 1792, -372, 64], +"2218":[1940, 1792, -212, 64], +"2219":[1952, 1792, -224, 64], +"2220":[1248, 1504, 128, 128], +"2221":[1248, 1504, 128, 128], +"2222":[1248, 1504, 128, 128], +"2223":[1248, 1504, 128, 128], +"2224":[1248, 1504, 128, 128], +"2225":[1248, 1504, 128, 128], +"2226":[1512, 1760, 124, 124], +"2227":[1520, 1760, 120, 120], +"2228":[1912, 1752, -320, 160], +"2229":[1912, 1752, -320, 160], +"2230":[2476, 1802, -834, 160], +"2231":[2392, 1802, -750, 160], +"2232":[2340, 1802, -698, 160], +"2233":[2360, 1802, -718, 160], +"2234":[1200, 1504, 152, 152], +"2235":[1200, 1504, 152, 152], +"2236":[1200, 1504, 152, 152], +"2237":[1200, 1504, 152, 152], +"2238":[1200, 1504, 152, 152], +"2239":[1200, 1504, 152, 152], +"2240":[1200, 1504, 152, 152], +"2241":[1200, 1504, 152, 152], +"2242":[2248, 2168, -320, 240], +"2243":[2248, 2168, -320, 240], +"2244":[2812, 2218, -834, 240], +"2245":[2728, 2218, -750, 240], +"2246":[2676, 2218, -698, 240], +"2247":[2696, 2218, -718, 240], +"2248":[2536, 2218, -558, 240], +"2249":[2548, 2218, -570, 240], +"2250":[548, 992, 224, 220], +"2251":[584, 992, 188, 220], +"2252":[868, 992, -64, 188], +"2253":[848, 992, -76, 220], +"2254":[824, 992, 60, 108], +"2255":[856, 992, -16, 152], +"2256":[764, 992, 12, 216], +"2257":[796, 992, -24, 220], +"2258":[908, 836, -336, 264], +"2259":[908, 836, -336, 264], +"2260":[1472, 886, -850, 264], +"2261":[1388, 886, -766, 264], +"2262":[1336, 886, -714, 264], +"2263":[1356, 886, -734, 264], +"2264":[1196, 886, -574, 264], +"2265":[1208, 886, -586, 264], +"2266":[1392, 1664, 136, 136], +"2267":[1392, 1664, 136, 136], +"2268":[1392, 1664, 136, 136], +"2269":[1392, 1664, 136, 136], +"2270":[1392, 1664, 136, 136], +"2271":[1392, 1664, 136, 136], +"2272":[2100, 2052, -224, 176], +"2273":[2100, 2052, -224, 176], +"2274":[2664, 2102, -738, 176], +"2275":[2580, 2102, -654, 176], +"2276":[2528, 2102, -602, 176], +"2277":[2548, 2102, -622, 176], +"2278":[1216, 1504, 144, 144], +"2279":[1216, 1504, 144, 144], +"2280":[1216, 1504, 144, 144], +"2281":[1216, 1504, 144, 144], +"2282":[1216, 1504, 144, 144], +"2283":[1216, 1504, 144, 144], +"2284":[1216, 1504, 144, 144], +"2285":[1216, 1504, 144, 144], +"2286":[2100, 1764, -400, 64], +"2287":[2580, 1864, -780, 64], +"2288":[2548, 1864, -748, 64], +"2289":[2400, 1864, -600, 64], +"2290":[1988, 2272, 144, 140], +"2291":[1988, 2272, 144, 140], +"2292":[1988, 2272, 144, 140], +"2293":[1988, 2272, 144, 140], +"2294":[1988, 2272, 144, 140], +"2295":[1988, 2272, 144, 140], +"2296":[1988, 2272, 144, 140], +"2297":[1988, 2272, 144, 140], +"2298":[1960, 1780, -288, 108], +"2299":[1960, 1780, -288, 108], +"2300":[2524, 1830, -802, 108], +"2301":[2440, 1830, -718, 108], +"2302":[2388, 1830, -666, 108], +"2303":[2408, 1830, -686, 108], +"2304":[2248, 1830, -526, 108], +"2305":[2260, 1830, -538, 108], +"2306":[1436, 1760, 164, 160], +"2307":[1436, 1760, 164, 160], +"2308":[1248, 1504, 128, 128], +"2309":[1248, 1504, 128, 128], +"2310":[1200, 1504, 152, 152], +"2311":[1200, 1504, 152, 152], +"2312":[740, 992, 32, 220], +"2313":[548, 992, 224, 220], +"2314":[1392, 1664, 136, 136], +"2315":[1392, 1664, 136, 136], +"2316":[1216, 1504, 144, 144], +"2317":[1216, 1504, 144, 144], +"2318":[1988, 2272, 144, 140], +"2319":[1988, 2272, 144, 140], +"2320":[1436, 1760, 164, 160], +"2321":[1436, 1760, 164, 160], +"2322":[1436, 1760, 164, 160], +"2323":[1436, 1760, 164, 160], +"2324":[1436, 1760, 164, 160], +"2325":[1436, 1760, 164, 160], +"2326":[1436, 1760, 164, 160], +"2327":[1436, 1760, 164, 160], +"2328":[1664, 1792, 64, 64], +"2329":[1664, 1792, 64, 64], +"2330":[2216, 1792, -488, 64], +"2331":[2132, 1792, -404, 64], +"2332":[2080, 1792, -352, 64], +"2333":[2100, 1792, -372, 64], +"2334":[1940, 1792, -212, 64], +"2335":[1952, 1792, -224, 64], +"2336":[1200, 1504, 152, 152], +"2337":[1200, 1504, 152, 152], +"2338":[1200, 1504, 152, 152], +"2339":[1200, 1504, 152, 152], +"2340":[1200, 1504, 152, 152], +"2341":[1200, 1504, 152, 152], +"2342":[1200, 1504, 152, 152], +"2343":[1200, 1504, 152, 152], +"2344":[2248, 2168, -320, 240], +"2345":[2248, 2168, -320, 240], +"2346":[2812, 2218, -834, 240], +"2347":[2728, 2218, -750, 240], +"2348":[2676, 2218, -698, 240], +"2349":[2696, 2218, -718, 240], +"2350":[2536, 2218, -558, 240], +"2351":[2548, 2218, -570, 240], +"2352":[1988, 2272, 144, 140], +"2353":[1988, 2272, 144, 140], +"2354":[1988, 2272, 144, 140], +"2355":[1988, 2272, 144, 140], +"2356":[1988, 2272, 144, 140], +"2357":[1988, 2272, 144, 140], +"2358":[1988, 2272, 144, 140], +"2359":[1988, 2272, 144, 140], +"2360":[1960, 1780, -288, 108], +"2361":[1960, 1780, -288, 108], +"2362":[2524, 1830, -802, 108], +"2363":[2440, 1830, -718, 108], +"2364":[2388, 1830, -666, 108], +"2365":[2408, 1830, -686, 108], +"2366":[2248, 1830, -526, 108], +"2367":[2260, 1830, -538, 108], +"2368":[1436, 1760, 164, 160], +"2369":[1436, 1760, 164, 160], +"2370":[1436, 1760, 164, 160], +"2371":[1436, 1760, 164, 160], +"2372":[1436, 1760, 164, 160], +"2373":[1436, 1760, 164, 160], +"2374":[1436, 1760, 164, 160], +"2375":[1664, 1792, 64, 64], +"2376":[1664, 1792, 64, 64], +"2377":[1796, 1792, -68, 64], +"2378":[1692, 1792, 36, 64], +"2379":[1664, 1792, 64, 64], +"2380":[360, 736, 188, 188], +"2381":[336, 736, 200, 200], +"2382":[360, 736, 188, 188], +"2383":[984, 1248, 116, 148], +"2384":[964, 1248, 144, 140], +"2385":[1200, 1504, 152, 152], +"2386":[1200, 1504, 152, 152], +"2387":[1200, 1504, 152, 152], +"2388":[1200, 1504, 152, 152], +"2389":[1200, 1504, 152, 152], +"2390":[2056, 1752, -464, 160], +"2391":[1952, 1752, -360, 160], +"2392":[2392, 2168, -464, 240], +"2393":[2288, 2168, -360, 240], +"2394":[1588, 2068, 240, 240], +"2395":[868, 1248, 192, 188], +"2396":[824, 1248, 212, 212], +"2397":[764, 992, 116, 112], +"2398":[828, 992, -44, 208], +"2399":[940, 992, -92, 144], +"2400":[964, 992, -108, 136], +"2401":[964, 992, -80, 108], +"2402":[984, 992, -88, 96], +"2403":[964, 992, -108, 136], +"2404":[828, 736, -64, -28], +"2405":[940, 736, -112, -92], +"2406":[460, 736, 12, 264], +"2407":[492, 736, 224, 20], +"2408":[784, 1248, 232, 232], +"2409":[856, 1248, 196, 196], +"2410":[764, 992, 116, 112], +"2411":[1216, 1504, 144, 144], +"2412":[1216, 1504, 144, 144], +"2413":[1216, 1504, 144, 144], +"2414":[1216, 1504, 144, 144], +"2415":[1264, 1504, 120, 120], +"2416":[1264, 1504, 120, 120], +"2417":[1216, 1504, 144, 144], +"2418":[1216, 1504, 144, 144], +"2419":[1536, 1664, 64, 64], +"2420":[1536, 1664, 64, 64], +"2421":[2244, 1764, -544, 64], +"2422":[2140, 1764, -440, 64], +"2423":[1996, 1872, -284, 160], +"2424":[964, 1248, 144, 140], +"2425":[964, 1248, 144, 140], +"2426":[444, 736, 148, 144], +"2427":[1988, 2272, 144, 140], +"2428":[1988, 2272, 144, 140], +"2429":[1988, 2272, 144, 140], +"2430":[1988, 2272, 144, 140], +"2431":[1988, 2272, 144, 140], +"2432":[2244, 2052, -368, 176], +"2433":[2140, 2052, -264, 176], +"2434":[2104, 1780, -432, 108], +"2435":[2000, 1780, -328, 108], +"2436":[1544, 1760, 108, 108], +"2437":[444, 736, 148, 144], +"2438":[360, 736, 188, 188], +"2439":[0, 512, 0, 512], +"2440":[0, 768, 0, 768], +"2441":[600, 992, 116, 276], +"2442":[512, 736, 112, 112], +"2443":[2636.0, 3264, 496.0, 132], +"2444":[1840.0, 2528, 496.0, 192], +"2445":[1948, 2528, 448, 132], +"2446":[948, 1248, 152, 148], +"2447":[1064, 1504, 220, 220], +"2448":[1476, 1760, 144, 140], +"2449":[1476, 1760, 144, 140], +"2450":[1208, 1504, 244, 52], +"2451":[436, 736, 152, 148], +"2452":[2084, 2272, 76, 112], +"2453":[1208, 1504, 244, 52], +"2454":[1068, 1248, 92, 88], +"2455":[1668, 2016, 176, 172], +"2456":[2084, 2272, 96, 92], +"2457":[1144, 1504, 180, 180], +"2458":[1093, 1280, 93, 94], +"2459":[1664, 2016, 176, 176], +"2460":[1457, 1792, 169, 166], +"2461":[1321, 1536, 109, 106], +"2462":[317, 512, 97, 98], +"2463":[1281, 1536, 129, 126], +"2464":[1380, 1504, 64, 60], +"2465":[317, 512, 97, 98], +"2466":[317, 512, 97, 98], +"2467":[0, 768, 0, 768], +"2468":[252, 480, 116, 112], +"2469":[968, 1248, 124, 156], +"2470":[996, 1248, 108, 144], +"2471":[1032, 1248, 92, 124], +"2472":[1012, 1248, 100, 136], +"2473":[996, 1248, 144, 108], +"2474":[880, 1248, 168, 200], +"2475":[984, 1248, 116, 148], +"2476":[252, 480, 96, 132], +"2477":[1512, 1760, 108, 140], +"2478":[880, 1248, 184, 184], +"2479":[1008, 1248, 120, 120], +"2480":[912, 1248, 152, 184], +"2481":[660, 992, 148, 184], +"2482":[3360, 3552, 88, 104], +"2483":[1576, 1760, 92, 92], +"2484":[1300, 1504, 104, 100], +"2485":[1536, 1760, 112, 112], +"2486":[1364, 1504, 72, 68], +"2487":[1436, 1760, 164, 160], +"2488":[2128, 2272, 72, 72], +"2489":[1744, 2016, 136, 136], +"2490":[1547, 0, -1584, 37], +"2491":[2111, 0, -1859, -252], +"2492":[2272, 1024, -624, -624], +"2493":[1547, 0, -1584, 37], +"2494":[1010, 0, -1282, 272], +"2495":[1884, 2016, 68, 64], +"2496":[2484, 2784, 152, 148], +"2497":[2432, 2784, 176, 176], +"2498":[2232, 2528, 240, 56], +"2499":[2072, 2528, 320, 136], +"2500":[2688, 3040, 264, 88], +"2501":[2044, 2272, 196, 32], +"2502":[2324, 2784, 332, 128], +"2503":[2220, 2528, 264, 44], +"2504":[2448, 2784, 192, 144], +"2505":[2012, 2272, 212, 48], +"2506":[2184, 2528, 268, 76], +"2507":[1504, 1760, 216, 40], +"2508":[236, 736, 232, 268], +"2509":[1300, 1516, 8, 208], +"2510":[1312, 1760, 100, 348], +"2511":[1972, 2528, 208, 348], +"2512":[2180, 2528, 176, 172], +"2513":[1448, 1760, 156, 156], +"2514":[2348, 2528, 92, 88], +"2515":[1544, 1760, 108, 108], +"2516":[1540, 1760, 112, 108], +"2517":[1264, 1504, 120, 120], +"2518":[1264, 1504, 120, 120], +"2519":[1544, 2016, 236, 236], +"2520":[1536, 1760, 176, 48], +"2521":[1944, 2272, 164, 164], +"2522":[1448, 1760, 156, 156], +"2523":[2624, 3040, 208, 208], +"2524":[2128, 2528, 248, 152], +"2525":[1028, 1504, 240, 236], +"2526":[1028, 1248, 112, 108], +"2527":[784, 992, 104, 104], +"2528":[788, 992, 104, 100], +"2529":[1332, 1504, 120, 52], +"2530":[1336, 1760, 212, 212], +"2531":[896, 1248, 176, 176], +"2532":[896, 1248, 176, 176], +"2533":[552, 992, 220, 220], +"2534":[552, 736, 92, 92], +"2535":[864, 1248, 192, 192], +"2536":[864, 1248, 192, 192], +"2537":[1656, 2016, 180, 180], +"2538":[1549.6619688470332, 1760, 106.33803115296678, 104], +"2539":[1424, 1760, 168, 168], +"2540":[1424, 1760, 168, 168], +"2541":[1428, 1760, 168, 164], +"2542":[1428, 1760, 168, 164], +"2543":[1476, 1760, 128, 156], +"2544":[880, 992, 40, 72], +"2545":[1588, 1760, 88, 84], +"2546":[1644, 1760, 44, 72], +"2547":[1444, 1760, 136, 180], +"2548":[1236, 1504, 136, 132], +"2549":[1088, 1024, -32, -32], +"2550":[1752, 2016, 116, 148], +"2551":[1360, 1760, 176, 224], +"2552":[1592, 2016, 204, 220], +"2553":[1308, 1760, 212, 240], +"2554":[1420, 1760, 124, 216], +"2555":[1236, 1504, 136, 132], +"2556":[1916, 2272, 180, 176], +"2557":[1996, 2528, 224, 308], +"2558":[1780, 2016, 120, 116], +"2559":[1916, 2016, 52, 48], +"2560":[1560, 1760, 100, 100], +"2561":[2724, 2784, 32, 28], +"2562":[2312, 2528, 108, 108], +"2563":[1236, 1504, 136, 132], +"2564":[1296, 1760, 232, 232], +"2565":[984, 1248, 132, 132], +"2566":[1772, 2016, 124, 120], +"2567":[1720, 2016, 88, 208], +"2568":[1736, 2016, 132, 148], +"2569":[728, 992, 132, 132], +"2570":[1360, 1760, 200, 200], +"2571":[1360, 1760, 200, 200], +"2572":[1120, 1504, 192, 192], +"2573":[448, 480, 0, 32], +"2574":[432, 480, 24, 24], +"2575":[1052, 1248, 100, 96], +"2576":[1476, 1760, 172, 112], +"2577":[1456, 1760, 152, 152], +"2578":[707, 0, -1162, 455], +"2579":[682, 0, -1112, 430], +"2580":[510, 0, -1048, 538], +"2581":[815, 0, -1217, 402], +"2582":[1107, 0, -1357, 250], +"2583":[625, 0, -1121, 496], +"2584":[658, 0, -1101, 443], +"2585":[723, 0, -1203, 480], +"2586":[933, 0, -1277, 344], +"2587":[682, 0, -1150, 468], +"2588":[720, 0, -1169, 449], +"2589":[682, 0, -1150, 468], +"2590":[702, 0, -1145, 443], +"2591":[676, 0, -1147, 471], +"2592":[649, 0, -1133, 484], +"2593":[711, 0, -1096, 385], +"2594":[784, 0, -1150, 366], +"2595":[618, 0, -1167, 549], +"2596":[985, 0, -1301, 316], +"2597":[1087, 0, -1315, 228], +"2598":[720, 0, -1170, 450], +"2599":[1199, 0, -1367, 168], +"2600":[681, 0, -1150, 469], +"2601":[675, 0, -1147, 472], +"2602":[790, 0, -1203, 413], +"2603":[761, 0, -1189, 428], +"2604":[855, 0, -1240, 385], +"2605":[1012, 0, -1232, 220], +"2606":[1005, 0, -1232, 227], +"2607":[821, 0, -1217, 396], +"2608":[912, 0, -1265, 353], +"2609":[1228, 0, -1389, 161], +"2610":[920, 1248, 164, 164], +"2611":[920, 1248, 164, 164], +"2612":[656, 992, 168, 168], +"2613":[656, 992, 168, 168], +"2614":[656, 736, 40, 40], +"2615":[844, 1248, 204, 200], +"2616":[1592, 2016, 212, 212], +"2617":[1592, 2016, 212, 212], +"2618":[1372, 1760, 196, 192], +"2619":[1372, 1760, 196, 192], +"2620":[1372, 1760, 196, 192], +"2621":[1072, 1504, 216, 216], +"2622":[1152, 1504, 176, 176], +"2623":[1152, 1504, 108, 244], +"2624":[1836, 2272, 220, 216], +"2625":[1820, 2016, 100, 96], +"2626":[1820, 2016, 100, 96], +"2627":[1820, 2016, 100, 96], +"2628":[396, 736, 172, 168], +"2629":[1336, 1792, 228, 228], +"2630":[1617.2003268764904, 2016, 198.79967312350965, 200], +"2631":[1617.2003268764904, 2016, 112, 286.7996731235096], +"2632":[768, 992, 112, 112], +"2633":[708, 992, 144, 140], +"2634":[1132.0, 1248, 76, 40.0], +"2635":[1592, 2016, 212, 212], +"2636":[908, 1248, 172, 168], +"2637":[984, 1248, 132, 132], +"2638":[944, 1248, 152, 152], +"2639":[944, 1248, 168, 136], +"2640":[984, 1248, 132, 132], +"2641":[984, 1248, 132, 132], +"2642":[952, 1504, 260, 292], +"2643":[980, 1248, 120, 148], +"2644":[532, 736, 104, 100], +"2645":[536, 736, 100, 100], +"2646":[532, 736, 104, 100], +"2647":[536, 736, 100, 100], +"2648":[1432, 1760, 164, 164], +"2649":[1432, 1760, 164, 164], +"2650":[1132, 1536, 112, 292], +"2651":[1132, 1504, 228, 144], +"2652":[1321, 1536, 109, 106], +"2653":[1321, 1536, 109, 106], +"2654":[1321, 1536, 109, 106], +"2655":[1317, 1536, 109, 110], +"2656":[1144, 1504, 180, 180], +"2657":[384, 736, 176, 176], +"2658":[724, 768, 72, -28], +"2659":[360, 736, 188, 188], +"2660":[376, 480, 52, 52], +"2661":[360, 736, 188, 188], +"2662":[376, 736, 180, 180], +"2663":[432, 736, 152, 152], +"2664":[816, 1248, 216, 216], +"2665":[824, 1248, 212, 212], +"2666":[1360, 1760, 200, 200], +"2667":[1452, 1760, 156, 152], +"2668":[3474.3999999999996, 4064, 88.80000000000001, 500.8000000000002], +"2669":[5310.4, 5856, 68.80000000000001, 476.8000000000002], +"2670":[560, 992, 216, 216], +"2671":[317, 512, 97, 98], +"2672":[332, 736, 204, 200], +"2673":[1300, 1504, 104, 100], +"2674":[896, 992, 48, 48], +"2675":[408, 736, 164, 164], +"2676":[832, 1248, 208, 208], +"2677":[1460, 1760, 152, 148], +"2678":[1184, 1504, 160, 160], +"2679":[1460, 1760, 132, 168], +"2680":[1184, 1504, 144, 176], +"2681":[1456, 1760, 152, 152], +"2682":[1196, 1504, 156, 152], +"2683":[560, 992, 216, 216], +"2684":[548, 992, 172, 272], +"2685":[1652, 1760, 56, 52], +"2686":[1440, 1760, 160, 160], +"2687":[1384, 1760, 188, 188], +"2688":[1384, 1760, 188, 188], +"2689":[2656, 3040, 192, 192], +"2690":[2116, 2528, 208, 204], +"2691":[1988, 2272, 144, 140], +"2692":[1636, 1760, 64, 60], +"2693":[2328, 2528, 136, 64], +"2694":[2140, 2272, 72, 60], +"2695":[1880, 2272, 148, 244], +"2696":[1648, 2016, 180, 188], +"2697":[2176, 2528, 176, 176], +"2698":[2124, 2528, 144, 260], +"2699":[2136, 2528, 188, 204], +"2700":[1760, 2016, 128, 128], +"2701":[1736, 2016, 132, 148], +"2702":[1780, 2016, 120, 116], +"2703":[1548, 1760, 108, 104], +"2704":[2028, 2272, 124, 120], +"2705":[1680, 2016, 168, 168], +"2706":[2232, 2528, 132, 164], +"2707":[1936, 2272, 168, 168], +"2708":[1796, 2016, 112, 108], +"2709":[1556, 1760, 104, 100], +"2710":[1740, 2016, 140, 136], +"2711":[1392, 1760, 184, 184], +"2712":[2384, 2784, 240, 160], +"2713":[1972, 2272, 168, 132], +"2714":[2336, 2528, 88, 104], +"2715":[1988, 2272, 136, 148], +"2716":[2736, 3040, 144, 160], +"2717":[2336, 2528, 88, 104], +"2718":[1680, 2048, 176, 192], +"2719":[1360, 1760, 200, 200], +"2720":[1620, 2048, 216, 212], +"2721":[1524, 1792, 136, 132], +"2722":[3016, 3328, 148, 164], +"2723":[2444, 2784, 244, 96], +"2724":[3280, 3552, 136, 136], +"2725":[1617, 0, -1617, 0], +"2726":[2877, 0, -2247, -630], +"2727":[1617, 0, -1617, 0], +"2728":[2989, 0, -2300, -689], +"2729":[1088, 1504, 208, 208], +"2730":[671, 0, -1169, 498], +"2731":[700, 0, -1159, 459], +"2732":[484, 0, -1041, 557], +"2733":[690, 0, -1191, 501], +"2734":[935, 0, -1320, 385], +"2735":[979, 0, -1272, 293], +"2736":[694, 0, -1079, 385], +"2737":[1067, 0, -1346, 279], +"2738":[828, 0, -1189, 361], +"2739":[756.4061900018141, 0, -1178.4061900018141, 422], +"2740":[828, 1248, 248, 172], +"2741":[756.4061900018141, 1024, 133.5938099981858, 134], +"2742":[1992, 2272, 140, 140], +"2743":[1572, 1760, 96, 92], +"2744":[1452, 1760, 156, 152], +"2745":[1196, 1504, 156, 152], +"2746":[3160, 3296, 60, 76], +"2747":[2584, 2784, 124, 76], +"2748":[1708, 2016, 156, 152], +"2749":[1584, 1760, 88, 88], +"2750":[2316, 2528, 108, 104], +"2751":[1892, 2016, 64, 60], +"2752":[1836, 2016, 92, 88], +"2753":[1664, 1760, 48, 48], +"2754":[1552, 1760, 104, 104], +"2755":[1248, 1504, 128, 128], +"2756":[1824, 2272, 224, 224], +"2757":[1512, 2016, 252, 252], +"2758":[1536, 1760, 112, 112], +"2759":[1248, 1504, 204, 52], +"2760":[2188, 2276, 72, 16], +"2761":[1676, 1760, 44, 40], +"2762":[1504, 2016, 256, 256], +"2763":[1180, 1504, 164, 160], +"2764":[2464, 2784, 160, 160], +"2765":[2172, 2528, 180, 176], +"2766":[3024, 3296, 128, 144], +"2767":[2448, 2784, 168, 168], +"2768":[1680, 2016, 160, 176], +"2769":[1392, 1760, 156, 212], +"2770":[1196, 1504, 156, 152], +"2771":[916, 1248, 168, 164], +"2772":[982, 0, -1205, 223], +"2773":[592, 992, 200, 200], +"2774":[592, 992, 200, 200], +"2775":[592, 992, 184, 216], +"2776":[636, 992, 172, 184], +"2777":[592, 992, 200, 200], +"2778":[600, 992, 196, 196], +"2779":[592, 992, 200, 200], +"2780":[600, 992, 196, 196], +"2781":[732, 992, 132, 128], +"2782":[732, 992, 132, 128], +"2783":[732, 992, 132, 128], +"2784":[732, 992, 132, 128], +"2785":[732, 992, 132, 128], +"2786":[616, 992, 188, 188], +"2787":[616, 992, 188, 188], +"2788":[616, 992, 188, 188], +"2789":[616, 992, 188, 188], +"2790":[616, 992, 188, 188], +"2791":[920, 1248, 156, 172], +"2792":[920, 1248, 156, 172], +"2793":[920, 1248, 156, 172], +"2794":[920, 1248, 156, 172], +"2795":[920, 1248, 156, 172], +"2796":[688, 992, 152, 152], +"2797":[936, 1248, 156, 156], +"2798":[1100, 1504, 204, 200], +"2799":[936, 1248, 156, 156], +"2800":[832, 1248, 208, 208], +"2801":[832, 1248, 208, 208], +"2802":[272, 480, 104, 104], +"2803":[272, 480, 104, 104], +"2804":[272, 480, 104, 104], +"2805":[1528, 1760, 116, 116], +"2806":[1528, 1760, 116, 116], +"2807":[672, 992, 160, 160], +"2808":[556, 992, 220, 216], +"2809":[680, 992, 156, 156], +"2810":[560, 992, 216, 216], +"2811":[1588, 2016, 224, 204], +"2812":[1204, 1760, 208, 348], +"2813":[1904, 2272, 184, 184], +"2814":[1828, 2016, 128, 60], +"2815":[1272, 1504, 116, 116], +"2816":[1344, 1504, 80, 80], +"2817":[1180, 1504, 164, 160], +"2818":[1180, 1504, 164, 160], +"2819":[1636, 2016, 160, 220], +"2820":[1636, 1760, 32, 92], +"2821":[948, 1248, 92, 208], +"2822":[1152, 1504, 180, 172], +"2823":[2688, 2784, 52, 44], +"2824":[2144, 2528, 192, 192], +"2825":[2932, 3040, 88, 20], +"2826":[2308, 2528, 96, 124], +"2827":[2972, 3040, 52, 16], +"2828":[2088, 2272, 92, 92], +"2829":[2496, 2784, 144, 144], +"2830":[1984, 2272, 144, 144], +"2831":[2496, 2784, 144, 144], +"2832":[1984, 2272, 144, 144], +"2833":[2516, 2784, 136, 132], +"2834":[1984, 2272, 144, 144], +"2835":[1552, 1760, 104, 104], +"2836":[1540, 1760, 112, 108], +"2837":[1264, 1504, 120, 120], +"2838":[1264, 1504, 120, 120], +"2839":[1672, 2016, 112, 232], +"2840":[1584, 1760, 64, 112], +"2841":[1348, 1760, 144, 268], +"2842":[1244, 1504, 96, 164], +"2843":[1672, 2016, 112, 232], +"2844":[1584, 1760, 64, 112], +"2845":[1480, 1760, 140, 140], +"2846":[576, 736, 80, 80], +"2847":[1496, 1760, 120, 144], +"2848":[880, 992, 40, 72], +"2849":[2164, 2272, 56, 52], +"2850":[1744, 2016, 136, 136], +"2851":[1848, 2272, 172, 252], +"2852":[1628, 2016, 196, 192], +"2853":[3016, 3296, 132, 148], +"2854":[2480, 2784, 88, 216], +"2855":[1700, 1760, 16, 44], +"2856":[1628, 1760, 28, 104], +"2857":[1884, 2016, 60, 72], +"2858":[1784, 2016, 116, 116], +"2859":[1924, 2016, 40, 52], +"2860":[1772, 2016, 124, 120], +"2861":[1808, 2016, 104, 104], +"2862":[1788, 2016, 132, 96], +"2863":[1568, 1760, 28, 164], +"2864":[2206.615796392671, 2528, 160, 161.3842036073288], +"2865":[2142.615796392671, 2528, 184, 201.3842036073288], +"2866":[1825.1522248221218, 2016, 36, 154.84777517787825], +"2867":[1344, 1504, 80, 80], +"2868":[1064, 1248, 92, 92], +"2869":[1640, 2016, 188, 188], +"2870":[1640, 2016, 188, 188], +"2871":[1664, 1760, 48, 48], +"2872":[1328, 1504, 72, 104], +"2873":[2352, 2528, 88, 88], +"2874":[2344, 2528, 12, 172], +"2875":[1328, 1760, 216, 216], +"2876":[1356, 1760, 204, 200], +"2877":[1616, 1760, 72, 72], +"2878":[1572, 1760, 96, 92], +"2879":[1632, 1760, 56, 72], +"2880":[1572, 1760, 96, 92], +"2881":[1564, 1760, 100, 96], +"2882":[1248, 1504, 128, 128], +"2883":[1052, 1248, 172, 24], +"2884":[1224, 1504, 140, 140], +"2885":[1128, 1504, 188, 188], +"2886":[1324, 1760, 220, 216], +"2887":[1324, 1504, 92, 88], +"2888":[1376, 1760, 192, 192], +"2889":[1376, 1504, 64, 64], +"2890":[1020, 1248, 116, 112], +"2891":[1796, 2016, 112, 108], +"2892":[1796, 2016, 112, 108], +"2893":[800, 1248, 224, 224], +"2894":[2612, 3040, 216, 212], +"2895":[1704, 2016, 156, 156], +"2896":[1000, 1248, 124, 124], +"2897":[1712, 2016, 152, 152], +"2898":[1232, 1248, 8, 8], +"2899":[1384, 1760, 188, 188], +"2900":[1616, 2016, 200, 200], +"2901":[1376, 1760, 192, 192], +"2902":[1380, 1760, 192, 188], +"2903":[1000, 1248, 124, 124], +"2904":[1516, 1760, 124, 120], +"2905":[1516, 1760, 124, 120], +"2906":[1244, 1504, 132, 128], +"2907":[1168, 1504, 184, 152], +"2908":[236, 736, 232, 268], +"2909":[1492, 2016, 264, 260], +"2910":[1184, 1504, 160, 160], +"2911":[940, 1248, 156, 152], +"2912":[728, 992, 132, 132], +"2913":[1580, 2016, 220, 216], +"2914":[1280, 1504, 112, 112], +"2915":[868, 992, 64, 60], +"2916":[288, 480, 96, 96], +"2917":[752, 992, 120, 120], +"2918":[208, 480, 136, 136], +"2919":[208, 480, 136, 136], +"2920":[1500, 2016, 260, 256], +"2921":[1124, 1248, 64, 60], +"2922":[1024, 1280, 128, 128], +"2923":[1752, 2016, 116, 148], +"2924":[1360, 1760, 176, 224], +"2925":[1832, 2016, 92, 92], +"2926":[1520, 1760, 120, 120], +"2927":[1300, 1516, 8, 208], +"2928":[1272, 1504, 112, 120], +"2929":[1368, 1760, 180, 212], +"2930":[1912, 2272, 172, 188], +"2931":[1732, 2016, 144, 140], +"2932":[1732, 2016, 144, 140], +"2933":[1652, 1760, 56, 52], +"2934":[836, 992, 52, 104], +"2935":[1608, 1760, 76, 76], +"2936":[1336, 1504, 84, 84], +"2937":[1552, 1760, 104, 104], +"2938":[1240, 1504, 132, 132], +"2939":[1452, 1760, 156, 152], +"2940":[1288, 1504, 108, 108], +"2941":[2028, 2272, 124, 120], +"2942":[1692, 1760, 36, 32], +"2943":[1756, 2016, 132, 128], +"2944":[1524, 1536, -12, 24], +"2945":[2048, 2272, 112, 112], +"2946":[1692, 1760, 36, 32], +"2947":[1852, 2016, 84, 80], +"2948":[1050, 1024, 29, -55], +"2949":[1908, 2016, 56, 52], +"2950":[1576, 1760, 92, 92], +"2951":[2060, 2272, 124, 88], +"2952":[1448, 1760, 140, 172], +"2953":[1540, 2016, 240, 236], +"2954":[1748, 2016, 128, 140], +"2955":[1548, 1760, 108, 104], +"2956":[1552, 1760, 104, 104], +"2957":[2000, 2272, 136, 136], +"2958":[1612, 1760, 76, 72], +"2959":[1800, 2016, 144, 72], +"2960":[1872, 2272, 200, 200], +"2961":[1240, 1504, 132, 132], +"2962":[1460, 1760, 152, 148], +"2963":[2008, 2528, 260, 260], +"2964":[288, 736, 224, 224], +"2965":[3016, 3296, 140, 140], +"2966":[1448, 1504, 28, 28], +"2967":[1844, 2016, 88, 84], +"2968":[2164, 2528, 184, 180], +"2969":[888, 1248, 180, 180], +"2970":[1760, 2016, 128, 128], +"2971":[1792, 2016, 84, 140], +"2972":[832, 992, 52, 108], +"2973":[1524, 1760, 120, 116], +"2974":[1528, 1760, 116, 116], +"2975":[1140, 1504, 184, 180], +"2976":[984, 1248, 132, 132], +"2977":[660, 992, 168, 164], +"2978":[2344, 2528, 92, 92], +"2979":[1440, 1760, 160, 160], +"2980":[1440, 1760, 160, 160], +"2981":[956, 1248, 148, 144], +"2982":[1088, 1504, 208, 208], +"2983":[1232, 1504, 136, 136], +"2984":[2368, 2784, 208, 208], +"2985":[2320, 2784, 232, 232], +"2986":[2320, 2784, 232, 232], +"2987":[2188, 2528, 156, 184], +"2988":[2188, 2528, 156, 184], +"2989":[1360, 1504, 72, 72], +"2990":[1288, 1760, 236, 236], +"2991":[444, 736, 148, 144], +"2992":[988, 1248, 132, 128], +"2993":[1304, 1504, 100, 100], +"2994":[1564, 1760, 100, 96], +"2995":[1356, 1504, 76, 72], +"2996":[2000, 2272, 136, 136], +"2997":[1072, 1024, -24, -24], +"2998":[1184, 1504, 160, 160], +"2999":[1732, 1760, 16, 12], +"3000":[2088, 2528, 220, 220], +"3001":[2088, 2528, 184, 256], +"3002":[1456, 1760, 152, 152], +"3003":[1296, 1504, 104, 104], +"3004":[1636, 1760, 64, 60], +"3005":[1376, 1504, 56, 72], +"3006":[1588, 1760, 88, 84], +"3007":[1636, 1760, 64, 60], +"3008":[1936, 2016, 40, 40], +"3009":[1652, 1760, 56, 52], +"3010":[1124, 1248, 64, 60], +"3011":[828, 1248, 212, 208], +"3012":[880, 1248, 232, 136], +"3013":[844, 992, 76, 72], +"3014":[708, 992, 144, 140], +"3015":[1052, 1248, 100, 96], +"3016":[1436, 1760, 164, 160], +"3017":[1432, 1760, 164, 164], +"3018":[2688, 2944, 128, 128], +"3019":[2816, 2816, 0, 0], +"3020":[2688, 2944, 128, 128], +"3021":[2688, 2944, 128, 128], +"3022":[2688, 2944, 128, 128], +"3023":[952, 0, -952, 0], +"3024":[952, 0, 0, -952], +"3025":[1441, 0, -1441, 0], +"3026":[1440, 0, 0, -1440], +"3027":[758, 0, -809, 51], +"3028":[759, 0, -1568, 809], +"3029":[1517, 0, -1568, 51], +"3030":[965, 0, -965, 0], +"3031":[964, 0, 0, -964], +"3032":[1441, 0, -1441, 0], +"3033":[1440, 0, 0, -1440], +"3034":[758, 0, -809, 51], +"3035":[759, 0, -1568, 809], +"3036":[1517, 0, -1568, 51], +"3037":[2664, 3040, 188, 188], +"3038":[2632, 2784, 76, 76], +"3039":[1204, 1632, 224, 204], +"3040":[1216, 1504, 144, 144], +"3041":[1216, 1504, 144, 144], +"3042":[1216, 1504, 144, 144], +"3043":[1456, 1760, 152, 152], +"3044":[1216, 1504, 144, 144], +"3045":[560, 992, 216, 216], +"3046":[1204, 1632, 224, 204], +"3047":[1332, 1504, 88, 84], +"3048":[1308, 1504, 100, 96], +"3049":[1308, 1504, 100, 96], +"3050":[1204, 1632, 224, 204], +"3051":[1204, 1632, 224, 204], +"3052":[1271, 1632, 157, 204], +"3053":[1328, 1504, 88, 88], +"3054":[1328, 1504, 88, 88], +"3055":[1260, 1504, 124, 120], +"3056":[1664, 1760, 64, 32], +"3057":[632, 992, 164, 196], +"3058":[208, 480, 136, 136], +"3059":[1148, 1504, 180, 176], +"3060":[1328, 1504, 88, 88], +"3061":[1272, 1504, 116, 116], +"3062":[2096, 2272, 88, 88], +"3063":[2096, 2272, 88, 88], +"3064":[2096, 2272, 88, 88], +"3065":[2096, 2272, 88, 88], +"3066":[2096, 2272, 88, 88], +"3067":[2096, 2272, 88, 88], +"3068":[2096, 2272, 88, 88], +"3069":[1988, 2272, 144, 140], +"3070":[2096, 2272, 88, 88], +"3071":[1464, 1760, 148, 148], +"3072":[2000, 2272, 136, 136], +"3073":[1272, 1760, 244, 244], +"3074":[1280, 1504, 112, 112], +"3075":[1280, 1504, 112, 112], +"3076":[1280, 1504, 112, 112], +"3077":[1160, 1504, 172, 172], +"3078":[1012, 1248, 120, 116], +"3079":[673, 0, -1020, 347], +"3080":[1332, 1504, 88, 84], +"3081":[1332, 1504, 88, 84], +"3082":[1464, 1504, 20, 20], +"3083":[1332, 1504, 88, 84], +"3084":[1332, 1504, 88, 84], +"3085":[1332, 1504, 88, 84], +"3086":[1332, 1504, 88, 84], +"3087":[1448, 1504, 16, 40], +"3088":[1792, 2272, 224, 256], +"3089":[1792, 2272, 224, 256], +"3090":[1332, 1504, 88, 84], +"3091":[1684, 1760, 40, 36], +"3092":[1332, 1504, 88, 84], +"3093":[952, 736, -108, -108], +"3094":[540, 704, -16, 180], +"3095":[336, 736, 200, 200], +"3096":[1332, 1504, 88, 84], +"3097":[1008, 1248, 120, 120], +"3098":[1332, 1504, 88, 84], +"3099":[1272, 1504, 116, 116], +"3100":[1680, 2016, 168, 168], +"3101":[2304, 2784, 224, 256], +"3102":[1448, 1504, 28, 28], +"3103":[1808, 2272, 216, 248], +"3104":[1204, 1504, 152, 148], +"3105":[1204, 1504, 152, 148], +"3106":[1204, 1504, 40, 260], +"3107":[1204, 1504, 152, 148], +"3108":[1204, 1504, 152, 148], +"3109":[1552, 1760, 104, 104], +"3110":[1204, 1504, 152, 148], +"3111":[1204, 1504, 152, 148], +"3112":[1180, 1504, 164, 160], +"3113":[1180, 1504, 164, 160], +"3114":[1180, 1504, 164, 160], +"3115":[1368, 1664, 148, 148], +"3116":[816, 1248, 324, 108], +"3117":[1368, 1664, 148, 148], +"3118":[816, 1248, 216, 216], +"3119":[816, 1248, 324, 108], +"3120":[816, 1248, 324, 108], +"3121":[0, 0, 0, 0], +"3122":[0, 0, 0, 0], +"3123":[1176, 1504, 164, 164], +"3124":[2088, 2272, 92, 92], +"3125":[2088, 2272, 92, 92], +"3126":[2088, 2272, 76, 108], +"3127":[2088, 2272, 92, 92], +"3128":[1204, 1504, 152, 148], +"3129":[1424, 1504, 40, 40]}, +"kerning":[ +[1411,3123,-41], +[497,1435,-70], +[540,504,-151], +[1406,1050,-69], +[1414,1050,-69], +[498,1059,-28], +[498,795,-28], +[1122,3112,-29], +[934,3112,-29], +[1395,3112,-29], +[1059,3112,-29], +[956,497,-138], +[1249,497,-138], +[740,497,-138], +[1090,497,-138], +[1421,934,-27], +[802,1424,-28], +[3115,1366,-55], +[3117,1366,-55], +[1113,1366,-55], +[1114,1366,-55], +[1117,1366,-55], +[630,406,-41], +[646,406,-41], +[632,406,-41], +[648,406,-41], +[645,406,-41], +[876,3080,-40], +[876,3053,-40], +[876,3081,-40], +[876,3084,-40], +[876,3083,-40], +[876,3090,-40], +[1099,1254,-164], +[1099,1187,-164], +[1099,1372,-164], +[1099,1440,-164], +[1099,1386,-164], +[1099,791,-164], +[1099,3119,-164], +[1099,881,-164], +[1099,872,-164], +[1099,1487,-164], +[1099,828,-164], +[1099,1093,-164], +[1099,1218,-164], +[1099,1222,-164], +[1099,1118,-164], +[368,186,-288], +[368,187,-288], +[937,395,-137], +[441,395,-137], +[930,395,-137], +[1071,395,-137], +[1103,395,-137], +[935,395,-137], +[533,395,-137], +[444,395,-137], +[454,395,-137], +[582,395,-137], +[470,395,-137], +[550,395,-137], +[551,395,-137], +[1130,395,-137], +[539,395,-137], +[445,395,-137], +[544,395,-137], +[938,395,-137], +[1104,395,-137], +[1110,395,-137], +[1108,395,-137], +[452,395,-137], +[1099,3123,-20], +[38,1278,-82], +[38,1281,-82], +[513,497,-56], +[3125,964,-27], +[578,0,-96], +[410,3074,-96], +[412,3074,-96], +[413,3074,-96], +[414,3074,-96], +[418,3074,-96], +[1406,926,-56], +[1406,928,-56], +[1414,926,-56], +[1414,928,-56], +[3074,410,-96], +[3074,412,-96], +[3074,413,-96], +[3074,414,-96], +[3074,418,-96], +[3074,875,-54], +[486,1421,-29], +[1509,627,-42], +[597,797,-55], +[597,679,-55], +[597,1229,-55], +[597,1230,-55], +[832,797,-55], +[832,679,-55], +[832,1229,-55], +[832,1230,-55], +[1001,797,-55], +[1001,679,-55], +[1001,1229,-55], +[1001,1230,-55], +[784,797,-55], +[784,679,-55], +[784,1229,-55], +[784,1230,-55], +[787,1522,-41], +[1435,1522,-41], +[630,761,-16], +[630,1161,-16], +[630,713,-16], +[630,1200,-16], +[630,701,-16], +[630,886,-16], +[630,630,-16], +[630,766,-16], +[630,1156,-16], +[630,1136,-16], +[630,1267,-16], +[630,842,-16], +[630,646,-16], +[630,785,-16], +[630,768,-16], +[630,772,-16], +[630,781,-16], +[630,1159,-16], +[630,1139,-16], +[630,1145,-16], +[630,1203,-16], +[630,1153,-16], +[630,632,-16], +[630,648,-16], +[630,645,-16], +[630,710,-16], +[630,798,-16], +[630,769,-16], +[630,782,-16], +[630,816,-16], +[630,770,-16], +[630,896,-16], +[630,894,-16], +[630,897,-16], +[630,1170,-16], +[630,1143,-16], +[630,1167,-16], +[630,1144,-16], +[630,895,-16], +[630,1192,-16], +[630,888,-16], +[646,761,-16], +[646,1161,-16], +[646,713,-16], +[646,1200,-16], +[646,701,-16], +[646,886,-16], +[646,630,-16], +[646,766,-16], +[646,1156,-16], +[646,1136,-16], +[646,1267,-16], +[646,842,-16], +[646,646,-16], +[646,785,-16], +[646,768,-16], +[646,772,-16], +[646,781,-16], +[646,1159,-16], +[646,1139,-16], +[646,1145,-16], +[646,1203,-16], +[646,1153,-16], +[646,632,-16], +[646,648,-16], +[646,645,-16], +[646,710,-16], +[646,798,-16], +[646,769,-16], +[646,782,-16], +[646,816,-16], +[646,770,-16], +[646,896,-16], +[646,894,-16], +[646,897,-16], +[646,1170,-16], +[646,1143,-16], +[646,1167,-16], +[646,1144,-16], +[646,895,-16], +[646,1192,-16], +[646,888,-16], +[632,761,-16], +[632,1161,-16], +[632,713,-16], +[632,1200,-16], +[632,701,-16], +[632,886,-16], +[632,630,-16], +[632,766,-16], +[632,1156,-16], +[632,1136,-16], +[632,1267,-16], +[632,842,-16], +[632,646,-16], +[632,785,-16], +[632,768,-16], +[632,772,-16], +[632,781,-16], +[632,1159,-16], +[632,1139,-16], +[632,1145,-16], +[632,1203,-16], +[632,1153,-16], +[632,632,-16], +[632,648,-16], +[632,645,-16], +[632,710,-16], +[632,798,-16], +[632,769,-16], +[632,782,-16], +[632,816,-16], +[632,770,-16], +[632,896,-16], +[632,894,-16], +[632,897,-16], +[632,1170,-16], +[632,1143,-16], +[632,1167,-16], +[632,1144,-16], +[632,895,-16], +[632,1192,-16], +[632,888,-16], +[648,761,-16], +[648,1161,-16], +[648,713,-16], +[648,1200,-16], +[648,701,-16], +[648,886,-16], +[648,630,-16], +[648,766,-16], +[648,1156,-16], +[648,1136,-16], +[648,1267,-16], +[648,842,-16], +[648,646,-16], +[648,785,-16], +[648,768,-16], +[648,772,-16], +[648,781,-16], +[648,1159,-16], +[648,1139,-16], +[648,1145,-16], +[648,1203,-16], +[648,1153,-16], +[648,632,-16], +[648,648,-16], +[648,645,-16], +[648,710,-16], +[648,798,-16], +[648,769,-16], +[648,782,-16], +[648,816,-16], +[648,770,-16], +[648,896,-16], +[648,894,-16], +[648,897,-16], +[648,1170,-16], +[648,1143,-16], +[648,1167,-16], +[648,1144,-16], +[648,895,-16], +[648,1192,-16], +[648,888,-16], +[645,761,-16], +[645,1161,-16], +[645,713,-16], +[645,1200,-16], +[645,701,-16], +[645,886,-16], +[645,630,-16], +[645,766,-16], +[645,1156,-16], +[645,1136,-16], +[645,1267,-16], +[645,842,-16], +[645,646,-16], +[645,785,-16], +[645,768,-16], +[645,772,-16], +[645,781,-16], +[645,1159,-16], +[645,1139,-16], +[645,1145,-16], +[645,1203,-16], +[645,1153,-16], +[645,632,-16], +[645,648,-16], +[645,645,-16], +[645,710,-16], +[645,798,-16], +[645,769,-16], +[645,782,-16], +[645,816,-16], +[645,770,-16], +[645,896,-16], +[645,894,-16], +[645,897,-16], +[645,1170,-16], +[645,1143,-16], +[645,1167,-16], +[645,1144,-16], +[645,895,-16], +[645,1192,-16], +[645,888,-16], +[1366,990,-138], +[1283,3077,-180], +[1280,3077,-180], +[1259,3077,-180], +[0,761,-83], +[0,1161,-83], +[0,713,-83], +[0,1200,-83], +[0,701,-83], +[0,886,-83], +[0,630,-83], +[0,766,-83], +[0,1156,-83], +[0,1136,-83], +[0,1267,-83], +[0,842,-83], +[0,646,-83], +[0,785,-83], +[0,768,-83], +[0,772,-83], +[0,781,-83], +[0,1159,-83], +[0,1139,-83], +[0,1145,-83], +[0,1203,-83], +[0,1153,-83], +[0,632,-83], +[0,648,-83], +[0,645,-83], +[0,710,-83], +[0,798,-83], +[0,769,-83], +[0,782,-83], +[0,816,-83], +[0,770,-83], +[0,896,-83], +[0,894,-83], +[0,897,-83], +[0,1170,-83], +[0,1143,-83], +[0,1167,-83], +[0,1144,-83], +[0,895,-83], +[0,1192,-83], +[0,888,-83], +[25,761,-83], +[25,1161,-83], +[25,713,-83], +[25,1200,-83], +[25,701,-83], +[25,886,-83], +[25,630,-83], +[25,766,-83], +[25,1156,-83], +[25,1136,-83], +[25,1267,-83], +[25,842,-83], +[25,646,-83], +[25,785,-83], +[25,768,-83], +[25,772,-83], +[25,781,-83], +[25,1159,-83], +[25,1139,-83], +[25,1145,-83], +[25,1203,-83], +[25,1153,-83], +[25,632,-83], +[25,648,-83], +[25,645,-83], +[25,710,-83], +[25,798,-83], +[25,769,-83], +[25,782,-83], +[25,816,-83], +[25,770,-83], +[25,896,-83], +[25,894,-83], +[25,897,-83], +[25,1170,-83], +[25,1143,-83], +[25,1167,-83], +[25,1144,-83], +[25,895,-83], +[25,1192,-83], +[25,888,-83], +[4,761,-83], +[4,1161,-83], +[4,713,-83], +[4,1200,-83], +[4,701,-83], +[4,886,-83], +[4,630,-83], +[4,766,-83], +[4,1156,-83], +[4,1136,-83], +[4,1267,-83], +[4,842,-83], +[4,646,-83], +[4,785,-83], +[4,768,-83], +[4,772,-83], +[4,781,-83], +[4,1159,-83], +[4,1139,-83], +[4,1145,-83], +[4,1203,-83], +[4,1153,-83], +[4,632,-83], +[4,648,-83], +[4,645,-83], +[4,710,-83], +[4,798,-83], +[4,769,-83], +[4,782,-83], +[4,816,-83], +[4,770,-83], +[4,896,-83], +[4,894,-83], +[4,897,-83], +[4,1170,-83], +[4,1143,-83], +[4,1167,-83], +[4,1144,-83], +[4,895,-83], +[4,1192,-83], +[4,888,-83], +[13,761,-83], +[13,1161,-83], +[13,713,-83], +[13,1200,-83], +[13,701,-83], +[13,886,-83], +[13,630,-83], +[13,766,-83], +[13,1156,-83], +[13,1136,-83], +[13,1267,-83], +[13,842,-83], +[13,646,-83], +[13,785,-83], +[13,768,-83], +[13,772,-83], +[13,781,-83], +[13,1159,-83], +[13,1139,-83], +[13,1145,-83], +[13,1203,-83], +[13,1153,-83], +[13,632,-83], +[13,648,-83], +[13,645,-83], +[13,710,-83], +[13,798,-83], +[13,769,-83], +[13,782,-83], +[13,816,-83], +[13,770,-83], +[13,896,-83], +[13,894,-83], +[13,897,-83], +[13,1170,-83], +[13,1143,-83], +[13,1167,-83], +[13,1144,-83], +[13,895,-83], +[13,1192,-83], +[13,888,-83], +[37,761,-83], +[37,1161,-83], +[37,713,-83], +[37,1200,-83], +[37,701,-83], +[37,886,-83], +[37,630,-83], +[37,766,-83], +[37,1156,-83], +[37,1136,-83], +[37,1267,-83], +[37,842,-83], +[37,646,-83], +[37,785,-83], +[37,768,-83], +[37,772,-83], +[37,781,-83], +[37,1159,-83], +[37,1139,-83], +[37,1145,-83], +[37,1203,-83], +[37,1153,-83], +[37,632,-83], +[37,648,-83], +[37,645,-83], +[37,710,-83], +[37,798,-83], +[37,769,-83], +[37,782,-83], +[37,816,-83], +[37,770,-83], +[37,896,-83], +[37,894,-83], +[37,897,-83], +[37,1170,-83], +[37,1143,-83], +[37,1167,-83], +[37,1144,-83], +[37,895,-83], +[37,1192,-83], +[37,888,-83], +[20,761,-83], +[20,1161,-83], +[20,713,-83], +[20,1200,-83], +[20,701,-83], +[20,886,-83], +[20,630,-83], +[20,766,-83], +[20,1156,-83], +[20,1136,-83], +[20,1267,-83], +[20,842,-83], +[20,646,-83], +[20,785,-83], +[20,768,-83], +[20,772,-83], +[20,781,-83], +[20,1159,-83], +[20,1139,-83], +[20,1145,-83], +[20,1203,-83], +[20,1153,-83], +[20,632,-83], +[20,648,-83], +[20,645,-83], +[20,710,-83], +[20,798,-83], +[20,769,-83], +[20,782,-83], +[20,816,-83], +[20,770,-83], +[20,896,-83], +[20,894,-83], +[20,897,-83], +[20,1170,-83], +[20,1143,-83], +[20,1167,-83], +[20,1144,-83], +[20,895,-83], +[20,1192,-83], +[20,888,-83], +[34,761,-83], +[34,1161,-83], +[34,713,-83], +[34,1200,-83], +[34,701,-83], +[34,886,-83], +[34,630,-83], +[34,766,-83], +[34,1156,-83], +[34,1136,-83], +[34,1267,-83], +[34,842,-83], +[34,646,-83], +[34,785,-83], +[34,768,-83], +[34,772,-83], +[34,781,-83], +[34,1159,-83], +[34,1139,-83], +[34,1145,-83], +[34,1203,-83], +[34,1153,-83], +[34,632,-83], +[34,648,-83], +[34,645,-83], +[34,710,-83], +[34,798,-83], +[34,769,-83], +[34,782,-83], +[34,816,-83], +[34,770,-83], +[34,896,-83], +[34,894,-83], +[34,897,-83], +[34,1170,-83], +[34,1143,-83], +[34,1167,-83], +[34,1144,-83], +[34,895,-83], +[34,1192,-83], +[34,888,-83], +[35,761,-83], +[35,1161,-83], +[35,713,-83], +[35,1200,-83], +[35,701,-83], +[35,886,-83], +[35,630,-83], +[35,766,-83], +[35,1156,-83], +[35,1136,-83], +[35,1267,-83], +[35,842,-83], +[35,646,-83], +[35,785,-83], +[35,768,-83], +[35,772,-83], +[35,781,-83], +[35,1159,-83], +[35,1139,-83], +[35,1145,-83], +[35,1203,-83], +[35,1153,-83], +[35,632,-83], +[35,648,-83], +[35,645,-83], +[35,710,-83], +[35,798,-83], +[35,769,-83], +[35,782,-83], +[35,816,-83], +[35,770,-83], +[35,896,-83], +[35,894,-83], +[35,897,-83], +[35,1170,-83], +[35,1143,-83], +[35,1167,-83], +[35,1144,-83], +[35,895,-83], +[35,1192,-83], +[35,888,-83], +[31,761,-83], +[31,1161,-83], +[31,713,-83], +[31,1200,-83], +[31,701,-83], +[31,886,-83], +[31,630,-83], +[31,766,-83], +[31,1156,-83], +[31,1136,-83], +[31,1267,-83], +[31,842,-83], +[31,646,-83], +[31,785,-83], +[31,768,-83], +[31,772,-83], +[31,781,-83], +[31,1159,-83], +[31,1139,-83], +[31,1145,-83], +[31,1203,-83], +[31,1153,-83], +[31,632,-83], +[31,648,-83], +[31,645,-83], +[31,710,-83], +[31,798,-83], +[31,769,-83], +[31,782,-83], +[31,816,-83], +[31,770,-83], +[31,896,-83], +[31,894,-83], +[31,897,-83], +[31,1170,-83], +[31,1143,-83], +[31,1167,-83], +[31,1144,-83], +[31,895,-83], +[31,1192,-83], +[31,888,-83], +[5,761,-83], +[5,1161,-83], +[5,713,-83], +[5,1200,-83], +[5,701,-83], +[5,886,-83], +[5,630,-83], +[5,766,-83], +[5,1156,-83], +[5,1136,-83], +[5,1267,-83], +[5,842,-83], +[5,646,-83], +[5,785,-83], +[5,768,-83], +[5,772,-83], +[5,781,-83], +[5,1159,-83], +[5,1139,-83], +[5,1145,-83], +[5,1203,-83], +[5,1153,-83], +[5,632,-83], +[5,648,-83], +[5,645,-83], +[5,710,-83], +[5,798,-83], +[5,769,-83], +[5,782,-83], +[5,816,-83], +[5,770,-83], +[5,896,-83], +[5,894,-83], +[5,897,-83], +[5,1170,-83], +[5,1143,-83], +[5,1167,-83], +[5,1144,-83], +[5,895,-83], +[5,1192,-83], +[5,888,-83], +[32,761,-83], +[32,1161,-83], +[32,713,-83], +[32,1200,-83], +[32,701,-83], +[32,886,-83], +[32,630,-83], +[32,766,-83], +[32,1156,-83], +[32,1136,-83], +[32,1267,-83], +[32,842,-83], +[32,646,-83], +[32,785,-83], +[32,768,-83], +[32,772,-83], +[32,781,-83], +[32,1159,-83], +[32,1139,-83], +[32,1145,-83], +[32,1203,-83], +[32,1153,-83], +[32,632,-83], +[32,648,-83], +[32,645,-83], +[32,710,-83], +[32,798,-83], +[32,769,-83], +[32,782,-83], +[32,816,-83], +[32,770,-83], +[32,896,-83], +[32,894,-83], +[32,897,-83], +[32,1170,-83], +[32,1143,-83], +[32,1167,-83], +[32,1144,-83], +[32,895,-83], +[32,1192,-83], +[32,888,-83], +[12,761,-83], +[12,1161,-83], +[12,713,-83], +[12,1200,-83], +[12,701,-83], +[12,886,-83], +[12,630,-83], +[12,766,-83], +[12,1156,-83], +[12,1136,-83], +[12,1267,-83], +[12,842,-83], +[12,646,-83], +[12,785,-83], +[12,768,-83], +[12,772,-83], +[12,781,-83], +[12,1159,-83], +[12,1139,-83], +[12,1145,-83], +[12,1203,-83], +[12,1153,-83], +[12,632,-83], +[12,648,-83], +[12,645,-83], +[12,710,-83], +[12,798,-83], +[12,769,-83], +[12,782,-83], +[12,816,-83], +[12,770,-83], +[12,896,-83], +[12,894,-83], +[12,897,-83], +[12,1170,-83], +[12,1143,-83], +[12,1167,-83], +[12,1144,-83], +[12,895,-83], +[12,1192,-83], +[12,888,-83], +[1015,779,-70], +[1015,784,-70], +[1428,3077,-14], +[791,3080,-137], +[791,3053,-137], +[791,3081,-137], +[791,3084,-137], +[791,3083,-137], +[791,3090,-137], +[872,3080,-137], +[872,3053,-137], +[872,3081,-137], +[872,3084,-137], +[872,3083,-137], +[872,3090,-137], +[1187,3080,-137], +[1187,3053,-137], +[1187,3081,-137], +[1187,3084,-137], +[1187,3083,-137], +[1187,3090,-137], +[1372,3080,-137], +[1372,3053,-137], +[1372,3081,-137], +[1372,3084,-137], +[1372,3083,-137], +[1372,3090,-137], +[1440,3080,-137], +[1440,3053,-137], +[1440,3081,-137], +[1440,3084,-137], +[1440,3083,-137], +[1440,3090,-137], +[1386,3080,-137], +[1386,3053,-137], +[1386,3081,-137], +[1386,3084,-137], +[1386,3083,-137], +[1386,3090,-137], +[1254,3080,-137], +[1254,3053,-137], +[1254,3081,-137], +[1254,3084,-137], +[1254,3083,-137], +[1254,3090,-137], +[3119,3080,-137], +[3119,3053,-137], +[3119,3081,-137], +[3119,3084,-137], +[3119,3083,-137], +[3119,3090,-137], +[881,3080,-137], +[881,3053,-137], +[881,3081,-137], +[881,3084,-137], +[881,3083,-137], +[881,3090,-137], +[1118,3080,-137], +[1118,3053,-137], +[1118,3081,-137], +[1118,3084,-137], +[1118,3083,-137], +[1118,3090,-137], +[828,3080,-137], +[828,3053,-137], +[828,3081,-137], +[828,3084,-137], +[828,3083,-137], +[828,3090,-137], +[1093,3080,-137], +[1093,3053,-137], +[1093,3081,-137], +[1093,3084,-137], +[1093,3083,-137], +[1093,3090,-137], +[1218,3080,-137], +[1218,3053,-137], +[1218,3081,-137], +[1218,3084,-137], +[1218,3083,-137], +[1218,3090,-137], +[1222,3080,-137], +[1222,3053,-137], +[1222,3081,-137], +[1222,3084,-137], +[1222,3083,-137], +[1222,3090,-137], +[1487,3080,-137], +[1487,3053,-137], +[1487,3081,-137], +[1487,3084,-137], +[1487,3083,-137], +[1487,3090,-137], +[132,1302,-359], +[904,832,-14], +[900,832,-14], +[1411,818,-70], +[410,0,-205], +[410,25,-205], +[410,4,-205], +[410,13,-205], +[410,37,-205], +[410,20,-205], +[410,34,-205], +[410,35,-205], +[410,31,-205], +[410,5,-205], +[410,32,-205], +[410,12,-205], +[412,0,-205], +[412,25,-205], +[412,4,-205], +[412,13,-205], +[412,37,-205], +[412,20,-205], +[412,34,-205], +[412,35,-205], +[412,31,-205], +[412,5,-205], +[412,32,-205], +[412,12,-205], +[413,0,-205], +[413,25,-205], +[413,4,-205], +[413,13,-205], +[413,37,-205], +[413,20,-205], +[413,34,-205], +[413,35,-205], +[413,31,-205], +[413,5,-205], +[413,32,-205], +[413,12,-205], +[414,0,-205], +[414,25,-205], +[414,4,-205], +[414,13,-205], +[414,37,-205], +[414,20,-205], +[414,34,-205], +[414,35,-205], +[414,31,-205], +[414,5,-205], +[414,32,-205], +[414,12,-205], +[418,0,-205], +[418,25,-205], +[418,4,-205], +[418,13,-205], +[418,37,-205], +[418,20,-205], +[418,34,-205], +[418,35,-205], +[418,31,-205], +[418,5,-205], +[418,32,-205], +[418,12,-205], +[206,1050,-82], +[73,1050,-82], +[125,0,-256], +[125,25,-256], +[125,4,-256], +[125,13,-256], +[125,37,-256], +[125,20,-256], +[125,34,-256], +[125,35,-256], +[125,31,-256], +[125,5,-256], +[125,32,-256], +[125,12,-256], +[125,589,27], +[1198,540,-110], +[703,540,-110], +[1199,540,-110], +[704,540,-110], +[1297,540,-110], +[1469,540,-110], +[998,540,-110], +[1129,540,-110], +[1132,485,-29], +[956,507,-54], +[1249,507,-54], +[740,507,-54], +[1090,507,-54], +[330,990,-69], +[288,856,68], +[927,1278,-233], +[927,1281,-233], +[929,1278,-233], +[929,1281,-233], +[923,1366,-206], +[856,186,-166], +[856,187,-166], +[259,797,-138], +[259,679,-138], +[259,1229,-138], +[259,1230,-138], +[589,295,-109], +[368,1406,-83], +[368,1414,-83], +[1099,537,-28], +[344,332,-150], +[344,335,-150], +[510,1059,-235], +[510,795,-235], +[259,572,-42], +[537,1277,-27], +[537,1284,-27], +[928,0,-96], +[928,25,-96], +[928,4,-96], +[928,13,-96], +[928,37,-96], +[928,20,-96], +[928,34,-96], +[928,35,-96], +[928,31,-96], +[928,5,-96], +[928,32,-96], +[928,12,-96], +[926,0,-96], +[926,25,-96], +[926,4,-96], +[926,13,-96], +[926,37,-96], +[926,20,-96], +[926,34,-96], +[926,35,-96], +[926,31,-96], +[926,5,-96], +[926,32,-96], +[926,12,-96], +[990,882,124], +[990,1373,124], +[990,1488,124], +[990,1388,124], +[990,792,124], +[990,1190,124], +[990,1095,124], +[990,1223,124], +[990,829,124], +[990,1256,124], +[990,1219,124], +[990,873,124], +[990,3120,124], +[990,1120,124], +[990,1441,124], +[1509,1113,40], +[3074,3115,-28], +[3074,3117,-28], +[3074,1381,-28], +[3074,1382,-28], +[3074,1385,-28], +[406,1481,-27], +[990,3077,-28], +[259,1126,-42], +[259,924,-42], +[259,1251,-42], +[259,547,-42], +[259,1051,-42], +[259,826,-42], +[259,986,-42], +[956,427,-70], +[956,428,-70], +[956,432,-70], +[956,430,-70], +[1249,427,-70], +[1249,428,-70], +[1249,432,-70], +[1249,430,-70], +[740,427,-70], +[740,428,-70], +[740,432,-70], +[740,430,-70], +[1090,427,-70], +[1090,428,-70], +[1090,432,-70], +[1090,430,-70], +[537,1050,-111], +[674,295,-165], +[1364,295,-165], +[344,295,-150], +[1012,1063,-192], +[1022,1063,-192], +[1021,1063,-192], +[45,1,-56], +[45,2,-56], +[45,3,-56], +[50,1,-56], +[50,2,-56], +[50,3,-56], +[48,1,-56], +[48,2,-56], +[48,3,-56], +[52,1,-56], +[52,2,-56], +[52,3,-56], +[49,1,-56], +[49,2,-56], +[49,3,-56], +[779,1277,-68], +[779,1284,-68], +[330,578,-96], +[1229,1113,-32], +[928,186,-55], +[928,187,-55], +[926,186,-55], +[926,187,-55], +[923,501,-56], +[889,206,-192], +[889,73,-192], +[295,1390,-192], +[927,1366,-137], +[929,1366,-137], +[674,332,-109], +[674,335,-109], +[1364,332,-109], +[1364,335,-109], +[410,314,-29], +[410,315,-29], +[410,324,-29], +[410,320,-29], +[410,318,-29], +[412,314,-29], +[412,315,-29], +[412,324,-29], +[412,320,-29], +[412,318,-29], +[413,314,-29], +[413,315,-29], +[413,324,-29], +[413,320,-29], +[413,318,-29], +[414,314,-29], +[414,315,-29], +[414,324,-29], +[414,320,-29], +[414,318,-29], +[418,314,-29], +[418,315,-29], +[418,324,-29], +[418,320,-29], +[418,318,-29], +[1378,1050,-68], +[1509,956,-41], +[1509,1249,-41], +[1509,1090,-41], +[1509,740,-41], +[1509,1438,41], +[511,1181,-84], +[1481,1173,-15], +[1037,889,-152], +[1522,951,-40], +[0,395,-180], +[25,395,-180], +[4,395,-180], +[13,395,-180], +[37,395,-180], +[20,395,-180], +[34,395,-180], +[35,395,-180], +[31,395,-180], +[5,395,-180], +[32,395,-180], +[12,395,-180], +[876,427,-15], +[876,428,-15], +[876,432,-15], +[876,430,-15], +[368,856,-40], +[710,1135,54], +[710,63,54], +[710,148,54], +[710,203,54], +[710,288,54], +[710,158,54], +[710,188,54], +[710,1012,54], +[710,167,54], +[710,153,54], +[710,38,54], +[710,125,54], +[710,222,54], +[710,299,54], +[710,79,54], +[710,184,54], +[710,81,54], +[710,344,54], +[710,217,54], +[710,97,54], +[710,82,54], +[710,86,54], +[710,94,54], +[710,172,54], +[710,160,54], +[710,164,54], +[710,166,54], +[710,234,54], +[710,67,54], +[710,101,54], +[710,83,54], +[710,95,54], +[710,108,54], +[710,84,54], +[710,154,54], +[710,183,54], +[710,175,54], +[710,162,54], +[710,177,54], +[710,169,54], +[710,196,54], +[710,205,54], +[710,209,54], +[710,207,54], +[710,224,54], +[710,227,54], +[710,225,54], +[710,300,54], +[710,302,54], +[710,301,54], +[710,163,54], +[710,195,54], +[1043,1135,54], +[1043,63,54], +[1043,148,54], +[1043,203,54], +[1043,288,54], +[1043,158,54], +[1043,188,54], +[1043,1012,54], +[1043,167,54], +[1043,153,54], +[1043,38,54], +[1043,125,54], +[1043,222,54], +[1043,299,54], +[1043,79,54], +[1043,184,54], +[1043,81,54], +[1043,344,54], +[1043,217,54], +[1043,97,54], +[1043,82,54], +[1043,86,54], +[1043,94,54], +[1043,172,54], +[1043,160,54], +[1043,164,54], +[1043,166,54], +[1043,234,54], +[1043,67,54], +[1043,101,54], +[1043,83,54], +[1043,95,54], +[1043,108,54], +[1043,84,54], +[1043,154,54], +[1043,183,54], +[1043,175,54], +[1043,162,54], +[1043,177,54], +[1043,169,54], +[1043,196,54], +[1043,205,54], +[1043,209,54], +[1043,207,54], +[1043,224,54], +[1043,227,54], +[1043,225,54], +[1043,300,54], +[1043,302,54], +[1043,301,54], +[1043,163,54], +[1043,195,54], +[1050,504,-82], +[956,1411,-56], +[1249,1411,-56], +[740,1411,-56], +[1090,1411,-56], +[1278,964,-55], +[1281,964,-55], +[1266,867,44], +[1198,406,-28], +[703,406,-28], +[1199,406,-28], +[704,406,-28], +[1297,406,-28], +[1469,406,-28], +[998,406,-28], +[1129,406,-28], +[132,1037,-96], +[334,1277,-331], +[334,1284,-331], +[188,1276,-27], +[188,1285,-27], +[196,1276,-27], +[196,1285,-27], +[195,1276,-27], +[195,1285,-27], +[406,571,-42], +[406,577,-42], +[406,718,-42], +[498,520,-138], +[498,511,-138], +[540,410,-205], +[540,412,-205], +[540,413,-205], +[540,414,-205], +[540,418,-205], +[1283,818,-178], +[1280,818,-178], +[1259,818,-178], +[1522,1278,-111], +[1522,1281,-111], +[1343,1406,-14], +[1343,1414,-14], +[1345,1406,-14], +[1345,1414,-14], +[1355,1406,-14], +[1355,1414,-14], +[1350,1406,-14], +[1350,1414,-14], +[1348,1406,-14], +[1348,1414,-14], +[1509,410,40], +[1509,412,40], +[1509,413,40], +[1509,414,40], +[1509,418,40], +[334,1126,-96], +[334,924,-96], +[334,1251,-96], +[334,547,-96], +[334,1051,-96], +[334,826,-96], +[1283,850,-83], +[1280,850,-83], +[1259,850,-83], +[928,3115,-27], +[928,3117,-27], +[928,1381,-27], +[928,1382,-27], +[928,1385,-27], +[926,3115,-27], +[926,3117,-27], +[926,1381,-27], +[926,1382,-27], +[926,1385,-27], +[3077,206,-41], +[3077,73,-41], +[1366,1382,-160], +[1278,482,-138], +[1281,482,-138], +[928,332,-138], +[928,335,-138], +[926,332,-138], +[926,335,-138], +[498,717,-29], +[1132,518,-68], +[1132,489,-68], +[485,1132,-29], +[1522,507,-110], +[3080,540,-68], +[3053,540,-68], +[3081,540,-68], +[3084,540,-68], +[3083,540,-68], +[3090,540,-68], +[578,332,-96], +[334,797,-205], +[334,679,-205], +[334,1229,-205], +[334,1230,-205], +[589,410,-109], +[589,412,-109], +[589,413,-109], +[589,414,-109], +[589,418,-109], +[410,985,-96], +[412,985,-96], +[413,985,-96], +[414,985,-96], +[418,985,-96], +[410,1063,-137], +[412,1063,-137], +[413,1063,-137], +[414,1063,-137], +[418,1063,-137], +[571,717,-41], +[577,717,-41], +[718,717,-41], +[497,2489,-29], +[259,858,-41], +[597,657,-29], +[832,657,-29], +[1001,657,-29], +[784,657,-29], +[856,956,-70], +[856,1249,-70], +[856,1090,-70], +[856,740,-70], +[513,518,-28], +[513,489,-28], +[990,1063,-96], +[510,1277,-412], +[510,1284,-412], +[485,1113,-41], +[722,295,-235], +[1237,295,-235], +[1302,295,-235], +[485,1424,-70], +[282,929,-40], +[282,927,-40], +[63,929,-40], +[63,927,-40], +[297,929,-40], +[297,927,-40], +[236,929,-40], +[236,927,-40], +[117,929,-40], +[117,927,-40], +[257,929,-40], +[257,927,-40], +[241,929,-40], +[241,927,-40], +[247,929,-40], +[247,927,-40], +[285,929,-40], +[285,927,-40], +[254,929,-40], +[254,927,-40], +[67,929,-40], +[67,927,-40], +[267,929,-40], +[267,927,-40], +[245,929,-40], +[245,927,-40], +[265,929,-40], +[265,927,-40], +[246,929,-40], +[246,927,-40], +[277,929,-40], +[277,927,-40], +[1173,1302,-13], +[410,787,-68], +[412,787,-68], +[413,787,-68], +[414,787,-68], +[418,787,-68], +[282,1198,-15], +[282,703,-15], +[282,1199,-15], +[282,704,-15], +[282,1297,-15], +[282,1469,-15], +[282,998,-15], +[282,1129,-15], +[63,1198,-15], +[63,703,-15], +[63,1199,-15], +[63,704,-15], +[63,1297,-15], +[63,1469,-15], +[63,998,-15], +[63,1129,-15], +[297,1198,-15], +[297,703,-15], +[297,1199,-15], +[297,704,-15], +[297,1297,-15], +[297,1469,-15], +[297,998,-15], +[297,1129,-15], +[236,1198,-15], +[236,703,-15], +[236,1199,-15], +[236,704,-15], +[236,1297,-15], +[236,1469,-15], +[236,998,-15], +[236,1129,-15], +[117,1198,-15], +[117,703,-15], +[117,1199,-15], +[117,704,-15], +[117,1297,-15], +[117,1469,-15], +[117,998,-15], +[117,1129,-15], +[257,1198,-15], +[257,703,-15], +[257,1199,-15], +[257,704,-15], +[257,1297,-15], +[257,1469,-15], +[257,998,-15], +[257,1129,-15], +[241,1198,-15], +[241,703,-15], +[241,1199,-15], +[241,704,-15], +[241,1297,-15], +[241,1469,-15], +[241,998,-15], +[241,1129,-15], +[247,1198,-15], +[247,703,-15], +[247,1199,-15], +[247,704,-15], +[247,1297,-15], +[247,1469,-15], +[247,998,-15], +[247,1129,-15], +[285,1198,-15], +[285,703,-15], +[285,1199,-15], +[285,704,-15], +[285,1297,-15], +[285,1469,-15], +[285,998,-15], +[285,1129,-15], +[254,1198,-15], +[254,703,-15], +[254,1199,-15], +[254,704,-15], +[254,1297,-15], +[254,1469,-15], +[254,998,-15], +[254,1129,-15], +[67,1198,-15], +[67,703,-15], +[67,1199,-15], +[67,704,-15], +[67,1297,-15], +[67,1469,-15], +[67,998,-15], +[67,1129,-15], +[267,1198,-15], +[267,703,-15], +[267,1199,-15], +[267,704,-15], +[267,1297,-15], +[267,1469,-15], +[267,998,-15], +[267,1129,-15], +[245,1198,-15], +[245,703,-15], +[245,1199,-15], +[245,704,-15], +[245,1297,-15], +[245,1469,-15], +[245,998,-15], +[245,1129,-15], +[265,1198,-15], +[265,703,-15], +[265,1199,-15], +[265,704,-15], +[265,1297,-15], +[265,1469,-15], +[265,998,-15], +[265,1129,-15], +[246,1198,-15], +[246,703,-15], +[246,1199,-15], +[246,704,-15], +[246,1297,-15], +[246,1469,-15], +[246,998,-15], +[246,1129,-15], +[277,1198,-15], +[277,703,-15], +[277,1199,-15], +[277,704,-15], +[277,1297,-15], +[277,1469,-15], +[277,998,-15], +[277,1129,-15], +[1198,186,-206], +[1198,187,-206], +[703,186,-206], +[703,187,-206], +[1199,186,-206], +[1199,187,-206], +[704,186,-206], +[704,187,-206], +[1297,186,-206], +[1297,187,-206], +[1469,186,-206], +[1469,187,-206], +[998,186,-206], +[998,187,-206], +[1129,186,-206], +[1129,187,-206], +[510,929,-137], +[510,927,-137], +[1161,1406,69], +[1161,1414,69], +[956,3080,-29], +[956,3053,-29], +[956,3081,-29], +[956,3084,-29], +[956,3083,-29], +[956,3090,-29], +[1249,3080,-29], +[1249,3053,-29], +[1249,3081,-29], +[1249,3084,-29], +[1249,3083,-29], +[1249,3090,-29], +[740,3080,-29], +[740,3053,-29], +[740,3081,-29], +[740,3084,-29], +[740,3083,-29], +[740,3090,-29], +[1090,3080,-29], +[1090,3053,-29], +[1090,3081,-29], +[1090,3084,-29], +[1090,3083,-29], +[1090,3090,-29], +[875,1421,-29], +[1522,787,-125], +[259,761,-40], +[259,1161,-40], +[259,713,-40], +[259,1200,-40], +[259,701,-40], +[259,886,-40], +[259,630,-40], +[259,766,-40], +[259,1156,-40], +[259,1136,-40], +[259,1267,-40], +[259,842,-40], +[259,646,-40], +[259,785,-40], +[259,768,-40], +[259,772,-40], +[259,781,-40], +[259,1159,-40], +[259,1139,-40], +[259,1145,-40], +[259,1203,-40], +[259,1153,-40], +[259,632,-40], +[259,648,-40], +[259,645,-40], +[259,710,-40], +[259,798,-40], +[259,769,-40], +[259,782,-40], +[259,816,-40], +[259,770,-40], +[259,896,-40], +[259,894,-40], +[259,897,-40], +[259,1170,-40], +[259,1143,-40], +[259,1167,-40], +[259,1144,-40], +[259,895,-40], +[259,1192,-40], +[259,888,-40], +[259,692,-40], +[589,752,82], +[589,1004,82], +[589,1006,82], +[332,475,-205], +[332,441,-205], +[332,533,-205], +[332,444,-205], +[332,454,-205], +[332,582,-205], +[332,470,-205], +[332,550,-205], +[332,551,-205], +[332,539,-205], +[332,445,-205], +[332,544,-205], +[332,476,-205], +[332,452,-205], +[332,477,-205], +[335,475,-205], +[335,441,-205], +[335,533,-205], +[335,444,-205], +[335,454,-205], +[335,582,-205], +[335,470,-205], +[335,550,-205], +[335,551,-205], +[335,539,-205], +[335,445,-205], +[335,544,-205], +[335,476,-205], +[335,452,-205], +[335,477,-205], +[1181,1277,-123], +[1181,1284,-123], +[399,1277,-304], +[399,1284,-304], +[401,1277,-304], +[401,1284,-304], +[405,1277,-304], +[405,1284,-304], +[400,1277,-304], +[400,1284,-304], +[402,1277,-304], +[402,1284,-304], +[1286,797,-179], +[1286,679,-179], +[1286,1229,-179], +[1286,1230,-179], +[1287,797,-179], +[1287,679,-179], +[1287,1229,-179], +[1287,1230,-179], +[1290,797,-179], +[1290,679,-179], +[1290,1229,-179], +[1290,1230,-179], +[1289,797,-179], +[1289,679,-179], +[1289,1229,-179], +[1289,1230,-179], +[342,3077,-13], +[292,3077,-13], +[1278,1,-262], +[1278,2,-262], +[1278,3,-262], +[1281,1,-262], +[1281,2,-262], +[1281,3,-262], +[399,1522,-221], +[401,1522,-221], +[405,1522,-221], +[400,1522,-221], +[402,1522,-221], +[710,399,125], +[710,401,125], +[710,405,125], +[710,400,125], +[710,402,125], +[1043,399,125], +[1043,401,125], +[1043,405,125], +[1043,400,125], +[1043,402,125], +[299,1406,70], +[299,1414,70], +[300,1406,70], +[300,1414,70], +[302,1406,70], +[302,1414,70], +[301,1406,70], +[301,1414,70], +[479,3125,-28], +[1283,779,-68], +[1283,784,-68], +[1280,779,-68], +[1280,784,-68], +[1259,779,-68], +[1259,784,-68], +[1198,259,-15], +[1198,238,-15], +[1198,282,-15], +[1198,45,-15], +[1198,129,-15], +[1198,236,-15], +[1198,297,-15], +[1198,50,-15], +[1198,257,-15], +[1198,241,-15], +[1198,247,-15], +[1198,285,-15], +[1198,254,-15], +[1198,48,-15], +[1198,52,-15], +[1198,49,-15], +[1198,137,-15], +[1198,135,-15], +[1198,138,-15], +[1198,267,-15], +[1198,245,-15], +[1198,265,-15], +[1198,246,-15], +[1198,136,-15], +[1198,277,-15], +[1198,131,-15], +[703,259,-15], +[703,238,-15], +[703,282,-15], +[703,45,-15], +[703,129,-15], +[703,236,-15], +[703,297,-15], +[703,50,-15], +[703,257,-15], +[703,241,-15], +[703,247,-15], +[703,285,-15], +[703,254,-15], +[703,48,-15], +[703,52,-15], +[703,49,-15], +[703,137,-15], +[703,135,-15], +[703,138,-15], +[703,267,-15], +[703,245,-15], +[703,265,-15], +[703,246,-15], +[703,136,-15], +[703,277,-15], +[703,131,-15], +[1199,259,-15], +[1199,238,-15], +[1199,282,-15], +[1199,45,-15], +[1199,129,-15], +[1199,236,-15], +[1199,297,-15], +[1199,50,-15], +[1199,257,-15], +[1199,241,-15], +[1199,247,-15], +[1199,285,-15], +[1199,254,-15], +[1199,48,-15], +[1199,52,-15], +[1199,49,-15], +[1199,137,-15], +[1199,135,-15], +[1199,138,-15], +[1199,267,-15], +[1199,245,-15], +[1199,265,-15], +[1199,246,-15], +[1199,136,-15], +[1199,277,-15], +[1199,131,-15], +[704,259,-15], +[704,238,-15], +[704,282,-15], +[704,45,-15], +[704,129,-15], +[704,236,-15], +[704,297,-15], +[704,50,-15], +[704,257,-15], +[704,241,-15], +[704,247,-15], +[704,285,-15], +[704,254,-15], +[704,48,-15], +[704,52,-15], +[704,49,-15], +[704,137,-15], +[704,135,-15], +[704,138,-15], +[704,267,-15], +[704,245,-15], +[704,265,-15], +[704,246,-15], +[704,136,-15], +[704,277,-15], +[704,131,-15], +[1297,259,-15], +[1297,238,-15], +[1297,282,-15], +[1297,45,-15], +[1297,129,-15], +[1297,236,-15], +[1297,297,-15], +[1297,50,-15], +[1297,257,-15], +[1297,241,-15], +[1297,247,-15], +[1297,285,-15], +[1297,254,-15], +[1297,48,-15], +[1297,52,-15], +[1297,49,-15], +[1297,137,-15], +[1297,135,-15], +[1297,138,-15], +[1297,267,-15], +[1297,245,-15], +[1297,265,-15], +[1297,246,-15], +[1297,136,-15], +[1297,277,-15], +[1297,131,-15], +[1469,259,-15], +[1469,238,-15], +[1469,282,-15], +[1469,45,-15], +[1469,129,-15], +[1469,236,-15], +[1469,297,-15], +[1469,50,-15], +[1469,257,-15], +[1469,241,-15], +[1469,247,-15], +[1469,285,-15], +[1469,254,-15], +[1469,48,-15], +[1469,52,-15], +[1469,49,-15], +[1469,137,-15], +[1469,135,-15], +[1469,138,-15], +[1469,267,-15], +[1469,245,-15], +[1469,265,-15], +[1469,246,-15], +[1469,136,-15], +[1469,277,-15], +[1469,131,-15], +[998,259,-15], +[998,238,-15], +[998,282,-15], +[998,45,-15], +[998,129,-15], +[998,236,-15], +[998,297,-15], +[998,50,-15], +[998,257,-15], +[998,241,-15], +[998,247,-15], +[998,285,-15], +[998,254,-15], +[998,48,-15], +[998,52,-15], +[998,49,-15], +[998,137,-15], +[998,135,-15], +[998,138,-15], +[998,267,-15], +[998,245,-15], +[998,265,-15], +[998,246,-15], +[998,136,-15], +[998,277,-15], +[998,131,-15], +[1129,259,-15], +[1129,238,-15], +[1129,282,-15], +[1129,45,-15], +[1129,129,-15], +[1129,236,-15], +[1129,297,-15], +[1129,50,-15], +[1129,257,-15], +[1129,241,-15], +[1129,247,-15], +[1129,285,-15], +[1129,254,-15], +[1129,48,-15], +[1129,52,-15], +[1129,49,-15], +[1129,137,-15], +[1129,135,-15], +[1129,138,-15], +[1129,267,-15], +[1129,245,-15], +[1129,265,-15], +[1129,246,-15], +[1129,136,-15], +[1129,277,-15], +[1129,131,-15], +[342,295,-42], +[292,295,-42], +[485,520,-69], +[485,511,-69], +[580,3080,-42], +[580,3053,-42], +[580,3081,-42], +[580,3084,-42], +[580,3083,-42], +[580,3090,-42], +[3062,186,-152], +[3062,187,-152], +[3064,186,-152], +[3064,187,-152], +[3068,186,-152], +[3068,187,-152], +[3063,186,-152], +[3063,187,-152], +[3065,186,-152], +[3065,187,-152], +[332,1522,-150], +[335,1522,-150], +[299,410,-54], +[299,412,-54], +[299,413,-54], +[299,414,-54], +[299,418,-54], +[300,410,-54], +[300,412,-54], +[300,413,-54], +[300,414,-54], +[300,418,-54], +[302,410,-54], +[302,412,-54], +[302,413,-54], +[302,414,-54], +[302,418,-54], +[301,410,-54], +[301,412,-54], +[301,413,-54], +[301,414,-54], +[301,418,-54], +[151,571,69], +[151,577,69], +[151,718,69], +[1366,342,-28], +[1366,292,-28], +[132,537,-357], +[510,518,-110], +[510,489,-110], +[368,985,-165], +[1277,334,-274], +[1284,334,-274], +[904,926,-109], +[904,928,-109], +[900,926,-109], +[900,928,-109], +[282,410,-96], +[282,412,-96], +[282,413,-96], +[282,414,-96], +[282,418,-96], +[63,410,-96], +[63,412,-96], +[63,413,-96], +[63,414,-96], +[63,418,-96], +[297,410,-96], +[297,412,-96], +[297,413,-96], +[297,414,-96], +[297,418,-96], +[236,410,-96], +[236,412,-96], +[236,413,-96], +[236,414,-96], +[236,418,-96], +[117,410,-96], +[117,412,-96], +[117,413,-96], +[117,414,-96], +[117,418,-96], +[257,410,-96], +[257,412,-96], +[257,413,-96], +[257,414,-96], +[257,418,-96], +[241,410,-96], +[241,412,-96], +[241,413,-96], +[241,414,-96], +[241,418,-96], +[247,410,-96], +[247,412,-96], +[247,413,-96], +[247,414,-96], +[247,418,-96], +[285,410,-96], +[285,412,-96], +[285,413,-96], +[285,414,-96], +[285,418,-96], +[254,410,-96], +[254,412,-96], +[254,413,-96], +[254,414,-96], +[254,418,-96], +[67,410,-96], +[67,412,-96], +[67,413,-96], +[67,414,-96], +[67,418,-96], +[267,410,-96], +[267,412,-96], +[267,413,-96], +[267,414,-96], +[267,418,-96], +[245,410,-96], +[245,412,-96], +[245,413,-96], +[245,414,-96], +[245,418,-96], +[265,410,-96], +[265,412,-96], +[265,413,-96], +[265,414,-96], +[265,418,-96], +[246,410,-96], +[246,412,-96], +[246,413,-96], +[246,414,-96], +[246,418,-96], +[277,410,-96], +[277,412,-96], +[277,413,-96], +[277,414,-96], +[277,418,-96], +[1286,406,-28], +[1287,406,-28], +[1290,406,-28], +[1289,406,-28], +[1277,504,-138], +[1284,504,-138], +[904,717,-54], +[900,717,-54], +[410,1113,-28], +[412,1113,-28], +[413,1113,-28], +[414,1113,-28], +[418,1113,-28], +[1509,1181,96], +[1366,1132,-151], +[203,368,-68], +[203,350,-68], +[203,366,-68], +[203,352,-68], +[203,355,-68], +[203,358,-68], +[203,392,-68], +[203,378,-68], +[203,353,-68], +[203,389,-68], +[203,374,-68], +[203,381,-68], +[203,354,-68], +[205,368,-68], +[205,350,-68], +[205,366,-68], +[205,352,-68], +[205,355,-68], +[205,358,-68], +[205,392,-68], +[205,378,-68], +[205,353,-68], +[205,389,-68], +[205,374,-68], +[205,381,-68], +[205,354,-68], +[209,368,-68], +[209,350,-68], +[209,366,-68], +[209,352,-68], +[209,355,-68], +[209,358,-68], +[209,392,-68], +[209,378,-68], +[209,353,-68], +[209,389,-68], +[209,374,-68], +[209,381,-68], +[209,354,-68], +[207,368,-68], +[207,350,-68], +[207,366,-68], +[207,352,-68], +[207,355,-68], +[207,358,-68], +[207,392,-68], +[207,378,-68], +[207,353,-68], +[207,389,-68], +[207,374,-68], +[207,381,-68], +[207,354,-68], +[882,1242,96], +[1373,1242,96], +[1488,1242,96], +[1388,1242,96], +[792,1242,96], +[1190,1242,96], +[1441,1242,96], +[1120,1242,96], +[1223,1242,96], +[873,1242,96], +[1219,1242,96], +[1256,1242,96], +[3120,1242,96], +[1095,1242,96], +[829,1242,96], +[1278,540,-166], +[1281,540,-166], +[520,934,-28], +[259,751,-40], +[1230,3115,-110], +[904,1522,-137], +[900,1522,-137], +[1406,332,-96], +[1406,335,-96], +[1414,332,-96], +[1414,335,-96], +[485,540,-40], +[342,1390,-109], +[292,1390,-109], +[1099,1428,-41], +[125,1126,-42], +[125,924,-42], +[125,1251,-42], +[125,547,-42], +[125,1051,-42], +[125,826,-42], +[342,840,-29], +[292,840,-29], +[410,1126,-261], +[410,924,-261], +[410,1251,-261], +[410,547,-261], +[410,1051,-261], +[410,826,-261], +[412,1126,-261], +[412,924,-261], +[412,1251,-261], +[412,547,-261], +[412,1051,-261], +[412,826,-261], +[413,1126,-261], +[413,924,-261], +[413,1251,-261], +[413,547,-261], +[413,1051,-261], +[413,826,-261], +[414,1126,-261], +[414,924,-261], +[414,1251,-261], +[414,547,-261], +[414,1051,-261], +[414,826,-261], +[418,1126,-261], +[418,924,-261], +[418,1251,-261], +[418,547,-261], +[418,1051,-261], +[418,826,-261], +[571,3115,-29], +[571,3117,-29], +[571,1381,-29], +[571,1382,-29], +[571,1385,-29], +[577,3115,-29], +[577,3117,-29], +[577,1381,-29], +[577,1382,-29], +[577,1385,-29], +[718,3115,-29], +[718,3117,-29], +[718,1381,-29], +[718,1382,-29], +[718,1385,-29], +[791,889,-139], +[872,889,-139], +[1187,889,-139], +[1372,889,-139], +[1440,889,-139], +[1386,889,-139], +[1254,889,-139], +[3119,889,-139], +[881,889,-139], +[1118,889,-139], +[828,889,-139], +[1093,889,-139], +[1218,889,-139], +[1222,889,-139], +[1487,889,-139], +[3080,1126,-110], +[3080,924,-110], +[3080,1251,-110], +[3080,547,-110], +[3080,1051,-110], +[3080,826,-110], +[3053,1126,-110], +[3053,924,-110], +[3053,1251,-110], +[3053,547,-110], +[3053,1051,-110], +[3053,826,-110], +[3081,1126,-110], +[3081,924,-110], +[3081,1251,-110], +[3081,547,-110], +[3081,1051,-110], +[3081,826,-110], +[3084,1126,-110], +[3084,924,-110], +[3084,1251,-110], +[3084,547,-110], +[3084,1051,-110], +[3084,826,-110], +[3083,1126,-110], +[3083,924,-110], +[3083,1251,-110], +[3083,547,-110], +[3083,1051,-110], +[3083,826,-110], +[3090,1126,-110], +[3090,924,-110], +[3090,1251,-110], +[3090,547,-110], +[3090,1051,-110], +[3090,826,-110], +[395,475,-139], +[395,441,-139], +[395,533,-139], +[395,444,-139], +[395,454,-139], +[395,582,-139], +[395,470,-139], +[395,550,-139], +[395,551,-139], +[395,539,-139], +[395,445,-139], +[395,544,-139], +[395,476,-139], +[395,452,-139], +[395,477,-139], +[399,956,-139], +[399,1249,-139], +[399,1090,-139], +[399,740,-139], +[401,956,-139], +[401,1249,-139], +[401,1090,-139], +[401,740,-139], +[405,956,-139], +[405,1249,-139], +[405,1090,-139], +[405,740,-139], +[400,956,-139], +[400,1249,-139], +[400,1090,-139], +[400,740,-139], +[402,956,-139], +[402,1249,-139], +[402,1090,-139], +[402,740,-139], +[203,926,-165], +[203,928,-165], +[205,926,-165], +[205,928,-165], +[209,926,-165], +[209,928,-165], +[207,926,-165], +[207,928,-165], +[282,1277,-109], +[282,1284,-109], +[63,1277,-109], +[63,1284,-109], +[297,1277,-109], +[297,1284,-109], +[236,1277,-109], +[236,1284,-109], +[117,1277,-109], +[117,1284,-109], +[257,1277,-109], +[257,1284,-109], +[241,1277,-109], +[241,1284,-109], +[247,1277,-109], +[247,1284,-109], +[285,1277,-109], +[285,1284,-109], +[254,1277,-109], +[254,1284,-109], +[67,1277,-109], +[67,1284,-109], +[267,1277,-109], +[267,1284,-109], +[245,1277,-109], +[245,1284,-109], +[265,1277,-109], +[265,1284,-109], +[246,1277,-109], +[246,1284,-109], +[277,1277,-109], +[277,1284,-109], +[889,990,-69], +[889,295,-27], +[299,856,28], +[300,856,28], +[302,856,28], +[301,856,28], +[475,0,-54], +[475,25,-54], +[475,4,-54], +[475,13,-54], +[475,37,-54], +[475,20,-54], +[475,34,-54], +[475,35,-54], +[475,31,-54], +[475,5,-54], +[475,32,-54], +[475,12,-54], +[766,0,-54], +[766,25,-54], +[766,4,-54], +[766,13,-54], +[766,37,-54], +[766,20,-54], +[766,34,-54], +[766,35,-54], +[766,31,-54], +[766,5,-54], +[766,32,-54], +[766,12,-54], +[1156,0,-54], +[1156,25,-54], +[1156,4,-54], +[1156,13,-54], +[1156,37,-54], +[1156,20,-54], +[1156,34,-54], +[1156,35,-54], +[1156,31,-54], +[1156,5,-54], +[1156,32,-54], +[1156,12,-54], +[785,0,-54], +[785,25,-54], +[785,4,-54], +[785,13,-54], +[785,37,-54], +[785,20,-54], +[785,34,-54], +[785,35,-54], +[785,31,-54], +[785,5,-54], +[785,32,-54], +[785,12,-54], +[768,0,-54], +[768,25,-54], +[768,4,-54], +[768,13,-54], +[768,37,-54], +[768,20,-54], +[768,34,-54], +[768,35,-54], +[768,31,-54], +[768,5,-54], +[768,32,-54], +[768,12,-54], +[772,0,-54], +[772,25,-54], +[772,4,-54], +[772,13,-54], +[772,37,-54], +[772,20,-54], +[772,34,-54], +[772,35,-54], +[772,31,-54], +[772,5,-54], +[772,32,-54], +[772,12,-54], +[781,0,-54], +[781,25,-54], +[781,4,-54], +[781,13,-54], +[781,37,-54], +[781,20,-54], +[781,34,-54], +[781,35,-54], +[781,31,-54], +[781,5,-54], +[781,32,-54], +[781,12,-54], +[798,0,-54], +[798,25,-54], +[798,4,-54], +[798,13,-54], +[798,37,-54], +[798,20,-54], +[798,34,-54], +[798,35,-54], +[798,31,-54], +[798,5,-54], +[798,32,-54], +[798,12,-54], +[769,0,-54], +[769,25,-54], +[769,4,-54], +[769,13,-54], +[769,37,-54], +[769,20,-54], +[769,34,-54], +[769,35,-54], +[769,31,-54], +[769,5,-54], +[769,32,-54], +[769,12,-54], +[782,0,-54], +[782,25,-54], +[782,4,-54], +[782,13,-54], +[782,37,-54], +[782,20,-54], +[782,34,-54], +[782,35,-54], +[782,31,-54], +[782,5,-54], +[782,32,-54], +[782,12,-54], +[816,0,-54], +[816,25,-54], +[816,4,-54], +[816,13,-54], +[816,37,-54], +[816,20,-54], +[816,34,-54], +[816,35,-54], +[816,31,-54], +[816,5,-54], +[816,32,-54], +[816,12,-54], +[770,0,-54], +[770,25,-54], +[770,4,-54], +[770,13,-54], +[770,37,-54], +[770,20,-54], +[770,34,-54], +[770,35,-54], +[770,31,-54], +[770,5,-54], +[770,32,-54], +[770,12,-54], +[476,0,-54], +[476,25,-54], +[476,4,-54], +[476,13,-54], +[476,37,-54], +[476,20,-54], +[476,34,-54], +[476,35,-54], +[476,31,-54], +[476,5,-54], +[476,32,-54], +[476,12,-54], +[477,0,-54], +[477,25,-54], +[477,4,-54], +[477,13,-54], +[477,37,-54], +[477,20,-54], +[477,34,-54], +[477,35,-54], +[477,31,-54], +[477,5,-54], +[477,32,-54], +[477,12,-54], +[3115,889,-27], +[3117,889,-27], +[1113,889,-27], +[1114,889,-27], +[1117,889,-27], +[497,520,-41], +[497,511,-41], +[1161,797,-123], +[1161,679,-123], +[1161,1229,-123], +[1161,1230,-123], +[203,1273,-192], +[205,1273,-192], +[209,1273,-192], +[207,1273,-192], +[3062,406,-84], +[3064,406,-84], +[3068,406,-84], +[3063,406,-84], +[3065,406,-84], +[1063,504,-139], +[132,1277,-331], +[132,1284,-331], +[710,1273,82], +[1043,1273,82], +[597,1059,-15], +[597,795,-15], +[832,1059,-15], +[832,795,-15], +[1001,1059,-15], +[1001,795,-15], +[784,1059,-15], +[784,795,-15], +[927,1411,-54], +[929,1411,-54], +[1421,929,-29], +[1421,927,-29], +[1231,410,-138], +[1231,412,-138], +[1231,413,-138], +[1231,414,-138], +[1231,418,-138], +[1228,1283,-180], +[1228,1280,-180], +[1228,1259,-180], +[497,1421,-82], +[513,485,-55], +[1099,1173,-13], +[1286,186,-151], +[1286,187,-151], +[1287,186,-151], +[1287,187,-151], +[1290,186,-151], +[1290,187,-151], +[1289,186,-151], +[1289,187,-151], +[1276,518,-123], +[1276,489,-123], +[1285,518,-123], +[1285,489,-123], +[1522,1262,-40], +[1522,3040,-40], +[3077,1242,-29], +[485,485,-27], +[1037,840,-124], +[1481,295,-28], +[674,1278,-123], +[674,1281,-123], +[1364,1278,-123], +[1364,1281,-123], +[1343,1366,-54], +[1345,1366,-54], +[1355,1366,-54], +[1350,1366,-54], +[1348,1366,-54], +[875,571,-28], +[875,577,-28], +[875,718,-28], +[1173,818,-14], +[608,3123,-29], +[1216,3123,-29], +[604,3123,-29], +[787,1276,-40], +[787,1285,-40], +[1435,1276,-40], +[1435,1285,-40], +[368,1277,-357], +[368,1284,-357], +[3062,797,-206], +[3062,679,-206], +[3062,1229,-206], +[3062,1230,-206], +[3064,797,-206], +[3064,679,-206], +[3064,1229,-206], +[3064,1230,-206], +[3068,797,-206], +[3068,679,-206], +[3068,1229,-206], +[3068,1230,-206], +[3063,797,-206], +[3063,679,-206], +[3063,1229,-206], +[3063,1230,-206], +[3065,797,-206], +[3065,679,-206], +[3065,1229,-206], +[3065,1230,-206], +[1251,399,-178], +[1251,401,-178], +[1251,405,-178], +[1251,400,-178], +[1251,402,-178], +[924,399,-178], +[924,401,-178], +[924,405,-178], +[924,400,-178], +[924,402,-178], +[1126,399,-178], +[1126,401,-178], +[1126,405,-178], +[1126,400,-178], +[1126,402,-178], +[1051,399,-178], +[1051,401,-178], +[1051,405,-178], +[1051,400,-178], +[1051,402,-178], +[547,399,-178], +[547,401,-178], +[547,405,-178], +[547,400,-178], +[547,402,-178], +[826,399,-178], +[826,401,-178], +[826,405,-178], +[826,400,-178], +[826,402,-178], +[537,537,-28], +[2489,1522,-139], +[3080,332,-178], +[3080,335,-178], +[3053,332,-178], +[3053,335,-178], +[3081,332,-178], +[3081,335,-178], +[3084,332,-178], +[3084,335,-178], +[3083,332,-178], +[3083,335,-178], +[3090,332,-178], +[3090,335,-178], +[299,1343,-29], +[299,1345,-29], +[299,1355,-29], +[299,1350,-29], +[299,1348,-29], +[300,1343,-29], +[300,1345,-29], +[300,1355,-29], +[300,1350,-29], +[300,1348,-29], +[302,1343,-29], +[302,1345,-29], +[302,1355,-29], +[302,1350,-29], +[302,1348,-29], +[301,1343,-29], +[301,1345,-29], +[301,1355,-29], +[301,1350,-29], +[301,1348,-29], +[571,151,70], +[577,151,70], +[718,151,70], +[927,295,-249], +[929,295,-249], +[722,206,-82], +[722,73,-82], +[1237,206,-82], +[1237,73,-82], +[1302,206,-82], +[1302,73,-82], +[81,589,56], +[238,589,56], +[97,589,56], +[82,589,56], +[86,589,56], +[94,589,56], +[101,589,56], +[83,589,56], +[95,589,56], +[108,589,56], +[84,589,56], +[125,1231,-14], +[1278,509,-69], +[1281,509,-69], +[510,2489,-84], +[537,889,-56], +[1277,498,-70], +[1284,498,-70], +[791,840,-68], +[872,840,-68], +[1187,840,-68], +[1372,840,-68], +[1440,840,-68], +[1386,840,-68], +[1254,840,-68], +[3119,840,-68], +[881,840,-68], +[1118,840,-68], +[828,840,-68], +[1093,840,-68], +[1218,840,-68], +[1222,840,-68], +[1487,840,-68], +[1366,482,-40], +[1382,406,-13], +[1200,1181,-69], +[586,1181,-69], +[1433,1181,-69], +[1136,1181,-69], +[1210,1181,-69], +[1159,1181,-69], +[1139,1181,-69], +[1145,1181,-69], +[1203,1181,-69], +[1153,1181,-69], +[1170,1181,-69], +[1143,1181,-69], +[1167,1181,-69], +[1144,1181,-69], +[1192,1181,-69], +[580,1278,-83], +[580,1281,-83], +[1283,1343,-178], +[1283,1345,-178], +[1283,1355,-178], +[1283,1350,-178], +[1283,1348,-178], +[1280,1343,-178], +[1280,1345,-178], +[1280,1355,-178], +[1280,1350,-178], +[1280,1348,-178], +[1259,1343,-178], +[1259,1345,-178], +[1259,1355,-178], +[1259,1350,-178], +[1259,1348,-178], +[1173,1366,-82], +[206,1173,-84], +[73,1173,-84], +[1378,1390,-96], +[904,3125,-28], +[900,3125,-28], +[410,1231,-138], +[412,1231,-138], +[413,1231,-138], +[414,1231,-138], +[418,1231,-138], +[875,1278,-27], +[875,1281,-27], +[1015,3125,-15], +[125,3115,-40], +[125,3117,-40], +[125,1381,-40], +[125,1382,-40], +[125,1385,-40], +[1015,934,-68], +[928,485,-69], +[926,485,-69], +[791,332,-344], +[791,335,-344], +[872,332,-344], +[872,335,-344], +[1187,332,-344], +[1187,335,-344], +[1372,332,-344], +[1372,335,-344], +[1440,332,-344], +[1440,335,-344], +[1386,332,-344], +[1386,335,-344], +[1254,332,-344], +[1254,335,-344], +[3119,332,-344], +[3119,335,-344], +[881,332,-344], +[881,335,-344], +[1118,332,-344], +[1118,335,-344], +[828,332,-344], +[828,335,-344], +[1093,332,-344], +[1093,335,-344], +[1218,332,-344], +[1218,335,-344], +[1222,332,-344], +[1222,335,-344], +[1487,332,-344], +[1487,335,-344], +[1101,507,-70], +[395,1231,-111], +[410,761,-233], +[410,1161,-233], +[410,713,-233], +[410,1200,-233], +[410,701,-233], +[410,886,-233], +[410,630,-233], +[410,766,-233], +[410,1156,-233], +[410,1136,-233], +[410,1267,-233], +[410,842,-233], +[410,646,-233], +[410,785,-233], +[410,768,-233], +[410,772,-233], +[410,781,-233], +[410,1159,-233], +[410,1139,-233], +[410,1145,-233], +[410,1203,-233], +[410,1153,-233], +[410,632,-233], +[410,648,-233], +[410,645,-233], +[410,710,-233], +[410,798,-233], +[410,769,-233], +[410,782,-233], +[410,816,-233], +[410,770,-233], +[410,896,-233], +[410,894,-233], +[410,897,-233], +[410,1170,-233], +[410,1143,-233], +[410,1167,-233], +[410,1144,-233], +[410,895,-233], +[410,1192,-233], +[410,888,-233], +[412,761,-233], +[412,1161,-233], +[412,713,-233], +[412,1200,-233], +[412,701,-233], +[412,886,-233], +[412,630,-233], +[412,766,-233], +[412,1156,-233], +[412,1136,-233], +[412,1267,-233], +[412,842,-233], +[412,646,-233], +[412,785,-233], +[412,768,-233], +[412,772,-233], +[412,781,-233], +[412,1159,-233], +[412,1139,-233], +[412,1145,-233], +[412,1203,-233], +[412,1153,-233], +[412,632,-233], +[412,648,-233], +[412,645,-233], +[412,710,-233], +[412,798,-233], +[412,769,-233], +[412,782,-233], +[412,816,-233], +[412,770,-233], +[412,896,-233], +[412,894,-233], +[412,897,-233], +[412,1170,-233], +[412,1143,-233], +[412,1167,-233], +[412,1144,-233], +[412,895,-233], +[412,1192,-233], +[412,888,-233], +[413,761,-233], +[413,1161,-233], +[413,713,-233], +[413,1200,-233], +[413,701,-233], +[413,886,-233], +[413,630,-233], +[413,766,-233], +[413,1156,-233], +[413,1136,-233], +[413,1267,-233], +[413,842,-233], +[413,646,-233], +[413,785,-233], +[413,768,-233], +[413,772,-233], +[413,781,-233], +[413,1159,-233], +[413,1139,-233], +[413,1145,-233], +[413,1203,-233], +[413,1153,-233], +[413,632,-233], +[413,648,-233], +[413,645,-233], +[413,710,-233], +[413,798,-233], +[413,769,-233], +[413,782,-233], +[413,816,-233], +[413,770,-233], +[413,896,-233], +[413,894,-233], +[413,897,-233], +[413,1170,-233], +[413,1143,-233], +[413,1167,-233], +[413,1144,-233], +[413,895,-233], +[413,1192,-233], +[413,888,-233], +[414,761,-233], +[414,1161,-233], +[414,713,-233], +[414,1200,-233], +[414,701,-233], +[414,886,-233], +[414,630,-233], +[414,766,-233], +[414,1156,-233], +[414,1136,-233], +[414,1267,-233], +[414,842,-233], +[414,646,-233], +[414,785,-233], +[414,768,-233], +[414,772,-233], +[414,781,-233], +[414,1159,-233], +[414,1139,-233], +[414,1145,-233], +[414,1203,-233], +[414,1153,-233], +[414,632,-233], +[414,648,-233], +[414,645,-233], +[414,710,-233], +[414,798,-233], +[414,769,-233], +[414,782,-233], +[414,816,-233], +[414,770,-233], +[414,896,-233], +[414,894,-233], +[414,897,-233], +[414,1170,-233], +[414,1143,-233], +[414,1167,-233], +[414,1144,-233], +[414,895,-233], +[414,1192,-233], +[414,888,-233], +[418,761,-233], +[418,1161,-233], +[418,713,-233], +[418,1200,-233], +[418,701,-233], +[418,886,-233], +[418,630,-233], +[418,766,-233], +[418,1156,-233], +[418,1136,-233], +[418,1267,-233], +[418,842,-233], +[418,646,-233], +[418,785,-233], +[418,768,-233], +[418,772,-233], +[418,781,-233], +[418,1159,-233], +[418,1139,-233], +[418,1145,-233], +[418,1203,-233], +[418,1153,-233], +[418,632,-233], +[418,648,-233], +[418,645,-233], +[418,710,-233], +[418,798,-233], +[418,769,-233], +[418,782,-233], +[418,816,-233], +[418,770,-233], +[418,896,-233], +[418,894,-233], +[418,897,-233], +[418,1170,-233], +[418,1143,-233], +[418,1167,-233], +[418,1144,-233], +[418,895,-233], +[418,1192,-233], +[418,888,-233], +[1273,518,-70], +[1273,489,-70], +[876,1424,-28], +[1522,657,-82], +[125,761,-160], +[125,1161,-160], +[125,713,-160], +[125,1200,-160], +[125,701,-160], +[125,886,-160], +[125,630,-160], +[125,766,-160], +[125,1156,-160], +[125,1136,-160], +[125,1267,-160], +[125,842,-160], +[125,646,-160], +[125,785,-160], +[125,768,-160], +[125,772,-160], +[125,781,-160], +[125,1159,-160], +[125,1139,-160], +[125,1145,-160], +[125,1203,-160], +[125,1153,-160], +[125,632,-160], +[125,648,-160], +[125,645,-160], +[125,710,-160], +[125,798,-160], +[125,769,-160], +[125,782,-160], +[125,816,-160], +[125,770,-160], +[125,896,-160], +[125,894,-160], +[125,897,-160], +[125,1170,-160], +[125,1143,-160], +[125,1167,-160], +[125,1144,-160], +[125,895,-160], +[125,1192,-160], +[125,888,-160], +[856,1277,-248], +[856,1284,-248], +[1481,761,-13], +[1481,1161,-13], +[1481,713,-13], +[1481,1200,-13], +[1481,701,-13], +[1481,886,-13], +[1481,630,-13], +[1481,766,-13], +[1481,1156,-13], +[1481,1136,-13], +[1481,1267,-13], +[1481,842,-13], +[1481,646,-13], +[1481,785,-13], +[1481,768,-13], +[1481,772,-13], +[1481,781,-13], +[1481,1159,-13], +[1481,1139,-13], +[1481,1145,-13], +[1481,1203,-13], +[1481,1153,-13], +[1481,632,-13], +[1481,648,-13], +[1481,645,-13], +[1481,710,-13], +[1481,798,-13], +[1481,769,-13], +[1481,782,-13], +[1481,816,-13], +[1481,770,-13], +[1481,896,-13], +[1481,894,-13], +[1481,897,-13], +[1481,1170,-13], +[1481,1143,-13], +[1481,1167,-13], +[1481,1144,-13], +[1481,895,-13], +[1481,1192,-13], +[1481,888,-13], +[1283,3104,-55], +[1283,3105,-55], +[1283,3110,-55], +[1283,3107,-55], +[1280,3104,-55], +[1280,3105,-55], +[1280,3110,-55], +[1280,3107,-55], +[1259,3104,-55], +[1259,3105,-55], +[1259,3110,-55], +[1259,3107,-55], +[510,513,-96], +[330,1242,-96], +[510,926,-357], +[510,928,-357], +[395,674,-166], +[395,675,-166], +[395,1364,-166], +[3125,1421,-68], +[485,497,-40], +[510,3112,-205], +[203,1283,-192], +[203,1280,-192], +[203,1259,-192], +[205,1283,-192], +[205,1280,-192], +[205,1259,-192], +[209,1283,-192], +[209,1280,-192], +[209,1259,-192], +[207,1283,-192], +[207,1280,-192], +[207,1259,-192], +[399,1,-249], +[399,2,-249], +[399,3,-249], +[401,1,-249], +[401,2,-249], +[401,3,-249], +[405,1,-249], +[405,2,-249], +[405,3,-249], +[400,1,-249], +[400,2,-249], +[400,3,-249], +[402,1,-249], +[402,2,-249], +[402,3,-249], +[540,332,-152], +[540,335,-152], +[875,1198,-13], +[875,703,-13], +[875,1199,-13], +[875,704,-13], +[875,1297,-13], +[875,1469,-13], +[875,998,-13], +[875,1129,-13], +[215,571,-220], +[215,577,-220], +[215,718,-220], +[889,1173,-41], +[571,797,-384], +[571,679,-384], +[571,1229,-384], +[571,1230,-384], +[577,797,-384], +[577,679,-384], +[577,1229,-384], +[577,1230,-384], +[718,797,-384], +[718,679,-384], +[718,1229,-384], +[718,1230,-384], +[1015,1421,-54], +[1411,1173,-68], +[1012,956,-124], +[1012,1249,-124], +[1012,1090,-124], +[1012,740,-124], +[1022,956,-124], +[1022,1249,-124], +[1022,1090,-124], +[1022,740,-124], +[1021,956,-124], +[1021,1249,-124], +[1021,1090,-124], +[1021,740,-124], +[186,1277,-179], +[186,1284,-179], +[350,1277,-179], +[350,1284,-179], +[366,1277,-179], +[366,1284,-179], +[352,1277,-179], +[352,1284,-179], +[355,1277,-179], +[355,1284,-179], +[358,1277,-179], +[358,1284,-179], +[187,1277,-179], +[187,1284,-179], +[392,1277,-179], +[392,1284,-179], +[378,1277,-179], +[378,1284,-179], +[353,1277,-179], +[353,1284,-179], +[389,1277,-179], +[389,1284,-179], +[374,1277,-179], +[374,1284,-179], +[381,1277,-179], +[381,1284,-179], +[354,1277,-179], +[354,1284,-179], +[497,1481,-83], +[295,787,-68], +[876,1181,-28], +[410,1198,-29], +[410,703,-29], +[410,1199,-29], +[410,704,-29], +[410,1297,-29], +[410,1469,-29], +[410,998,-29], +[410,1129,-29], +[412,1198,-29], +[412,703,-29], +[412,1199,-29], +[412,704,-29], +[412,1297,-29], +[412,1469,-29], +[412,998,-29], +[412,1129,-29], +[413,1198,-29], +[413,703,-29], +[413,1199,-29], +[413,704,-29], +[413,1297,-29], +[413,1469,-29], +[413,998,-29], +[413,1129,-29], +[414,1198,-29], +[414,703,-29], +[414,1199,-29], +[414,704,-29], +[414,1297,-29], +[414,1469,-29], +[414,998,-29], +[414,1129,-29], +[418,1198,-29], +[418,703,-29], +[418,1199,-29], +[418,704,-29], +[418,1297,-29], +[418,1469,-29], +[418,998,-29], +[418,1129,-29], +[889,1522,-109], +[188,1406,-54], +[188,1414,-54], +[196,1406,-54], +[196,1414,-54], +[195,1406,-54], +[195,1414,-54], +[1242,3123,-40], +[1251,3074,-96], +[924,3074,-96], +[1126,3074,-96], +[1051,3074,-96], +[547,3074,-96], +[826,3074,-96], +[406,1509,-42], +[406,1490,-42], +[406,1507,-42], +[406,1491,-42], +[406,1495,-42], +[406,1499,-42], +[406,3050,-42], +[406,1519,-42], +[406,1493,-42], +[406,3046,-42], +[406,1515,-42], +[406,3039,-42], +[406,1494,-42], +[791,1242,-68], +[872,1242,-68], +[1187,1242,-68], +[1372,1242,-68], +[1440,1242,-68], +[1386,1242,-68], +[1254,1242,-68], +[3119,1242,-68], +[881,1242,-68], +[1118,1242,-68], +[828,1242,-68], +[1093,1242,-68], +[1218,1242,-68], +[1222,1242,-68], +[1487,1242,-68], +[927,3104,-83], +[927,3105,-83], +[927,3110,-83], +[927,3107,-83], +[929,3104,-83], +[929,3105,-83], +[929,3110,-83], +[929,3107,-83], +[332,929,-137], +[332,927,-137], +[335,929,-137], +[335,927,-137], +[787,395,-41], +[1435,395,-41], +[923,509,-70], +[1283,572,-124], +[1280,572,-124], +[1259,572,-124], +[927,497,-83], +[929,497,-83], +[0,1231,-84], +[25,1231,-84], +[4,1231,-84], +[13,1231,-84], +[37,1231,-84], +[20,1231,-84], +[34,1231,-84], +[35,1231,-84], +[31,1231,-84], +[5,1231,-84], +[32,1231,-84], +[12,1231,-84], +[410,1286,-152], +[410,1103,-152], +[410,1210,-152], +[410,1071,-152], +[410,1130,-152], +[410,1104,-152], +[410,1110,-152], +[410,1108,-152], +[410,1287,-152], +[410,1290,-152], +[410,1289,-152], +[412,1286,-152], +[412,1103,-152], +[412,1210,-152], +[412,1071,-152], +[412,1130,-152], +[412,1104,-152], +[412,1110,-152], +[412,1108,-152], +[412,1287,-152], +[412,1290,-152], +[412,1289,-152], +[413,1286,-152], +[413,1103,-152], +[413,1210,-152], +[413,1071,-152], +[413,1130,-152], +[413,1104,-152], +[413,1110,-152], +[413,1108,-152], +[413,1287,-152], +[413,1290,-152], +[413,1289,-152], +[414,1286,-152], +[414,1103,-152], +[414,1210,-152], +[414,1071,-152], +[414,1130,-152], +[414,1104,-152], +[414,1110,-152], +[414,1108,-152], +[414,1287,-152], +[414,1290,-152], +[414,1289,-152], +[418,1286,-152], +[418,1103,-152], +[418,1210,-152], +[418,1071,-152], +[418,1130,-152], +[418,1104,-152], +[418,1110,-152], +[418,1108,-152], +[418,1287,-152], +[418,1290,-152], +[418,1289,-152], +[1378,540,-28], +[510,1132,-70], +[867,485,-42], +[3115,399,-29], +[3115,401,-29], +[3115,405,-29], +[3115,400,-29], +[3115,402,-29], +[3117,399,-29], +[3117,401,-29], +[3117,405,-29], +[3117,400,-29], +[3117,402,-29], +[1113,399,-29], +[1113,401,-29], +[1113,405,-29], +[1113,400,-29], +[1113,402,-29], +[1114,399,-29], +[1114,401,-29], +[1114,405,-29], +[1114,400,-29], +[1114,402,-29], +[1117,399,-29], +[1117,401,-29], +[1117,405,-29], +[1117,400,-29], +[1117,402,-29], +[399,3062,-40], +[399,3064,-40], +[399,3068,-40], +[399,3063,-40], +[399,3065,-40], +[401,3062,-40], +[401,3064,-40], +[401,3068,-40], +[401,3063,-40], +[401,3065,-40], +[405,3062,-40], +[405,3064,-40], +[405,3068,-40], +[405,3063,-40], +[405,3065,-40], +[400,3062,-40], +[400,3064,-40], +[400,3068,-40], +[400,3063,-40], +[400,3065,-40], +[402,3062,-40], +[402,3064,-40], +[402,3068,-40], +[402,3063,-40], +[402,3065,-40], +[3080,1522,-220], +[3053,1522,-220], +[3081,1522,-220], +[3084,1522,-220], +[3083,1522,-220], +[3090,1522,-220], +[186,589,56], +[350,589,56], +[366,589,56], +[352,589,56], +[355,589,56], +[358,589,56], +[187,589,56], +[392,589,56], +[378,589,56], +[353,589,56], +[389,589,56], +[374,589,56], +[381,589,56], +[354,589,56], +[1382,1114,-80], +[540,520,-150], +[540,511,-150], +[3080,1,-192], +[3080,2,-192], +[3080,3,-192], +[3053,1,-192], +[3053,2,-192], +[3053,3,-192], +[3081,1,-192], +[3081,2,-192], +[3081,3,-192], +[3084,1,-192], +[3084,2,-192], +[3084,3,-192], +[3083,1,-192], +[3083,2,-192], +[3083,3,-192], +[3090,1,-192], +[3090,2,-192], +[3090,3,-192], +[151,882,123], +[151,1373,123], +[151,1488,123], +[151,1388,123], +[151,792,123], +[151,1190,123], +[151,1095,123], +[151,1223,123], +[151,829,123], +[151,1256,123], +[151,1219,123], +[151,873,123], +[151,3120,123], +[151,1120,123], +[151,1441,123], +[1421,1390,-55], +[1161,1068,41], +[1509,1114,40], +[3123,1378,-56], +[3123,722,-56], +[3123,1379,-56], +[3123,1237,-56], +[475,3062,-55], +[475,3064,-55], +[475,3068,-55], +[475,3063,-55], +[475,3065,-55], +[766,3062,-55], +[766,3064,-55], +[766,3068,-55], +[766,3063,-55], +[766,3065,-55], +[1156,3062,-55], +[1156,3064,-55], +[1156,3068,-55], +[1156,3063,-55], +[1156,3065,-55], +[785,3062,-55], +[785,3064,-55], +[785,3068,-55], +[785,3063,-55], +[785,3065,-55], +[768,3062,-55], +[768,3064,-55], +[768,3068,-55], +[768,3063,-55], +[768,3065,-55], +[772,3062,-55], +[772,3064,-55], +[772,3068,-55], +[772,3063,-55], +[772,3065,-55], +[781,3062,-55], +[781,3064,-55], +[781,3068,-55], +[781,3063,-55], +[781,3065,-55], +[798,3062,-55], +[798,3064,-55], +[798,3068,-55], +[798,3063,-55], +[798,3065,-55], +[769,3062,-55], +[769,3064,-55], +[769,3068,-55], +[769,3063,-55], +[769,3065,-55], +[782,3062,-55], +[782,3064,-55], +[782,3068,-55], +[782,3063,-55], +[782,3065,-55], +[816,3062,-55], +[816,3064,-55], +[816,3068,-55], +[816,3063,-55], +[816,3065,-55], +[770,3062,-55], +[770,3064,-55], +[770,3068,-55], +[770,3063,-55], +[770,3065,-55], +[476,3062,-55], +[476,3064,-55], +[476,3068,-55], +[476,3063,-55], +[476,3065,-55], +[477,3062,-55], +[477,3064,-55], +[477,3068,-55], +[477,3063,-55], +[477,3065,-55], +[876,3074,-13], +[927,507,-41], +[929,507,-41], +[889,1283,84], +[889,1280,84], +[889,1259,84], +[368,926,-276], +[368,928,-276], +[330,3077,-40], +[3125,779,-69], +[3125,784,-69], +[710,1366,124], +[1043,1366,124], +[406,3062,-84], +[406,3064,-84], +[406,3068,-84], +[406,3063,-84], +[406,3065,-84], +[3115,571,-29], +[3115,577,-29], +[3115,718,-29], +[3117,571,-29], +[3117,577,-29], +[3117,718,-29], +[1113,571,-29], +[1113,577,-29], +[1113,718,-29], +[1114,571,-29], +[1114,577,-29], +[1114,718,-29], +[1117,571,-29], +[1117,577,-29], +[1117,718,-29], +[598,206,-83], +[598,73,-83], +[722,1411,-84], +[1237,1411,-84], +[1302,1411,-84], +[923,3104,-54], +[923,3105,-54], +[923,3110,-54], +[923,3107,-54], +[537,1378,-28], +[537,722,-28], +[537,1379,-28], +[537,1237,-28], +[540,507,-28], +[79,1050,-152], +[761,1050,-152], +[3104,1050,-152], +[3105,1050,-152], +[3110,1050,-152], +[3107,1050,-152], +[1366,537,-137], +[1421,832,-13], +[288,875,-83], +[1283,540,-180], +[1280,540,-180], +[1259,540,-180], +[797,1282,-384], +[151,1198,111], +[151,703,111], +[151,1199,111], +[151,704,111], +[151,1297,111], +[151,1469,111], +[151,998,111], +[151,1129,111], +[876,3062,-41], +[876,3064,-41], +[876,3068,-41], +[876,3063,-41], +[876,3065,-41], +[937,368,-41], +[937,350,-41], +[937,366,-41], +[937,352,-41], +[937,355,-41], +[937,358,-41], +[937,392,-41], +[937,378,-41], +[937,353,-41], +[937,389,-41], +[937,374,-41], +[937,381,-41], +[937,354,-41], +[441,368,-41], +[441,350,-41], +[441,366,-41], +[441,352,-41], +[441,355,-41], +[441,358,-41], +[441,392,-41], +[441,378,-41], +[441,353,-41], +[441,389,-41], +[441,374,-41], +[441,381,-41], +[441,354,-41], +[930,368,-41], +[930,350,-41], +[930,366,-41], +[930,352,-41], +[930,355,-41], +[930,358,-41], +[930,392,-41], +[930,378,-41], +[930,353,-41], +[930,389,-41], +[930,374,-41], +[930,381,-41], +[930,354,-41], +[1071,368,-41], +[1071,350,-41], +[1071,366,-41], +[1071,352,-41], +[1071,355,-41], +[1071,358,-41], +[1071,392,-41], +[1071,378,-41], +[1071,353,-41], +[1071,389,-41], +[1071,374,-41], +[1071,381,-41], +[1071,354,-41], +[1103,368,-41], +[1103,350,-41], +[1103,366,-41], +[1103,352,-41], +[1103,355,-41], +[1103,358,-41], +[1103,392,-41], +[1103,378,-41], +[1103,353,-41], +[1103,389,-41], +[1103,374,-41], +[1103,381,-41], +[1103,354,-41], +[935,368,-41], +[935,350,-41], +[935,366,-41], +[935,352,-41], +[935,355,-41], +[935,358,-41], +[935,392,-41], +[935,378,-41], +[935,353,-41], +[935,389,-41], +[935,374,-41], +[935,381,-41], +[935,354,-41], +[533,368,-41], +[533,350,-41], +[533,366,-41], +[533,352,-41], +[533,355,-41], +[533,358,-41], +[533,392,-41], +[533,378,-41], +[533,353,-41], +[533,389,-41], +[533,374,-41], +[533,381,-41], +[533,354,-41], +[444,368,-41], +[444,350,-41], +[444,366,-41], +[444,352,-41], +[444,355,-41], +[444,358,-41], +[444,392,-41], +[444,378,-41], +[444,353,-41], +[444,389,-41], +[444,374,-41], +[444,381,-41], +[444,354,-41], +[454,368,-41], +[454,350,-41], +[454,366,-41], +[454,352,-41], +[454,355,-41], +[454,358,-41], +[454,392,-41], +[454,378,-41], +[454,353,-41], +[454,389,-41], +[454,374,-41], +[454,381,-41], +[454,354,-41], +[582,368,-41], +[582,350,-41], +[582,366,-41], +[582,352,-41], +[582,355,-41], +[582,358,-41], +[582,392,-41], +[582,378,-41], +[582,353,-41], +[582,389,-41], +[582,374,-41], +[582,381,-41], +[582,354,-41], +[470,368,-41], +[470,350,-41], +[470,366,-41], +[470,352,-41], +[470,355,-41], +[470,358,-41], +[470,392,-41], +[470,378,-41], +[470,353,-41], +[470,389,-41], +[470,374,-41], +[470,381,-41], +[470,354,-41], +[550,368,-41], +[550,350,-41], +[550,366,-41], +[550,352,-41], +[550,355,-41], +[550,358,-41], +[550,392,-41], +[550,378,-41], +[550,353,-41], +[550,389,-41], +[550,374,-41], +[550,381,-41], +[550,354,-41], +[551,368,-41], +[551,350,-41], +[551,366,-41], +[551,352,-41], +[551,355,-41], +[551,358,-41], +[551,392,-41], +[551,378,-41], +[551,353,-41], +[551,389,-41], +[551,374,-41], +[551,381,-41], +[551,354,-41], +[1130,368,-41], +[1130,350,-41], +[1130,366,-41], +[1130,352,-41], +[1130,355,-41], +[1130,358,-41], +[1130,392,-41], +[1130,378,-41], +[1130,353,-41], +[1130,389,-41], +[1130,374,-41], +[1130,381,-41], +[1130,354,-41], +[539,368,-41], +[539,350,-41], +[539,366,-41], +[539,352,-41], +[539,355,-41], +[539,358,-41], +[539,392,-41], +[539,378,-41], +[539,353,-41], +[539,389,-41], +[539,374,-41], +[539,381,-41], +[539,354,-41], +[445,368,-41], +[445,350,-41], +[445,366,-41], +[445,352,-41], +[445,355,-41], +[445,358,-41], +[445,392,-41], +[445,378,-41], +[445,353,-41], +[445,389,-41], +[445,374,-41], +[445,381,-41], +[445,354,-41], +[544,368,-41], +[544,350,-41], +[544,366,-41], +[544,352,-41], +[544,355,-41], +[544,358,-41], +[544,392,-41], +[544,378,-41], +[544,353,-41], +[544,389,-41], +[544,374,-41], +[544,381,-41], +[544,354,-41], +[938,368,-41], +[938,350,-41], +[938,366,-41], +[938,352,-41], +[938,355,-41], +[938,358,-41], +[938,392,-41], +[938,378,-41], +[938,353,-41], +[938,389,-41], +[938,374,-41], +[938,381,-41], +[938,354,-41], +[1104,368,-41], +[1104,350,-41], +[1104,366,-41], +[1104,352,-41], +[1104,355,-41], +[1104,358,-41], +[1104,392,-41], +[1104,378,-41], +[1104,353,-41], +[1104,389,-41], +[1104,374,-41], +[1104,381,-41], +[1104,354,-41], +[1110,368,-41], +[1110,350,-41], +[1110,366,-41], +[1110,352,-41], +[1110,355,-41], +[1110,358,-41], +[1110,392,-41], +[1110,378,-41], +[1110,353,-41], +[1110,389,-41], +[1110,374,-41], +[1110,381,-41], +[1110,354,-41], +[1108,368,-41], +[1108,350,-41], +[1108,366,-41], +[1108,352,-41], +[1108,355,-41], +[1108,358,-41], +[1108,392,-41], +[1108,378,-41], +[1108,353,-41], +[1108,389,-41], +[1108,374,-41], +[1108,381,-41], +[1108,354,-41], +[452,368,-41], +[452,350,-41], +[452,366,-41], +[452,352,-41], +[452,355,-41], +[452,358,-41], +[452,392,-41], +[452,378,-41], +[452,353,-41], +[452,389,-41], +[452,374,-41], +[452,381,-41], +[452,354,-41], +[1283,498,-69], +[1280,498,-69], +[1259,498,-69], +[1262,1522,-41], +[3040,1522,-41], +[399,674,-137], +[399,675,-137], +[399,1364,-137], +[401,674,-137], +[401,675,-137], +[401,1364,-137], +[405,674,-137], +[405,675,-137], +[405,1364,-137], +[400,674,-137], +[400,675,-137], +[400,1364,-137], +[402,674,-137], +[402,675,-137], +[402,1364,-137], +[497,518,-68], +[497,489,-68], +[1421,1522,-69], +[3055,1277,-109], +[3055,1284,-109], +[3112,1277,-109], +[3112,1284,-109], +[1198,1343,-40], +[1198,1345,-40], +[1198,1355,-40], +[1198,1350,-40], +[1198,1348,-40], +[703,1343,-40], +[703,1345,-40], +[703,1355,-40], +[703,1350,-40], +[703,1348,-40], +[1199,1343,-40], +[1199,1345,-40], +[1199,1355,-40], +[1199,1350,-40], +[1199,1348,-40], +[704,1343,-40], +[704,1345,-40], +[704,1355,-40], +[704,1350,-40], +[704,1348,-40], +[1297,1343,-40], +[1297,1345,-40], +[1297,1355,-40], +[1297,1350,-40], +[1297,1348,-40], +[1469,1343,-40], +[1469,1345,-40], +[1469,1355,-40], +[1469,1350,-40], +[1469,1348,-40], +[998,1343,-40], +[998,1345,-40], +[998,1355,-40], +[998,1350,-40], +[998,1348,-40], +[1129,1343,-40], +[1129,1345,-40], +[1129,1355,-40], +[1129,1350,-40], +[1129,1348,-40], +[1509,959,-125], +[486,504,-42], +[3115,0,-28], +[3115,25,-28], +[3115,4,-28], +[3115,13,-28], +[3115,37,-28], +[3115,20,-28], +[3115,34,-28], +[3115,35,-28], +[3115,31,-28], +[3115,5,-28], +[3115,32,-28], +[3115,12,-28], +[3117,0,-28], +[3117,25,-28], +[3117,4,-28], +[3117,13,-28], +[3117,37,-28], +[3117,20,-28], +[3117,34,-28], +[3117,35,-28], +[3117,31,-28], +[3117,5,-28], +[3117,32,-28], +[3117,12,-28], +[1113,0,-28], +[1113,25,-28], +[1113,4,-28], +[1113,13,-28], +[1113,37,-28], +[1113,20,-28], +[1113,34,-28], +[1113,35,-28], +[1113,31,-28], +[1113,5,-28], +[1113,32,-28], +[1113,12,-28], +[1114,0,-28], +[1114,25,-28], +[1114,4,-28], +[1114,13,-28], +[1114,37,-28], +[1114,20,-28], +[1114,34,-28], +[1114,35,-28], +[1114,31,-28], +[1114,5,-28], +[1114,32,-28], +[1114,12,-28], +[1117,0,-28], +[1117,25,-28], +[1117,4,-28], +[1117,13,-28], +[1117,37,-28], +[1117,20,-28], +[1117,34,-28], +[1117,35,-28], +[1117,31,-28], +[1117,5,-28], +[1117,32,-28], +[1117,12,-28], +[787,926,-96], +[787,928,-96], +[1435,926,-96], +[1435,928,-96], +[188,761,-110], +[188,1161,-110], +[188,713,-110], +[188,1200,-110], +[188,701,-110], +[188,886,-110], +[188,630,-110], +[188,766,-110], +[188,1156,-110], +[188,1136,-110], +[188,1267,-110], +[188,842,-110], +[188,646,-110], +[188,785,-110], +[188,768,-110], +[188,772,-110], +[188,781,-110], +[188,1159,-110], +[188,1139,-110], +[188,1145,-110], +[188,1203,-110], +[188,1153,-110], +[188,632,-110], +[188,648,-110], +[188,645,-110], +[188,710,-110], +[188,798,-110], +[188,769,-110], +[188,782,-110], +[188,816,-110], +[188,770,-110], +[188,896,-110], +[188,894,-110], +[188,897,-110], +[188,1170,-110], +[188,1143,-110], +[188,1167,-110], +[188,1144,-110], +[188,895,-110], +[188,1192,-110], +[188,888,-110], +[196,761,-110], +[196,1161,-110], +[196,713,-110], +[196,1200,-110], +[196,701,-110], +[196,886,-110], +[196,630,-110], +[196,766,-110], +[196,1156,-110], +[196,1136,-110], +[196,1267,-110], +[196,842,-110], +[196,646,-110], +[196,785,-110], +[196,768,-110], +[196,772,-110], +[196,781,-110], +[196,1159,-110], +[196,1139,-110], +[196,1145,-110], +[196,1203,-110], +[196,1153,-110], +[196,632,-110], +[196,648,-110], +[196,645,-110], +[196,710,-110], +[196,798,-110], +[196,769,-110], +[196,782,-110], +[196,816,-110], +[196,770,-110], +[196,896,-110], +[196,894,-110], +[196,897,-110], +[196,1170,-110], +[196,1143,-110], +[196,1167,-110], +[196,1144,-110], +[196,895,-110], +[196,1192,-110], +[196,888,-110], +[195,761,-110], +[195,1161,-110], +[195,713,-110], +[195,1200,-110], +[195,701,-110], +[195,886,-110], +[195,630,-110], +[195,766,-110], +[195,1156,-110], +[195,1136,-110], +[195,1267,-110], +[195,842,-110], +[195,646,-110], +[195,785,-110], +[195,768,-110], +[195,772,-110], +[195,781,-110], +[195,1159,-110], +[195,1139,-110], +[195,1145,-110], +[195,1203,-110], +[195,1153,-110], +[195,632,-110], +[195,648,-110], +[195,645,-110], +[195,710,-110], +[195,798,-110], +[195,769,-110], +[195,782,-110], +[195,816,-110], +[195,770,-110], +[195,896,-110], +[195,894,-110], +[195,897,-110], +[195,1170,-110], +[195,1143,-110], +[195,1167,-110], +[195,1144,-110], +[195,895,-110], +[195,1192,-110], +[195,888,-110], +[410,1390,-192], +[412,1390,-192], +[413,1390,-192], +[414,1390,-192], +[418,1390,-192], +[479,1366,-13], +[513,1059,-41], +[513,795,-41], +[479,504,-152], +[485,1063,-138], +[510,485,-41], +[1242,1254,96], +[1242,1187,96], +[1242,1372,96], +[1242,1440,96], +[1242,1386,96], +[1242,791,96], +[1242,3119,96], +[1242,881,96], +[1242,872,96], +[1242,1487,96], +[1242,828,96], +[1242,1093,96], +[1242,1218,96], +[1242,1222,96], +[1242,1118,96], +[3115,1522,-125], +[3117,1522,-125], +[1113,1522,-125], +[1114,1522,-125], +[1117,1522,-125], +[508,1522,-111], +[507,1522,-111], +[1114,876,-176], +[882,206,-247], +[882,73,-247], +[1373,206,-247], +[1373,73,-247], +[1488,206,-247], +[1488,73,-247], +[1388,206,-247], +[1388,73,-247], +[792,206,-247], +[792,73,-247], +[1190,206,-247], +[1190,73,-247], +[1441,206,-247], +[1441,73,-247], +[1120,206,-247], +[1120,73,-247], +[1223,206,-247], +[1223,73,-247], +[873,206,-247], +[873,73,-247], +[1219,206,-247], +[1219,73,-247], +[1256,206,-247], +[1256,73,-247], +[3120,206,-247], +[3120,73,-247], +[1095,206,-247], +[1095,73,-247], +[829,206,-247], +[829,73,-247], +[1200,395,-137], +[586,395,-137], +[1433,395,-137], +[1136,395,-137], +[1210,395,-137], +[1159,395,-137], +[1139,395,-137], +[1145,395,-137], +[1203,395,-137], +[1153,395,-137], +[1170,395,-137], +[1143,395,-137], +[1167,395,-137], +[1144,395,-137], +[1192,395,-137], +[1490,395,-54], +[1507,395,-54], +[1491,395,-54], +[1495,395,-54], +[1499,395,-54], +[3050,395,-54], +[1519,395,-54], +[1493,395,-54], +[3046,395,-54], +[1515,395,-54], +[3039,395,-54], +[1494,395,-54], +[3062,761,-55], +[3062,1161,-55], +[3062,713,-55], +[3062,1200,-55], +[3062,701,-55], +[3062,886,-55], +[3062,630,-55], +[3062,766,-55], +[3062,1156,-55], +[3062,1136,-55], +[3062,1267,-55], +[3062,842,-55], +[3062,646,-55], +[3062,785,-55], +[3062,768,-55], +[3062,772,-55], +[3062,781,-55], +[3062,1159,-55], +[3062,1139,-55], +[3062,1145,-55], +[3062,1203,-55], +[3062,1153,-55], +[3062,632,-55], +[3062,648,-55], +[3062,645,-55], +[3062,710,-55], +[3062,798,-55], +[3062,769,-55], +[3062,782,-55], +[3062,816,-55], +[3062,770,-55], +[3062,896,-55], +[3062,894,-55], +[3062,897,-55], +[3062,1170,-55], +[3062,1143,-55], +[3062,1167,-55], +[3062,1144,-55], +[3062,895,-55], +[3062,1192,-55], +[3062,888,-55], +[3064,761,-55], +[3064,1161,-55], +[3064,713,-55], +[3064,1200,-55], +[3064,701,-55], +[3064,886,-55], +[3064,630,-55], +[3064,766,-55], +[3064,1156,-55], +[3064,1136,-55], +[3064,1267,-55], +[3064,842,-55], +[3064,646,-55], +[3064,785,-55], +[3064,768,-55], +[3064,772,-55], +[3064,781,-55], +[3064,1159,-55], +[3064,1139,-55], +[3064,1145,-55], +[3064,1203,-55], +[3064,1153,-55], +[3064,632,-55], +[3064,648,-55], +[3064,645,-55], +[3064,710,-55], +[3064,798,-55], +[3064,769,-55], +[3064,782,-55], +[3064,816,-55], +[3064,770,-55], +[3064,896,-55], +[3064,894,-55], +[3064,897,-55], +[3064,1170,-55], +[3064,1143,-55], +[3064,1167,-55], +[3064,1144,-55], +[3064,895,-55], +[3064,1192,-55], +[3064,888,-55], +[3068,761,-55], +[3068,1161,-55], +[3068,713,-55], +[3068,1200,-55], +[3068,701,-55], +[3068,886,-55], +[3068,630,-55], +[3068,766,-55], +[3068,1156,-55], +[3068,1136,-55], +[3068,1267,-55], +[3068,842,-55], +[3068,646,-55], +[3068,785,-55], +[3068,768,-55], +[3068,772,-55], +[3068,781,-55], +[3068,1159,-55], +[3068,1139,-55], +[3068,1145,-55], +[3068,1203,-55], +[3068,1153,-55], +[3068,632,-55], +[3068,648,-55], +[3068,645,-55], +[3068,710,-55], +[3068,798,-55], +[3068,769,-55], +[3068,782,-55], +[3068,816,-55], +[3068,770,-55], +[3068,896,-55], +[3068,894,-55], +[3068,897,-55], +[3068,1170,-55], +[3068,1143,-55], +[3068,1167,-55], +[3068,1144,-55], +[3068,895,-55], +[3068,1192,-55], +[3068,888,-55], +[3063,761,-55], +[3063,1161,-55], +[3063,713,-55], +[3063,1200,-55], +[3063,701,-55], +[3063,886,-55], +[3063,630,-55], +[3063,766,-55], +[3063,1156,-55], +[3063,1136,-55], +[3063,1267,-55], +[3063,842,-55], +[3063,646,-55], +[3063,785,-55], +[3063,768,-55], +[3063,772,-55], +[3063,781,-55], +[3063,1159,-55], +[3063,1139,-55], +[3063,1145,-55], +[3063,1203,-55], +[3063,1153,-55], +[3063,632,-55], +[3063,648,-55], +[3063,645,-55], +[3063,710,-55], +[3063,798,-55], +[3063,769,-55], +[3063,782,-55], +[3063,816,-55], +[3063,770,-55], +[3063,896,-55], +[3063,894,-55], +[3063,897,-55], +[3063,1170,-55], +[3063,1143,-55], +[3063,1167,-55], +[3063,1144,-55], +[3063,895,-55], +[3063,1192,-55], +[3063,888,-55], +[3065,761,-55], +[3065,1161,-55], +[3065,713,-55], +[3065,1200,-55], +[3065,701,-55], +[3065,886,-55], +[3065,630,-55], +[3065,766,-55], +[3065,1156,-55], +[3065,1136,-55], +[3065,1267,-55], +[3065,842,-55], +[3065,646,-55], +[3065,785,-55], +[3065,768,-55], +[3065,772,-55], +[3065,781,-55], +[3065,1159,-55], +[3065,1139,-55], +[3065,1145,-55], +[3065,1203,-55], +[3065,1153,-55], +[3065,632,-55], +[3065,648,-55], +[3065,645,-55], +[3065,710,-55], +[3065,798,-55], +[3065,769,-55], +[3065,782,-55], +[3065,816,-55], +[3065,770,-55], +[3065,896,-55], +[3065,894,-55], +[3065,897,-55], +[3065,1170,-55], +[3065,1143,-55], +[3065,1167,-55], +[3065,1144,-55], +[3065,895,-55], +[3065,1192,-55], +[3065,888,-55], +[1509,1366,40], +[956,334,-69], +[1249,334,-69], +[740,334,-69], +[1090,334,-69], +[608,761,-29], +[608,1161,-29], +[608,713,-29], +[608,1200,-29], +[608,701,-29], +[608,886,-29], +[608,630,-29], +[608,766,-29], +[608,1156,-29], +[608,1136,-29], +[608,1267,-29], +[608,842,-29], +[608,646,-29], +[608,785,-29], +[608,768,-29], +[608,772,-29], +[608,781,-29], +[608,1159,-29], +[608,1139,-29], +[608,1145,-29], +[608,1203,-29], +[608,1153,-29], +[608,632,-29], +[608,648,-29], +[608,645,-29], +[608,710,-29], +[608,798,-29], +[608,769,-29], +[608,782,-29], +[608,816,-29], +[608,770,-29], +[608,896,-29], +[608,894,-29], +[608,897,-29], +[608,1170,-29], +[608,1143,-29], +[608,1167,-29], +[608,1144,-29], +[608,895,-29], +[608,1192,-29], +[608,888,-29], +[1216,761,-29], +[1216,1161,-29], +[1216,713,-29], +[1216,1200,-29], +[1216,701,-29], +[1216,886,-29], +[1216,630,-29], +[1216,766,-29], +[1216,1156,-29], +[1216,1136,-29], +[1216,1267,-29], +[1216,842,-29], +[1216,646,-29], +[1216,785,-29], +[1216,768,-29], +[1216,772,-29], +[1216,781,-29], +[1216,1159,-29], +[1216,1139,-29], +[1216,1145,-29], +[1216,1203,-29], +[1216,1153,-29], +[1216,632,-29], +[1216,648,-29], +[1216,645,-29], +[1216,710,-29], +[1216,798,-29], +[1216,769,-29], +[1216,782,-29], +[1216,816,-29], +[1216,770,-29], +[1216,896,-29], +[1216,894,-29], +[1216,897,-29], +[1216,1170,-29], +[1216,1143,-29], +[1216,1167,-29], +[1216,1144,-29], +[1216,895,-29], +[1216,1192,-29], +[1216,888,-29], +[604,761,-29], +[604,1161,-29], +[604,713,-29], +[604,1200,-29], +[604,701,-29], +[604,886,-29], +[604,630,-29], +[604,766,-29], +[604,1156,-29], +[604,1136,-29], +[604,1267,-29], +[604,842,-29], +[604,646,-29], +[604,785,-29], +[604,768,-29], +[604,772,-29], +[604,781,-29], +[604,1159,-29], +[604,1139,-29], +[604,1145,-29], +[604,1203,-29], +[604,1153,-29], +[604,632,-29], +[604,648,-29], +[604,645,-29], +[604,710,-29], +[604,798,-29], +[604,769,-29], +[604,782,-29], +[604,816,-29], +[604,770,-29], +[604,896,-29], +[604,894,-29], +[604,897,-29], +[604,1170,-29], +[604,1143,-29], +[604,1167,-29], +[604,1144,-29], +[604,895,-29], +[604,1192,-29], +[604,888,-29], +[956,332,-206], +[956,335,-206], +[1249,332,-206], +[1249,335,-206], +[740,332,-206], +[740,335,-206], +[1090,332,-206], +[1090,335,-206], +[482,482,96], +[503,482,96], +[500,482,96], +[956,504,-192], +[1249,504,-192], +[740,504,-192], +[1090,504,-192], +[956,206,-40], +[956,73,-40], +[1249,206,-40], +[1249,73,-40], +[740,206,-40], +[740,73,-40], +[1090,206,-40], +[1090,73,-40], +[1015,875,-29], +[1286,1283,83], +[1286,1280,83], +[1286,1259,83], +[1287,1283,83], +[1287,1280,83], +[1287,1259,83], +[1290,1283,83], +[1290,1280,83], +[1290,1259,83], +[1289,1283,83], +[1289,1280,83], +[1289,1259,83], +[904,797,-247], +[904,679,-247], +[904,1229,-247], +[904,1230,-247], +[900,797,-247], +[900,679,-247], +[900,1229,-247], +[900,1230,-247], +[1286,1343,-28], +[1286,1345,-28], +[1286,1355,-28], +[1286,1350,-28], +[1286,1348,-28], +[1287,1343,-28], +[1287,1345,-28], +[1287,1355,-28], +[1287,1350,-28], +[1287,1348,-28], +[1290,1343,-28], +[1290,1345,-28], +[1290,1355,-28], +[1290,1350,-28], +[1290,1348,-28], +[1289,1343,-28], +[1289,1345,-28], +[1289,1355,-28], +[1289,1350,-28], +[1289,1348,-28], +[38,1198,-27], +[38,703,-27], +[38,1199,-27], +[38,704,-27], +[38,1297,-27], +[38,1469,-27], +[38,998,-27], +[38,1129,-27], +[498,934,-28], +[368,1509,-166], +[368,1490,-166], +[368,1507,-166], +[368,1491,-166], +[368,1495,-166], +[368,1499,-166], +[368,3050,-166], +[368,1519,-166], +[368,1493,-166], +[368,3046,-166], +[368,1515,-166], +[368,3039,-166], +[368,1494,-166], +[344,399,-70], +[344,401,-70], +[344,405,-70], +[344,400,-70], +[344,402,-70], +[299,395,-42], +[300,395,-42], +[302,395,-42], +[301,395,-42], +[479,1421,-41], +[1390,0,-83], +[1390,25,-83], +[1390,4,-83], +[1390,13,-83], +[1390,37,-83], +[1390,20,-83], +[1390,34,-83], +[1390,35,-83], +[1390,31,-83], +[1390,5,-83], +[1390,32,-83], +[1390,12,-83], +[485,1435,-70], +[1406,761,-20], +[1406,1161,-20], +[1406,713,-20], +[1406,1200,-20], +[1406,701,-20], +[1406,886,-20], +[1406,630,-20], +[1406,766,-20], +[1406,1156,-20], +[1406,1136,-20], +[1406,1267,-20], +[1406,842,-20], +[1406,646,-20], +[1406,785,-20], +[1406,768,-20], +[1406,772,-20], +[1406,781,-20], +[1406,1159,-20], +[1406,1139,-20], +[1406,1145,-20], +[1406,1203,-20], +[1406,1153,-20], +[1406,632,-20], +[1406,648,-20], +[1406,645,-20], +[1406,710,-20], +[1406,798,-20], +[1406,769,-20], +[1406,782,-20], +[1406,816,-20], +[1406,770,-20], +[1406,896,-20], +[1406,894,-20], +[1406,897,-20], +[1406,1170,-20], +[1406,1143,-20], +[1406,1167,-20], +[1406,1144,-20], +[1406,895,-20], +[1406,1192,-20], +[1406,888,-20], +[1414,761,-20], +[1414,1161,-20], +[1414,713,-20], +[1414,1200,-20], +[1414,701,-20], +[1414,886,-20], +[1414,630,-20], +[1414,766,-20], +[1414,1156,-20], +[1414,1136,-20], +[1414,1267,-20], +[1414,842,-20], +[1414,646,-20], +[1414,785,-20], +[1414,768,-20], +[1414,772,-20], +[1414,781,-20], +[1414,1159,-20], +[1414,1139,-20], +[1414,1145,-20], +[1414,1203,-20], +[1414,1153,-20], +[1414,632,-20], +[1414,648,-20], +[1414,645,-20], +[1414,710,-20], +[1414,798,-20], +[1414,769,-20], +[1414,782,-20], +[1414,816,-20], +[1414,770,-20], +[1414,896,-20], +[1414,894,-20], +[1414,897,-20], +[1414,1170,-20], +[1414,1143,-20], +[1414,1167,-20], +[1414,1144,-20], +[1414,895,-20], +[1414,1192,-20], +[1414,888,-20], +[928,1424,-54], +[926,1424,-54], +[1283,1390,-400], +[1280,1390,-400], +[1259,1390,-400], +[1099,3077,-27], +[1277,1181,-180], +[1284,1181,-180], +[1012,540,-29], +[1022,540,-29], +[1021,540,-29], +[288,1481,-13], +[3125,3112,-41], +[990,1411,-42], +[927,3125,-68], +[929,3125,-68], +[510,520,-41], +[510,511,-41], +[497,1063,-96], +[850,1278,-84], +[850,1281,-84], +[2489,518,-56], +[2489,489,-56], +[334,186,-207], +[334,187,-207], +[0,926,-96], +[0,928,-96], +[25,926,-96], +[25,928,-96], +[4,926,-96], +[4,928,-96], +[13,926,-96], +[13,928,-96], +[37,926,-96], +[37,928,-96], +[20,926,-96], +[20,928,-96], +[34,926,-96], +[34,928,-96], +[35,926,-96], +[35,928,-96], +[31,926,-96], +[31,928,-96], +[5,926,-96], +[5,928,-96], +[32,926,-96], +[32,928,-96], +[12,926,-96], +[12,928,-96], +[540,1278,-247], +[540,1281,-247], +[295,1099,-150], +[571,518,-96], +[571,489,-96], +[577,518,-96], +[577,489,-96], +[718,518,-96], +[718,489,-96], +[406,314,-14], +[406,315,-14], +[406,324,-14], +[406,320,-14], +[406,318,-14], +[132,3123,-220], +[295,3077,-84], +[923,395,-207], +[537,295,-29], +[1234,1424,-54], +[1200,1198,-96], +[1200,703,-96], +[1200,1199,-96], +[1200,704,-96], +[1200,1297,-96], +[1200,1469,-96], +[1200,998,-96], +[1200,1129,-96], +[586,1198,-96], +[586,703,-96], +[586,1199,-96], +[586,704,-96], +[586,1297,-96], +[586,1469,-96], +[586,998,-96], +[586,1129,-96], +[1433,1198,-96], +[1433,703,-96], +[1433,1199,-96], +[1433,704,-96], +[1433,1297,-96], +[1433,1469,-96], +[1433,998,-96], +[1433,1129,-96], +[1136,1198,-96], +[1136,703,-96], +[1136,1199,-96], +[1136,704,-96], +[1136,1297,-96], +[1136,1469,-96], +[1136,998,-96], +[1136,1129,-96], +[1210,1198,-96], +[1210,703,-96], +[1210,1199,-96], +[1210,704,-96], +[1210,1297,-96], +[1210,1469,-96], +[1210,998,-96], +[1210,1129,-96], +[1159,1198,-96], +[1159,703,-96], +[1159,1199,-96], +[1159,704,-96], +[1159,1297,-96], +[1159,1469,-96], +[1159,998,-96], +[1159,1129,-96], +[1139,1198,-96], +[1139,703,-96], +[1139,1199,-96], +[1139,704,-96], +[1139,1297,-96], +[1139,1469,-96], +[1139,998,-96], +[1139,1129,-96], +[1145,1198,-96], +[1145,703,-96], +[1145,1199,-96], +[1145,704,-96], +[1145,1297,-96], +[1145,1469,-96], +[1145,998,-96], +[1145,1129,-96], +[1203,1198,-96], +[1203,703,-96], +[1203,1199,-96], +[1203,704,-96], +[1203,1297,-96], +[1203,1469,-96], +[1203,998,-96], +[1203,1129,-96], +[1153,1198,-96], +[1153,703,-96], +[1153,1199,-96], +[1153,704,-96], +[1153,1297,-96], +[1153,1469,-96], +[1153,998,-96], +[1153,1129,-96], +[1170,1198,-96], +[1170,703,-96], +[1170,1199,-96], +[1170,704,-96], +[1170,1297,-96], +[1170,1469,-96], +[1170,998,-96], +[1170,1129,-96], +[1143,1198,-96], +[1143,703,-96], +[1143,1199,-96], +[1143,704,-96], +[1143,1297,-96], +[1143,1469,-96], +[1143,998,-96], +[1143,1129,-96], +[1167,1198,-96], +[1167,703,-96], +[1167,1199,-96], +[1167,704,-96], +[1167,1297,-96], +[1167,1469,-96], +[1167,998,-96], +[1167,1129,-96], +[1144,1198,-96], +[1144,703,-96], +[1144,1199,-96], +[1144,704,-96], +[1144,1297,-96], +[1144,1469,-96], +[1144,998,-96], +[1144,1129,-96], +[1192,1198,-96], +[1192,703,-96], +[1192,1199,-96], +[1192,704,-96], +[1192,1297,-96], +[1192,1469,-96], +[1192,998,-96], +[1192,1129,-96], +[540,399,-110], +[540,401,-110], +[540,405,-110], +[540,400,-110], +[540,402,-110], +[1251,1278,-152], +[1251,1281,-152], +[924,1278,-152], +[924,1281,-152], +[1126,1278,-152], +[1126,1281,-152], +[1051,1278,-152], +[1051,1281,-152], +[547,1278,-152], +[547,1281,-152], +[826,1278,-152], +[826,1281,-152], +[990,1428,-41], +[519,571,-56], +[519,577,-56], +[519,718,-56], +[504,571,-56], +[504,577,-56], +[504,718,-56], +[506,571,-56], +[506,577,-56], +[506,718,-56], +[518,571,-56], +[518,577,-56], +[518,718,-56], +[129,1,-70], +[129,2,-70], +[129,3,-70], +[137,1,-70], +[137,2,-70], +[137,3,-70], +[135,1,-70], +[135,2,-70], +[135,3,-70], +[138,1,-70], +[138,2,-70], +[138,3,-70], +[136,1,-70], +[136,2,-70], +[136,3,-70], +[131,1,-70], +[131,2,-70], +[131,3,-70], +[215,1231,-164], +[295,540,-166], +[0,368,-40], +[0,350,-40], +[0,366,-40], +[0,352,-40], +[0,355,-40], +[0,358,-40], +[0,392,-40], +[0,378,-40], +[0,353,-40], +[0,389,-40], +[0,374,-40], +[0,381,-40], +[0,354,-40], +[25,368,-40], +[25,350,-40], +[25,366,-40], +[25,352,-40], +[25,355,-40], +[25,358,-40], +[25,392,-40], +[25,378,-40], +[25,353,-40], +[25,389,-40], +[25,374,-40], +[25,381,-40], +[25,354,-40], +[4,368,-40], +[4,350,-40], +[4,366,-40], +[4,352,-40], +[4,355,-40], +[4,358,-40], +[4,392,-40], +[4,378,-40], +[4,353,-40], +[4,389,-40], +[4,374,-40], +[4,381,-40], +[4,354,-40], +[13,368,-40], +[13,350,-40], +[13,366,-40], +[13,352,-40], +[13,355,-40], +[13,358,-40], +[13,392,-40], +[13,378,-40], +[13,353,-40], +[13,389,-40], +[13,374,-40], +[13,381,-40], +[13,354,-40], +[37,368,-40], +[37,350,-40], +[37,366,-40], +[37,352,-40], +[37,355,-40], +[37,358,-40], +[37,392,-40], +[37,378,-40], +[37,353,-40], +[37,389,-40], +[37,374,-40], +[37,381,-40], +[37,354,-40], +[20,368,-40], +[20,350,-40], +[20,366,-40], +[20,352,-40], +[20,355,-40], +[20,358,-40], +[20,392,-40], +[20,378,-40], +[20,353,-40], +[20,389,-40], +[20,374,-40], +[20,381,-40], +[20,354,-40], +[34,368,-40], +[34,350,-40], +[34,366,-40], +[34,352,-40], +[34,355,-40], +[34,358,-40], +[34,392,-40], +[34,378,-40], +[34,353,-40], +[34,389,-40], +[34,374,-40], +[34,381,-40], +[34,354,-40], +[35,368,-40], +[35,350,-40], +[35,366,-40], +[35,352,-40], +[35,355,-40], +[35,358,-40], +[35,392,-40], +[35,378,-40], +[35,353,-40], +[35,389,-40], +[35,374,-40], +[35,381,-40], +[35,354,-40], +[31,368,-40], +[31,350,-40], +[31,366,-40], +[31,352,-40], +[31,355,-40], +[31,358,-40], +[31,392,-40], +[31,378,-40], +[31,353,-40], +[31,389,-40], +[31,374,-40], +[31,381,-40], +[31,354,-40], +[5,368,-40], +[5,350,-40], +[5,366,-40], +[5,352,-40], +[5,355,-40], +[5,358,-40], +[5,392,-40], +[5,378,-40], +[5,353,-40], +[5,389,-40], +[5,374,-40], +[5,381,-40], +[5,354,-40], +[32,368,-40], +[32,350,-40], +[32,366,-40], +[32,352,-40], +[32,355,-40], +[32,358,-40], +[32,392,-40], +[32,378,-40], +[32,353,-40], +[32,389,-40], +[32,374,-40], +[32,381,-40], +[32,354,-40], +[12,368,-40], +[12,350,-40], +[12,366,-40], +[12,352,-40], +[12,355,-40], +[12,358,-40], +[12,392,-40], +[12,378,-40], +[12,353,-40], +[12,389,-40], +[12,374,-40], +[12,381,-40], +[12,354,-40], +[475,332,-221], +[475,335,-221], +[766,332,-221], +[766,335,-221], +[1156,332,-221], +[1156,335,-221], +[785,332,-221], +[785,335,-221], +[768,332,-221], +[768,335,-221], +[772,332,-221], +[772,335,-221], +[781,332,-221], +[781,335,-221], +[798,332,-221], +[798,335,-221], +[769,332,-221], +[769,335,-221], +[782,332,-221], +[782,335,-221], +[816,332,-221], +[816,335,-221], +[770,332,-221], +[770,335,-221], +[476,332,-221], +[476,335,-221], +[477,332,-221], +[477,335,-221], +[395,259,-68], +[395,238,-68], +[395,282,-68], +[395,45,-68], +[395,129,-68], +[395,236,-68], +[395,297,-68], +[395,50,-68], +[395,257,-68], +[395,241,-68], +[395,247,-68], +[395,285,-68], +[395,254,-68], +[395,48,-68], +[395,52,-68], +[395,49,-68], +[395,137,-68], +[395,135,-68], +[395,138,-68], +[395,267,-68], +[395,245,-68], +[395,265,-68], +[395,246,-68], +[395,136,-68], +[395,277,-68], +[395,131,-68], +[928,3112,-40], +[926,3112,-40], +[710,151,152], +[1043,151,152], +[985,410,-96], +[985,412,-96], +[985,413,-96], +[985,414,-96], +[985,418,-96], +[1481,485,-13], +[571,1,-304], +[571,2,-304], +[571,3,-304], +[577,1,-304], +[577,2,-304], +[577,3,-304], +[718,1,-304], +[718,2,-304], +[718,3,-304], +[2489,929,-13], +[2489,927,-13], +[368,972,164], +[295,875,-192], +[1283,259,-55], +[1283,238,-55], +[1283,282,-55], +[1283,45,-55], +[1283,129,-55], +[1283,236,-55], +[1283,297,-55], +[1283,50,-55], +[1283,257,-55], +[1283,241,-55], +[1283,247,-55], +[1283,285,-55], +[1283,254,-55], +[1283,48,-55], +[1283,52,-55], +[1283,49,-55], +[1283,137,-55], +[1283,135,-55], +[1283,138,-55], +[1283,267,-55], +[1283,245,-55], +[1283,265,-55], +[1283,246,-55], +[1283,136,-55], +[1283,277,-55], +[1283,131,-55], +[1280,259,-55], +[1280,238,-55], +[1280,282,-55], +[1280,45,-55], +[1280,129,-55], +[1280,236,-55], +[1280,297,-55], +[1280,50,-55], +[1280,257,-55], +[1280,241,-55], +[1280,247,-55], +[1280,285,-55], +[1280,254,-55], +[1280,48,-55], +[1280,52,-55], +[1280,49,-55], +[1280,137,-55], +[1280,135,-55], +[1280,138,-55], +[1280,267,-55], +[1280,245,-55], +[1280,265,-55], +[1280,246,-55], +[1280,136,-55], +[1280,277,-55], +[1280,131,-55], +[1259,259,-55], +[1259,238,-55], +[1259,282,-55], +[1259,45,-55], +[1259,129,-55], +[1259,236,-55], +[1259,297,-55], +[1259,50,-55], +[1259,257,-55], +[1259,241,-55], +[1259,247,-55], +[1259,285,-55], +[1259,254,-55], +[1259,48,-55], +[1259,52,-55], +[1259,49,-55], +[1259,137,-55], +[1259,135,-55], +[1259,138,-55], +[1259,267,-55], +[1259,245,-55], +[1259,265,-55], +[1259,246,-55], +[1259,136,-55], +[1259,277,-55], +[1259,131,-55], +[482,518,41], +[482,489,41], +[503,518,41], +[503,489,41], +[500,518,41], +[500,489,41], +[409,840,-27], +[206,1278,-372], +[206,1281,-372], +[73,1278,-372], +[73,1281,-372], +[717,657,-29], +[1375,657,-29], +[1476,657,-29], +[427,259,-84], +[427,238,-84], +[427,282,-84], +[427,45,-84], +[427,129,-84], +[427,236,-84], +[427,297,-84], +[427,50,-84], +[427,257,-84], +[427,241,-84], +[427,247,-84], +[427,285,-84], +[427,254,-84], +[427,48,-84], +[427,52,-84], +[427,49,-84], +[427,137,-84], +[427,135,-84], +[427,138,-84], +[427,267,-84], +[427,245,-84], +[427,265,-84], +[427,246,-84], +[427,136,-84], +[427,277,-84], +[427,131,-84], +[428,259,-84], +[428,238,-84], +[428,282,-84], +[428,45,-84], +[428,129,-84], +[428,236,-84], +[428,297,-84], +[428,50,-84], +[428,257,-84], +[428,241,-84], +[428,247,-84], +[428,285,-84], +[428,254,-84], +[428,48,-84], +[428,52,-84], +[428,49,-84], +[428,137,-84], +[428,135,-84], +[428,138,-84], +[428,267,-84], +[428,245,-84], +[428,265,-84], +[428,246,-84], +[428,136,-84], +[428,277,-84], +[428,131,-84], +[432,259,-84], +[432,238,-84], +[432,282,-84], +[432,45,-84], +[432,129,-84], +[432,236,-84], +[432,297,-84], +[432,50,-84], +[432,257,-84], +[432,241,-84], +[432,247,-84], +[432,285,-84], +[432,254,-84], +[432,48,-84], +[432,52,-84], +[432,49,-84], +[432,137,-84], +[432,135,-84], +[432,138,-84], +[432,267,-84], +[432,245,-84], +[432,265,-84], +[432,246,-84], +[432,136,-84], +[432,277,-84], +[432,131,-84], +[430,259,-84], +[430,238,-84], +[430,282,-84], +[430,45,-84], +[430,129,-84], +[430,236,-84], +[430,297,-84], +[430,50,-84], +[430,257,-84], +[430,241,-84], +[430,247,-84], +[430,285,-84], +[430,254,-84], +[430,48,-84], +[430,52,-84], +[430,49,-84], +[430,137,-84], +[430,135,-84], +[430,138,-84], +[430,267,-84], +[430,245,-84], +[430,265,-84], +[430,246,-84], +[430,136,-84], +[430,277,-84], +[430,131,-84], +[1509,1186,40], +[1274,295,-248], +[1509,1276,42], +[1509,1285,42], +[1378,1302,-41], +[519,1181,-41], +[504,1181,-41], +[506,1181,-41], +[518,1181,-41], +[486,1277,-56], +[486,1284,-56], +[1343,3062,-41], +[1343,3064,-41], +[1343,3068,-41], +[1343,3063,-41], +[1343,3065,-41], +[1345,3062,-41], +[1345,3064,-41], +[1345,3068,-41], +[1345,3063,-41], +[1345,3065,-41], +[1355,3062,-41], +[1355,3064,-41], +[1355,3068,-41], +[1355,3063,-41], +[1355,3065,-41], +[1350,3062,-41], +[1350,3064,-41], +[1350,3068,-41], +[1350,3063,-41], +[1350,3065,-41], +[1348,3062,-41], +[1348,3064,-41], +[1348,3068,-41], +[1348,3063,-41], +[1348,3065,-41], +[132,840,-288], +[79,761,-40], +[79,1161,-40], +[79,713,-40], +[79,1200,-40], +[79,701,-40], +[79,886,-40], +[79,630,-40], +[79,766,-40], +[79,1156,-40], +[79,1136,-40], +[79,1267,-40], +[79,842,-40], +[79,646,-40], +[79,785,-40], +[79,768,-40], +[79,772,-40], +[79,781,-40], +[79,1159,-40], +[79,1139,-40], +[79,1145,-40], +[79,1203,-40], +[79,1153,-40], +[79,632,-40], +[79,648,-40], +[79,645,-40], +[79,710,-40], +[79,798,-40], +[79,769,-40], +[79,782,-40], +[79,816,-40], +[79,770,-40], +[79,896,-40], +[79,894,-40], +[79,897,-40], +[79,1170,-40], +[79,1143,-40], +[79,1167,-40], +[79,1144,-40], +[79,895,-40], +[79,1192,-40], +[79,888,-40], +[761,761,-40], +[761,1161,-40], +[761,713,-40], +[761,1200,-40], +[761,701,-40], +[761,886,-40], +[761,630,-40], +[761,766,-40], +[761,1156,-40], +[761,1136,-40], +[761,1267,-40], +[761,842,-40], +[761,646,-40], +[761,785,-40], +[761,768,-40], +[761,772,-40], +[761,781,-40], +[761,1159,-40], +[761,1139,-40], +[761,1145,-40], +[761,1203,-40], +[761,1153,-40], +[761,632,-40], +[761,648,-40], +[761,645,-40], +[761,710,-40], +[761,798,-40], +[761,769,-40], +[761,782,-40], +[761,816,-40], +[761,770,-40], +[761,896,-40], +[761,894,-40], +[761,897,-40], +[761,1170,-40], +[761,1143,-40], +[761,1167,-40], +[761,1144,-40], +[761,895,-40], +[761,1192,-40], +[761,888,-40], +[3104,761,-40], +[3104,1161,-40], +[3104,713,-40], +[3104,1200,-40], +[3104,701,-40], +[3104,886,-40], +[3104,630,-40], +[3104,766,-40], +[3104,1156,-40], +[3104,1136,-40], +[3104,1267,-40], +[3104,842,-40], +[3104,646,-40], +[3104,785,-40], +[3104,768,-40], +[3104,772,-40], +[3104,781,-40], +[3104,1159,-40], +[3104,1139,-40], +[3104,1145,-40], +[3104,1203,-40], +[3104,1153,-40], +[3104,632,-40], +[3104,648,-40], +[3104,645,-40], +[3104,710,-40], +[3104,798,-40], +[3104,769,-40], +[3104,782,-40], +[3104,816,-40], +[3104,770,-40], +[3104,896,-40], +[3104,894,-40], +[3104,897,-40], +[3104,1170,-40], +[3104,1143,-40], +[3104,1167,-40], +[3104,1144,-40], +[3104,895,-40], +[3104,1192,-40], +[3104,888,-40], +[3105,761,-40], +[3105,1161,-40], +[3105,713,-40], +[3105,1200,-40], +[3105,701,-40], +[3105,886,-40], +[3105,630,-40], +[3105,766,-40], +[3105,1156,-40], +[3105,1136,-40], +[3105,1267,-40], +[3105,842,-40], +[3105,646,-40], +[3105,785,-40], +[3105,768,-40], +[3105,772,-40], +[3105,781,-40], +[3105,1159,-40], +[3105,1139,-40], +[3105,1145,-40], +[3105,1203,-40], +[3105,1153,-40], +[3105,632,-40], +[3105,648,-40], +[3105,645,-40], +[3105,710,-40], +[3105,798,-40], +[3105,769,-40], +[3105,782,-40], +[3105,816,-40], +[3105,770,-40], +[3105,896,-40], +[3105,894,-40], +[3105,897,-40], +[3105,1170,-40], +[3105,1143,-40], +[3105,1167,-40], +[3105,1144,-40], +[3105,895,-40], +[3105,1192,-40], +[3105,888,-40], +[3110,761,-40], +[3110,1161,-40], +[3110,713,-40], +[3110,1200,-40], +[3110,701,-40], +[3110,886,-40], +[3110,630,-40], +[3110,766,-40], +[3110,1156,-40], +[3110,1136,-40], +[3110,1267,-40], +[3110,842,-40], +[3110,646,-40], +[3110,785,-40], +[3110,768,-40], +[3110,772,-40], +[3110,781,-40], +[3110,1159,-40], +[3110,1139,-40], +[3110,1145,-40], +[3110,1203,-40], +[3110,1153,-40], +[3110,632,-40], +[3110,648,-40], +[3110,645,-40], +[3110,710,-40], +[3110,798,-40], +[3110,769,-40], +[3110,782,-40], +[3110,816,-40], +[3110,770,-40], +[3110,896,-40], +[3110,894,-40], +[3110,897,-40], +[3110,1170,-40], +[3110,1143,-40], +[3110,1167,-40], +[3110,1144,-40], +[3110,895,-40], +[3110,1192,-40], +[3110,888,-40], +[3107,761,-40], +[3107,1161,-40], +[3107,713,-40], +[3107,1200,-40], +[3107,701,-40], +[3107,886,-40], +[3107,630,-40], +[3107,766,-40], +[3107,1156,-40], +[3107,1136,-40], +[3107,1267,-40], +[3107,842,-40], +[3107,646,-40], +[3107,785,-40], +[3107,768,-40], +[3107,772,-40], +[3107,781,-40], +[3107,1159,-40], +[3107,1139,-40], +[3107,1145,-40], +[3107,1203,-40], +[3107,1153,-40], +[3107,632,-40], +[3107,648,-40], +[3107,645,-40], +[3107,710,-40], +[3107,798,-40], +[3107,769,-40], +[3107,782,-40], +[3107,816,-40], +[3107,770,-40], +[3107,896,-40], +[3107,894,-40], +[3107,897,-40], +[3107,1170,-40], +[3107,1143,-40], +[3107,1167,-40], +[3107,1144,-40], +[3107,895,-40], +[3107,1192,-40], +[3107,888,-40], +[990,295,-29], +[342,1037,-40], +[292,1037,-40], +[927,3112,-40], +[929,3112,-40], +[344,186,-69], +[344,187,-69], +[710,427,55], +[710,428,55], +[710,432,55], +[710,430,55], +[1043,427,55], +[1043,428,55], +[1043,432,55], +[1043,430,55], +[791,501,-109], +[872,501,-109], +[1187,501,-109], +[1372,501,-109], +[1440,501,-109], +[1386,501,-109], +[1254,501,-109], +[3119,501,-109], +[881,501,-109], +[1118,501,-109], +[828,501,-109], +[1093,501,-109], +[1218,501,-109], +[1222,501,-109], +[1487,501,-109], +[486,657,-14], +[1278,1059,-234], +[1278,795,-234], +[1281,1059,-234], +[1281,795,-234], +[1283,186,-343], +[1283,187,-343], +[1280,186,-343], +[1280,187,-343], +[1259,186,-343], +[1259,187,-343], +[1122,1366,-14], +[934,1366,-14], +[1395,1366,-14], +[1059,1366,-14], +[1522,1210,123], +[1242,1428,-29], +[184,589,55], +[167,589,55], +[153,589,55], +[158,589,55], +[217,589,55], +[222,589,55], +[148,589,55], +[172,589,55], +[160,589,55], +[164,589,55], +[166,589,55], +[234,589,55], +[154,589,55], +[183,589,55], +[175,589,55], +[162,589,55], +[177,589,55], +[169,589,55], +[224,589,55], +[227,589,55], +[225,589,55], +[163,589,55], +[875,410,-42], +[875,412,-42], +[875,413,-42], +[875,414,-42], +[875,418,-42], +[282,406,-68], +[63,406,-68], +[297,406,-68], +[236,406,-68], +[117,406,-68], +[257,406,-68], +[241,406,-68], +[247,406,-68], +[285,406,-68], +[254,406,-68], +[67,406,-68], +[267,406,-68], +[245,406,-68], +[265,406,-68], +[246,406,-68], +[277,406,-68], +[1283,1126,-152], +[1283,924,-152], +[1283,1251,-152], +[1283,547,-152], +[1283,1051,-152], +[1283,826,-152], +[1280,1126,-152], +[1280,924,-152], +[1280,1251,-152], +[1280,547,-152], +[1280,1051,-152], +[1280,826,-152], +[1259,1126,-152], +[1259,924,-152], +[1259,1251,-152], +[1259,547,-152], +[1259,1051,-152], +[1259,826,-152], +[1509,0,-96], +[1509,25,-96], +[1509,4,-96], +[1509,13,-96], +[1509,37,-96], +[1509,20,-96], +[1509,34,-96], +[1509,35,-96], +[1509,31,-96], +[1509,5,-96], +[1509,32,-96], +[1509,12,-96], +[1509,1413,42], +[875,295,-42], +[1428,1278,-164], +[1428,1281,-164], +[395,875,-96], +[2489,875,-54], +[1411,1278,-109], +[1411,1281,-109], +[589,1278,-400], +[589,1281,-400], +[540,1181,-42], +[368,1,-343], +[368,2,-343], +[368,3,-343], +[3077,889,-69], +[1283,1274,-192], +[1280,1274,-192], +[1259,1274,-192], +[889,882,123], +[889,1373,123], +[889,1488,123], +[889,1388,123], +[889,792,123], +[889,1190,123], +[889,1095,123], +[889,1223,123], +[889,829,123], +[889,1256,123], +[889,1219,123], +[889,873,123], +[889,3120,123], +[889,1120,123], +[889,1441,123], +[571,410,-41], +[571,412,-41], +[571,413,-41], +[571,414,-41], +[571,418,-41], +[577,410,-41], +[577,412,-41], +[577,413,-41], +[577,414,-41], +[577,418,-41], +[718,410,-41], +[718,412,-41], +[718,413,-41], +[718,414,-41], +[718,418,-41], +[1276,0,-220], +[1276,25,-220], +[1276,4,-220], +[1276,13,-220], +[1276,37,-220], +[1276,20,-220], +[1276,34,-220], +[1276,35,-220], +[1276,31,-220], +[1276,5,-220], +[1276,32,-220], +[1276,12,-220], +[1285,0,-220], +[1285,25,-220], +[1285,4,-220], +[1285,13,-220], +[1285,37,-220], +[1285,20,-220], +[1285,34,-220], +[1285,35,-220], +[1285,31,-220], +[1285,5,-220], +[1285,32,-220], +[1285,12,-220], +[956,3062,-27], +[956,3064,-27], +[956,3068,-27], +[956,3063,-27], +[956,3065,-27], +[1249,3062,-27], +[1249,3064,-27], +[1249,3068,-27], +[1249,3063,-27], +[1249,3065,-27], +[740,3062,-27], +[740,3064,-27], +[740,3068,-27], +[740,3063,-27], +[740,3065,-27], +[1090,3062,-27], +[1090,3064,-27], +[1090,3068,-27], +[1090,3063,-27], +[1090,3065,-27], +[497,1254,-260], +[497,1187,-260], +[497,1372,-260], +[497,1440,-260], +[497,1386,-260], +[497,791,-260], +[497,3119,-260], +[497,881,-260], +[497,872,-260], +[497,1487,-260], +[497,828,-260], +[497,1093,-260], +[497,1218,-260], +[497,1222,-260], +[497,1118,-260], +[1012,3115,-70], +[1012,3117,-70], +[1012,1381,-70], +[1012,1382,-70], +[1012,1385,-70], +[1022,3115,-70], +[1022,3117,-70], +[1022,1381,-70], +[1022,1382,-70], +[1022,1385,-70], +[1021,3115,-70], +[1021,3117,-70], +[1021,1381,-70], +[1021,1382,-70], +[1021,1385,-70], +[787,295,-69], +[1435,295,-69], +[259,1224,-40], +[3125,934,-96], +[1037,3115,-68], +[1037,3117,-68], +[1037,1381,-68], +[1037,1382,-68], +[1037,1385,-68], +[856,540,-42], +[1366,1428,-139], +[188,1413,-68], +[196,1413,-68], +[195,1413,-68], +[81,1231,-14], +[238,1231,-14], +[97,1231,-14], +[82,1231,-14], +[86,1231,-14], +[94,1231,-14], +[101,1231,-14], +[83,1231,-14], +[95,1231,-14], +[108,1231,-14], +[84,1231,-14], +[1381,0,-15], +[1381,25,-15], +[1381,4,-15], +[1381,13,-15], +[1381,37,-15], +[1381,20,-15], +[1381,34,-15], +[1381,35,-15], +[1381,31,-15], +[1381,5,-15], +[1381,32,-15], +[1381,12,-15], +[188,1063,-137], +[196,1063,-137], +[195,1063,-137], +[188,985,-96], +[196,985,-96], +[195,985,-96], +[951,1522,-40], +[519,657,-14], +[504,657,-14], +[506,657,-14], +[518,657,-14], +[927,1181,-111], +[929,1181,-111], +[1490,399,-56], +[1490,401,-56], +[1490,405,-56], +[1490,400,-56], +[1490,402,-56], +[1507,399,-56], +[1507,401,-56], +[1507,405,-56], +[1507,400,-56], +[1507,402,-56], +[1491,399,-56], +[1491,401,-56], +[1491,405,-56], +[1491,400,-56], +[1491,402,-56], +[1495,399,-56], +[1495,401,-56], +[1495,405,-56], +[1495,400,-56], +[1495,402,-56], +[1499,399,-56], +[1499,401,-56], +[1499,405,-56], +[1499,400,-56], +[1499,402,-56], +[3050,399,-56], +[3050,401,-56], +[3050,405,-56], +[3050,400,-56], +[3050,402,-56], +[1519,399,-56], +[1519,401,-56], +[1519,405,-56], +[1519,400,-56], +[1519,402,-56], +[1493,399,-56], +[1493,401,-56], +[1493,405,-56], +[1493,400,-56], +[1493,402,-56], +[3046,399,-56], +[3046,401,-56], +[3046,405,-56], +[3046,400,-56], +[3046,402,-56], +[1515,399,-56], +[1515,401,-56], +[1515,405,-56], +[1515,400,-56], +[1515,402,-56], +[3039,399,-56], +[3039,401,-56], +[3039,405,-56], +[3039,400,-56], +[3039,402,-56], +[1494,399,-56], +[1494,401,-56], +[1494,405,-56], +[1494,400,-56], +[1494,402,-56], +[1099,1390,-96], +[1366,1114,-11], +[330,1378,-69], +[330,722,-69], +[330,1379,-69], +[330,1237,-69], +[3125,657,-70], +[368,1473,-166], +[608,657,-42], +[1216,657,-42], +[604,657,-42], +[0,1198,-206], +[0,703,-206], +[0,1199,-206], +[0,704,-206], +[0,1297,-206], +[0,1469,-206], +[0,998,-206], +[0,1129,-206], +[25,1198,-206], +[25,703,-206], +[25,1199,-206], +[25,704,-206], +[25,1297,-206], +[25,1469,-206], +[25,998,-206], +[25,1129,-206], +[4,1198,-206], +[4,703,-206], +[4,1199,-206], +[4,704,-206], +[4,1297,-206], +[4,1469,-206], +[4,998,-206], +[4,1129,-206], +[13,1198,-206], +[13,703,-206], +[13,1199,-206], +[13,704,-206], +[13,1297,-206], +[13,1469,-206], +[13,998,-206], +[13,1129,-206], +[37,1198,-206], +[37,703,-206], +[37,1199,-206], +[37,704,-206], +[37,1297,-206], +[37,1469,-206], +[37,998,-206], +[37,1129,-206], +[20,1198,-206], +[20,703,-206], +[20,1199,-206], +[20,704,-206], +[20,1297,-206], +[20,1469,-206], +[20,998,-206], +[20,1129,-206], +[34,1198,-206], +[34,703,-206], +[34,1199,-206], +[34,704,-206], +[34,1297,-206], +[34,1469,-206], +[34,998,-206], +[34,1129,-206], +[35,1198,-206], +[35,703,-206], +[35,1199,-206], +[35,704,-206], +[35,1297,-206], +[35,1469,-206], +[35,998,-206], +[35,1129,-206], +[31,1198,-206], +[31,703,-206], +[31,1199,-206], +[31,704,-206], +[31,1297,-206], +[31,1469,-206], +[31,998,-206], +[31,1129,-206], +[5,1198,-206], +[5,703,-206], +[5,1199,-206], +[5,704,-206], +[5,1297,-206], +[5,1469,-206], +[5,998,-206], +[5,1129,-206], +[32,1198,-206], +[32,703,-206], +[32,1199,-206], +[32,704,-206], +[32,1297,-206], +[32,1469,-206], +[32,998,-206], +[32,1129,-206], +[12,1198,-206], +[12,703,-206], +[12,1199,-206], +[12,704,-206], +[12,1297,-206], +[12,1469,-206], +[12,998,-206], +[12,1129,-206], +[597,717,-14], +[832,717,-14], +[1001,717,-14], +[784,717,-14], +[0,589,-55], +[25,589,-55], +[4,589,-55], +[13,589,-55], +[37,589,-55], +[20,589,-55], +[34,589,-55], +[35,589,-55], +[31,589,-55], +[5,589,-55], +[32,589,-55], +[12,589,-55], +[342,3123,-29], +[292,3123,-29], +[1381,1522,-123], +[519,504,-165], +[504,504,-165], +[506,504,-165], +[518,504,-165], +[1274,334,-192], +[1274,889,-96], +[1286,410,-28], +[1286,412,-28], +[1286,413,-28], +[1286,414,-28], +[1286,418,-28], +[1287,410,-28], +[1287,412,-28], +[1287,413,-28], +[1287,414,-28], +[1287,418,-28], +[1290,410,-28], +[1290,412,-28], +[1290,413,-28], +[1290,414,-28], +[1290,418,-28], +[1289,410,-28], +[1289,412,-28], +[1289,413,-28], +[1289,414,-28], +[1289,418,-28], +[1173,1037,-68], +[856,475,-42], +[856,441,-42], +[856,533,-42], +[856,444,-42], +[856,454,-42], +[856,582,-42], +[856,470,-42], +[856,550,-42], +[856,551,-42], +[856,539,-42], +[856,445,-42], +[856,544,-42], +[856,476,-42], +[856,452,-42], +[856,477,-42], +[332,1,-344], +[332,2,-344], +[332,3,-344], +[335,1,-344], +[335,2,-344], +[335,3,-344], +[1382,797,-96], +[1382,679,-96], +[1382,1229,-96], +[1382,1230,-96], +[206,537,-83], +[73,537,-83], +[410,956,-219], +[410,1249,-219], +[410,1090,-219], +[410,740,-219], +[412,956,-219], +[412,1249,-219], +[412,1090,-219], +[412,740,-219], +[413,956,-219], +[413,1249,-219], +[413,1090,-219], +[413,740,-219], +[414,956,-219], +[414,1249,-219], +[414,1090,-219], +[414,740,-219], +[418,956,-219], +[418,1249,-219], +[418,1090,-219], +[418,740,-219], +[2489,540,-41], +[203,395,-192], +[205,395,-192], +[209,395,-192], +[207,395,-192], +[1366,509,-27], +[206,3115,-27], +[206,3117,-27], +[206,1381,-27], +[206,1382,-27], +[206,1385,-27], +[73,3115,-27], +[73,3117,-27], +[73,1381,-27], +[73,1382,-27], +[73,1385,-27], +[513,504,-83], +[856,875,-164], +[1136,1210,-32], +[1378,818,-70], +[3074,926,-96], +[3074,928,-96], +[2489,485,-69], +[1283,1,-345], +[1283,2,-345], +[1283,3,-345], +[1280,1,-345], +[1280,2,-345], +[1280,3,-345], +[1259,1,-345], +[1259,2,-345], +[1259,3,-345], +[342,1302,-15], +[292,1302,-15], +[1366,657,-28], +[927,406,-109], +[929,406,-109], +[1273,717,-13], +[368,956,-165], +[368,1249,-165], +[368,1090,-165], +[368,740,-165], +[1406,395,-27], +[1414,395,-27], +[342,818,-13], +[292,818,-13], +[1522,1435,-125], +[45,332,-70], +[45,335,-70], +[50,332,-70], +[50,335,-70], +[48,332,-70], +[48,335,-70], +[52,332,-70], +[52,335,-70], +[49,332,-70], +[49,335,-70], +[511,1276,-40], +[511,1285,-40], +[937,761,-8], +[937,1161,-8], +[937,713,-8], +[937,1200,-8], +[937,701,-8], +[937,886,-8], +[937,630,-8], +[937,766,-8], +[937,1156,-8], +[937,1136,-8], +[937,1267,-8], +[937,842,-8], +[937,646,-8], +[937,785,-8], +[937,768,-8], +[937,772,-8], +[937,781,-8], +[937,1159,-8], +[937,1139,-8], +[937,1145,-8], +[937,1203,-8], +[937,1153,-8], +[937,632,-8], +[937,648,-8], +[937,645,-8], +[937,710,-8], +[937,798,-8], +[937,769,-8], +[937,782,-8], +[937,816,-8], +[937,770,-8], +[937,896,-8], +[937,894,-8], +[937,897,-8], +[937,1170,-8], +[937,1143,-8], +[937,1167,-8], +[937,1144,-8], +[937,895,-8], +[937,1192,-8], +[937,888,-8], +[441,761,-8], +[441,1161,-8], +[441,713,-8], +[441,1200,-8], +[441,701,-8], +[441,886,-8], +[441,630,-8], +[441,766,-8], +[441,1156,-8], +[441,1136,-8], +[441,1267,-8], +[441,842,-8], +[441,646,-8], +[441,785,-8], +[441,768,-8], +[441,772,-8], +[441,781,-8], +[441,1159,-8], +[441,1139,-8], +[441,1145,-8], +[441,1203,-8], +[441,1153,-8], +[441,632,-8], +[441,648,-8], +[441,645,-8], +[441,710,-8], +[441,798,-8], +[441,769,-8], +[441,782,-8], +[441,816,-8], +[441,770,-8], +[441,896,-8], +[441,894,-8], +[441,897,-8], +[441,1170,-8], +[441,1143,-8], +[441,1167,-8], +[441,1144,-8], +[441,895,-8], +[441,1192,-8], +[441,888,-8], +[930,761,-8], +[930,1161,-8], +[930,713,-8], +[930,1200,-8], +[930,701,-8], +[930,886,-8], +[930,630,-8], +[930,766,-8], +[930,1156,-8], +[930,1136,-8], +[930,1267,-8], +[930,842,-8], +[930,646,-8], +[930,785,-8], +[930,768,-8], +[930,772,-8], +[930,781,-8], +[930,1159,-8], +[930,1139,-8], +[930,1145,-8], +[930,1203,-8], +[930,1153,-8], +[930,632,-8], +[930,648,-8], +[930,645,-8], +[930,710,-8], +[930,798,-8], +[930,769,-8], +[930,782,-8], +[930,816,-8], +[930,770,-8], +[930,896,-8], +[930,894,-8], +[930,897,-8], +[930,1170,-8], +[930,1143,-8], +[930,1167,-8], +[930,1144,-8], +[930,895,-8], +[930,1192,-8], +[930,888,-8], +[1071,761,-8], +[1071,1161,-8], +[1071,713,-8], +[1071,1200,-8], +[1071,701,-8], +[1071,886,-8], +[1071,630,-8], +[1071,766,-8], +[1071,1156,-8], +[1071,1136,-8], +[1071,1267,-8], +[1071,842,-8], +[1071,646,-8], +[1071,785,-8], +[1071,768,-8], +[1071,772,-8], +[1071,781,-8], +[1071,1159,-8], +[1071,1139,-8], +[1071,1145,-8], +[1071,1203,-8], +[1071,1153,-8], +[1071,632,-8], +[1071,648,-8], +[1071,645,-8], +[1071,710,-8], +[1071,798,-8], +[1071,769,-8], +[1071,782,-8], +[1071,816,-8], +[1071,770,-8], +[1071,896,-8], +[1071,894,-8], +[1071,897,-8], +[1071,1170,-8], +[1071,1143,-8], +[1071,1167,-8], +[1071,1144,-8], +[1071,895,-8], +[1071,1192,-8], +[1071,888,-8], +[1103,761,-8], +[1103,1161,-8], +[1103,713,-8], +[1103,1200,-8], +[1103,701,-8], +[1103,886,-8], +[1103,630,-8], +[1103,766,-8], +[1103,1156,-8], +[1103,1136,-8], +[1103,1267,-8], +[1103,842,-8], +[1103,646,-8], +[1103,785,-8], +[1103,768,-8], +[1103,772,-8], +[1103,781,-8], +[1103,1159,-8], +[1103,1139,-8], +[1103,1145,-8], +[1103,1203,-8], +[1103,1153,-8], +[1103,632,-8], +[1103,648,-8], +[1103,645,-8], +[1103,710,-8], +[1103,798,-8], +[1103,769,-8], +[1103,782,-8], +[1103,816,-8], +[1103,770,-8], +[1103,896,-8], +[1103,894,-8], +[1103,897,-8], +[1103,1170,-8], +[1103,1143,-8], +[1103,1167,-8], +[1103,1144,-8], +[1103,895,-8], +[1103,1192,-8], +[1103,888,-8], +[935,761,-8], +[935,1161,-8], +[935,713,-8], +[935,1200,-8], +[935,701,-8], +[935,886,-8], +[935,630,-8], +[935,766,-8], +[935,1156,-8], +[935,1136,-8], +[935,1267,-8], +[935,842,-8], +[935,646,-8], +[935,785,-8], +[935,768,-8], +[935,772,-8], +[935,781,-8], +[935,1159,-8], +[935,1139,-8], +[935,1145,-8], +[935,1203,-8], +[935,1153,-8], +[935,632,-8], +[935,648,-8], +[935,645,-8], +[935,710,-8], +[935,798,-8], +[935,769,-8], +[935,782,-8], +[935,816,-8], +[935,770,-8], +[935,896,-8], +[935,894,-8], +[935,897,-8], +[935,1170,-8], +[935,1143,-8], +[935,1167,-8], +[935,1144,-8], +[935,895,-8], +[935,1192,-8], +[935,888,-8], +[533,761,-8], +[533,1161,-8], +[533,713,-8], +[533,1200,-8], +[533,701,-8], +[533,886,-8], +[533,630,-8], +[533,766,-8], +[533,1156,-8], +[533,1136,-8], +[533,1267,-8], +[533,842,-8], +[533,646,-8], +[533,785,-8], +[533,768,-8], +[533,772,-8], +[533,781,-8], +[533,1159,-8], +[533,1139,-8], +[533,1145,-8], +[533,1203,-8], +[533,1153,-8], +[533,632,-8], +[533,648,-8], +[533,645,-8], +[533,710,-8], +[533,798,-8], +[533,769,-8], +[533,782,-8], +[533,816,-8], +[533,770,-8], +[533,896,-8], +[533,894,-8], +[533,897,-8], +[533,1170,-8], +[533,1143,-8], +[533,1167,-8], +[533,1144,-8], +[533,895,-8], +[533,1192,-8], +[533,888,-8], +[444,761,-8], +[444,1161,-8], +[444,713,-8], +[444,1200,-8], +[444,701,-8], +[444,886,-8], +[444,630,-8], +[444,766,-8], +[444,1156,-8], +[444,1136,-8], +[444,1267,-8], +[444,842,-8], +[444,646,-8], +[444,785,-8], +[444,768,-8], +[444,772,-8], +[444,781,-8], +[444,1159,-8], +[444,1139,-8], +[444,1145,-8], +[444,1203,-8], +[444,1153,-8], +[444,632,-8], +[444,648,-8], +[444,645,-8], +[444,710,-8], +[444,798,-8], +[444,769,-8], +[444,782,-8], +[444,816,-8], +[444,770,-8], +[444,896,-8], +[444,894,-8], +[444,897,-8], +[444,1170,-8], +[444,1143,-8], +[444,1167,-8], +[444,1144,-8], +[444,895,-8], +[444,1192,-8], +[444,888,-8], +[454,761,-8], +[454,1161,-8], +[454,713,-8], +[454,1200,-8], +[454,701,-8], +[454,886,-8], +[454,630,-8], +[454,766,-8], +[454,1156,-8], +[454,1136,-8], +[454,1267,-8], +[454,842,-8], +[454,646,-8], +[454,785,-8], +[454,768,-8], +[454,772,-8], +[454,781,-8], +[454,1159,-8], +[454,1139,-8], +[454,1145,-8], +[454,1203,-8], +[454,1153,-8], +[454,632,-8], +[454,648,-8], +[454,645,-8], +[454,710,-8], +[454,798,-8], +[454,769,-8], +[454,782,-8], +[454,816,-8], +[454,770,-8], +[454,896,-8], +[454,894,-8], +[454,897,-8], +[454,1170,-8], +[454,1143,-8], +[454,1167,-8], +[454,1144,-8], +[454,895,-8], +[454,1192,-8], +[454,888,-8], +[582,761,-8], +[582,1161,-8], +[582,713,-8], +[582,1200,-8], +[582,701,-8], +[582,886,-8], +[582,630,-8], +[582,766,-8], +[582,1156,-8], +[582,1136,-8], +[582,1267,-8], +[582,842,-8], +[582,646,-8], +[582,785,-8], +[582,768,-8], +[582,772,-8], +[582,781,-8], +[582,1159,-8], +[582,1139,-8], +[582,1145,-8], +[582,1203,-8], +[582,1153,-8], +[582,632,-8], +[582,648,-8], +[582,645,-8], +[582,710,-8], +[582,798,-8], +[582,769,-8], +[582,782,-8], +[582,816,-8], +[582,770,-8], +[582,896,-8], +[582,894,-8], +[582,897,-8], +[582,1170,-8], +[582,1143,-8], +[582,1167,-8], +[582,1144,-8], +[582,895,-8], +[582,1192,-8], +[582,888,-8], +[470,761,-8], +[470,1161,-8], +[470,713,-8], +[470,1200,-8], +[470,701,-8], +[470,886,-8], +[470,630,-8], +[470,766,-8], +[470,1156,-8], +[470,1136,-8], +[470,1267,-8], +[470,842,-8], +[470,646,-8], +[470,785,-8], +[470,768,-8], +[470,772,-8], +[470,781,-8], +[470,1159,-8], +[470,1139,-8], +[470,1145,-8], +[470,1203,-8], +[470,1153,-8], +[470,632,-8], +[470,648,-8], +[470,645,-8], +[470,710,-8], +[470,798,-8], +[470,769,-8], +[470,782,-8], +[470,816,-8], +[470,770,-8], +[470,896,-8], +[470,894,-8], +[470,897,-8], +[470,1170,-8], +[470,1143,-8], +[470,1167,-8], +[470,1144,-8], +[470,895,-8], +[470,1192,-8], +[470,888,-8], +[550,761,-8], +[550,1161,-8], +[550,713,-8], +[550,1200,-8], +[550,701,-8], +[550,886,-8], +[550,630,-8], +[550,766,-8], +[550,1156,-8], +[550,1136,-8], +[550,1267,-8], +[550,842,-8], +[550,646,-8], +[550,785,-8], +[550,768,-8], +[550,772,-8], +[550,781,-8], +[550,1159,-8], +[550,1139,-8], +[550,1145,-8], +[550,1203,-8], +[550,1153,-8], +[550,632,-8], +[550,648,-8], +[550,645,-8], +[550,710,-8], +[550,798,-8], +[550,769,-8], +[550,782,-8], +[550,816,-8], +[550,770,-8], +[550,896,-8], +[550,894,-8], +[550,897,-8], +[550,1170,-8], +[550,1143,-8], +[550,1167,-8], +[550,1144,-8], +[550,895,-8], +[550,1192,-8], +[550,888,-8], +[551,761,-8], +[551,1161,-8], +[551,713,-8], +[551,1200,-8], +[551,701,-8], +[551,886,-8], +[551,630,-8], +[551,766,-8], +[551,1156,-8], +[551,1136,-8], +[551,1267,-8], +[551,842,-8], +[551,646,-8], +[551,785,-8], +[551,768,-8], +[551,772,-8], +[551,781,-8], +[551,1159,-8], +[551,1139,-8], +[551,1145,-8], +[551,1203,-8], +[551,1153,-8], +[551,632,-8], +[551,648,-8], +[551,645,-8], +[551,710,-8], +[551,798,-8], +[551,769,-8], +[551,782,-8], +[551,816,-8], +[551,770,-8], +[551,896,-8], +[551,894,-8], +[551,897,-8], +[551,1170,-8], +[551,1143,-8], +[551,1167,-8], +[551,1144,-8], +[551,895,-8], +[551,1192,-8], +[551,888,-8], +[1130,761,-8], +[1130,1161,-8], +[1130,713,-8], +[1130,1200,-8], +[1130,701,-8], +[1130,886,-8], +[1130,630,-8], +[1130,766,-8], +[1130,1156,-8], +[1130,1136,-8], +[1130,1267,-8], +[1130,842,-8], +[1130,646,-8], +[1130,785,-8], +[1130,768,-8], +[1130,772,-8], +[1130,781,-8], +[1130,1159,-8], +[1130,1139,-8], +[1130,1145,-8], +[1130,1203,-8], +[1130,1153,-8], +[1130,632,-8], +[1130,648,-8], +[1130,645,-8], +[1130,710,-8], +[1130,798,-8], +[1130,769,-8], +[1130,782,-8], +[1130,816,-8], +[1130,770,-8], +[1130,896,-8], +[1130,894,-8], +[1130,897,-8], +[1130,1170,-8], +[1130,1143,-8], +[1130,1167,-8], +[1130,1144,-8], +[1130,895,-8], +[1130,1192,-8], +[1130,888,-8], +[539,761,-8], +[539,1161,-8], +[539,713,-8], +[539,1200,-8], +[539,701,-8], +[539,886,-8], +[539,630,-8], +[539,766,-8], +[539,1156,-8], +[539,1136,-8], +[539,1267,-8], +[539,842,-8], +[539,646,-8], +[539,785,-8], +[539,768,-8], +[539,772,-8], +[539,781,-8], +[539,1159,-8], +[539,1139,-8], +[539,1145,-8], +[539,1203,-8], +[539,1153,-8], +[539,632,-8], +[539,648,-8], +[539,645,-8], +[539,710,-8], +[539,798,-8], +[539,769,-8], +[539,782,-8], +[539,816,-8], +[539,770,-8], +[539,896,-8], +[539,894,-8], +[539,897,-8], +[539,1170,-8], +[539,1143,-8], +[539,1167,-8], +[539,1144,-8], +[539,895,-8], +[539,1192,-8], +[539,888,-8], +[445,761,-8], +[445,1161,-8], +[445,713,-8], +[445,1200,-8], +[445,701,-8], +[445,886,-8], +[445,630,-8], +[445,766,-8], +[445,1156,-8], +[445,1136,-8], +[445,1267,-8], +[445,842,-8], +[445,646,-8], +[445,785,-8], +[445,768,-8], +[445,772,-8], +[445,781,-8], +[445,1159,-8], +[445,1139,-8], +[445,1145,-8], +[445,1203,-8], +[445,1153,-8], +[445,632,-8], +[445,648,-8], +[445,645,-8], +[445,710,-8], +[445,798,-8], +[445,769,-8], +[445,782,-8], +[445,816,-8], +[445,770,-8], +[445,896,-8], +[445,894,-8], +[445,897,-8], +[445,1170,-8], +[445,1143,-8], +[445,1167,-8], +[445,1144,-8], +[445,895,-8], +[445,1192,-8], +[445,888,-8], +[544,761,-8], +[544,1161,-8], +[544,713,-8], +[544,1200,-8], +[544,701,-8], +[544,886,-8], +[544,630,-8], +[544,766,-8], +[544,1156,-8], +[544,1136,-8], +[544,1267,-8], +[544,842,-8], +[544,646,-8], +[544,785,-8], +[544,768,-8], +[544,772,-8], +[544,781,-8], +[544,1159,-8], +[544,1139,-8], +[544,1145,-8], +[544,1203,-8], +[544,1153,-8], +[544,632,-8], +[544,648,-8], +[544,645,-8], +[544,710,-8], +[544,798,-8], +[544,769,-8], +[544,782,-8], +[544,816,-8], +[544,770,-8], +[544,896,-8], +[544,894,-8], +[544,897,-8], +[544,1170,-8], +[544,1143,-8], +[544,1167,-8], +[544,1144,-8], +[544,895,-8], +[544,1192,-8], +[544,888,-8], +[938,761,-8], +[938,1161,-8], +[938,713,-8], +[938,1200,-8], +[938,701,-8], +[938,886,-8], +[938,630,-8], +[938,766,-8], +[938,1156,-8], +[938,1136,-8], +[938,1267,-8], +[938,842,-8], +[938,646,-8], +[938,785,-8], +[938,768,-8], +[938,772,-8], +[938,781,-8], +[938,1159,-8], +[938,1139,-8], +[938,1145,-8], +[938,1203,-8], +[938,1153,-8], +[938,632,-8], +[938,648,-8], +[938,645,-8], +[938,710,-8], +[938,798,-8], +[938,769,-8], +[938,782,-8], +[938,816,-8], +[938,770,-8], +[938,896,-8], +[938,894,-8], +[938,897,-8], +[938,1170,-8], +[938,1143,-8], +[938,1167,-8], +[938,1144,-8], +[938,895,-8], +[938,1192,-8], +[938,888,-8], +[1104,761,-8], +[1104,1161,-8], +[1104,713,-8], +[1104,1200,-8], +[1104,701,-8], +[1104,886,-8], +[1104,630,-8], +[1104,766,-8], +[1104,1156,-8], +[1104,1136,-8], +[1104,1267,-8], +[1104,842,-8], +[1104,646,-8], +[1104,785,-8], +[1104,768,-8], +[1104,772,-8], +[1104,781,-8], +[1104,1159,-8], +[1104,1139,-8], +[1104,1145,-8], +[1104,1203,-8], +[1104,1153,-8], +[1104,632,-8], +[1104,648,-8], +[1104,645,-8], +[1104,710,-8], +[1104,798,-8], +[1104,769,-8], +[1104,782,-8], +[1104,816,-8], +[1104,770,-8], +[1104,896,-8], +[1104,894,-8], +[1104,897,-8], +[1104,1170,-8], +[1104,1143,-8], +[1104,1167,-8], +[1104,1144,-8], +[1104,895,-8], +[1104,1192,-8], +[1104,888,-8], +[1110,761,-8], +[1110,1161,-8], +[1110,713,-8], +[1110,1200,-8], +[1110,701,-8], +[1110,886,-8], +[1110,630,-8], +[1110,766,-8], +[1110,1156,-8], +[1110,1136,-8], +[1110,1267,-8], +[1110,842,-8], +[1110,646,-8], +[1110,785,-8], +[1110,768,-8], +[1110,772,-8], +[1110,781,-8], +[1110,1159,-8], +[1110,1139,-8], +[1110,1145,-8], +[1110,1203,-8], +[1110,1153,-8], +[1110,632,-8], +[1110,648,-8], +[1110,645,-8], +[1110,710,-8], +[1110,798,-8], +[1110,769,-8], +[1110,782,-8], +[1110,816,-8], +[1110,770,-8], +[1110,896,-8], +[1110,894,-8], +[1110,897,-8], +[1110,1170,-8], +[1110,1143,-8], +[1110,1167,-8], +[1110,1144,-8], +[1110,895,-8], +[1110,1192,-8], +[1110,888,-8], +[1108,761,-8], +[1108,1161,-8], +[1108,713,-8], +[1108,1200,-8], +[1108,701,-8], +[1108,886,-8], +[1108,630,-8], +[1108,766,-8], +[1108,1156,-8], +[1108,1136,-8], +[1108,1267,-8], +[1108,842,-8], +[1108,646,-8], +[1108,785,-8], +[1108,768,-8], +[1108,772,-8], +[1108,781,-8], +[1108,1159,-8], +[1108,1139,-8], +[1108,1145,-8], +[1108,1203,-8], +[1108,1153,-8], +[1108,632,-8], +[1108,648,-8], +[1108,645,-8], +[1108,710,-8], +[1108,798,-8], +[1108,769,-8], +[1108,782,-8], +[1108,816,-8], +[1108,770,-8], +[1108,896,-8], +[1108,894,-8], +[1108,897,-8], +[1108,1170,-8], +[1108,1143,-8], +[1108,1167,-8], +[1108,1144,-8], +[1108,895,-8], +[1108,1192,-8], +[1108,888,-8], +[452,761,-8], +[452,1161,-8], +[452,713,-8], +[452,1200,-8], +[452,701,-8], +[452,886,-8], +[452,630,-8], +[452,766,-8], +[452,1156,-8], +[452,1136,-8], +[452,1267,-8], +[452,842,-8], +[452,646,-8], +[452,785,-8], +[452,768,-8], +[452,772,-8], +[452,781,-8], +[452,1159,-8], +[452,1139,-8], +[452,1145,-8], +[452,1203,-8], +[452,1153,-8], +[452,632,-8], +[452,648,-8], +[452,645,-8], +[452,710,-8], +[452,798,-8], +[452,769,-8], +[452,782,-8], +[452,816,-8], +[452,770,-8], +[452,896,-8], +[452,894,-8], +[452,897,-8], +[452,1170,-8], +[452,1143,-8], +[452,1167,-8], +[452,1144,-8], +[452,895,-8], +[452,1192,-8], +[452,888,-8], +[674,504,-137], +[1364,504,-137], +[1490,410,-152], +[1490,412,-152], +[1490,413,-152], +[1490,414,-152], +[1490,418,-152], +[1507,410,-152], +[1507,412,-152], +[1507,413,-152], +[1507,414,-152], +[1507,418,-152], +[1491,410,-152], +[1491,412,-152], +[1491,413,-152], +[1491,414,-152], +[1491,418,-152], +[1495,410,-152], +[1495,412,-152], +[1495,413,-152], +[1495,414,-152], +[1495,418,-152], +[1499,410,-152], +[1499,412,-152], +[1499,413,-152], +[1499,414,-152], +[1499,418,-152], +[3050,410,-152], +[3050,412,-152], +[3050,413,-152], +[3050,414,-152], +[3050,418,-152], +[1519,410,-152], +[1519,412,-152], +[1519,413,-152], +[1519,414,-152], +[1519,418,-152], +[1493,410,-152], +[1493,412,-152], +[1493,413,-152], +[1493,414,-152], +[1493,418,-152], +[3046,410,-152], +[3046,412,-152], +[3046,413,-152], +[3046,414,-152], +[3046,418,-152], +[1515,410,-152], +[1515,412,-152], +[1515,413,-152], +[1515,414,-152], +[1515,418,-152], +[3039,410,-152], +[3039,412,-152], +[3039,413,-152], +[3039,414,-152], +[3039,418,-152], +[1494,410,-152], +[1494,412,-152], +[1494,413,-152], +[1494,414,-152], +[1494,418,-152], +[1522,1424,-139], +[1277,934,-110], +[1284,934,-110], +[188,314,-69], +[188,315,-69], +[188,324,-69], +[188,320,-69], +[188,318,-69], +[196,314,-69], +[196,315,-69], +[196,324,-69], +[196,320,-69], +[196,318,-69], +[195,314,-69], +[195,315,-69], +[195,324,-69], +[195,320,-69], +[195,318,-69], +[598,1278,-165], +[598,1281,-165], +[1200,1509,-16], +[1200,1490,-16], +[1200,1507,-16], +[1200,1491,-16], +[1200,1495,-16], +[1200,1499,-16], +[1200,3050,-16], +[1200,1519,-16], +[1200,1493,-16], +[1200,3046,-16], +[1200,1515,-16], +[1200,3039,-16], +[1200,1494,-16], +[586,1509,-16], +[586,1490,-16], +[586,1507,-16], +[586,1491,-16], +[586,1495,-16], +[586,1499,-16], +[586,3050,-16], +[586,1519,-16], +[586,1493,-16], +[586,3046,-16], +[586,1515,-16], +[586,3039,-16], +[586,1494,-16], +[1433,1509,-16], +[1433,1490,-16], +[1433,1507,-16], +[1433,1491,-16], +[1433,1495,-16], +[1433,1499,-16], +[1433,3050,-16], +[1433,1519,-16], +[1433,1493,-16], +[1433,3046,-16], +[1433,1515,-16], +[1433,3039,-16], +[1433,1494,-16], +[1136,1509,-16], +[1136,1490,-16], +[1136,1507,-16], +[1136,1491,-16], +[1136,1495,-16], +[1136,1499,-16], +[1136,3050,-16], +[1136,1519,-16], +[1136,1493,-16], +[1136,3046,-16], +[1136,1515,-16], +[1136,3039,-16], +[1136,1494,-16], +[1210,1509,-16], +[1210,1490,-16], +[1210,1507,-16], +[1210,1491,-16], +[1210,1495,-16], +[1210,1499,-16], +[1210,3050,-16], +[1210,1519,-16], +[1210,1493,-16], +[1210,3046,-16], +[1210,1515,-16], +[1210,3039,-16], +[1210,1494,-16], +[1159,1509,-16], +[1159,1490,-16], +[1159,1507,-16], +[1159,1491,-16], +[1159,1495,-16], +[1159,1499,-16], +[1159,3050,-16], +[1159,1519,-16], +[1159,1493,-16], +[1159,3046,-16], +[1159,1515,-16], +[1159,3039,-16], +[1159,1494,-16], +[1139,1509,-16], +[1139,1490,-16], +[1139,1507,-16], +[1139,1491,-16], +[1139,1495,-16], +[1139,1499,-16], +[1139,3050,-16], +[1139,1519,-16], +[1139,1493,-16], +[1139,3046,-16], +[1139,1515,-16], +[1139,3039,-16], +[1139,1494,-16], +[1145,1509,-16], +[1145,1490,-16], +[1145,1507,-16], +[1145,1491,-16], +[1145,1495,-16], +[1145,1499,-16], +[1145,3050,-16], +[1145,1519,-16], +[1145,1493,-16], +[1145,3046,-16], +[1145,1515,-16], +[1145,3039,-16], +[1145,1494,-16], +[1203,1509,-16], +[1203,1490,-16], +[1203,1507,-16], +[1203,1491,-16], +[1203,1495,-16], +[1203,1499,-16], +[1203,3050,-16], +[1203,1519,-16], +[1203,1493,-16], +[1203,3046,-16], +[1203,1515,-16], +[1203,3039,-16], +[1203,1494,-16], +[1153,1509,-16], +[1153,1490,-16], +[1153,1507,-16], +[1153,1491,-16], +[1153,1495,-16], +[1153,1499,-16], +[1153,3050,-16], +[1153,1519,-16], +[1153,1493,-16], +[1153,3046,-16], +[1153,1515,-16], +[1153,3039,-16], +[1153,1494,-16], +[1170,1509,-16], +[1170,1490,-16], +[1170,1507,-16], +[1170,1491,-16], +[1170,1495,-16], +[1170,1499,-16], +[1170,3050,-16], +[1170,1519,-16], +[1170,1493,-16], +[1170,3046,-16], +[1170,1515,-16], +[1170,3039,-16], +[1170,1494,-16], +[1143,1509,-16], +[1143,1490,-16], +[1143,1507,-16], +[1143,1491,-16], +[1143,1495,-16], +[1143,1499,-16], +[1143,3050,-16], +[1143,1519,-16], +[1143,1493,-16], +[1143,3046,-16], +[1143,1515,-16], +[1143,3039,-16], +[1143,1494,-16], +[1167,1509,-16], +[1167,1490,-16], +[1167,1507,-16], +[1167,1491,-16], +[1167,1495,-16], +[1167,1499,-16], +[1167,3050,-16], +[1167,1519,-16], +[1167,1493,-16], +[1167,3046,-16], +[1167,1515,-16], +[1167,3039,-16], +[1167,1494,-16], +[1144,1509,-16], +[1144,1490,-16], +[1144,1507,-16], +[1144,1491,-16], +[1144,1495,-16], +[1144,1499,-16], +[1144,3050,-16], +[1144,1519,-16], +[1144,1493,-16], +[1144,3046,-16], +[1144,1515,-16], +[1144,3039,-16], +[1144,1494,-16], +[1192,1509,-16], +[1192,1490,-16], +[1192,1507,-16], +[1192,1491,-16], +[1192,1495,-16], +[1192,1499,-16], +[1192,3050,-16], +[1192,1519,-16], +[1192,1493,-16], +[1192,3046,-16], +[1192,1515,-16], +[1192,3039,-16], +[1192,1494,-16], +[1231,427,-82], +[1231,428,-82], +[1231,432,-82], +[1231,430,-82], +[0,929,-96], +[0,927,-96], +[25,929,-96], +[25,927,-96], +[4,929,-96], +[4,927,-96], +[13,929,-96], +[13,927,-96], +[37,929,-96], +[37,927,-96], +[20,929,-96], +[20,927,-96], +[34,929,-96], +[34,927,-96], +[35,929,-96], +[35,927,-96], +[31,929,-96], +[31,927,-96], +[5,929,-96], +[5,927,-96], +[32,929,-96], +[32,927,-96], +[12,929,-96], +[12,927,-96], +[520,504,-68], +[923,889,-82], +[288,1406,70], +[288,1414,70], +[203,1231,-166], +[205,1231,-166], +[209,1231,-166], +[207,1231,-166], +[956,889,-29], +[1249,889,-29], +[740,889,-29], +[1090,889,-29], +[791,410,-317], +[791,412,-317], +[791,413,-317], +[791,414,-317], +[791,418,-317], +[872,410,-317], +[872,412,-317], +[872,413,-317], +[872,414,-317], +[872,418,-317], +[1187,410,-317], +[1187,412,-317], +[1187,413,-317], +[1187,414,-317], +[1187,418,-317], +[1372,410,-317], +[1372,412,-317], +[1372,413,-317], +[1372,414,-317], +[1372,418,-317], +[1440,410,-317], +[1440,412,-317], +[1440,413,-317], +[1440,414,-317], +[1440,418,-317], +[1386,410,-317], +[1386,412,-317], +[1386,413,-317], +[1386,414,-317], +[1386,418,-317], +[1254,410,-317], +[1254,412,-317], +[1254,413,-317], +[1254,414,-317], +[1254,418,-317], +[3119,410,-317], +[3119,412,-317], +[3119,413,-317], +[3119,414,-317], +[3119,418,-317], +[881,410,-317], +[881,412,-317], +[881,413,-317], +[881,414,-317], +[881,418,-317], +[1118,410,-317], +[1118,412,-317], +[1118,413,-317], +[1118,414,-317], +[1118,418,-317], +[828,410,-317], +[828,412,-317], +[828,413,-317], +[828,414,-317], +[828,418,-317], +[1093,410,-317], +[1093,412,-317], +[1093,413,-317], +[1093,414,-317], +[1093,418,-317], +[1218,410,-317], +[1218,412,-317], +[1218,413,-317], +[1218,414,-317], +[1218,418,-317], +[1222,410,-317], +[1222,412,-317], +[1222,413,-317], +[1222,414,-317], +[1222,418,-317], +[1487,410,-317], +[1487,412,-317], +[1487,413,-317], +[1487,414,-317], +[1487,418,-317], +[1122,1181,-125], +[934,1181,-125], +[1395,1181,-125], +[1059,1181,-125], +[1509,797,-123], +[1509,679,-123], +[1509,1229,-123], +[1509,1230,-123], +[203,956,-234], +[203,1249,-234], +[203,1090,-234], +[203,740,-234], +[205,956,-234], +[205,1249,-234], +[205,1090,-234], +[205,740,-234], +[209,956,-234], +[209,1249,-234], +[209,1090,-234], +[209,740,-234], +[207,956,-234], +[207,1249,-234], +[207,1090,-234], +[207,740,-234], +[259,807,-41], +[1379,956,-40], +[1379,1249,-40], +[1379,1090,-40], +[1379,740,-40], +[875,399,-28], +[875,401,-28], +[875,405,-28], +[875,400,-28], +[875,402,-28], +[368,1050,-166], +[206,1411,-139], +[73,1411,-139], +[188,926,-139], +[188,928,-139], +[196,926,-139], +[196,928,-139], +[195,926,-139], +[195,928,-139], +[1068,1231,40], +[1509,1063,-166], +[1522,3062,-220], +[1522,3064,-220], +[1522,3068,-220], +[1522,3063,-220], +[1522,3065,-220], +[956,518,-54], +[956,489,-54], +[1249,518,-54], +[1249,489,-54], +[740,518,-54], +[740,489,-54], +[1090,518,-54], +[1090,489,-54], +[332,589,54], +[335,589,54], +[889,797,-206], +[889,679,-206], +[889,1229,-206], +[889,1230,-206], +[206,840,-83], +[73,840,-83], +[1283,482,-111], +[1280,482,-111], +[1259,482,-111], +[1198,151,110], +[703,151,110], +[1199,151,110], +[704,151,110], +[1297,151,110], +[1469,151,110], +[998,151,110], +[1129,151,110], +[1231,0,-84], +[1231,25,-84], +[1231,4,-84], +[1231,13,-84], +[1231,37,-84], +[1231,20,-84], +[1231,34,-84], +[1231,35,-84], +[1231,31,-84], +[1231,5,-84], +[1231,32,-84], +[1231,12,-84], +[485,1366,-27], +[1276,482,-68], +[1285,482,-68], +[1277,889,-139], +[1284,889,-139], +[927,395,-178], +[929,395,-178], +[206,818,-82], +[73,818,-82], +[1366,1266,-29], +[332,540,-96], +[335,540,-96], +[1343,410,-205], +[1343,412,-205], +[1343,413,-205], +[1343,414,-205], +[1343,418,-205], +[1345,410,-205], +[1345,412,-205], +[1345,413,-205], +[1345,414,-205], +[1345,418,-205], +[1355,410,-205], +[1355,412,-205], +[1355,413,-205], +[1355,414,-205], +[1355,418,-205], +[1350,410,-205], +[1350,412,-205], +[1350,413,-205], +[1350,414,-205], +[1350,418,-205], +[1348,410,-205], +[1348,412,-205], +[1348,413,-205], +[1348,414,-205], +[1348,418,-205], +[342,1411,-13], +[292,1411,-13], +[2489,926,-41], +[2489,928,-41], +[3077,1378,-14], +[3077,722,-14], +[3077,1379,-14], +[3077,1237,-14], +[3074,540,-13], +[3080,1063,-111], +[3053,1063,-111], +[3081,1063,-111], +[3084,1063,-111], +[3083,1063,-111], +[3090,1063,-111], +[270,3077,-14], +[1262,1242,-28], +[3040,1242,-28], +[3125,832,-42], +[203,761,-70], +[203,1161,-70], +[203,713,-70], +[203,1200,-70], +[203,701,-70], +[203,886,-70], +[203,630,-70], +[203,766,-70], +[203,1156,-70], +[203,1136,-70], +[203,1267,-70], +[203,842,-70], +[203,646,-70], +[203,785,-70], +[203,768,-70], +[203,772,-70], +[203,781,-70], +[203,1159,-70], +[203,1139,-70], +[203,1145,-70], +[203,1203,-70], +[203,1153,-70], +[203,632,-70], +[203,648,-70], +[203,645,-70], +[203,710,-70], +[203,798,-70], +[203,769,-70], +[203,782,-70], +[203,816,-70], +[203,770,-70], +[203,896,-70], +[203,894,-70], +[203,897,-70], +[203,1170,-70], +[203,1143,-70], +[203,1167,-70], +[203,1144,-70], +[203,895,-70], +[203,1192,-70], +[203,888,-70], +[205,761,-70], +[205,1161,-70], +[205,713,-70], +[205,1200,-70], +[205,701,-70], +[205,886,-70], +[205,630,-70], +[205,766,-70], +[205,1156,-70], +[205,1136,-70], +[205,1267,-70], +[205,842,-70], +[205,646,-70], +[205,785,-70], +[205,768,-70], +[205,772,-70], +[205,781,-70], +[205,1159,-70], +[205,1139,-70], +[205,1145,-70], +[205,1203,-70], +[205,1153,-70], +[205,632,-70], +[205,648,-70], +[205,645,-70], +[205,710,-70], +[205,798,-70], +[205,769,-70], +[205,782,-70], +[205,816,-70], +[205,770,-70], +[205,896,-70], +[205,894,-70], +[205,897,-70], +[205,1170,-70], +[205,1143,-70], +[205,1167,-70], +[205,1144,-70], +[205,895,-70], +[205,1192,-70], +[205,888,-70], +[209,761,-70], +[209,1161,-70], +[209,713,-70], +[209,1200,-70], +[209,701,-70], +[209,886,-70], +[209,630,-70], +[209,766,-70], +[209,1156,-70], +[209,1136,-70], +[209,1267,-70], +[209,842,-70], +[209,646,-70], +[209,785,-70], +[209,768,-70], +[209,772,-70], +[209,781,-70], +[209,1159,-70], +[209,1139,-70], +[209,1145,-70], +[209,1203,-70], +[209,1153,-70], +[209,632,-70], +[209,648,-70], +[209,645,-70], +[209,710,-70], +[209,798,-70], +[209,769,-70], +[209,782,-70], +[209,816,-70], +[209,770,-70], +[209,896,-70], +[209,894,-70], +[209,897,-70], +[209,1170,-70], +[209,1143,-70], +[209,1167,-70], +[209,1144,-70], +[209,895,-70], +[209,1192,-70], +[209,888,-70], +[207,761,-70], +[207,1161,-70], +[207,713,-70], +[207,1200,-70], +[207,701,-70], +[207,886,-70], +[207,630,-70], +[207,766,-70], +[207,1156,-70], +[207,1136,-70], +[207,1267,-70], +[207,842,-70], +[207,646,-70], +[207,785,-70], +[207,768,-70], +[207,772,-70], +[207,781,-70], +[207,1159,-70], +[207,1139,-70], +[207,1145,-70], +[207,1203,-70], +[207,1153,-70], +[207,632,-70], +[207,648,-70], +[207,645,-70], +[207,710,-70], +[207,798,-70], +[207,769,-70], +[207,782,-70], +[207,816,-70], +[207,770,-70], +[207,896,-70], +[207,894,-70], +[207,897,-70], +[207,1170,-70], +[207,1143,-70], +[207,1167,-70], +[207,1144,-70], +[207,895,-70], +[207,1192,-70], +[207,888,-70], +[132,990,-359], +[956,1,-96], +[956,2,-96], +[956,3,-96], +[1249,1,-96], +[1249,2,-96], +[1249,3,-96], +[740,1,-96], +[740,2,-96], +[740,3,-96], +[1090,1,-96], +[1090,2,-96], +[1090,3,-96], +[399,761,-137], +[399,1161,-137], +[399,713,-137], +[399,1200,-137], +[399,701,-137], +[399,886,-137], +[399,630,-137], +[399,766,-137], +[399,1156,-137], +[399,1136,-137], +[399,1267,-137], +[399,842,-137], +[399,646,-137], +[399,785,-137], +[399,768,-137], +[399,772,-137], +[399,781,-137], +[399,1159,-137], +[399,1139,-137], +[399,1145,-137], +[399,1203,-137], +[399,1153,-137], +[399,632,-137], +[399,648,-137], +[399,645,-137], +[399,710,-137], +[399,798,-137], +[399,769,-137], +[399,782,-137], +[399,816,-137], +[399,770,-137], +[399,896,-137], +[399,894,-137], +[399,897,-137], +[399,1170,-137], +[399,1143,-137], +[399,1167,-137], +[399,1144,-137], +[399,895,-137], +[399,1192,-137], +[399,888,-137], +[401,761,-137], +[401,1161,-137], +[401,713,-137], +[401,1200,-137], +[401,701,-137], +[401,886,-137], +[401,630,-137], +[401,766,-137], +[401,1156,-137], +[401,1136,-137], +[401,1267,-137], +[401,842,-137], +[401,646,-137], +[401,785,-137], +[401,768,-137], +[401,772,-137], +[401,781,-137], +[401,1159,-137], +[401,1139,-137], +[401,1145,-137], +[401,1203,-137], +[401,1153,-137], +[401,632,-137], +[401,648,-137], +[401,645,-137], +[401,710,-137], +[401,798,-137], +[401,769,-137], +[401,782,-137], +[401,816,-137], +[401,770,-137], +[401,896,-137], +[401,894,-137], +[401,897,-137], +[401,1170,-137], +[401,1143,-137], +[401,1167,-137], +[401,1144,-137], +[401,895,-137], +[401,1192,-137], +[401,888,-137], +[405,761,-137], +[405,1161,-137], +[405,713,-137], +[405,1200,-137], +[405,701,-137], +[405,886,-137], +[405,630,-137], +[405,766,-137], +[405,1156,-137], +[405,1136,-137], +[405,1267,-137], +[405,842,-137], +[405,646,-137], +[405,785,-137], +[405,768,-137], +[405,772,-137], +[405,781,-137], +[405,1159,-137], +[405,1139,-137], +[405,1145,-137], +[405,1203,-137], +[405,1153,-137], +[405,632,-137], +[405,648,-137], +[405,645,-137], +[405,710,-137], +[405,798,-137], +[405,769,-137], +[405,782,-137], +[405,816,-137], +[405,770,-137], +[405,896,-137], +[405,894,-137], +[405,897,-137], +[405,1170,-137], +[405,1143,-137], +[405,1167,-137], +[405,1144,-137], +[405,895,-137], +[405,1192,-137], +[405,888,-137], +[400,761,-137], +[400,1161,-137], +[400,713,-137], +[400,1200,-137], +[400,701,-137], +[400,886,-137], +[400,630,-137], +[400,766,-137], +[400,1156,-137], +[400,1136,-137], +[400,1267,-137], +[400,842,-137], +[400,646,-137], +[400,785,-137], +[400,768,-137], +[400,772,-137], +[400,781,-137], +[400,1159,-137], +[400,1139,-137], +[400,1145,-137], +[400,1203,-137], +[400,1153,-137], +[400,632,-137], +[400,648,-137], +[400,645,-137], +[400,710,-137], +[400,798,-137], +[400,769,-137], +[400,782,-137], +[400,816,-137], +[400,770,-137], +[400,896,-137], +[400,894,-137], +[400,897,-137], +[400,1170,-137], +[400,1143,-137], +[400,1167,-137], +[400,1144,-137], +[400,895,-137], +[400,1192,-137], +[400,888,-137], +[402,761,-137], +[402,1161,-137], +[402,713,-137], +[402,1200,-137], +[402,701,-137], +[402,886,-137], +[402,630,-137], +[402,766,-137], +[402,1156,-137], +[402,1136,-137], +[402,1267,-137], +[402,842,-137], +[402,646,-137], +[402,785,-137], +[402,768,-137], +[402,772,-137], +[402,781,-137], +[402,1159,-137], +[402,1139,-137], +[402,1145,-137], +[402,1203,-137], +[402,1153,-137], +[402,632,-137], +[402,648,-137], +[402,645,-137], +[402,710,-137], +[402,798,-137], +[402,769,-137], +[402,782,-137], +[402,816,-137], +[402,770,-137], +[402,896,-137], +[402,894,-137], +[402,897,-137], +[402,1170,-137], +[402,1143,-137], +[402,1167,-137], +[402,1144,-137], +[402,895,-137], +[402,1192,-137], +[402,888,-137], +[1181,1278,-68], +[1181,1281,-68], +[188,3115,-56], +[188,3117,-56], +[188,1381,-56], +[188,1382,-56], +[188,1385,-56], +[196,3115,-56], +[196,3117,-56], +[196,1381,-56], +[196,1382,-56], +[196,1385,-56], +[195,3115,-56], +[195,3117,-56], +[195,1381,-56], +[195,1382,-56], +[195,1385,-56], +[79,1063,-96], +[761,1063,-96], +[3104,1063,-96], +[3105,1063,-96], +[3110,1063,-96], +[3107,1063,-96], +[410,589,42], +[412,589,42], +[413,589,42], +[414,589,42], +[418,589,42], +[510,540,-96], +[186,1522,-111], +[350,1522,-111], +[366,1522,-111], +[352,1522,-111], +[355,1522,-111], +[358,1522,-111], +[187,1522,-111], +[392,1522,-111], +[378,1522,-111], +[353,1522,-111], +[389,1522,-111], +[374,1522,-111], +[381,1522,-111], +[354,1522,-111], +[3115,589,83], +[3117,589,83], +[1113,589,83], +[1114,589,83], +[1117,589,83], +[409,889,-29], +[497,964,-138], +[779,657,-41], +[818,3123,-13], +[485,504,-111], +[314,406,-13], +[315,406,-13], +[324,406,-13], +[320,406,-13], +[318,406,-13], +[578,395,-48], +[1181,1283,-69], +[1181,1280,-69], +[1181,1259,-69], +[856,1,-84], +[856,2,-84], +[856,3,-84], +[410,856,-70], +[412,856,-70], +[413,856,-70], +[414,856,-70], +[418,856,-70], +[717,1522,123], +[1375,1522,123], +[1476,1522,123], +[904,779,-42], +[904,784,-42], +[900,779,-42], +[900,784,-42], +[791,399,-247], +[791,401,-247], +[791,405,-247], +[791,400,-247], +[791,402,-247], +[872,399,-247], +[872,401,-247], +[872,405,-247], +[872,400,-247], +[872,402,-247], +[1187,399,-247], +[1187,401,-247], +[1187,405,-247], +[1187,400,-247], +[1187,402,-247], +[1372,399,-247], +[1372,401,-247], +[1372,405,-247], +[1372,400,-247], +[1372,402,-247], +[1440,399,-247], +[1440,401,-247], +[1440,405,-247], +[1440,400,-247], +[1440,402,-247], +[1386,399,-247], +[1386,401,-247], +[1386,405,-247], +[1386,400,-247], +[1386,402,-247], +[1254,399,-247], +[1254,401,-247], +[1254,405,-247], +[1254,400,-247], +[1254,402,-247], +[3119,399,-247], +[3119,401,-247], +[3119,405,-247], +[3119,400,-247], +[3119,402,-247], +[881,399,-247], +[881,401,-247], +[881,405,-247], +[881,400,-247], +[881,402,-247], +[1118,399,-247], +[1118,401,-247], +[1118,405,-247], +[1118,400,-247], +[1118,402,-247], +[828,399,-247], +[828,401,-247], +[828,405,-247], +[828,400,-247], +[828,402,-247], +[1093,399,-247], +[1093,401,-247], +[1093,405,-247], +[1093,400,-247], +[1093,402,-247], +[1218,399,-247], +[1218,401,-247], +[1218,405,-247], +[1218,400,-247], +[1218,402,-247], +[1222,399,-247], +[1222,401,-247], +[1222,405,-247], +[1222,400,-247], +[1222,402,-247], +[1487,399,-247], +[1487,401,-247], +[1487,405,-247], +[1487,400,-247], +[1487,402,-247], +[406,761,-82], +[406,1161,-82], +[406,713,-82], +[406,1200,-82], +[406,701,-82], +[406,886,-82], +[406,630,-82], +[406,766,-82], +[406,1156,-82], +[406,1136,-82], +[406,1267,-82], +[406,842,-82], +[406,646,-82], +[406,785,-82], +[406,768,-82], +[406,772,-82], +[406,781,-82], +[406,1159,-82], +[406,1139,-82], +[406,1145,-82], +[406,1203,-82], +[406,1153,-82], +[406,632,-82], +[406,648,-82], +[406,645,-82], +[406,710,-82], +[406,798,-82], +[406,769,-82], +[406,782,-82], +[406,816,-82], +[406,770,-82], +[406,896,-82], +[406,894,-82], +[406,897,-82], +[406,1170,-82], +[406,1143,-82], +[406,1167,-82], +[406,1144,-82], +[406,895,-82], +[406,1192,-82], +[406,888,-82], +[1378,1378,-28], +[1378,722,-28], +[1378,1379,-28], +[1378,1237,-28], +[485,1181,-54], +[513,1424,-14], +[332,875,-192], +[335,875,-192], +[427,956,-109], +[427,1249,-109], +[427,1090,-109], +[427,740,-109], +[428,956,-109], +[428,1249,-109], +[428,1090,-109], +[428,740,-109], +[432,956,-109], +[432,1249,-109], +[432,1090,-109], +[432,740,-109], +[430,956,-109], +[430,1249,-109], +[430,1090,-109], +[430,740,-109], +[717,1390,69], +[1375,1390,69], +[1476,1390,69], +[1037,1378,-110], +[1037,722,-110], +[1037,1379,-110], +[1037,1237,-110], +[270,295,-29], +[1277,882,-262], +[1277,1373,-262], +[1277,1488,-262], +[1277,1388,-262], +[1277,792,-262], +[1277,1190,-262], +[1277,1095,-262], +[1277,1223,-262], +[1277,829,-262], +[1277,1256,-262], +[1277,1219,-262], +[1277,873,-262], +[1277,3120,-262], +[1277,1120,-262], +[1277,1441,-262], +[1284,882,-262], +[1284,1373,-262], +[1284,1488,-262], +[1284,1388,-262], +[1284,792,-262], +[1284,1190,-262], +[1284,1095,-262], +[1284,1223,-262], +[1284,829,-262], +[1284,1256,-262], +[1284,1219,-262], +[1284,873,-262], +[1284,3120,-262], +[1284,1120,-262], +[1284,1441,-262], +[1037,1242,-192], +[368,540,-125], +[1522,752,262], +[1522,1004,262], +[1522,1006,262], +[578,427,-32], +[722,797,-28], +[722,679,-28], +[722,1229,-28], +[722,1230,-28], +[1237,797,-28], +[1237,679,-28], +[1237,1229,-28], +[1237,1230,-28], +[1302,797,-28], +[1302,679,-28], +[1302,1229,-28], +[1302,1230,-28], +[598,1522,-40], +[519,934,-55], +[504,934,-55], +[506,934,-55], +[518,934,-55], +[1283,717,-151], +[1280,717,-151], +[1259,717,-151], +[840,889,-55], +[132,929,-139], +[132,927,-139], +[0,1278,-371], +[0,1281,-371], +[25,1278,-371], +[25,1281,-371], +[4,1278,-371], +[4,1281,-371], +[13,1278,-371], +[13,1281,-371], +[37,1278,-371], +[37,1281,-371], +[20,1278,-371], +[20,1281,-371], +[34,1278,-371], +[34,1281,-371], +[35,1278,-371], +[35,1281,-371], +[31,1278,-371], +[31,1281,-371], +[5,1278,-371], +[5,1281,-371], +[32,1278,-371], +[32,1281,-371], +[12,1278,-371], +[12,1281,-371], +[3080,956,-27], +[3080,1249,-27], +[3080,1090,-27], +[3080,740,-27], +[3053,956,-27], +[3053,1249,-27], +[3053,1090,-27], +[3053,740,-27], +[3081,956,-27], +[3081,1249,-27], +[3081,1090,-27], +[3081,740,-27], +[3084,956,-27], +[3084,1249,-27], +[3084,1090,-27], +[3084,740,-27], +[3083,956,-27], +[3083,1249,-27], +[3083,1090,-27], +[3083,740,-27], +[3090,956,-27], +[3090,1249,-27], +[3090,1090,-27], +[3090,740,-27], +[395,929,-68], +[395,927,-68], +[882,797,-304], +[882,679,-304], +[882,1229,-304], +[882,1230,-304], +[1373,797,-304], +[1373,679,-304], +[1373,1229,-304], +[1373,1230,-304], +[1488,797,-304], +[1488,679,-304], +[1488,1229,-304], +[1488,1230,-304], +[1388,797,-304], +[1388,679,-304], +[1388,1229,-304], +[1388,1230,-304], +[792,797,-304], +[792,679,-304], +[792,1229,-304], +[792,1230,-304], +[1190,797,-304], +[1190,679,-304], +[1190,1229,-304], +[1190,1230,-304], +[1441,797,-304], +[1441,679,-304], +[1441,1229,-304], +[1441,1230,-304], +[1120,797,-304], +[1120,679,-304], +[1120,1229,-304], +[1120,1230,-304], +[1223,797,-304], +[1223,679,-304], +[1223,1229,-304], +[1223,1230,-304], +[873,797,-304], +[873,679,-304], +[873,1229,-304], +[873,1230,-304], +[1219,797,-304], +[1219,679,-304], +[1219,1229,-304], +[1219,1230,-304], +[1256,797,-304], +[1256,679,-304], +[1256,1229,-304], +[1256,1230,-304], +[3120,797,-304], +[3120,679,-304], +[3120,1229,-304], +[3120,1230,-304], +[1095,797,-304], +[1095,679,-304], +[1095,1229,-304], +[1095,1230,-304], +[829,797,-304], +[829,679,-304], +[829,1229,-304], +[829,1230,-304], +[1015,956,-27], +[1015,1249,-27], +[1015,1090,-27], +[1015,740,-27], +[956,482,-70], +[1249,482,-70], +[740,482,-70], +[1090,482,-70], +[1390,332,42], +[1390,335,42], +[1522,3115,-124], +[1522,3117,-124], +[1522,1381,-124], +[1522,1382,-124], +[1522,1385,-124], +[630,1366,-56], +[646,1366,-56], +[632,1366,-56], +[648,1366,-56], +[645,1366,-56], +[1015,597,-15], +[3080,1050,-96], +[3053,1050,-96], +[3081,1050,-96], +[3084,1050,-96], +[3083,1050,-96], +[3090,1050,-96], +[3123,889,-69], +[875,1181,-28], +[410,929,-164], +[410,927,-164], +[412,929,-164], +[412,927,-164], +[413,929,-164], +[413,927,-164], +[414,929,-164], +[414,927,-164], +[418,929,-164], +[418,927,-164], +[580,1481,-27], +[1283,1135,14], +[1283,63,14], +[1283,148,14], +[1283,203,14], +[1283,288,14], +[1283,158,14], +[1283,188,14], +[1283,1012,14], +[1283,167,14], +[1283,153,14], +[1283,38,14], +[1283,125,14], +[1283,222,14], +[1283,299,14], +[1283,79,14], +[1283,184,14], +[1283,81,14], +[1283,344,14], +[1283,217,14], +[1283,97,14], +[1283,82,14], +[1283,86,14], +[1283,94,14], +[1283,172,14], +[1283,160,14], +[1283,164,14], +[1283,166,14], +[1283,234,14], +[1283,67,14], +[1283,101,14], +[1283,83,14], +[1283,95,14], +[1283,108,14], +[1283,84,14], +[1283,154,14], +[1283,183,14], +[1283,175,14], +[1283,162,14], +[1283,177,14], +[1283,169,14], +[1283,196,14], +[1283,205,14], +[1283,209,14], +[1283,207,14], +[1283,224,14], +[1283,227,14], +[1283,225,14], +[1283,300,14], +[1283,302,14], +[1283,301,14], +[1283,163,14], +[1283,195,14], +[1280,1135,14], +[1280,63,14], +[1280,148,14], +[1280,203,14], +[1280,288,14], +[1280,158,14], +[1280,188,14], +[1280,1012,14], +[1280,167,14], +[1280,153,14], +[1280,38,14], +[1280,125,14], +[1280,222,14], +[1280,299,14], +[1280,79,14], +[1280,184,14], +[1280,81,14], +[1280,344,14], +[1280,217,14], +[1280,97,14], +[1280,82,14], +[1280,86,14], +[1280,94,14], +[1280,172,14], +[1280,160,14], +[1280,164,14], +[1280,166,14], +[1280,234,14], +[1280,67,14], +[1280,101,14], +[1280,83,14], +[1280,95,14], +[1280,108,14], +[1280,84,14], +[1280,154,14], +[1280,183,14], +[1280,175,14], +[1280,162,14], +[1280,177,14], +[1280,169,14], +[1280,196,14], +[1280,205,14], +[1280,209,14], +[1280,207,14], +[1280,224,14], +[1280,227,14], +[1280,225,14], +[1280,300,14], +[1280,302,14], +[1280,301,14], +[1280,163,14], +[1280,195,14], +[1259,1135,14], +[1259,63,14], +[1259,148,14], +[1259,203,14], +[1259,288,14], +[1259,158,14], +[1259,188,14], +[1259,1012,14], +[1259,167,14], +[1259,153,14], +[1259,38,14], +[1259,125,14], +[1259,222,14], +[1259,299,14], +[1259,79,14], +[1259,184,14], +[1259,81,14], +[1259,344,14], +[1259,217,14], +[1259,97,14], +[1259,82,14], +[1259,86,14], +[1259,94,14], +[1259,172,14], +[1259,160,14], +[1259,164,14], +[1259,166,14], +[1259,234,14], +[1259,67,14], +[1259,101,14], +[1259,83,14], +[1259,95,14], +[1259,108,14], +[1259,84,14], +[1259,154,14], +[1259,183,14], +[1259,175,14], +[1259,162,14], +[1259,177,14], +[1259,169,14], +[1259,196,14], +[1259,205,14], +[1259,209,14], +[1259,207,14], +[1259,224,14], +[1259,227,14], +[1259,225,14], +[1259,300,14], +[1259,302,14], +[1259,301,14], +[1259,163,14], +[1259,195,14], +[497,3112,-110], +[630,332,-179], +[630,335,-179], +[646,332,-179], +[646,335,-179], +[632,332,-179], +[632,335,-179], +[648,332,-179], +[648,335,-179], +[645,332,-179], +[645,335,-179], +[485,571,-29], +[485,577,-29], +[485,718,-29], +[1286,395,-13], +[1287,395,-13], +[1290,395,-13], +[1289,395,-13], +[1037,956,-84], +[1037,1249,-84], +[1037,1090,-84], +[1037,740,-84], +[710,1278,96], +[710,1281,96], +[1043,1278,96], +[1043,1281,96], +[1509,882,42], +[1509,1373,42], +[1509,1488,42], +[1509,1388,42], +[1509,792,42], +[1509,1190,42], +[1509,1095,42], +[1509,1223,42], +[1509,829,42], +[1509,1256,42], +[1509,1219,42], +[1509,873,42], +[1509,3120,42], +[1509,1120,42], +[1509,1441,42], +[1114,1481,-96], +[1366,1343,-111], +[1366,1345,-111], +[1366,1355,-111], +[1366,1350,-111], +[1366,1348,-111], +[901,1278,-192], +[901,1281,-192], +[2489,797,-180], +[2489,679,-180], +[2489,1229,-180], +[2489,1230,-180], +[395,797,-274], +[395,679,-274], +[395,1229,-274], +[395,1230,-274], +[3115,395,-28], +[3117,395,-28], +[1113,395,-28], +[1114,395,-28], +[1117,395,-28], +[399,3080,-42], +[399,3053,-42], +[399,3081,-42], +[399,3084,-42], +[399,3083,-42], +[399,3090,-42], +[401,3080,-42], +[401,3053,-42], +[401,3081,-42], +[401,3084,-42], +[401,3083,-42], +[401,3090,-42], +[405,3080,-42], +[405,3053,-42], +[405,3081,-42], +[405,3084,-42], +[405,3083,-42], +[405,3090,-42], +[400,3080,-42], +[400,3053,-42], +[400,3081,-42], +[400,3084,-42], +[400,3083,-42], +[400,3090,-42], +[402,3080,-42], +[402,3053,-42], +[402,3081,-42], +[402,3084,-42], +[402,3083,-42], +[402,3090,-42], +[1132,875,-41], +[497,875,-111], +[510,509,-82], +[540,501,-27], +[1099,295,-28], +[598,295,-68], +[1522,513,-110], +[1522,1181,-304], +[1509,1283,54], +[1509,1280,54], +[1509,1259,54], +[132,875,-192], +[0,3062,-192], +[0,3064,-192], +[0,3068,-192], +[0,3063,-192], +[0,3065,-192], +[25,3062,-192], +[25,3064,-192], +[25,3068,-192], +[25,3063,-192], +[25,3065,-192], +[4,3062,-192], +[4,3064,-192], +[4,3068,-192], +[4,3063,-192], +[4,3065,-192], +[13,3062,-192], +[13,3064,-192], +[13,3068,-192], +[13,3063,-192], +[13,3065,-192], +[37,3062,-192], +[37,3064,-192], +[37,3068,-192], +[37,3063,-192], +[37,3065,-192], +[20,3062,-192], +[20,3064,-192], +[20,3068,-192], +[20,3063,-192], +[20,3065,-192], +[34,3062,-192], +[34,3064,-192], +[34,3068,-192], +[34,3063,-192], +[34,3065,-192], +[35,3062,-192], +[35,3064,-192], +[35,3068,-192], +[35,3063,-192], +[35,3065,-192], +[31,3062,-192], +[31,3064,-192], +[31,3068,-192], +[31,3063,-192], +[31,3065,-192], +[5,3062,-192], +[5,3064,-192], +[5,3068,-192], +[5,3063,-192], +[5,3065,-192], +[32,3062,-192], +[32,3064,-192], +[32,3068,-192], +[32,3063,-192], +[32,3065,-192], +[12,3062,-192], +[12,3064,-192], +[12,3068,-192], +[12,3063,-192], +[12,3065,-192], +[475,3080,-56], +[475,3053,-56], +[475,3081,-56], +[475,3084,-56], +[475,3083,-56], +[475,3090,-56], +[766,3080,-56], +[766,3053,-56], +[766,3081,-56], +[766,3084,-56], +[766,3083,-56], +[766,3090,-56], +[1156,3080,-56], +[1156,3053,-56], +[1156,3081,-56], +[1156,3084,-56], +[1156,3083,-56], +[1156,3090,-56], +[785,3080,-56], +[785,3053,-56], +[785,3081,-56], +[785,3084,-56], +[785,3083,-56], +[785,3090,-56], +[768,3080,-56], +[768,3053,-56], +[768,3081,-56], +[768,3084,-56], +[768,3083,-56], +[768,3090,-56], +[772,3080,-56], +[772,3053,-56], +[772,3081,-56], +[772,3084,-56], +[772,3083,-56], +[772,3090,-56], +[781,3080,-56], +[781,3053,-56], +[781,3081,-56], +[781,3084,-56], +[781,3083,-56], +[781,3090,-56], +[798,3080,-56], +[798,3053,-56], +[798,3081,-56], +[798,3084,-56], +[798,3083,-56], +[798,3090,-56], +[769,3080,-56], +[769,3053,-56], +[769,3081,-56], +[769,3084,-56], +[769,3083,-56], +[769,3090,-56], +[782,3080,-56], +[782,3053,-56], +[782,3081,-56], +[782,3084,-56], +[782,3083,-56], +[782,3090,-56], +[816,3080,-56], +[816,3053,-56], +[816,3081,-56], +[816,3084,-56], +[816,3083,-56], +[816,3090,-56], +[770,3080,-56], +[770,3053,-56], +[770,3081,-56], +[770,3084,-56], +[770,3083,-56], +[770,3090,-56], +[476,3080,-56], +[476,3053,-56], +[476,3081,-56], +[476,3084,-56], +[476,3083,-56], +[476,3090,-56], +[477,3080,-56], +[477,3053,-56], +[477,3081,-56], +[477,3084,-56], +[477,3083,-56], +[477,3090,-56], +[927,520,-138], +[927,511,-138], +[929,520,-138], +[929,511,-138], +[928,875,-68], +[926,875,-68], +[368,0,-219], +[368,25,-219], +[368,4,-219], +[368,13,-219], +[368,37,-219], +[368,20,-219], +[368,34,-219], +[368,35,-219], +[368,31,-219], +[368,5,-219], +[368,32,-219], +[368,12,-219], +[927,1242,-55], +[929,1242,-55], +[334,1231,-82], +[540,882,-123], +[540,1373,-123], +[540,1488,-123], +[540,1388,-123], +[540,792,-123], +[540,1190,-123], +[540,1095,-123], +[540,1223,-123], +[540,829,-123], +[540,1256,-123], +[540,1219,-123], +[540,873,-123], +[540,3120,-123], +[540,1120,-123], +[540,1441,-123], +[1230,1382,-112], +[1037,1173,-111], +[3074,332,-166], +[3074,335,-166], +[722,1278,-165], +[722,1281,-165], +[1237,1278,-165], +[1237,1281,-165], +[1302,1278,-165], +[1302,1281,-165], +[710,332,109], +[710,335,109], +[1043,332,109], +[1043,335,109], +[282,1366,-29], +[63,1366,-29], +[297,1366,-29], +[236,1366,-29], +[117,1366,-29], +[257,1366,-29], +[241,1366,-29], +[247,1366,-29], +[285,1366,-29], +[254,1366,-29], +[67,1366,-29], +[267,1366,-29], +[245,1366,-29], +[265,1366,-29], +[246,1366,-29], +[277,1366,-29], +[38,410,-56], +[38,412,-56], +[38,413,-56], +[38,414,-56], +[38,418,-56], +[717,717,56], +[1375,717,56], +[1476,717,56], +[282,797,-125], +[282,679,-125], +[282,1229,-125], +[282,1230,-125], +[63,797,-125], +[63,679,-125], +[63,1229,-125], +[63,1230,-125], +[297,797,-125], +[297,679,-125], +[297,1229,-125], +[297,1230,-125], +[236,797,-125], +[236,679,-125], +[236,1229,-125], +[236,1230,-125], +[117,797,-125], +[117,679,-125], +[117,1229,-125], +[117,1230,-125], +[257,797,-125], +[257,679,-125], +[257,1229,-125], +[257,1230,-125], +[241,797,-125], +[241,679,-125], +[241,1229,-125], +[241,1230,-125], +[247,797,-125], +[247,679,-125], +[247,1229,-125], +[247,1230,-125], +[285,797,-125], +[285,679,-125], +[285,1229,-125], +[285,1230,-125], +[254,797,-125], +[254,679,-125], +[254,1229,-125], +[254,1230,-125], +[67,797,-125], +[67,679,-125], +[67,1229,-125], +[67,1230,-125], +[267,797,-125], +[267,679,-125], +[267,1229,-125], +[267,1230,-125], +[245,797,-125], +[245,679,-125], +[245,1229,-125], +[245,1230,-125], +[265,797,-125], +[265,679,-125], +[265,1229,-125], +[265,1230,-125], +[246,797,-125], +[246,679,-125], +[246,1229,-125], +[246,1230,-125], +[277,797,-125], +[277,679,-125], +[277,1229,-125], +[277,1230,-125], +[951,797,-28], +[951,679,-28], +[951,1229,-28], +[951,1230,-28], +[1015,571,-13], +[1015,577,-13], +[1015,718,-13], +[479,520,-69], +[479,511,-69], +[937,332,-205], +[937,335,-205], +[441,332,-205], +[441,335,-205], +[930,332,-205], +[930,335,-205], +[1071,332,-205], +[1071,335,-205], +[1103,332,-205], +[1103,335,-205], +[935,332,-205], +[935,335,-205], +[533,332,-205], +[533,335,-205], +[444,332,-205], +[444,335,-205], +[454,332,-205], +[454,335,-205], +[582,332,-205], +[582,335,-205], +[470,332,-205], +[470,335,-205], +[550,332,-205], +[550,335,-205], +[551,332,-205], +[551,335,-205], +[1130,332,-205], +[1130,335,-205], +[539,332,-205], +[539,335,-205], +[445,332,-205], +[445,335,-205], +[544,332,-205], +[544,335,-205], +[938,332,-205], +[938,335,-205], +[1104,332,-205], +[1104,335,-205], +[1110,332,-205], +[1110,335,-205], +[1108,332,-205], +[1108,335,-205], +[452,332,-205], +[452,335,-205], +[3055,1421,-35], +[3112,1421,-35], +[3080,875,-54], +[3053,875,-54], +[3081,875,-54], +[3084,875,-54], +[3083,875,-54], +[3090,875,-54], +[818,1278,-28], +[818,1281,-28], +[513,3125,-27], +[132,1428,-219], +[572,485,-96], +[485,1481,-28], +[571,875,-123], +[577,875,-123], +[718,875,-123], +[1366,0,-304], +[1366,25,-304], +[1366,4,-304], +[1366,13,-304], +[1366,37,-304], +[1366,20,-304], +[1366,34,-304], +[1366,35,-304], +[1366,31,-304], +[1366,5,-304], +[1366,32,-304], +[1366,12,-304], +[537,1242,-42], +[1277,295,-276], +[1284,295,-276], +[519,1277,-29], +[519,1284,-29], +[504,1277,-29], +[504,1284,-29], +[506,1277,-29], +[506,1284,-29], +[518,1277,-29], +[518,1284,-29], +[1242,926,-54], +[1242,928,-54], +[1278,1435,-15], +[1281,1435,-15], +[1522,889,-152], +[1099,1283,82], +[1099,1280,82], +[1099,1259,82], +[1283,964,-96], +[1280,964,-96], +[1259,964,-96], +[330,926,-96], +[330,928,-96], +[288,475,-56], +[288,441,-56], +[288,533,-56], +[288,444,-56], +[288,454,-56], +[288,582,-56], +[288,470,-56], +[288,550,-56], +[288,551,-56], +[288,539,-56], +[288,445,-56], +[288,544,-56], +[288,476,-56], +[288,452,-56], +[288,477,-56], +[927,3062,-96], +[927,3064,-96], +[927,3068,-96], +[927,3063,-96], +[927,3065,-96], +[929,3062,-96], +[929,3064,-96], +[929,3068,-96], +[929,3063,-96], +[929,3065,-96], +[1509,761,-82], +[1509,1161,-82], +[1509,713,-82], +[1509,1200,-82], +[1509,701,-82], +[1509,886,-82], +[1509,630,-82], +[1509,766,-82], +[1509,1156,-82], +[1509,1136,-82], +[1509,1267,-82], +[1509,842,-82], +[1509,646,-82], +[1509,785,-82], +[1509,768,-82], +[1509,772,-82], +[1509,781,-82], +[1509,1159,-82], +[1509,1139,-82], +[1509,1145,-82], +[1509,1203,-82], +[1509,1153,-82], +[1509,632,-82], +[1509,648,-82], +[1509,645,-82], +[1509,710,-82], +[1509,798,-82], +[1509,769,-82], +[1509,782,-82], +[1509,816,-82], +[1509,770,-82], +[1509,896,-82], +[1509,894,-82], +[1509,897,-82], +[1509,1170,-82], +[1509,1143,-82], +[1509,1167,-82], +[1509,1144,-82], +[1509,895,-82], +[1509,1192,-82], +[1509,888,-82], +[125,1277,-331], +[125,1284,-331], +[923,1421,-69], +[332,3074,-164], +[335,3074,-164], +[0,475,-15], +[0,441,-15], +[0,533,-15], +[0,444,-15], +[0,454,-15], +[0,582,-15], +[0,470,-15], +[0,550,-15], +[0,551,-15], +[0,539,-15], +[0,445,-15], +[0,544,-15], +[0,476,-15], +[0,452,-15], +[0,477,-15], +[25,475,-15], +[25,441,-15], +[25,533,-15], +[25,444,-15], +[25,454,-15], +[25,582,-15], +[25,470,-15], +[25,550,-15], +[25,551,-15], +[25,539,-15], +[25,445,-15], +[25,544,-15], +[25,476,-15], +[25,452,-15], +[25,477,-15], +[4,475,-15], +[4,441,-15], +[4,533,-15], +[4,444,-15], +[4,454,-15], +[4,582,-15], +[4,470,-15], +[4,550,-15], +[4,551,-15], +[4,539,-15], +[4,445,-15], +[4,544,-15], +[4,476,-15], +[4,452,-15], +[4,477,-15], +[13,475,-15], +[13,441,-15], +[13,533,-15], +[13,444,-15], +[13,454,-15], +[13,582,-15], +[13,470,-15], +[13,550,-15], +[13,551,-15], +[13,539,-15], +[13,445,-15], +[13,544,-15], +[13,476,-15], +[13,452,-15], +[13,477,-15], +[37,475,-15], +[37,441,-15], +[37,533,-15], +[37,444,-15], +[37,454,-15], +[37,582,-15], +[37,470,-15], +[37,550,-15], +[37,551,-15], +[37,539,-15], +[37,445,-15], +[37,544,-15], +[37,476,-15], +[37,452,-15], +[37,477,-15], +[20,475,-15], +[20,441,-15], +[20,533,-15], +[20,444,-15], +[20,454,-15], +[20,582,-15], +[20,470,-15], +[20,550,-15], +[20,551,-15], +[20,539,-15], +[20,445,-15], +[20,544,-15], +[20,476,-15], +[20,452,-15], +[20,477,-15], +[34,475,-15], +[34,441,-15], +[34,533,-15], +[34,444,-15], +[34,454,-15], +[34,582,-15], +[34,470,-15], +[34,550,-15], +[34,551,-15], +[34,539,-15], +[34,445,-15], +[34,544,-15], +[34,476,-15], +[34,452,-15], +[34,477,-15], +[35,475,-15], +[35,441,-15], +[35,533,-15], +[35,444,-15], +[35,454,-15], +[35,582,-15], +[35,470,-15], +[35,550,-15], +[35,551,-15], +[35,539,-15], +[35,445,-15], +[35,544,-15], +[35,476,-15], +[35,452,-15], +[35,477,-15], +[31,475,-15], +[31,441,-15], +[31,533,-15], +[31,444,-15], +[31,454,-15], +[31,582,-15], +[31,470,-15], +[31,550,-15], +[31,551,-15], +[31,539,-15], +[31,445,-15], +[31,544,-15], +[31,476,-15], +[31,452,-15], +[31,477,-15], +[5,475,-15], +[5,441,-15], +[5,533,-15], +[5,444,-15], +[5,454,-15], +[5,582,-15], +[5,470,-15], +[5,550,-15], +[5,551,-15], +[5,539,-15], +[5,445,-15], +[5,544,-15], +[5,476,-15], +[5,452,-15], +[5,477,-15], +[32,475,-15], +[32,441,-15], +[32,533,-15], +[32,444,-15], +[32,454,-15], +[32,582,-15], +[32,470,-15], +[32,550,-15], +[32,551,-15], +[32,539,-15], +[32,445,-15], +[32,544,-15], +[32,476,-15], +[32,452,-15], +[32,477,-15], +[12,475,-15], +[12,441,-15], +[12,533,-15], +[12,444,-15], +[12,454,-15], +[12,582,-15], +[12,470,-15], +[12,550,-15], +[12,551,-15], +[12,539,-15], +[12,445,-15], +[12,544,-15], +[12,476,-15], +[12,452,-15], +[12,477,-15], +[475,3074,-56], +[766,3074,-56], +[1156,3074,-56], +[785,3074,-56], +[768,3074,-56], +[772,3074,-56], +[781,3074,-56], +[798,3074,-56], +[769,3074,-56], +[782,3074,-56], +[816,3074,-56], +[770,3074,-56], +[476,3074,-56], +[477,3074,-56], +[332,578,-96], +[259,972,82], +[510,486,-13], +[3074,856,56], +[540,889,-83], +[1421,1059,-56], +[1421,795,-56], +[1382,295,-28], +[511,482,27], +[510,674,-110], +[510,675,-110], +[510,1364,-110], +[1283,206,-371], +[1283,73,-371], +[1280,206,-371], +[1280,73,-371], +[1259,206,-371], +[1259,73,-371], +[1101,504,-206], +[1428,3123,-14], +[779,934,-69], +[510,956,-206], +[510,1249,-206], +[510,1090,-206], +[510,740,-206], +[1262,1366,-84], +[3040,1366,-84], +[927,518,-96], +[927,489,-96], +[929,518,-96], +[929,489,-96], +[956,295,-219], +[1249,295,-219], +[740,295,-219], +[1090,295,-219], +[510,964,-274], +[395,1101,-109], +[203,1063,-358], +[205,1063,-358], +[209,1063,-358], +[207,1063,-358], +[1477,934,-29], +[742,934,-29], +[1509,986,-84], +[598,889,-54], +[332,1254,-343], +[332,1187,-343], +[332,1372,-343], +[332,1440,-343], +[332,1386,-343], +[332,791,-343], +[332,3119,-343], +[332,881,-343], +[332,872,-343], +[332,1487,-343], +[332,828,-343], +[332,1093,-343], +[332,1218,-343], +[332,1222,-343], +[332,1118,-343], +[335,1254,-343], +[335,1187,-343], +[335,1372,-343], +[335,1440,-343], +[335,1386,-343], +[335,791,-343], +[335,3119,-343], +[335,881,-343], +[335,872,-343], +[335,1487,-343], +[335,828,-343], +[335,1093,-343], +[335,1218,-343], +[335,1222,-343], +[335,1118,-343], +[368,3104,-164], +[368,3105,-164], +[368,3110,-164], +[368,3107,-164], +[344,395,-138], +[0,1126,-139], +[0,924,-139], +[0,1251,-139], +[0,547,-139], +[0,1051,-139], +[0,826,-139], +[25,1126,-139], +[25,924,-139], +[25,1251,-139], +[25,547,-139], +[25,1051,-139], +[25,826,-139], +[4,1126,-139], +[4,924,-139], +[4,1251,-139], +[4,547,-139], +[4,1051,-139], +[4,826,-139], +[13,1126,-139], +[13,924,-139], +[13,1251,-139], +[13,547,-139], +[13,1051,-139], +[13,826,-139], +[37,1126,-139], +[37,924,-139], +[37,1251,-139], +[37,547,-139], +[37,1051,-139], +[37,826,-139], +[20,1126,-139], +[20,924,-139], +[20,1251,-139], +[20,547,-139], +[20,1051,-139], +[20,826,-139], +[34,1126,-139], +[34,924,-139], +[34,1251,-139], +[34,547,-139], +[34,1051,-139], +[34,826,-139], +[35,1126,-139], +[35,924,-139], +[35,1251,-139], +[35,547,-139], +[35,1051,-139], +[35,826,-139], +[31,1126,-139], +[31,924,-139], +[31,1251,-139], +[31,547,-139], +[31,1051,-139], +[31,826,-139], +[5,1126,-139], +[5,924,-139], +[5,1251,-139], +[5,547,-139], +[5,1051,-139], +[5,826,-139], +[32,1126,-139], +[32,924,-139], +[32,1251,-139], +[32,547,-139], +[32,1051,-139], +[32,826,-139], +[12,1126,-139], +[12,924,-139], +[12,1251,-139], +[12,547,-139], +[12,1051,-139], +[12,826,-139], +[856,1390,-68], +[1522,1378,-40], +[1522,722,-40], +[1522,1379,-40], +[1522,1237,-40], +[1421,797,-138], +[1421,679,-138], +[1421,1229,-138], +[1421,1230,-138], +[674,410,-165], +[674,412,-165], +[674,413,-165], +[674,414,-165], +[674,418,-165], +[1364,410,-165], +[1364,412,-165], +[1364,413,-165], +[1364,414,-165], +[1364,418,-165], +[3115,520,-84], +[3115,511,-84], +[3117,520,-84], +[3117,511,-84], +[1113,520,-84], +[1113,511,-84], +[1114,520,-84], +[1114,511,-84], +[1117,520,-84], +[1117,511,-84], +[3115,206,-29], +[3115,73,-29], +[3117,206,-29], +[3117,73,-29], +[1113,206,-29], +[1113,73,-29], +[1114,206,-29], +[1114,73,-29], +[1117,206,-29], +[1117,73,-29], +[818,295,-124], +[1283,1302,-178], +[1280,1302,-178], +[1259,1302,-178], +[259,334,40], +[1283,1059,-166], +[1283,795,-166], +[1280,1059,-166], +[1280,795,-166], +[1259,1059,-166], +[1259,795,-166], +[79,1101,-14], +[761,1101,-14], +[3104,1101,-14], +[3105,1101,-14], +[3110,1101,-14], +[3107,1101,-14], +[270,840,-28], +[206,589,-55], +[73,589,-55], +[1509,1198,41], +[1509,703,41], +[1509,1199,41], +[1509,704,41], +[1509,1297,41], +[1509,1469,41], +[1509,998,41], +[1509,1129,41], +[295,674,-165], +[295,675,-165], +[295,1364,-165], +[882,540,-42], +[1373,540,-42], +[1488,540,-42], +[1388,540,-42], +[792,540,-42], +[1190,540,-42], +[1441,540,-42], +[1120,540,-42], +[1223,540,-42], +[873,540,-42], +[1219,540,-42], +[1256,540,-42], +[3120,540,-42], +[1095,540,-42], +[829,540,-42], +[1406,956,-54], +[1406,1249,-54], +[1406,1090,-54], +[1406,740,-54], +[1414,956,-54], +[1414,1249,-54], +[1414,1090,-54], +[1414,740,-54], +[1262,1181,-69], +[3040,1181,-69], +[985,399,-28], +[985,401,-28], +[985,405,-28], +[985,400,-28], +[985,402,-28], +[1283,518,-139], +[1283,489,-139], +[1280,518,-139], +[1280,489,-139], +[1259,518,-139], +[1259,489,-139], +[203,334,-261], +[205,334,-261], +[209,334,-261], +[207,334,-261], +[923,507,-42], +[188,875,-70], +[196,875,-70], +[195,875,-70], +[1122,1421,-96], +[934,1421,-96], +[1395,1421,-96], +[1059,1421,-96], +[923,399,-205], +[923,401,-205], +[923,405,-205], +[923,400,-205], +[923,402,-205], +[132,1378,-357], +[132,722,-357], +[132,1379,-357], +[132,1237,-357], +[1161,0,-82], +[1161,25,-82], +[1161,4,-82], +[1161,13,-82], +[1161,37,-82], +[1161,20,-82], +[1161,34,-82], +[1161,35,-82], +[1161,31,-82], +[1161,5,-82], +[1161,32,-82], +[1161,12,-82], +[270,1428,-13], +[497,497,-13], +[510,934,-206], +[1278,787,-41], +[1281,787,-41], +[1274,1283,-96], +[1274,1280,-96], +[1274,1259,-96], +[129,1390,-42], +[137,1390,-42], +[135,1390,-42], +[138,1390,-42], +[136,1390,-42], +[131,1390,-42], +[540,395,-178], +[368,1254,-166], +[368,1187,-166], +[368,1372,-166], +[368,1440,-166], +[368,1386,-166], +[368,791,-166], +[368,3119,-166], +[368,881,-166], +[368,872,-166], +[368,1487,-166], +[368,828,-166], +[368,1093,-166], +[368,1218,-166], +[368,1222,-166], +[368,1118,-166], +[288,3080,55], +[288,3053,55], +[288,3081,55], +[288,3084,55], +[288,3083,55], +[288,3090,55], +[882,1411,96], +[1373,1411,96], +[1488,1411,96], +[1388,1411,96], +[792,1411,96], +[1190,1411,96], +[1441,1411,96], +[1120,1411,96], +[1223,1411,96], +[873,1411,96], +[1219,1411,96], +[1256,1411,96], +[3120,1411,96], +[1095,1411,96], +[829,1411,96], +[1411,1428,-29], +[1068,259,28], +[1068,238,28], +[1068,282,28], +[1068,45,28], +[1068,129,28], +[1068,236,28], +[1068,297,28], +[1068,50,28], +[1068,257,28], +[1068,241,28], +[1068,247,28], +[1068,285,28], +[1068,254,28], +[1068,48,28], +[1068,52,28], +[1068,49,28], +[1068,137,28], +[1068,135,28], +[1068,138,28], +[1068,267,28], +[1068,245,28], +[1068,265,28], +[1068,246,28], +[1068,136,28], +[1068,277,28], +[1068,131,28], +[206,1302,-42], +[73,1302,-42], +[498,509,-27], +[0,332,-233], +[0,335,-233], +[25,332,-233], +[25,335,-233], +[4,332,-233], +[4,335,-233], +[13,332,-233], +[13,335,-233], +[37,332,-233], +[37,335,-233], +[20,332,-233], +[20,335,-233], +[34,332,-233], +[34,335,-233], +[35,332,-233], +[35,335,-233], +[31,332,-233], +[31,335,-233], +[5,332,-233], +[5,335,-233], +[32,332,-233], +[32,335,-233], +[12,332,-233], +[12,335,-233], +[923,1278,-262], +[923,1281,-262], +[186,1,-56], +[186,2,-56], +[186,3,-56], +[350,1,-56], +[350,2,-56], +[350,3,-56], +[366,1,-56], +[366,2,-56], +[366,3,-56], +[352,1,-56], +[352,2,-56], +[352,3,-56], +[355,1,-56], +[355,2,-56], +[355,3,-56], +[358,1,-56], +[358,2,-56], +[358,3,-56], +[187,1,-56], +[187,2,-56], +[187,3,-56], +[392,1,-56], +[392,2,-56], +[392,3,-56], +[378,1,-56], +[378,2,-56], +[378,3,-56], +[353,1,-56], +[353,2,-56], +[353,3,-56], +[389,1,-56], +[389,2,-56], +[389,3,-56], +[374,1,-56], +[374,2,-56], +[374,3,-56], +[381,1,-56], +[381,2,-56], +[381,3,-56], +[354,1,-56], +[354,2,-56], +[354,3,-56], +[1283,1277,-522], +[1283,1284,-522], +[1280,1277,-522], +[1280,1284,-522], +[1259,1277,-522], +[1259,1284,-522], +[1045,977,56], +[923,486,-56], +[985,406,-27], +[1522,867,-123], +[485,3115,-70], +[485,3117,-70], +[485,1381,-70], +[485,1382,-70], +[485,1385,-70], +[513,797,-124], +[513,679,-124], +[513,1229,-124], +[513,1230,-124], +[1242,1278,-110], +[1242,1281,-110], +[3074,956,-54], +[3074,1249,-54], +[3074,1090,-54], +[3074,740,-54], +[1522,3123,-42], +[3062,540,-84], +[3064,540,-84], +[3068,540,-84], +[3063,540,-84], +[3065,540,-84], +[630,1278,-27], +[630,1281,-27], +[646,1278,-27], +[646,1281,-27], +[632,1278,-27], +[632,1281,-27], +[648,1278,-27], +[648,1281,-27], +[645,1278,-27], +[645,1281,-27], +[188,956,-304], +[188,1249,-304], +[188,1090,-304], +[188,740,-304], +[196,956,-304], +[196,1249,-304], +[196,1090,-304], +[196,740,-304], +[195,956,-304], +[195,1249,-304], +[195,1090,-304], +[195,740,-304], +[206,867,-13], +[73,867,-13], +[1343,3080,-42], +[1343,3053,-42], +[1343,3081,-42], +[1343,3084,-42], +[1343,3083,-42], +[1343,3090,-42], +[1345,3080,-42], +[1345,3053,-42], +[1345,3081,-42], +[1345,3084,-42], +[1345,3083,-42], +[1345,3090,-42], +[1355,3080,-42], +[1355,3053,-42], +[1355,3081,-42], +[1355,3084,-42], +[1355,3083,-42], +[1355,3090,-42], +[1350,3080,-42], +[1350,3053,-42], +[1350,3081,-42], +[1350,3084,-42], +[1350,3083,-42], +[1350,3090,-42], +[1348,3080,-42], +[1348,3053,-42], +[1348,3081,-42], +[1348,3084,-42], +[1348,3083,-42], +[1348,3090,-42], +[342,1522,-110], +[292,1522,-110], +[399,926,-150], +[399,928,-150], +[401,926,-150], +[401,928,-150], +[405,926,-150], +[405,928,-150], +[400,926,-150], +[400,928,-150], +[402,926,-150], +[402,928,-150], +[1012,1050,-233], +[1022,1050,-233], +[1021,1050,-233], +[722,889,-70], +[1237,889,-70], +[1302,889,-70], +[1262,889,-55], +[3040,889,-55], +[45,589,41], +[50,589,41], +[48,589,41], +[52,589,41], +[49,589,41], +[3055,657,-56], +[3112,657,-56], +[1522,368,-111], +[1522,350,-111], +[1522,366,-111], +[1522,352,-111], +[1522,355,-111], +[1522,358,-111], +[1522,392,-111], +[1522,378,-111], +[1522,353,-111], +[1522,389,-111], +[1522,374,-111], +[1522,381,-111], +[1522,354,-111], +[188,1435,-27], +[196,1435,-27], +[195,1435,-27], +[510,3115,-82], +[510,3117,-82], +[510,1381,-82], +[510,1382,-82], +[510,1385,-82], +[1390,797,-109], +[1390,679,-109], +[1390,1229,-109], +[1390,1230,-109], +[951,485,-83], +[132,1411,-288], +[889,1181,-70], +[1378,1254,-96], +[1378,1187,-96], +[1378,1372,-96], +[1378,1440,-96], +[1378,1386,-96], +[1378,791,-96], +[1378,3119,-96], +[1378,881,-96], +[1378,872,-96], +[1378,1487,-96], +[1378,828,-96], +[1378,1093,-96], +[1378,1218,-96], +[1378,1222,-96], +[1378,1118,-96], +[330,1173,-70], +[3055,3125,-28], +[3112,3125,-28], +[1242,1173,-68], +[1113,1390,-48], +[608,818,-27], +[1216,818,-27], +[604,818,-27], +[125,797,-233], +[125,679,-233], +[125,1229,-233], +[125,1230,-233], +[867,1382,-80], +[1099,818,-15], +[132,1390,-137], +[904,956,-27], +[904,1249,-27], +[904,1090,-27], +[904,740,-27], +[900,956,-27], +[900,1249,-27], +[900,1090,-27], +[900,740,-27], +[875,520,-42], +[875,511,-42], +[132,1099,-288], +[482,964,56], +[503,964,56], +[500,964,56], +[486,964,-29], +[399,0,-151], +[399,25,-151], +[399,4,-151], +[399,13,-151], +[399,37,-151], +[399,20,-151], +[399,34,-151], +[399,35,-151], +[399,31,-151], +[399,5,-151], +[399,32,-151], +[399,12,-151], +[401,0,-151], +[401,25,-151], +[401,4,-151], +[401,13,-151], +[401,37,-151], +[401,20,-151], +[401,34,-151], +[401,35,-151], +[401,31,-151], +[401,5,-151], +[401,32,-151], +[401,12,-151], +[405,0,-151], +[405,25,-151], +[405,4,-151], +[405,13,-151], +[405,37,-151], +[405,20,-151], +[405,34,-151], +[405,35,-151], +[405,31,-151], +[405,5,-151], +[405,32,-151], +[405,12,-151], +[400,0,-151], +[400,25,-151], +[400,4,-151], +[400,13,-151], +[400,37,-151], +[400,20,-151], +[400,34,-151], +[400,35,-151], +[400,31,-151], +[400,5,-151], +[400,32,-151], +[400,12,-151], +[402,0,-151], +[402,25,-151], +[402,4,-151], +[402,13,-151], +[402,37,-151], +[402,20,-151], +[402,34,-151], +[402,35,-151], +[402,31,-151], +[402,5,-151], +[402,32,-151], +[402,12,-151], +[3074,1278,-54], +[3074,1281,-54], +[1406,875,-54], +[1414,875,-54], +[589,1366,-42], +[259,1231,-42], +[479,1277,-41], +[479,1284,-41], +[1522,475,-55], +[1522,441,-55], +[1522,533,-55], +[1522,444,-55], +[1522,454,-55], +[1522,582,-55], +[1522,470,-55], +[1522,550,-55], +[1522,551,-55], +[1522,539,-55], +[1522,445,-55], +[1522,544,-55], +[1522,476,-55], +[1522,452,-55], +[1522,477,-55], +[1390,875,-56], +[956,3074,-55], +[1249,3074,-55], +[740,3074,-55], +[1090,3074,-55], +[1181,1276,-56], +[1181,1285,-56], +[1262,1302,-15], +[3040,1302,-15], +[598,1411,-29], +[904,1063,-96], +[900,1063,-96], +[1283,787,-111], +[1280,787,-111], +[1259,787,-111], +[332,761,-220], +[332,1161,-220], +[332,713,-220], +[332,1200,-220], +[332,701,-220], +[332,886,-220], +[332,630,-220], +[332,766,-220], +[332,1156,-220], +[332,1136,-220], +[332,1267,-220], +[332,842,-220], +[332,646,-220], +[332,785,-220], +[332,768,-220], +[332,772,-220], +[332,781,-220], +[332,1159,-220], +[332,1139,-220], +[332,1145,-220], +[332,1203,-220], +[332,1153,-220], +[332,632,-220], +[332,648,-220], +[332,645,-220], +[332,710,-220], +[332,798,-220], +[332,769,-220], +[332,782,-220], +[332,816,-220], +[332,770,-220], +[332,896,-220], +[332,894,-220], +[332,897,-220], +[332,1170,-220], +[332,1143,-220], +[332,1167,-220], +[332,1144,-220], +[332,895,-220], +[332,1192,-220], +[332,888,-220], +[335,761,-220], +[335,1161,-220], +[335,713,-220], +[335,1200,-220], +[335,701,-220], +[335,886,-220], +[335,630,-220], +[335,766,-220], +[335,1156,-220], +[335,1136,-220], +[335,1267,-220], +[335,842,-220], +[335,646,-220], +[335,785,-220], +[335,768,-220], +[335,772,-220], +[335,781,-220], +[335,1159,-220], +[335,1139,-220], +[335,1145,-220], +[335,1203,-220], +[335,1153,-220], +[335,632,-220], +[335,648,-220], +[335,645,-220], +[335,710,-220], +[335,798,-220], +[335,769,-220], +[335,782,-220], +[335,816,-220], +[335,770,-220], +[335,896,-220], +[335,894,-220], +[335,897,-220], +[335,1170,-220], +[335,1143,-220], +[335,1167,-220], +[335,1144,-220], +[335,895,-220], +[335,1192,-220], +[335,888,-220], +[519,520,-205], +[519,511,-205], +[504,520,-205], +[504,511,-205], +[506,520,-205], +[506,511,-205], +[518,520,-205], +[518,511,-205], +[1286,399,-13], +[1286,401,-13], +[1286,405,-13], +[1286,400,-13], +[1286,402,-13], +[1287,399,-13], +[1287,401,-13], +[1287,405,-13], +[1287,400,-13], +[1287,402,-13], +[1290,399,-13], +[1290,401,-13], +[1290,405,-13], +[1290,400,-13], +[1290,402,-13], +[1289,399,-13], +[1289,401,-13], +[1289,405,-13], +[1289,400,-13], +[1289,402,-13], +[132,818,-358], +[937,1278,-123], +[937,1281,-123], +[441,1278,-123], +[441,1281,-123], +[930,1278,-123], +[930,1281,-123], +[1071,1278,-123], +[1071,1281,-123], +[1103,1278,-123], +[1103,1281,-123], +[935,1278,-123], +[935,1281,-123], +[533,1278,-123], +[533,1281,-123], +[444,1278,-123], +[444,1281,-123], +[454,1278,-123], +[454,1281,-123], +[582,1278,-123], +[582,1281,-123], +[470,1278,-123], +[470,1281,-123], +[550,1278,-123], +[550,1281,-123], +[551,1278,-123], +[551,1281,-123], +[1130,1278,-123], +[1130,1281,-123], +[539,1278,-123], +[539,1281,-123], +[445,1278,-123], +[445,1281,-123], +[544,1278,-123], +[544,1281,-123], +[938,1278,-123], +[938,1281,-123], +[1104,1278,-123], +[1104,1281,-123], +[1110,1278,-123], +[1110,1281,-123], +[1108,1278,-123], +[1108,1281,-123], +[452,1278,-123], +[452,1281,-123], +[45,0,-54], +[45,25,-54], +[45,4,-54], +[45,13,-54], +[45,37,-54], +[45,20,-54], +[45,34,-54], +[45,35,-54], +[45,31,-54], +[45,5,-54], +[45,32,-54], +[45,12,-54], +[50,0,-54], +[50,25,-54], +[50,4,-54], +[50,13,-54], +[50,37,-54], +[50,20,-54], +[50,34,-54], +[50,35,-54], +[50,31,-54], +[50,5,-54], +[50,32,-54], +[50,12,-54], +[48,0,-54], +[48,25,-54], +[48,4,-54], +[48,13,-54], +[48,37,-54], +[48,20,-54], +[48,34,-54], +[48,35,-54], +[48,31,-54], +[48,5,-54], +[48,32,-54], +[48,12,-54], +[52,0,-54], +[52,25,-54], +[52,4,-54], +[52,13,-54], +[52,37,-54], +[52,20,-54], +[52,34,-54], +[52,35,-54], +[52,31,-54], +[52,5,-54], +[52,32,-54], +[52,12,-54], +[49,0,-54], +[49,25,-54], +[49,4,-54], +[49,13,-54], +[49,37,-54], +[49,20,-54], +[49,34,-54], +[49,35,-54], +[49,31,-54], +[49,5,-54], +[49,32,-54], +[49,12,-54], +[395,1286,-83], +[395,1103,-83], +[395,1210,-83], +[395,1071,-83], +[395,1130,-83], +[395,1104,-83], +[395,1110,-83], +[395,1108,-83], +[395,1287,-83], +[395,1290,-83], +[395,1289,-83], +[1161,1283,82], +[1161,1280,82], +[1161,1259,82], +[571,482,-55], +[577,482,-55], +[718,482,-55], +[288,589,40], +[710,368,68], +[710,350,68], +[710,366,68], +[710,352,68], +[710,355,68], +[710,358,68], +[710,392,68], +[710,378,68], +[710,353,68], +[710,389,68], +[710,374,68], +[710,381,68], +[710,354,68], +[1043,368,68], +[1043,350,68], +[1043,366,68], +[1043,352,68], +[1043,355,68], +[1043,358,68], +[1043,392,68], +[1043,378,68], +[1043,353,68], +[1043,389,68], +[1043,374,68], +[1043,381,68], +[1043,354,68], +[368,802,-164], +[1101,410,-125], +[1101,412,-125], +[1101,413,-125], +[1101,414,-125], +[1101,418,-125], +[158,586,-16], +[972,1276,-42], +[972,1285,-42], +[1004,1276,-42], +[1004,1285,-42], +[752,1276,-42], +[752,1285,-42], +[751,1276,-42], +[751,1285,-42], +[1000,1276,-42], +[1000,1285,-42], +[962,1276,-42], +[962,1285,-42], +[977,1276,-42], +[977,1285,-42], +[963,1276,-42], +[963,1285,-42], +[968,1276,-42], +[968,1285,-42], +[971,1276,-42], +[971,1285,-42], +[999,1276,-42], +[999,1285,-42], +[983,1276,-42], +[983,1285,-42], +[966,1276,-42], +[966,1285,-42], +[989,1276,-42], +[989,1285,-42], +[1006,1276,-42], +[1006,1285,-42], +[967,1276,-42], +[967,1285,-42], +[1283,657,-55], +[1280,657,-55], +[1259,657,-55], +[1198,0,-205], +[1198,25,-205], +[1198,4,-205], +[1198,13,-205], +[1198,37,-205], +[1198,20,-205], +[1198,34,-205], +[1198,35,-205], +[1198,31,-205], +[1198,5,-205], +[1198,32,-205], +[1198,12,-205], +[703,0,-205], +[703,25,-205], +[703,4,-205], +[703,13,-205], +[703,37,-205], +[703,20,-205], +[703,34,-205], +[703,35,-205], +[703,31,-205], +[703,5,-205], +[703,32,-205], +[703,12,-205], +[1199,0,-205], +[1199,25,-205], +[1199,4,-205], +[1199,13,-205], +[1199,37,-205], +[1199,20,-205], +[1199,34,-205], +[1199,35,-205], +[1199,31,-205], +[1199,5,-205], +[1199,32,-205], +[1199,12,-205], +[704,0,-205], +[704,25,-205], +[704,4,-205], +[704,13,-205], +[704,37,-205], +[704,20,-205], +[704,34,-205], +[704,35,-205], +[704,31,-205], +[704,5,-205], +[704,32,-205], +[704,12,-205], +[1297,0,-205], +[1297,25,-205], +[1297,4,-205], +[1297,13,-205], +[1297,37,-205], +[1297,20,-205], +[1297,34,-205], +[1297,35,-205], +[1297,31,-205], +[1297,5,-205], +[1297,32,-205], +[1297,12,-205], +[1469,0,-205], +[1469,25,-205], +[1469,4,-205], +[1469,13,-205], +[1469,37,-205], +[1469,20,-205], +[1469,34,-205], +[1469,35,-205], +[1469,31,-205], +[1469,5,-205], +[1469,32,-205], +[1469,12,-205], +[998,0,-205], +[998,25,-205], +[998,4,-205], +[998,13,-205], +[998,37,-205], +[998,20,-205], +[998,34,-205], +[998,35,-205], +[998,31,-205], +[998,5,-205], +[998,32,-205], +[998,12,-205], +[1129,0,-205], +[1129,25,-205], +[1129,4,-205], +[1129,13,-205], +[1129,37,-205], +[1129,20,-205], +[1129,34,-205], +[1129,35,-205], +[1129,31,-205], +[1129,5,-205], +[1129,32,-205], +[1129,12,-205], +[259,1276,54], +[259,1285,54], +[188,867,-29], +[196,867,-29], +[195,867,-29], +[513,520,-96], +[513,511,-96], +[1509,807,-166], +[589,657,-70], +[1277,3080,-137], +[1277,3053,-137], +[1277,3081,-137], +[1277,3084,-137], +[1277,3083,-137], +[1277,3090,-137], +[1284,3080,-137], +[1284,3053,-137], +[1284,3081,-137], +[1284,3084,-137], +[1284,3083,-137], +[1284,3090,-137], +[3080,3115,-28], +[3080,3117,-28], +[3080,1381,-28], +[3080,1382,-28], +[3080,1385,-28], +[3053,3115,-28], +[3053,3117,-28], +[3053,1381,-28], +[3053,1382,-28], +[3053,1385,-28], +[3081,3115,-28], +[3081,3117,-28], +[3081,1381,-28], +[3081,1382,-28], +[3081,1385,-28], +[3084,3115,-28], +[3084,3117,-28], +[3084,1381,-28], +[3084,1382,-28], +[3084,1385,-28], +[3083,3115,-28], +[3083,3117,-28], +[3083,1381,-28], +[3083,1382,-28], +[3083,1385,-28], +[3090,3115,-28], +[3090,3117,-28], +[3090,1381,-28], +[3090,1382,-28], +[3090,1385,-28], +[342,1278,-84], +[342,1281,-84], +[292,1278,-84], +[292,1281,-84], +[511,504,-69], +[1161,117,83], +[203,399,-192], +[203,401,-192], +[203,405,-192], +[203,400,-192], +[203,402,-192], +[205,399,-192], +[205,401,-192], +[205,405,-192], +[205,400,-192], +[205,402,-192], +[209,399,-192], +[209,401,-192], +[209,405,-192], +[209,400,-192], +[209,402,-192], +[207,399,-192], +[207,401,-192], +[207,405,-192], +[207,400,-192], +[207,402,-192], +[882,926,-96], +[882,928,-96], +[1373,926,-96], +[1373,928,-96], +[1488,926,-96], +[1488,928,-96], +[1388,926,-96], +[1388,928,-96], +[792,926,-96], +[792,928,-96], +[1190,926,-96], +[1190,928,-96], +[1441,926,-96], +[1441,928,-96], +[1120,926,-96], +[1120,928,-96], +[1223,926,-96], +[1223,928,-96], +[873,926,-96], +[873,928,-96], +[1219,926,-96], +[1219,928,-96], +[1256,926,-96], +[1256,928,-96], +[3120,926,-96], +[3120,928,-96], +[1095,926,-96], +[1095,928,-96], +[829,926,-96], +[829,928,-96], +[510,1126,-249], +[510,924,-249], +[510,1251,-249], +[510,547,-249], +[510,1051,-249], +[510,826,-249], +[510,1113,-29], +[332,3115,-83], +[332,3117,-83], +[332,1381,-83], +[332,1382,-83], +[332,1385,-83], +[335,3115,-83], +[335,3117,-83], +[335,1381,-83], +[335,1382,-83], +[335,1385,-83], +[1251,1,-137], +[1251,2,-137], +[1251,3,-137], +[924,1,-137], +[924,2,-137], +[924,3,-137], +[1126,1,-137], +[1126,2,-137], +[1126,3,-137], +[1051,1,-137], +[1051,2,-137], +[1051,3,-137], +[547,1,-137], +[547,2,-137], +[547,3,-137], +[826,1,-137], +[826,2,-137], +[826,3,-137], +[1099,1302,-21], +[498,504,-96], +[1231,332,-220], +[1231,335,-220], +[608,990,-28], +[1216,990,-28], +[604,990,-28], +[203,1278,-234], +[203,1281,-234], +[205,1278,-234], +[205,1281,-234], +[209,1278,-234], +[209,1281,-234], +[207,1278,-234], +[207,1281,-234], +[598,818,-6], +[1286,0,-109], +[1286,25,-109], +[1286,4,-109], +[1286,13,-109], +[1286,37,-109], +[1286,20,-109], +[1286,34,-109], +[1286,35,-109], +[1286,31,-109], +[1286,5,-109], +[1286,32,-109], +[1286,12,-109], +[1287,0,-109], +[1287,25,-109], +[1287,4,-109], +[1287,13,-109], +[1287,37,-109], +[1287,20,-109], +[1287,34,-109], +[1287,35,-109], +[1287,31,-109], +[1287,5,-109], +[1287,32,-109], +[1287,12,-109], +[1290,0,-109], +[1290,25,-109], +[1290,4,-109], +[1290,13,-109], +[1290,37,-109], +[1290,20,-109], +[1290,34,-109], +[1290,35,-109], +[1290,31,-109], +[1290,5,-109], +[1290,32,-109], +[1290,12,-109], +[1289,0,-109], +[1289,25,-109], +[1289,4,-109], +[1289,13,-109], +[1289,37,-109], +[1289,20,-109], +[1289,34,-109], +[1289,35,-109], +[1289,31,-109], +[1289,5,-109], +[1289,32,-109], +[1289,12,-109], +[206,295,-165], +[73,295,-165], +[1481,410,-27], +[1481,412,-27], +[1481,413,-27], +[1481,414,-27], +[1481,418,-27], +[1276,797,-261], +[1276,679,-261], +[1276,1229,-261], +[1276,1230,-261], +[1285,797,-261], +[1285,679,-261], +[1285,1229,-261], +[1285,1230,-261], +[990,1254,-166], +[990,1187,-166], +[990,1372,-166], +[990,1440,-166], +[990,1386,-166], +[990,791,-166], +[990,3119,-166], +[990,881,-166], +[990,872,-166], +[990,1487,-166], +[990,828,-166], +[990,1093,-166], +[990,1218,-166], +[990,1222,-166], +[990,1118,-166], +[188,1181,-27], +[196,1181,-27], +[195,1181,-27], +[508,520,-96], +[508,511,-96], +[507,520,-96], +[507,511,-96], +[399,1126,-178], +[399,924,-178], +[399,1251,-178], +[399,547,-178], +[399,1051,-178], +[399,826,-178], +[401,1126,-178], +[401,924,-178], +[401,1251,-178], +[401,547,-178], +[401,1051,-178], +[401,826,-178], +[405,1126,-178], +[405,924,-178], +[405,1251,-178], +[405,547,-178], +[405,1051,-178], +[405,826,-178], +[400,1126,-178], +[400,924,-178], +[400,1251,-178], +[400,547,-178], +[400,1051,-178], +[400,826,-178], +[402,1126,-178], +[402,924,-178], +[402,1251,-178], +[402,547,-178], +[402,1051,-178], +[402,826,-178], +[1173,1411,-28], +[1277,1421,-138], +[1284,1421,-138], +[876,571,-28], +[876,577,-28], +[876,718,-28], +[1481,1428,-13], +[3062,427,-84], +[3062,428,-84], +[3062,432,-84], +[3062,430,-84], +[3064,427,-84], +[3064,428,-84], +[3064,432,-84], +[3064,430,-84], +[3068,427,-84], +[3068,428,-84], +[3068,432,-84], +[3068,430,-84], +[3063,427,-84], +[3063,428,-84], +[3063,432,-84], +[3063,430,-84], +[3065,427,-84], +[3065,428,-84], +[3065,432,-84], +[3065,430,-84], +[125,972,-98], +[125,1000,-98], +[125,751,-98], +[125,962,-98], +[125,977,-98], +[125,963,-98], +[125,968,-98], +[125,971,-98], +[125,999,-98], +[125,983,-98], +[125,966,-98], +[125,989,-98], +[125,967,-98], +[1200,3104,-42], +[1200,3105,-42], +[1200,3110,-42], +[1200,3107,-42], +[586,3104,-42], +[586,3105,-42], +[586,3110,-42], +[586,3107,-42], +[1433,3104,-42], +[1433,3105,-42], +[1433,3110,-42], +[1433,3107,-42], +[1136,3104,-42], +[1136,3105,-42], +[1136,3110,-42], +[1136,3107,-42], +[1210,3104,-42], +[1210,3105,-42], +[1210,3110,-42], +[1210,3107,-42], +[1159,3104,-42], +[1159,3105,-42], +[1159,3110,-42], +[1159,3107,-42], +[1139,3104,-42], +[1139,3105,-42], +[1139,3110,-42], +[1139,3107,-42], +[1145,3104,-42], +[1145,3105,-42], +[1145,3110,-42], +[1145,3107,-42], +[1203,3104,-42], +[1203,3105,-42], +[1203,3110,-42], +[1203,3107,-42], +[1153,3104,-42], +[1153,3105,-42], +[1153,3110,-42], +[1153,3107,-42], +[1170,3104,-42], +[1170,3105,-42], +[1170,3110,-42], +[1170,3107,-42], +[1143,3104,-42], +[1143,3105,-42], +[1143,3110,-42], +[1143,3107,-42], +[1167,3104,-42], +[1167,3105,-42], +[1167,3110,-42], +[1167,3107,-42], +[1144,3104,-42], +[1144,3105,-42], +[1144,3110,-42], +[1144,3107,-42], +[1192,3104,-42], +[1192,3105,-42], +[1192,3110,-42], +[1192,3107,-42], +[510,1101,-219], +[510,3125,-205], +[132,1435,-28], +[485,1050,-137], +[1382,1366,-112], +[215,1276,-274], +[215,1285,-274], +[722,818,-13], +[1237,818,-13], +[1302,818,-13], +[1509,572,-40], +[1366,1366,55], +[1037,875,-69], +[0,1101,-82], +[25,1101,-82], +[4,1101,-82], +[13,1101,-82], +[37,1101,-82], +[20,1101,-82], +[34,1101,-82], +[35,1101,-82], +[31,1101,-82], +[5,1101,-82], +[32,1101,-82], +[12,1101,-82], +[395,3080,-40], +[395,3053,-40], +[395,3081,-40], +[395,3084,-40], +[395,3083,-40], +[395,3090,-40], +[722,1242,-83], +[1237,1242,-83], +[1302,1242,-83], +[1099,206,-111], +[1099,73,-111], +[889,956,-109], +[889,1249,-109], +[889,1090,-109], +[889,740,-109], +[710,1481,70], +[1043,1481,70], +[1262,797,-27], +[1262,679,-27], +[1262,1229,-27], +[1262,1230,-27], +[3040,797,-27], +[3040,679,-27], +[3040,1229,-27], +[3040,1230,-27], +[875,395,-28], +[215,259,-84], +[215,238,-84], +[215,282,-84], +[215,45,-84], +[215,129,-84], +[215,236,-84], +[215,297,-84], +[215,50,-84], +[215,257,-84], +[215,241,-84], +[215,247,-84], +[215,285,-84], +[215,254,-84], +[215,48,-84], +[215,52,-84], +[215,49,-84], +[215,137,-84], +[215,135,-84], +[215,138,-84], +[215,267,-84], +[215,245,-84], +[215,265,-84], +[215,246,-84], +[215,136,-84], +[215,277,-84], +[215,131,-84], +[1063,1421,-40], +[1283,1509,-111], +[1283,1490,-111], +[1283,1507,-111], +[1283,1491,-111], +[1283,1495,-111], +[1283,1499,-111], +[1283,3050,-111], +[1283,1519,-111], +[1283,1493,-111], +[1283,3046,-111], +[1283,1515,-111], +[1283,3039,-111], +[1283,1494,-111], +[1280,1509,-111], +[1280,1490,-111], +[1280,1507,-111], +[1280,1491,-111], +[1280,1495,-111], +[1280,1499,-111], +[1280,3050,-111], +[1280,1519,-111], +[1280,1493,-111], +[1280,3046,-111], +[1280,1515,-111], +[1280,3039,-111], +[1280,1494,-111], +[1259,1509,-111], +[1259,1490,-111], +[1259,1507,-111], +[1259,1491,-111], +[1259,1495,-111], +[1259,1499,-111], +[1259,3050,-111], +[1259,1519,-111], +[1259,1493,-111], +[1259,3046,-111], +[1259,1515,-111], +[1259,3039,-111], +[1259,1494,-111], +[1522,3080,-220], +[1522,3053,-220], +[1522,3081,-220], +[1522,3084,-220], +[1522,3083,-220], +[1522,3090,-220], +[537,3077,-27], +[497,929,-137], +[497,927,-137], +[206,1181,-96], +[73,1181,-96], +[498,1435,-29], +[571,117,96], +[577,117,96], +[718,117,96], +[259,0,-96], +[259,25,-96], +[259,4,-96], +[259,13,-96], +[259,37,-96], +[259,20,-96], +[259,34,-96], +[259,35,-96], +[259,31,-96], +[259,5,-96], +[259,32,-96], +[259,12,-96], +[608,752,83], +[608,1004,83], +[608,1006,83], +[1216,752,83], +[1216,1004,83], +[1216,1006,83], +[604,752,83], +[604,1004,83], +[604,1006,83], +[876,1278,-27], +[876,1281,-27], +[1343,406,-40], +[1345,406,-40], +[1355,406,-40], +[1350,406,-40], +[1348,406,-40], +[787,0,-15], +[787,25,-15], +[787,4,-15], +[787,13,-15], +[787,37,-15], +[787,20,-15], +[787,34,-15], +[787,35,-15], +[787,31,-15], +[787,5,-15], +[787,32,-15], +[787,12,-15], +[1435,0,-15], +[1435,25,-15], +[1435,4,-15], +[1435,13,-15], +[1435,37,-15], +[1435,20,-15], +[1435,34,-15], +[1435,35,-15], +[1435,31,-15], +[1435,5,-15], +[1435,32,-15], +[1435,12,-15], +[399,1050,-207], +[401,1050,-207], +[405,1050,-207], +[400,1050,-207], +[402,1050,-207], +[510,1421,-180], +[701,586,-16], +[206,1262,-55], +[206,3040,-55], +[73,1262,-55], +[73,3040,-55], +[299,1278,-27], +[299,1281,-27], +[300,1278,-27], +[300,1281,-27], +[302,1278,-27], +[302,1281,-27], +[301,1278,-27], +[301,1281,-27], +[1509,875,-56], +[295,1277,-329], +[295,1284,-329], +[510,797,-234], +[510,679,-234], +[510,1229,-234], +[510,1230,-234], +[3077,1173,-42], +[511,1522,-29], +[259,1366,56], +[508,485,-69], +[507,485,-69], +[1522,1428,-40], +[1509,1188,41], +[3074,1366,-27], +[497,1050,-192], +[1522,482,150], +[410,1,-316], +[410,2,-316], +[410,3,-316], +[412,1,-316], +[412,2,-316], +[412,3,-316], +[413,1,-316], +[413,2,-316], +[413,3,-316], +[414,1,-316], +[414,2,-316], +[414,3,-316], +[418,1,-316], +[418,2,-316], +[418,3,-316], +[1015,1050,-69], +[710,882,192], +[710,1373,192], +[710,1488,192], +[710,1388,192], +[710,792,192], +[710,1190,192], +[710,1095,192], +[710,1223,192], +[710,829,192], +[710,1256,192], +[710,1219,192], +[710,873,192], +[710,3120,192], +[710,1120,192], +[710,1441,192], +[1043,882,192], +[1043,1373,192], +[1043,1488,192], +[1043,1388,192], +[1043,792,192], +[1043,1190,192], +[1043,1095,192], +[1043,1223,192], +[1043,829,192], +[1043,1256,192], +[1043,1219,192], +[1043,873,192], +[1043,3120,192], +[1043,1120,192], +[1043,1441,192], +[1161,571,42], +[1161,577,42], +[1161,718,42], +[519,1283,-56], +[519,1280,-56], +[519,1259,-56], +[504,1283,-56], +[504,1280,-56], +[504,1259,-56], +[506,1283,-56], +[506,1280,-56], +[506,1259,-56], +[518,1283,-56], +[518,1280,-56], +[518,1259,-56], +[1229,1381,-112], +[1522,259,-109], +[1522,238,-109], +[1522,282,-109], +[1522,45,-109], +[1522,129,-109], +[1522,236,-109], +[1522,297,-109], +[1522,50,-109], +[1522,257,-109], +[1522,241,-109], +[1522,247,-109], +[1522,285,-109], +[1522,254,-109], +[1522,48,-109], +[1522,52,-109], +[1522,49,-109], +[1522,137,-109], +[1522,135,-109], +[1522,138,-109], +[1522,267,-109], +[1522,245,-109], +[1522,265,-109], +[1522,246,-109], +[1522,136,-109], +[1522,277,-109], +[1522,131,-109], +[3077,1411,-27], +[791,395,-262], +[872,395,-262], +[1187,395,-262], +[1372,395,-262], +[1440,395,-262], +[1386,395,-262], +[1254,395,-262], +[3119,395,-262], +[881,395,-262], +[1118,395,-262], +[828,395,-262], +[1093,395,-262], +[1218,395,-262], +[1222,395,-262], +[1487,395,-262], +[1101,501,-70], +[410,475,-221], +[410,441,-221], +[410,533,-221], +[410,444,-221], +[410,454,-221], +[410,582,-221], +[410,470,-221], +[410,550,-221], +[410,551,-221], +[410,539,-221], +[410,445,-221], +[410,544,-221], +[410,476,-221], +[410,452,-221], +[410,477,-221], +[412,475,-221], +[412,441,-221], +[412,533,-221], +[412,444,-221], +[412,454,-221], +[412,582,-221], +[412,470,-221], +[412,550,-221], +[412,551,-221], +[412,539,-221], +[412,445,-221], +[412,544,-221], +[412,476,-221], +[412,452,-221], +[412,477,-221], +[413,475,-221], +[413,441,-221], +[413,533,-221], +[413,444,-221], +[413,454,-221], +[413,582,-221], +[413,470,-221], +[413,550,-221], +[413,551,-221], +[413,539,-221], +[413,445,-221], +[413,544,-221], +[413,476,-221], +[413,452,-221], +[413,477,-221], +[414,475,-221], +[414,441,-221], +[414,533,-221], +[414,444,-221], +[414,454,-221], +[414,582,-221], +[414,470,-221], +[414,550,-221], +[414,551,-221], +[414,539,-221], +[414,445,-221], +[414,544,-221], +[414,476,-221], +[414,452,-221], +[414,477,-221], +[418,475,-221], +[418,441,-221], +[418,533,-221], +[418,444,-221], +[418,454,-221], +[418,582,-221], +[418,470,-221], +[418,550,-221], +[418,551,-221], +[418,539,-221], +[418,445,-221], +[418,544,-221], +[418,476,-221], +[418,452,-221], +[418,477,-221], +[923,3080,-83], +[923,3053,-83], +[923,3081,-83], +[923,3084,-83], +[923,3083,-83], +[923,3090,-83], +[889,1277,-219], +[889,1284,-219], +[1283,1050,-262], +[1280,1050,-262], +[1259,1050,-262], +[3080,1390,-150], +[3053,1390,-150], +[3081,1390,-150], +[3084,1390,-150], +[3083,1390,-150], +[3090,1390,-150], +[1378,1277,-221], +[1378,1284,-221], +[901,1277,-138], +[901,1284,-138], +[410,1101,-125], +[412,1101,-125], +[413,1101,-125], +[414,1101,-125], +[418,1101,-125], +[1037,1262,-96], +[1037,3040,-96], +[203,3115,-41], +[203,3117,-41], +[203,1381,-41], +[203,1382,-41], +[203,1385,-41], +[205,3115,-41], +[205,3117,-41], +[205,1381,-41], +[205,1382,-41], +[205,1385,-41], +[209,3115,-41], +[209,3117,-41], +[209,1381,-41], +[209,1382,-41], +[209,1385,-41], +[207,3115,-41], +[207,3117,-41], +[207,1381,-41], +[207,1382,-41], +[207,1385,-41], +[1343,1522,-41], +[1345,1522,-41], +[1355,1522,-41], +[1350,1522,-41], +[1348,1522,-41], +[1413,1231,28], +[1509,580,-40], +[0,578,-96], +[1283,1378,-179], +[1283,722,-179], +[1283,1379,-179], +[1283,1237,-179], +[1280,1378,-179], +[1280,722,-179], +[1280,1379,-179], +[1280,1237,-179], +[1259,1378,-179], +[1259,722,-179], +[1259,1379,-179], +[1259,1237,-179], +[923,485,-137], +[1411,875,-54], +[674,1424,-28], +[1364,1424,-28], +[1200,797,-28], +[1200,679,-28], +[1200,1229,-28], +[1200,1230,-28], +[586,797,-28], +[586,679,-28], +[586,1229,-28], +[586,1230,-28], +[1433,797,-28], +[1433,679,-28], +[1433,1229,-28], +[1433,1230,-28], +[1136,797,-28], +[1136,679,-28], +[1136,1229,-28], +[1136,1230,-28], +[1210,797,-28], +[1210,679,-28], +[1210,1229,-28], +[1210,1230,-28], +[1159,797,-28], +[1159,679,-28], +[1159,1229,-28], +[1159,1230,-28], +[1139,797,-28], +[1139,679,-28], +[1139,1229,-28], +[1139,1230,-28], +[1145,797,-28], +[1145,679,-28], +[1145,1229,-28], +[1145,1230,-28], +[1203,797,-28], +[1203,679,-28], +[1203,1229,-28], +[1203,1230,-28], +[1153,797,-28], +[1153,679,-28], +[1153,1229,-28], +[1153,1230,-28], +[1170,797,-28], +[1170,679,-28], +[1170,1229,-28], +[1170,1230,-28], +[1143,797,-28], +[1143,679,-28], +[1143,1229,-28], +[1143,1230,-28], +[1167,797,-28], +[1167,679,-28], +[1167,1229,-28], +[1167,1230,-28], +[1144,797,-28], +[1144,679,-28], +[1144,1229,-28], +[1144,1230,-28], +[1192,797,-28], +[1192,679,-28], +[1192,1229,-28], +[1192,1230,-28], +[332,1050,-221], +[335,1050,-221], +[597,1421,-56], +[832,1421,-56], +[1001,1421,-56], +[784,1421,-56], +[482,1059,40], +[482,795,40], +[503,1059,40], +[503,795,40], +[500,1059,40], +[500,795,40], +[497,1132,-55], +[722,1366,-83], +[1237,1366,-83], +[1302,1366,-83], +[1343,0,-29], +[1343,25,-29], +[1343,4,-29], +[1343,13,-29], +[1343,37,-29], +[1343,20,-29], +[1343,34,-29], +[1343,35,-29], +[1343,31,-29], +[1343,5,-29], +[1343,32,-29], +[1343,12,-29], +[1345,0,-29], +[1345,25,-29], +[1345,4,-29], +[1345,13,-29], +[1345,37,-29], +[1345,20,-29], +[1345,34,-29], +[1345,35,-29], +[1345,31,-29], +[1345,5,-29], +[1345,32,-29], +[1345,12,-29], +[1355,0,-29], +[1355,25,-29], +[1355,4,-29], +[1355,13,-29], +[1355,37,-29], +[1355,20,-29], +[1355,34,-29], +[1355,35,-29], +[1355,31,-29], +[1355,5,-29], +[1355,32,-29], +[1355,12,-29], +[1350,0,-29], +[1350,25,-29], +[1350,4,-29], +[1350,13,-29], +[1350,37,-29], +[1350,20,-29], +[1350,34,-29], +[1350,35,-29], +[1350,31,-29], +[1350,5,-29], +[1350,32,-29], +[1350,12,-29], +[1348,0,-29], +[1348,25,-29], +[1348,4,-29], +[1348,13,-29], +[1348,37,-29], +[1348,20,-29], +[1348,34,-29], +[1348,35,-29], +[1348,31,-29], +[1348,5,-29], +[1348,32,-29], +[1348,12,-29], +[1012,875,-123], +[1022,875,-123], +[1021,875,-123], +[791,259,-28], +[791,238,-28], +[791,282,-28], +[791,45,-28], +[791,129,-28], +[791,236,-28], +[791,297,-28], +[791,50,-28], +[791,257,-28], +[791,241,-28], +[791,247,-28], +[791,285,-28], +[791,254,-28], +[791,48,-28], +[791,52,-28], +[791,49,-28], +[791,137,-28], +[791,135,-28], +[791,138,-28], +[791,267,-28], +[791,245,-28], +[791,265,-28], +[791,246,-28], +[791,136,-28], +[791,277,-28], +[791,131,-28], +[872,259,-28], +[872,238,-28], +[872,282,-28], +[872,45,-28], +[872,129,-28], +[872,236,-28], +[872,297,-28], +[872,50,-28], +[872,257,-28], +[872,241,-28], +[872,247,-28], +[872,285,-28], +[872,254,-28], +[872,48,-28], +[872,52,-28], +[872,49,-28], +[872,137,-28], +[872,135,-28], +[872,138,-28], +[872,267,-28], +[872,245,-28], +[872,265,-28], +[872,246,-28], +[872,136,-28], +[872,277,-28], +[872,131,-28], +[1187,259,-28], +[1187,238,-28], +[1187,282,-28], +[1187,45,-28], +[1187,129,-28], +[1187,236,-28], +[1187,297,-28], +[1187,50,-28], +[1187,257,-28], +[1187,241,-28], +[1187,247,-28], +[1187,285,-28], +[1187,254,-28], +[1187,48,-28], +[1187,52,-28], +[1187,49,-28], +[1187,137,-28], +[1187,135,-28], +[1187,138,-28], +[1187,267,-28], +[1187,245,-28], +[1187,265,-28], +[1187,246,-28], +[1187,136,-28], +[1187,277,-28], +[1187,131,-28], +[1372,259,-28], +[1372,238,-28], +[1372,282,-28], +[1372,45,-28], +[1372,129,-28], +[1372,236,-28], +[1372,297,-28], +[1372,50,-28], +[1372,257,-28], +[1372,241,-28], +[1372,247,-28], +[1372,285,-28], +[1372,254,-28], +[1372,48,-28], +[1372,52,-28], +[1372,49,-28], +[1372,137,-28], +[1372,135,-28], +[1372,138,-28], +[1372,267,-28], +[1372,245,-28], +[1372,265,-28], +[1372,246,-28], +[1372,136,-28], +[1372,277,-28], +[1372,131,-28], +[1440,259,-28], +[1440,238,-28], +[1440,282,-28], +[1440,45,-28], +[1440,129,-28], +[1440,236,-28], +[1440,297,-28], +[1440,50,-28], +[1440,257,-28], +[1440,241,-28], +[1440,247,-28], +[1440,285,-28], +[1440,254,-28], +[1440,48,-28], +[1440,52,-28], +[1440,49,-28], +[1440,137,-28], +[1440,135,-28], +[1440,138,-28], +[1440,267,-28], +[1440,245,-28], +[1440,265,-28], +[1440,246,-28], +[1440,136,-28], +[1440,277,-28], +[1440,131,-28], +[1386,259,-28], +[1386,238,-28], +[1386,282,-28], +[1386,45,-28], +[1386,129,-28], +[1386,236,-28], +[1386,297,-28], +[1386,50,-28], +[1386,257,-28], +[1386,241,-28], +[1386,247,-28], +[1386,285,-28], +[1386,254,-28], +[1386,48,-28], +[1386,52,-28], +[1386,49,-28], +[1386,137,-28], +[1386,135,-28], +[1386,138,-28], +[1386,267,-28], +[1386,245,-28], +[1386,265,-28], +[1386,246,-28], +[1386,136,-28], +[1386,277,-28], +[1386,131,-28], +[1254,259,-28], +[1254,238,-28], +[1254,282,-28], +[1254,45,-28], +[1254,129,-28], +[1254,236,-28], +[1254,297,-28], +[1254,50,-28], +[1254,257,-28], +[1254,241,-28], +[1254,247,-28], +[1254,285,-28], +[1254,254,-28], +[1254,48,-28], +[1254,52,-28], +[1254,49,-28], +[1254,137,-28], +[1254,135,-28], +[1254,138,-28], +[1254,267,-28], +[1254,245,-28], +[1254,265,-28], +[1254,246,-28], +[1254,136,-28], +[1254,277,-28], +[1254,131,-28], +[3119,259,-28], +[3119,238,-28], +[3119,282,-28], +[3119,45,-28], +[3119,129,-28], +[3119,236,-28], +[3119,297,-28], +[3119,50,-28], +[3119,257,-28], +[3119,241,-28], +[3119,247,-28], +[3119,285,-28], +[3119,254,-28], +[3119,48,-28], +[3119,52,-28], +[3119,49,-28], +[3119,137,-28], +[3119,135,-28], +[3119,138,-28], +[3119,267,-28], +[3119,245,-28], +[3119,265,-28], +[3119,246,-28], +[3119,136,-28], +[3119,277,-28], +[3119,131,-28], +[881,259,-28], +[881,238,-28], +[881,282,-28], +[881,45,-28], +[881,129,-28], +[881,236,-28], +[881,297,-28], +[881,50,-28], +[881,257,-28], +[881,241,-28], +[881,247,-28], +[881,285,-28], +[881,254,-28], +[881,48,-28], +[881,52,-28], +[881,49,-28], +[881,137,-28], +[881,135,-28], +[881,138,-28], +[881,267,-28], +[881,245,-28], +[881,265,-28], +[881,246,-28], +[881,136,-28], +[881,277,-28], +[881,131,-28], +[1118,259,-28], +[1118,238,-28], +[1118,282,-28], +[1118,45,-28], +[1118,129,-28], +[1118,236,-28], +[1118,297,-28], +[1118,50,-28], +[1118,257,-28], +[1118,241,-28], +[1118,247,-28], +[1118,285,-28], +[1118,254,-28], +[1118,48,-28], +[1118,52,-28], +[1118,49,-28], +[1118,137,-28], +[1118,135,-28], +[1118,138,-28], +[1118,267,-28], +[1118,245,-28], +[1118,265,-28], +[1118,246,-28], +[1118,136,-28], +[1118,277,-28], +[1118,131,-28], +[828,259,-28], +[828,238,-28], +[828,282,-28], +[828,45,-28], +[828,129,-28], +[828,236,-28], +[828,297,-28], +[828,50,-28], +[828,257,-28], +[828,241,-28], +[828,247,-28], +[828,285,-28], +[828,254,-28], +[828,48,-28], +[828,52,-28], +[828,49,-28], +[828,137,-28], +[828,135,-28], +[828,138,-28], +[828,267,-28], +[828,245,-28], +[828,265,-28], +[828,246,-28], +[828,136,-28], +[828,277,-28], +[828,131,-28], +[1093,259,-28], +[1093,238,-28], +[1093,282,-28], +[1093,45,-28], +[1093,129,-28], +[1093,236,-28], +[1093,297,-28], +[1093,50,-28], +[1093,257,-28], +[1093,241,-28], +[1093,247,-28], +[1093,285,-28], +[1093,254,-28], +[1093,48,-28], +[1093,52,-28], +[1093,49,-28], +[1093,137,-28], +[1093,135,-28], +[1093,138,-28], +[1093,267,-28], +[1093,245,-28], +[1093,265,-28], +[1093,246,-28], +[1093,136,-28], +[1093,277,-28], +[1093,131,-28], +[1218,259,-28], +[1218,238,-28], +[1218,282,-28], +[1218,45,-28], +[1218,129,-28], +[1218,236,-28], +[1218,297,-28], +[1218,50,-28], +[1218,257,-28], +[1218,241,-28], +[1218,247,-28], +[1218,285,-28], +[1218,254,-28], +[1218,48,-28], +[1218,52,-28], +[1218,49,-28], +[1218,137,-28], +[1218,135,-28], +[1218,138,-28], +[1218,267,-28], +[1218,245,-28], +[1218,265,-28], +[1218,246,-28], +[1218,136,-28], +[1218,277,-28], +[1218,131,-28], +[1222,259,-28], +[1222,238,-28], +[1222,282,-28], +[1222,45,-28], +[1222,129,-28], +[1222,236,-28], +[1222,297,-28], +[1222,50,-28], +[1222,257,-28], +[1222,241,-28], +[1222,247,-28], +[1222,285,-28], +[1222,254,-28], +[1222,48,-28], +[1222,52,-28], +[1222,49,-28], +[1222,137,-28], +[1222,135,-28], +[1222,138,-28], +[1222,267,-28], +[1222,245,-28], +[1222,265,-28], +[1222,246,-28], +[1222,136,-28], +[1222,277,-28], +[1222,131,-28], +[1487,259,-28], +[1487,238,-28], +[1487,282,-28], +[1487,45,-28], +[1487,129,-28], +[1487,236,-28], +[1487,297,-28], +[1487,50,-28], +[1487,257,-28], +[1487,241,-28], +[1487,247,-28], +[1487,285,-28], +[1487,254,-28], +[1487,48,-28], +[1487,52,-28], +[1487,49,-28], +[1487,137,-28], +[1487,135,-28], +[1487,138,-28], +[1487,267,-28], +[1487,245,-28], +[1487,265,-28], +[1487,246,-28], +[1487,136,-28], +[1487,277,-28], +[1487,131,-28], +[1286,1063,-96], +[1287,1063,-96], +[1290,1063,-96], +[1289,1063,-96], +[510,507,-54], +[1378,295,-55], +[1161,215,41], +[188,3080,-180], +[188,3053,-180], +[188,3081,-180], +[188,3084,-180], +[188,3083,-180], +[188,3090,-180], +[196,3080,-180], +[196,3053,-180], +[196,3081,-180], +[196,3084,-180], +[196,3083,-180], +[196,3090,-180], +[195,3080,-180], +[195,3053,-180], +[195,3081,-180], +[195,3084,-180], +[195,3083,-180], +[195,3090,-180], +[1276,1,-343], +[1276,2,-343], +[1276,3,-343], +[1285,1,-343], +[1285,2,-343], +[1285,3,-343], +[630,399,-82], +[630,401,-82], +[630,405,-82], +[630,400,-82], +[630,402,-82], +[646,399,-82], +[646,401,-82], +[646,405,-82], +[646,400,-82], +[646,402,-82], +[632,399,-82], +[632,401,-82], +[632,405,-82], +[632,400,-82], +[632,402,-82], +[648,399,-82], +[648,401,-82], +[648,405,-82], +[648,400,-82], +[648,402,-82], +[645,399,-82], +[645,401,-82], +[645,405,-82], +[645,400,-82], +[645,402,-82], +[3123,990,-84], +[1421,717,-15], +[937,410,-205], +[937,412,-205], +[937,413,-205], +[937,414,-205], +[937,418,-205], +[441,410,-205], +[441,412,-205], +[441,413,-205], +[441,414,-205], +[441,418,-205], +[930,410,-205], +[930,412,-205], +[930,413,-205], +[930,414,-205], +[930,418,-205], +[1071,410,-205], +[1071,412,-205], +[1071,413,-205], +[1071,414,-205], +[1071,418,-205], +[1103,410,-205], +[1103,412,-205], +[1103,413,-205], +[1103,414,-205], +[1103,418,-205], +[935,410,-205], +[935,412,-205], +[935,413,-205], +[935,414,-205], +[935,418,-205], +[533,410,-205], +[533,412,-205], +[533,413,-205], +[533,414,-205], +[533,418,-205], +[444,410,-205], +[444,412,-205], +[444,413,-205], +[444,414,-205], +[444,418,-205], +[454,410,-205], +[454,412,-205], +[454,413,-205], +[454,414,-205], +[454,418,-205], +[582,410,-205], +[582,412,-205], +[582,413,-205], +[582,414,-205], +[582,418,-205], +[470,410,-205], +[470,412,-205], +[470,413,-205], +[470,414,-205], +[470,418,-205], +[550,410,-205], +[550,412,-205], +[550,413,-205], +[550,414,-205], +[550,418,-205], +[551,410,-205], +[551,412,-205], +[551,413,-205], +[551,414,-205], +[551,418,-205], +[1130,410,-205], +[1130,412,-205], +[1130,413,-205], +[1130,414,-205], +[1130,418,-205], +[539,410,-205], +[539,412,-205], +[539,413,-205], +[539,414,-205], +[539,418,-205], +[445,410,-205], +[445,412,-205], +[445,413,-205], +[445,414,-205], +[445,418,-205], +[544,410,-205], +[544,412,-205], +[544,413,-205], +[544,414,-205], +[544,418,-205], +[938,410,-205], +[938,412,-205], +[938,413,-205], +[938,414,-205], +[938,418,-205], +[1104,410,-205], +[1104,412,-205], +[1104,413,-205], +[1104,414,-205], +[1104,418,-205], +[1110,410,-205], +[1110,412,-205], +[1110,413,-205], +[1110,414,-205], +[1110,418,-205], +[1108,410,-205], +[1108,412,-205], +[1108,413,-205], +[1108,414,-205], +[1108,418,-205], +[452,410,-205], +[452,412,-205], +[452,413,-205], +[452,414,-205], +[452,418,-205], +[1522,717,125], +[510,1114,-29], +[1522,497,-41], +[410,1343,-205], +[410,1345,-205], +[410,1355,-205], +[410,1350,-205], +[410,1348,-205], +[412,1343,-205], +[412,1345,-205], +[412,1355,-205], +[412,1350,-205], +[412,1348,-205], +[413,1343,-205], +[413,1345,-205], +[413,1355,-205], +[413,1350,-205], +[413,1348,-205], +[414,1343,-205], +[414,1345,-205], +[414,1355,-205], +[414,1350,-205], +[414,1348,-205], +[418,1343,-205], +[418,1345,-205], +[418,1355,-205], +[418,1350,-205], +[418,1348,-205], +[537,818,-15], +[1509,1234,42], +[3080,475,-56], +[3080,441,-56], +[3080,533,-56], +[3080,444,-56], +[3080,454,-56], +[3080,582,-56], +[3080,470,-56], +[3080,550,-56], +[3080,551,-56], +[3080,539,-56], +[3080,445,-56], +[3080,544,-56], +[3080,476,-56], +[3080,452,-56], +[3080,477,-56], +[3053,475,-56], +[3053,441,-56], +[3053,533,-56], +[3053,444,-56], +[3053,454,-56], +[3053,582,-56], +[3053,470,-56], +[3053,550,-56], +[3053,551,-56], +[3053,539,-56], +[3053,445,-56], +[3053,544,-56], +[3053,476,-56], +[3053,452,-56], +[3053,477,-56], +[3081,475,-56], +[3081,441,-56], +[3081,533,-56], +[3081,444,-56], +[3081,454,-56], +[3081,582,-56], +[3081,470,-56], +[3081,550,-56], +[3081,551,-56], +[3081,539,-56], +[3081,445,-56], +[3081,544,-56], +[3081,476,-56], +[3081,452,-56], +[3081,477,-56], +[3084,475,-56], +[3084,441,-56], +[3084,533,-56], +[3084,444,-56], +[3084,454,-56], +[3084,582,-56], +[3084,470,-56], +[3084,550,-56], +[3084,551,-56], +[3084,539,-56], +[3084,445,-56], +[3084,544,-56], +[3084,476,-56], +[3084,452,-56], +[3084,477,-56], +[3083,475,-56], +[3083,441,-56], +[3083,533,-56], +[3083,444,-56], +[3083,454,-56], +[3083,582,-56], +[3083,470,-56], +[3083,550,-56], +[3083,551,-56], +[3083,539,-56], +[3083,445,-56], +[3083,544,-56], +[3083,476,-56], +[3083,452,-56], +[3083,477,-56], +[3090,475,-56], +[3090,441,-56], +[3090,533,-56], +[3090,444,-56], +[3090,454,-56], +[3090,582,-56], +[3090,470,-56], +[3090,550,-56], +[3090,551,-56], +[3090,539,-56], +[3090,445,-56], +[3090,544,-56], +[3090,476,-56], +[3090,452,-56], +[3090,477,-56], +[1230,1114,-144], +[956,0,-40], +[956,25,-40], +[956,4,-40], +[956,13,-40], +[956,37,-40], +[956,20,-40], +[956,34,-40], +[956,35,-40], +[956,31,-40], +[956,5,-40], +[956,32,-40], +[956,12,-40], +[1249,0,-40], +[1249,25,-40], +[1249,4,-40], +[1249,13,-40], +[1249,37,-40], +[1249,20,-40], +[1249,34,-40], +[1249,35,-40], +[1249,31,-40], +[1249,5,-40], +[1249,32,-40], +[1249,12,-40], +[740,0,-40], +[740,25,-40], +[740,4,-40], +[740,13,-40], +[740,37,-40], +[740,20,-40], +[740,34,-40], +[740,35,-40], +[740,31,-40], +[740,5,-40], +[740,32,-40], +[740,12,-40], +[1090,0,-40], +[1090,25,-40], +[1090,4,-40], +[1090,13,-40], +[1090,37,-40], +[1090,20,-40], +[1090,34,-40], +[1090,35,-40], +[1090,31,-40], +[1090,5,-40], +[1090,32,-40], +[1090,12,-40], +[850,332,-180], +[850,335,-180], +[288,926,-55], +[288,928,-55], +[928,259,-40], +[928,238,-40], +[928,282,-40], +[928,45,-40], +[928,129,-40], +[928,236,-40], +[928,297,-40], +[928,50,-40], +[928,257,-40], +[928,241,-40], +[928,247,-40], +[928,285,-40], +[928,254,-40], +[928,48,-40], +[928,52,-40], +[928,49,-40], +[928,137,-40], +[928,135,-40], +[928,138,-40], +[928,267,-40], +[928,245,-40], +[928,265,-40], +[928,246,-40], +[928,136,-40], +[928,277,-40], +[928,131,-40], +[926,259,-40], +[926,238,-40], +[926,282,-40], +[926,45,-40], +[926,129,-40], +[926,236,-40], +[926,297,-40], +[926,50,-40], +[926,257,-40], +[926,241,-40], +[926,247,-40], +[926,285,-40], +[926,254,-40], +[926,48,-40], +[926,52,-40], +[926,49,-40], +[926,137,-40], +[926,135,-40], +[926,138,-40], +[926,267,-40], +[926,245,-40], +[926,265,-40], +[926,246,-40], +[926,136,-40], +[926,277,-40], +[926,131,-40], +[1200,410,-233], +[1200,412,-233], +[1200,413,-233], +[1200,414,-233], +[1200,418,-233], +[586,410,-233], +[586,412,-233], +[586,413,-233], +[586,414,-233], +[586,418,-233], +[1433,410,-233], +[1433,412,-233], +[1433,413,-233], +[1433,414,-233], +[1433,418,-233], +[1136,410,-233], +[1136,412,-233], +[1136,413,-233], +[1136,414,-233], +[1136,418,-233], +[1210,410,-233], +[1210,412,-233], +[1210,413,-233], +[1210,414,-233], +[1210,418,-233], +[1159,410,-233], +[1159,412,-233], +[1159,413,-233], +[1159,414,-233], +[1159,418,-233], +[1139,410,-233], +[1139,412,-233], +[1139,413,-233], +[1139,414,-233], +[1139,418,-233], +[1145,410,-233], +[1145,412,-233], +[1145,413,-233], +[1145,414,-233], +[1145,418,-233], +[1203,410,-233], +[1203,412,-233], +[1203,413,-233], +[1203,414,-233], +[1203,418,-233], +[1153,410,-233], +[1153,412,-233], +[1153,413,-233], +[1153,414,-233], +[1153,418,-233], +[1170,410,-233], +[1170,412,-233], +[1170,413,-233], +[1170,414,-233], +[1170,418,-233], +[1143,410,-233], +[1143,412,-233], +[1143,413,-233], +[1143,414,-233], +[1143,418,-233], +[1167,410,-233], +[1167,412,-233], +[1167,413,-233], +[1167,414,-233], +[1167,418,-233], +[1144,410,-233], +[1144,412,-233], +[1144,413,-233], +[1144,414,-233], +[1144,418,-233], +[1192,410,-233], +[1192,412,-233], +[1192,413,-233], +[1192,414,-233], +[1192,418,-233], +[1276,787,-40], +[1285,787,-40], +[0,3080,-192], +[0,3053,-192], +[0,3081,-192], +[0,3084,-192], +[0,3083,-192], +[0,3090,-192], +[25,3080,-192], +[25,3053,-192], +[25,3081,-192], +[25,3084,-192], +[25,3083,-192], +[25,3090,-192], +[4,3080,-192], +[4,3053,-192], +[4,3081,-192], +[4,3084,-192], +[4,3083,-192], +[4,3090,-192], +[13,3080,-192], +[13,3053,-192], +[13,3081,-192], +[13,3084,-192], +[13,3083,-192], +[13,3090,-192], +[37,3080,-192], +[37,3053,-192], +[37,3081,-192], +[37,3084,-192], +[37,3083,-192], +[37,3090,-192], +[20,3080,-192], +[20,3053,-192], +[20,3081,-192], +[20,3084,-192], +[20,3083,-192], +[20,3090,-192], +[34,3080,-192], +[34,3053,-192], +[34,3081,-192], +[34,3084,-192], +[34,3083,-192], +[34,3090,-192], +[35,3080,-192], +[35,3053,-192], +[35,3081,-192], +[35,3084,-192], +[35,3083,-192], +[35,3090,-192], +[31,3080,-192], +[31,3053,-192], +[31,3081,-192], +[31,3084,-192], +[31,3083,-192], +[31,3090,-192], +[5,3080,-192], +[5,3053,-192], +[5,3081,-192], +[5,3084,-192], +[5,3083,-192], +[5,3090,-192], +[32,3080,-192], +[32,3053,-192], +[32,3081,-192], +[32,3084,-192], +[32,3083,-192], +[32,3090,-192], +[12,3080,-192], +[12,3053,-192], +[12,3081,-192], +[12,3084,-192], +[12,3083,-192], +[12,3090,-192], +[519,509,-13], +[504,509,-13], +[506,509,-13], +[518,509,-13], +[856,1283,54], +[856,1280,54], +[856,1259,54], +[1101,485,-123], +[3080,427,-82], +[3080,428,-82], +[3080,432,-82], +[3080,430,-82], +[3053,427,-82], +[3053,428,-82], +[3053,432,-82], +[3053,430,-82], +[3081,427,-82], +[3081,428,-82], +[3081,432,-82], +[3081,430,-82], +[3084,427,-82], +[3084,428,-82], +[3084,432,-82], +[3084,430,-82], +[3083,427,-82], +[3083,428,-82], +[3083,432,-82], +[3083,430,-82], +[3090,427,-82], +[3090,428,-82], +[3090,432,-82], +[3090,430,-82], +[497,1059,-164], +[497,795,-164], +[497,1015,-68], +[497,1122,-68], +[497,1476,-68], +[497,3088,-68], +[497,900,-68], +[497,765,-68], +[497,904,-68], +[497,3055,-68], +[497,1375,-68], +[497,1374,-68], +[497,1395,-68], +[497,1001,-68], +[497,801,-68], +[497,806,-68], +[497,1226,-68], +[497,979,-68], +[990,206,-110], +[990,73,-110], +[1273,485,-40], +[79,1278,-84], +[79,1281,-84], +[761,1278,-84], +[761,1281,-84], +[3104,1278,-84], +[3104,1281,-84], +[3105,1278,-84], +[3105,1281,-84], +[3110,1278,-84], +[3110,1281,-84], +[3107,1278,-84], +[3107,1281,-84], +[3080,580,-40], +[3053,580,-40], +[3081,580,-40], +[3084,580,-40], +[3083,580,-40], +[3090,580,-40], +[368,875,-125], +[259,1063,-40], +[1276,875,-178], +[1285,875,-178], +[1509,589,125], +[479,1273,-27], +[410,1406,-27], +[410,1414,-27], +[412,1406,-27], +[412,1414,-27], +[413,1406,-27], +[413,1414,-27], +[414,1406,-27], +[414,1414,-27], +[418,1406,-27], +[418,1414,-27], +[125,186,-139], +[125,187,-139], +[540,509,-13], +[797,1279,-512], +[132,270,-96], +[206,1366,-41], +[73,1366,-41], +[332,1435,-27], +[335,1435,-27], +[125,475,-96], +[125,441,-96], +[125,533,-96], +[125,444,-96], +[125,454,-96], +[125,582,-96], +[125,470,-96], +[125,550,-96], +[125,551,-96], +[125,539,-96], +[125,445,-96], +[125,544,-96], +[125,476,-96], +[125,452,-96], +[125,477,-96], +[1411,1050,-68], +[927,1406,-56], +[927,1414,-56], +[929,1406,-56], +[929,1414,-56], +[508,1277,-96], +[508,1284,-96], +[507,1277,-96], +[507,1284,-96], +[129,332,-42], +[129,335,-42], +[137,332,-42], +[137,335,-42], +[135,332,-42], +[135,335,-42], +[138,332,-42], +[138,335,-42], +[136,332,-42], +[136,335,-42], +[131,332,-42], +[131,335,-42], +[791,1411,-69], +[872,1411,-69], +[1187,1411,-69], +[1372,1411,-69], +[1440,1411,-69], +[1386,1411,-69], +[1254,1411,-69], +[3119,1411,-69], +[881,1411,-69], +[1118,1411,-69], +[828,1411,-69], +[1093,1411,-69], +[1218,1411,-69], +[1222,1411,-69], +[1487,1411,-69], +[342,330,-42], +[292,330,-42], +[889,1378,-22], +[889,722,-22], +[889,1379,-22], +[889,1237,-22], +[928,1366,-54], +[926,1366,-54], +[928,504,-192], +[926,504,-192], +[1101,497,-96], +[710,847,84], +[1043,847,84], +[1490,856,42], +[1507,856,42], +[1491,856,42], +[1495,856,42], +[1499,856,42], +[3050,856,42], +[1519,856,42], +[1493,856,42], +[3046,856,42], +[1515,856,42], +[3039,856,42], +[1494,856,42], +[791,520,-345], +[791,511,-345], +[872,520,-345], +[872,511,-345], +[1187,520,-345], +[1187,511,-345], +[1372,520,-345], +[1372,511,-345], +[1440,520,-345], +[1440,511,-345], +[1386,520,-345], +[1386,511,-345], +[1254,520,-345], +[1254,511,-345], +[3119,520,-345], +[3119,511,-345], +[881,520,-345], +[881,511,-345], +[1118,520,-345], +[1118,511,-345], +[828,520,-345], +[828,511,-345], +[1093,520,-345], +[1093,511,-345], +[1218,520,-345], +[1218,511,-345], +[1222,520,-345], +[1222,511,-345], +[1487,520,-345], +[1487,511,-345], +[132,1254,-152], +[132,1187,-152], +[132,1372,-152], +[132,1440,-152], +[132,1386,-152], +[132,791,-152], +[132,3119,-152], +[132,881,-152], +[132,872,-152], +[132,1487,-152], +[132,828,-152], +[132,1093,-152], +[132,1218,-152], +[132,1222,-152], +[132,1118,-152], +[1050,1424,-15], +[485,934,-124], +[295,990,-82], +[295,1037,-83], +[923,206,-82], +[923,73,-82], +[876,882,-41], +[876,1373,-41], +[876,1488,-41], +[876,1388,-41], +[876,792,-41], +[876,1190,-41], +[876,1095,-41], +[876,1223,-41], +[876,829,-41], +[876,1256,-41], +[876,1219,-41], +[876,873,-41], +[876,3120,-41], +[876,1120,-41], +[876,1441,-41], +[927,504,-192], +[929,504,-192], +[485,3112,-84], +[399,589,54], +[401,589,54], +[405,589,54], +[400,589,54], +[402,589,54], +[0,867,-14], +[25,867,-14], +[4,867,-14], +[13,867,-14], +[37,867,-14], +[20,867,-14], +[34,867,-14], +[35,867,-14], +[31,867,-14], +[5,867,-14], +[32,867,-14], +[12,867,-14], +[498,482,-13], +[3080,1101,-56], +[3053,1101,-56], +[3081,1101,-56], +[3084,1101,-56], +[3083,1101,-56], +[3090,1101,-56], +[1229,1435,-96], +[1273,597,15], +[1278,3112,-55], +[1281,3112,-55], +[1266,1366,-27], +[1173,1278,-164], +[1173,1281,-164], +[497,1522,-235], +[395,1390,-206], +[410,875,-192], +[412,875,-192], +[413,875,-192], +[414,875,-192], +[418,875,-192], +[1015,926,-70], +[1015,928,-70], +[1286,882,124], +[1286,1373,124], +[1286,1488,124], +[1286,1388,124], +[1286,792,124], +[1286,1190,124], +[1286,1095,124], +[1286,1223,124], +[1286,829,124], +[1286,1256,124], +[1286,1219,124], +[1286,873,124], +[1286,3120,124], +[1286,1120,124], +[1286,1441,124], +[1287,882,124], +[1287,1373,124], +[1287,1488,124], +[1287,1388,124], +[1287,792,124], +[1287,1190,124], +[1287,1095,124], +[1287,1223,124], +[1287,829,124], +[1287,1256,124], +[1287,1219,124], +[1287,873,124], +[1287,3120,124], +[1287,1120,124], +[1287,1441,124], +[1290,882,124], +[1290,1373,124], +[1290,1488,124], +[1290,1388,124], +[1290,792,124], +[1290,1190,124], +[1290,1095,124], +[1290,1223,124], +[1290,829,124], +[1290,1256,124], +[1290,1219,124], +[1290,873,124], +[1290,3120,124], +[1290,1120,124], +[1290,1441,124], +[1289,882,124], +[1289,1373,124], +[1289,1488,124], +[1289,1388,124], +[1289,792,124], +[1289,1190,124], +[1289,1095,124], +[1289,1223,124], +[1289,829,124], +[1289,1256,124], +[1289,1219,124], +[1289,873,124], +[1289,3120,124], +[1289,1120,124], +[1289,1441,124], +[1390,186,-82], +[1390,187,-82], +[132,540,-68], +[479,485,-41], +[3074,761,-70], +[3074,1161,-70], +[3074,713,-70], +[3074,1200,-70], +[3074,701,-70], +[3074,886,-70], +[3074,630,-70], +[3074,766,-70], +[3074,1156,-70], +[3074,1136,-70], +[3074,1267,-70], +[3074,842,-70], +[3074,646,-70], +[3074,785,-70], +[3074,768,-70], +[3074,772,-70], +[3074,781,-70], +[3074,1159,-70], +[3074,1139,-70], +[3074,1145,-70], +[3074,1203,-70], +[3074,1153,-70], +[3074,632,-70], +[3074,648,-70], +[3074,645,-70], +[3074,710,-70], +[3074,798,-70], +[3074,769,-70], +[3074,782,-70], +[3074,816,-70], +[3074,770,-70], +[3074,896,-70], +[3074,894,-70], +[3074,897,-70], +[3074,1170,-70], +[3074,1143,-70], +[3074,1167,-70], +[3074,1144,-70], +[3074,895,-70], +[3074,1192,-70], +[3074,888,-70], +[395,3115,-29], +[395,3117,-29], +[395,1381,-29], +[395,1382,-29], +[395,1385,-29], +[1509,1,-164], +[1509,2,-164], +[1509,3,-164], +[927,840,-54], +[929,840,-54], +[889,1037,-109], +[598,797,-28], +[598,679,-28], +[598,1229,-28], +[598,1230,-28], +[3062,1278,-54], +[3062,1281,-54], +[3064,1278,-54], +[3064,1281,-54], +[3068,1278,-54], +[3068,1281,-54], +[3063,1278,-54], +[3063,1281,-54], +[3065,1278,-54], +[3065,1281,-54], +[203,1279,-128], +[330,956,-111], +[330,1249,-111], +[330,1090,-111], +[330,740,-111], +[1099,889,-55], +[876,1198,-13], +[876,703,-13], +[876,1199,-13], +[876,704,-13], +[876,1297,-13], +[876,1469,-13], +[876,998,-13], +[876,1129,-13], +[1481,926,-68], +[1481,928,-68], +[0,410,-207], +[0,412,-207], +[0,413,-207], +[0,414,-207], +[0,418,-207], +[25,410,-207], +[25,412,-207], +[25,413,-207], +[25,414,-207], +[25,418,-207], +[4,410,-207], +[4,412,-207], +[4,413,-207], +[4,414,-207], +[4,418,-207], +[13,410,-207], +[13,412,-207], +[13,413,-207], +[13,414,-207], +[13,418,-207], +[37,410,-207], +[37,412,-207], +[37,413,-207], +[37,414,-207], +[37,418,-207], +[20,410,-207], +[20,412,-207], +[20,413,-207], +[20,414,-207], +[20,418,-207], +[34,410,-207], +[34,412,-207], +[34,413,-207], +[34,414,-207], +[34,418,-207], +[35,410,-207], +[35,412,-207], +[35,413,-207], +[35,414,-207], +[35,418,-207], +[31,410,-207], +[31,412,-207], +[31,413,-207], +[31,414,-207], +[31,418,-207], +[5,410,-207], +[5,412,-207], +[5,413,-207], +[5,414,-207], +[5,418,-207], +[32,410,-207], +[32,412,-207], +[32,413,-207], +[32,414,-207], +[32,418,-207], +[12,410,-207], +[12,412,-207], +[12,413,-207], +[12,414,-207], +[12,418,-207], +[344,410,-152], +[344,412,-152], +[344,413,-152], +[344,414,-152], +[344,418,-152], +[889,1063,-96], +[368,1231,-164], +[519,497,-40], +[504,497,-40], +[506,497,-40], +[518,497,-40], +[1198,761,-96], +[1198,1161,-96], +[1198,713,-96], +[1198,1200,-96], +[1198,701,-96], +[1198,886,-96], +[1198,630,-96], +[1198,766,-96], +[1198,1156,-96], +[1198,1136,-96], +[1198,1267,-96], +[1198,842,-96], +[1198,646,-96], +[1198,785,-96], +[1198,768,-96], +[1198,772,-96], +[1198,781,-96], +[1198,1159,-96], +[1198,1139,-96], +[1198,1145,-96], +[1198,1203,-96], +[1198,1153,-96], +[1198,632,-96], +[1198,648,-96], +[1198,645,-96], +[1198,710,-96], +[1198,798,-96], +[1198,769,-96], +[1198,782,-96], +[1198,816,-96], +[1198,770,-96], +[1198,896,-96], +[1198,894,-96], +[1198,897,-96], +[1198,1170,-96], +[1198,1143,-96], +[1198,1167,-96], +[1198,1144,-96], +[1198,895,-96], +[1198,1192,-96], +[1198,888,-96], +[703,761,-96], +[703,1161,-96], +[703,713,-96], +[703,1200,-96], +[703,701,-96], +[703,886,-96], +[703,630,-96], +[703,766,-96], +[703,1156,-96], +[703,1136,-96], +[703,1267,-96], +[703,842,-96], +[703,646,-96], +[703,785,-96], +[703,768,-96], +[703,772,-96], +[703,781,-96], +[703,1159,-96], +[703,1139,-96], +[703,1145,-96], +[703,1203,-96], +[703,1153,-96], +[703,632,-96], +[703,648,-96], +[703,645,-96], +[703,710,-96], +[703,798,-96], +[703,769,-96], +[703,782,-96], +[703,816,-96], +[703,770,-96], +[703,896,-96], +[703,894,-96], +[703,897,-96], +[703,1170,-96], +[703,1143,-96], +[703,1167,-96], +[703,1144,-96], +[703,895,-96], +[703,1192,-96], +[703,888,-96], +[1199,761,-96], +[1199,1161,-96], +[1199,713,-96], +[1199,1200,-96], +[1199,701,-96], +[1199,886,-96], +[1199,630,-96], +[1199,766,-96], +[1199,1156,-96], +[1199,1136,-96], +[1199,1267,-96], +[1199,842,-96], +[1199,646,-96], +[1199,785,-96], +[1199,768,-96], +[1199,772,-96], +[1199,781,-96], +[1199,1159,-96], +[1199,1139,-96], +[1199,1145,-96], +[1199,1203,-96], +[1199,1153,-96], +[1199,632,-96], +[1199,648,-96], +[1199,645,-96], +[1199,710,-96], +[1199,798,-96], +[1199,769,-96], +[1199,782,-96], +[1199,816,-96], +[1199,770,-96], +[1199,896,-96], +[1199,894,-96], +[1199,897,-96], +[1199,1170,-96], +[1199,1143,-96], +[1199,1167,-96], +[1199,1144,-96], +[1199,895,-96], +[1199,1192,-96], +[1199,888,-96], +[704,761,-96], +[704,1161,-96], +[704,713,-96], +[704,1200,-96], +[704,701,-96], +[704,886,-96], +[704,630,-96], +[704,766,-96], +[704,1156,-96], +[704,1136,-96], +[704,1267,-96], +[704,842,-96], +[704,646,-96], +[704,785,-96], +[704,768,-96], +[704,772,-96], +[704,781,-96], +[704,1159,-96], +[704,1139,-96], +[704,1145,-96], +[704,1203,-96], +[704,1153,-96], +[704,632,-96], +[704,648,-96], +[704,645,-96], +[704,710,-96], +[704,798,-96], +[704,769,-96], +[704,782,-96], +[704,816,-96], +[704,770,-96], +[704,896,-96], +[704,894,-96], +[704,897,-96], +[704,1170,-96], +[704,1143,-96], +[704,1167,-96], +[704,1144,-96], +[704,895,-96], +[704,1192,-96], +[704,888,-96], +[1297,761,-96], +[1297,1161,-96], +[1297,713,-96], +[1297,1200,-96], +[1297,701,-96], +[1297,886,-96], +[1297,630,-96], +[1297,766,-96], +[1297,1156,-96], +[1297,1136,-96], +[1297,1267,-96], +[1297,842,-96], +[1297,646,-96], +[1297,785,-96], +[1297,768,-96], +[1297,772,-96], +[1297,781,-96], +[1297,1159,-96], +[1297,1139,-96], +[1297,1145,-96], +[1297,1203,-96], +[1297,1153,-96], +[1297,632,-96], +[1297,648,-96], +[1297,645,-96], +[1297,710,-96], +[1297,798,-96], +[1297,769,-96], +[1297,782,-96], +[1297,816,-96], +[1297,770,-96], +[1297,896,-96], +[1297,894,-96], +[1297,897,-96], +[1297,1170,-96], +[1297,1143,-96], +[1297,1167,-96], +[1297,1144,-96], +[1297,895,-96], +[1297,1192,-96], +[1297,888,-96], +[1469,761,-96], +[1469,1161,-96], +[1469,713,-96], +[1469,1200,-96], +[1469,701,-96], +[1469,886,-96], +[1469,630,-96], +[1469,766,-96], +[1469,1156,-96], +[1469,1136,-96], +[1469,1267,-96], +[1469,842,-96], +[1469,646,-96], +[1469,785,-96], +[1469,768,-96], +[1469,772,-96], +[1469,781,-96], +[1469,1159,-96], +[1469,1139,-96], +[1469,1145,-96], +[1469,1203,-96], +[1469,1153,-96], +[1469,632,-96], +[1469,648,-96], +[1469,645,-96], +[1469,710,-96], +[1469,798,-96], +[1469,769,-96], +[1469,782,-96], +[1469,816,-96], +[1469,770,-96], +[1469,896,-96], +[1469,894,-96], +[1469,897,-96], +[1469,1170,-96], +[1469,1143,-96], +[1469,1167,-96], +[1469,1144,-96], +[1469,895,-96], +[1469,1192,-96], +[1469,888,-96], +[998,761,-96], +[998,1161,-96], +[998,713,-96], +[998,1200,-96], +[998,701,-96], +[998,886,-96], +[998,630,-96], +[998,766,-96], +[998,1156,-96], +[998,1136,-96], +[998,1267,-96], +[998,842,-96], +[998,646,-96], +[998,785,-96], +[998,768,-96], +[998,772,-96], +[998,781,-96], +[998,1159,-96], +[998,1139,-96], +[998,1145,-96], +[998,1203,-96], +[998,1153,-96], +[998,632,-96], +[998,648,-96], +[998,645,-96], +[998,710,-96], +[998,798,-96], +[998,769,-96], +[998,782,-96], +[998,816,-96], +[998,770,-96], +[998,896,-96], +[998,894,-96], +[998,897,-96], +[998,1170,-96], +[998,1143,-96], +[998,1167,-96], +[998,1144,-96], +[998,895,-96], +[998,1192,-96], +[998,888,-96], +[1129,761,-96], +[1129,1161,-96], +[1129,713,-96], +[1129,1200,-96], +[1129,701,-96], +[1129,886,-96], +[1129,630,-96], +[1129,766,-96], +[1129,1156,-96], +[1129,1136,-96], +[1129,1267,-96], +[1129,842,-96], +[1129,646,-96], +[1129,785,-96], +[1129,768,-96], +[1129,772,-96], +[1129,781,-96], +[1129,1159,-96], +[1129,1139,-96], +[1129,1145,-96], +[1129,1203,-96], +[1129,1153,-96], +[1129,632,-96], +[1129,648,-96], +[1129,645,-96], +[1129,710,-96], +[1129,798,-96], +[1129,769,-96], +[1129,782,-96], +[1129,816,-96], +[1129,770,-96], +[1129,896,-96], +[1129,894,-96], +[1129,897,-96], +[1129,1170,-96], +[1129,1143,-96], +[1129,1167,-96], +[1129,1144,-96], +[1129,895,-96], +[1129,1192,-96], +[1129,888,-96], +[485,1101,-125], +[580,395,-41], +[710,1276,96], +[710,1285,96], +[1043,1276,96], +[1043,1285,96], +[1198,206,-206], +[1198,73,-206], +[703,206,-206], +[703,73,-206], +[1199,206,-206], +[1199,73,-206], +[704,206,-206], +[704,73,-206], +[1297,206,-206], +[1297,73,-206], +[1469,206,-206], +[1469,73,-206], +[998,206,-206], +[998,73,-206], +[1129,206,-206], +[1129,73,-206], +[344,1278,-152], +[344,1281,-152], +[395,926,-151], +[395,928,-151], +[791,334,-205], +[872,334,-205], +[1187,334,-205], +[1372,334,-205], +[1440,334,-205], +[1386,334,-205], +[1254,334,-205], +[3119,334,-205], +[881,334,-205], +[1118,334,-205], +[828,334,-205], +[1093,334,-205], +[1218,334,-205], +[1222,334,-205], +[1487,334,-205], +[1228,1278,-166], +[1228,1281,-166], +[1277,332,-274], +[1277,335,-274], +[1284,332,-274], +[1284,335,-274], +[206,926,-96], +[206,928,-96], +[73,926,-96], +[73,928,-96], +[259,959,-42], +[497,1181,-28], +[1099,1522,-84], +[259,882,139], +[259,1373,139], +[259,1488,139], +[259,1388,139], +[259,792,139], +[259,1190,139], +[259,1095,139], +[259,1223,139], +[259,829,139], +[259,1256,139], +[259,1219,139], +[259,873,139], +[259,3120,139], +[259,1120,139], +[259,1441,139], +[985,395,-69], +[1421,956,-28], +[1421,1249,-28], +[1421,1090,-28], +[1421,740,-28], +[889,1050,-110], +[923,504,-206], +[1274,875,-82], +[2489,1050,-56], +[498,3112,-15], +[299,1231,-14], +[300,1231,-14], +[302,1231,-14], +[301,1231,-14], +[3062,1343,-40], +[3062,1345,-40], +[3062,1355,-40], +[3062,1350,-40], +[3062,1348,-40], +[3064,1343,-40], +[3064,1345,-40], +[3064,1355,-40], +[3064,1350,-40], +[3064,1348,-40], +[3068,1343,-40], +[3068,1345,-40], +[3068,1355,-40], +[3068,1350,-40], +[3068,1348,-40], +[3063,1343,-40], +[3063,1345,-40], +[3063,1355,-40], +[3063,1350,-40], +[3063,1348,-40], +[3065,1343,-40], +[3065,1345,-40], +[3065,1355,-40], +[3065,1350,-40], +[3065,1348,-40], +[344,1,-180], +[344,2,-180], +[344,3,-180], +[486,1522,-55], +[510,867,-29], +[125,787,-42], +[904,875,-42], +[900,875,-42], +[850,334,-83], +[282,332,-96], +[282,335,-96], +[63,332,-96], +[63,335,-96], +[297,332,-96], +[297,335,-96], +[236,332,-96], +[236,335,-96], +[117,332,-96], +[117,335,-96], +[257,332,-96], +[257,335,-96], +[241,332,-96], +[241,335,-96], +[247,332,-96], +[247,335,-96], +[285,332,-96], +[285,335,-96], +[254,332,-96], +[254,335,-96], +[67,332,-96], +[67,335,-96], +[267,332,-96], +[267,335,-96], +[245,332,-96], +[245,335,-96], +[265,332,-96], +[265,335,-96], +[246,332,-96], +[246,335,-96], +[277,332,-96], +[277,335,-96], +[1161,985,-40], +[1286,761,-48], +[1286,1161,-48], +[1286,713,-48], +[1286,1200,-48], +[1286,701,-48], +[1286,886,-48], +[1286,630,-48], +[1286,766,-48], +[1286,1156,-48], +[1286,1136,-48], +[1286,1267,-48], +[1286,842,-48], +[1286,646,-48], +[1286,785,-48], +[1286,768,-48], +[1286,772,-48], +[1286,781,-48], +[1286,1159,-48], +[1286,1139,-48], +[1286,1145,-48], +[1286,1203,-48], +[1286,1153,-48], +[1286,632,-48], +[1286,648,-48], +[1286,645,-48], +[1286,710,-48], +[1286,798,-48], +[1286,769,-48], +[1286,782,-48], +[1286,816,-48], +[1286,770,-48], +[1286,896,-48], +[1286,894,-48], +[1286,897,-48], +[1286,1170,-48], +[1286,1143,-48], +[1286,1167,-48], +[1286,1144,-48], +[1286,895,-48], +[1286,1192,-48], +[1286,888,-48], +[1287,761,-48], +[1287,1161,-48], +[1287,713,-48], +[1287,1200,-48], +[1287,701,-48], +[1287,886,-48], +[1287,630,-48], +[1287,766,-48], +[1287,1156,-48], +[1287,1136,-48], +[1287,1267,-48], +[1287,842,-48], +[1287,646,-48], +[1287,785,-48], +[1287,768,-48], +[1287,772,-48], +[1287,781,-48], +[1287,1159,-48], +[1287,1139,-48], +[1287,1145,-48], +[1287,1203,-48], +[1287,1153,-48], +[1287,632,-48], +[1287,648,-48], +[1287,645,-48], +[1287,710,-48], +[1287,798,-48], +[1287,769,-48], +[1287,782,-48], +[1287,816,-48], +[1287,770,-48], +[1287,896,-48], +[1287,894,-48], +[1287,897,-48], +[1287,1170,-48], +[1287,1143,-48], +[1287,1167,-48], +[1287,1144,-48], +[1287,895,-48], +[1287,1192,-48], +[1287,888,-48], +[1290,761,-48], +[1290,1161,-48], +[1290,713,-48], +[1290,1200,-48], +[1290,701,-48], +[1290,886,-48], +[1290,630,-48], +[1290,766,-48], +[1290,1156,-48], +[1290,1136,-48], +[1290,1267,-48], +[1290,842,-48], +[1290,646,-48], +[1290,785,-48], +[1290,768,-48], +[1290,772,-48], +[1290,781,-48], +[1290,1159,-48], +[1290,1139,-48], +[1290,1145,-48], +[1290,1203,-48], +[1290,1153,-48], +[1290,632,-48], +[1290,648,-48], +[1290,645,-48], +[1290,710,-48], +[1290,798,-48], +[1290,769,-48], +[1290,782,-48], +[1290,816,-48], +[1290,770,-48], +[1290,896,-48], +[1290,894,-48], +[1290,897,-48], +[1290,1170,-48], +[1290,1143,-48], +[1290,1167,-48], +[1290,1144,-48], +[1290,895,-48], +[1290,1192,-48], +[1290,888,-48], +[1289,761,-48], +[1289,1161,-48], +[1289,713,-48], +[1289,1200,-48], +[1289,701,-48], +[1289,886,-48], +[1289,630,-48], +[1289,766,-48], +[1289,1156,-48], +[1289,1136,-48], +[1289,1267,-48], +[1289,842,-48], +[1289,646,-48], +[1289,785,-48], +[1289,768,-48], +[1289,772,-48], +[1289,781,-48], +[1289,1159,-48], +[1289,1139,-48], +[1289,1145,-48], +[1289,1203,-48], +[1289,1153,-48], +[1289,632,-48], +[1289,648,-48], +[1289,645,-48], +[1289,710,-48], +[1289,798,-48], +[1289,769,-48], +[1289,782,-48], +[1289,816,-48], +[1289,770,-48], +[1289,896,-48], +[1289,894,-48], +[1289,897,-48], +[1289,1170,-48], +[1289,1143,-48], +[1289,1167,-48], +[1289,1144,-48], +[1289,895,-48], +[1289,1192,-48], +[1289,888,-48], +[818,1378,-13], +[818,722,-13], +[818,1379,-13], +[818,1237,-13], +[395,0,-178], +[395,25,-178], +[395,4,-178], +[395,13,-178], +[395,37,-178], +[395,20,-178], +[395,34,-178], +[395,35,-178], +[395,31,-178], +[395,5,-178], +[395,32,-178], +[395,12,-178], +[395,589,54], +[334,259,-41], +[334,238,-41], +[334,282,-41], +[334,45,-41], +[334,129,-41], +[334,236,-41], +[334,297,-41], +[334,50,-41], +[334,257,-41], +[334,241,-41], +[334,247,-41], +[334,285,-41], +[334,254,-41], +[334,48,-41], +[334,52,-41], +[334,49,-41], +[334,137,-41], +[334,135,-41], +[334,138,-41], +[334,267,-41], +[334,245,-41], +[334,265,-41], +[334,246,-41], +[334,136,-41], +[334,277,-41], +[334,131,-41], +[510,832,-205], +[188,1126,-84], +[188,924,-84], +[188,1251,-84], +[188,547,-84], +[188,1051,-84], +[188,826,-84], +[196,1126,-84], +[196,924,-84], +[196,1251,-84], +[196,547,-84], +[196,1051,-84], +[196,826,-84], +[195,1126,-84], +[195,924,-84], +[195,1251,-84], +[195,547,-84], +[195,1051,-84], +[195,826,-84], +[875,1283,-27], +[875,1280,-27], +[875,1259,-27], +[937,3062,-69], +[937,3064,-69], +[937,3068,-69], +[937,3063,-69], +[937,3065,-69], +[441,3062,-69], +[441,3064,-69], +[441,3068,-69], +[441,3063,-69], +[441,3065,-69], +[930,3062,-69], +[930,3064,-69], +[930,3068,-69], +[930,3063,-69], +[930,3065,-69], +[1071,3062,-69], +[1071,3064,-69], +[1071,3068,-69], +[1071,3063,-69], +[1071,3065,-69], +[1103,3062,-69], +[1103,3064,-69], +[1103,3068,-69], +[1103,3063,-69], +[1103,3065,-69], +[935,3062,-69], +[935,3064,-69], +[935,3068,-69], +[935,3063,-69], +[935,3065,-69], +[533,3062,-69], +[533,3064,-69], +[533,3068,-69], +[533,3063,-69], +[533,3065,-69], +[444,3062,-69], +[444,3064,-69], +[444,3068,-69], +[444,3063,-69], +[444,3065,-69], +[454,3062,-69], +[454,3064,-69], +[454,3068,-69], +[454,3063,-69], +[454,3065,-69], +[582,3062,-69], +[582,3064,-69], +[582,3068,-69], +[582,3063,-69], +[582,3065,-69], +[470,3062,-69], +[470,3064,-69], +[470,3068,-69], +[470,3063,-69], +[470,3065,-69], +[550,3062,-69], +[550,3064,-69], +[550,3068,-69], +[550,3063,-69], +[550,3065,-69], +[551,3062,-69], +[551,3064,-69], +[551,3068,-69], +[551,3063,-69], +[551,3065,-69], +[1130,3062,-69], +[1130,3064,-69], +[1130,3068,-69], +[1130,3063,-69], +[1130,3065,-69], +[539,3062,-69], +[539,3064,-69], +[539,3068,-69], +[539,3063,-69], +[539,3065,-69], +[445,3062,-69], +[445,3064,-69], +[445,3068,-69], +[445,3063,-69], +[445,3065,-69], +[544,3062,-69], +[544,3064,-69], +[544,3068,-69], +[544,3063,-69], +[544,3065,-69], +[938,3062,-69], +[938,3064,-69], +[938,3068,-69], +[938,3063,-69], +[938,3065,-69], +[1104,3062,-69], +[1104,3064,-69], +[1104,3068,-69], +[1104,3063,-69], +[1104,3065,-69], +[1110,3062,-69], +[1110,3064,-69], +[1110,3068,-69], +[1110,3063,-69], +[1110,3065,-69], +[1108,3062,-69], +[1108,3064,-69], +[1108,3068,-69], +[1108,3063,-69], +[1108,3065,-69], +[452,3062,-69], +[452,3064,-69], +[452,3068,-69], +[452,3063,-69], +[452,3065,-69], +[485,657,-151], +[701,158,-16], +[368,627,-166], +[537,540,-29], +[779,3125,-70], +[299,875,-28], +[300,875,-28], +[302,875,-28], +[301,875,-28], +[334,956,-70], +[334,1249,-70], +[334,1090,-70], +[334,740,-70], +[1406,1343,-28], +[1406,1345,-28], +[1406,1355,-28], +[1406,1350,-28], +[1406,1348,-28], +[1414,1343,-28], +[1414,1345,-28], +[1414,1355,-28], +[1414,1350,-28], +[1414,1348,-28], +[1161,151,125], +[259,802,-40], +[927,787,-96], +[929,787,-96], +[578,410,-32], +[3115,1283,-41], +[3115,1280,-41], +[3115,1259,-41], +[3117,1283,-41], +[3117,1280,-41], +[3117,1259,-41], +[1113,1283,-41], +[1113,1280,-41], +[1113,1259,-41], +[1114,1283,-41], +[1114,1280,-41], +[1114,1259,-41], +[1117,1283,-41], +[1117,1280,-41], +[1117,1259,-41], +[1481,1378,-14], +[1481,722,-14], +[1481,1379,-14], +[1481,1237,-14], +[288,540,-84], +[3062,1522,-220], +[3064,1522,-220], +[3068,1522,-220], +[3063,1522,-220], +[3065,1522,-220], +[787,1278,-82], +[787,1281,-82], +[1435,1278,-82], +[1435,1281,-82], +[510,597,-42], +[1378,926,-56], +[1378,928,-56], +[1522,537,-54], +[797,1279,-384], +[679,1279,-384], +[1229,1279,-384], +[1230,1279,-384], +[710,406,109], +[1043,406,109], +[875,3074,-13], +[540,1424,-56], +[1101,395,-110], +[1231,334,-83], +[928,410,-164], +[928,412,-164], +[928,413,-164], +[928,414,-164], +[928,418,-164], +[926,410,-164], +[926,412,-164], +[926,413,-164], +[926,414,-164], +[926,418,-164], +[1198,475,-69], +[1198,441,-69], +[1198,533,-69], +[1198,444,-69], +[1198,454,-69], +[1198,582,-69], +[1198,470,-69], +[1198,550,-69], +[1198,551,-69], +[1198,539,-69], +[1198,445,-69], +[1198,544,-69], +[1198,476,-69], +[1198,452,-69], +[1198,477,-69], +[703,475,-69], +[703,441,-69], +[703,533,-69], +[703,444,-69], +[703,454,-69], +[703,582,-69], +[703,470,-69], +[703,550,-69], +[703,551,-69], +[703,539,-69], +[703,445,-69], +[703,544,-69], +[703,476,-69], +[703,452,-69], +[703,477,-69], +[1199,475,-69], +[1199,441,-69], +[1199,533,-69], +[1199,444,-69], +[1199,454,-69], +[1199,582,-69], +[1199,470,-69], +[1199,550,-69], +[1199,551,-69], +[1199,539,-69], +[1199,445,-69], +[1199,544,-69], +[1199,476,-69], +[1199,452,-69], +[1199,477,-69], +[704,475,-69], +[704,441,-69], +[704,533,-69], +[704,444,-69], +[704,454,-69], +[704,582,-69], +[704,470,-69], +[704,550,-69], +[704,551,-69], +[704,539,-69], +[704,445,-69], +[704,544,-69], +[704,476,-69], +[704,452,-69], +[704,477,-69], +[1297,475,-69], +[1297,441,-69], +[1297,533,-69], +[1297,444,-69], +[1297,454,-69], +[1297,582,-69], +[1297,470,-69], +[1297,550,-69], +[1297,551,-69], +[1297,539,-69], +[1297,445,-69], +[1297,544,-69], +[1297,476,-69], +[1297,452,-69], +[1297,477,-69], +[1469,475,-69], +[1469,441,-69], +[1469,533,-69], +[1469,444,-69], +[1469,454,-69], +[1469,582,-69], +[1469,470,-69], +[1469,550,-69], +[1469,551,-69], +[1469,539,-69], +[1469,445,-69], +[1469,544,-69], +[1469,476,-69], +[1469,452,-69], +[1469,477,-69], +[998,475,-69], +[998,441,-69], +[998,533,-69], +[998,444,-69], +[998,454,-69], +[998,582,-69], +[998,470,-69], +[998,550,-69], +[998,551,-69], +[998,539,-69], +[998,445,-69], +[998,544,-69], +[998,476,-69], +[998,452,-69], +[998,477,-69], +[1129,475,-69], +[1129,441,-69], +[1129,533,-69], +[1129,444,-69], +[1129,454,-69], +[1129,582,-69], +[1129,470,-69], +[1129,550,-69], +[1129,551,-69], +[1129,539,-69], +[1129,445,-69], +[1129,544,-69], +[1129,476,-69], +[1129,452,-69], +[1129,477,-69], +[1522,332,-150], +[1522,335,-150], +[1522,504,-137], +[904,964,-56], +[900,964,-56], +[875,882,-41], +[875,1373,-41], +[875,1488,-41], +[875,1388,-41], +[875,792,-41], +[875,1190,-41], +[875,1095,-41], +[875,1223,-41], +[875,829,-41], +[875,1256,-41], +[875,1219,-41], +[875,873,-41], +[875,3120,-41], +[875,1120,-41], +[875,1441,-41], +[1276,186,-343], +[1276,187,-343], +[1285,186,-343], +[1285,187,-343], +[956,520,-304], +[956,511,-304], +[1249,520,-304], +[1249,511,-304], +[740,520,-304], +[740,511,-304], +[1090,520,-304], +[1090,511,-304], +[571,0,-221], +[571,25,-221], +[571,4,-221], +[571,13,-221], +[571,37,-221], +[571,20,-221], +[571,34,-221], +[571,35,-221], +[571,31,-221], +[571,5,-221], +[571,32,-221], +[571,12,-221], +[577,0,-221], +[577,25,-221], +[577,4,-221], +[577,13,-221], +[577,37,-221], +[577,20,-221], +[577,34,-221], +[577,35,-221], +[577,31,-221], +[577,5,-221], +[577,32,-221], +[577,12,-221], +[718,0,-221], +[718,25,-221], +[718,4,-221], +[718,13,-221], +[718,37,-221], +[718,20,-221], +[718,34,-221], +[718,35,-221], +[718,31,-221], +[718,5,-221], +[718,32,-221], +[718,12,-221], +[520,497,-27], +[282,427,-83], +[282,428,-83], +[282,432,-83], +[282,430,-83], +[63,427,-83], +[63,428,-83], +[63,432,-83], +[63,430,-83], +[297,427,-83], +[297,428,-83], +[297,432,-83], +[297,430,-83], +[236,427,-83], +[236,428,-83], +[236,432,-83], +[236,430,-83], +[117,427,-83], +[117,428,-83], +[117,432,-83], +[117,430,-83], +[257,427,-83], +[257,428,-83], +[257,432,-83], +[257,430,-83], +[241,427,-83], +[241,428,-83], +[241,432,-83], +[241,430,-83], +[247,427,-83], +[247,428,-83], +[247,432,-83], +[247,430,-83], +[285,427,-83], +[285,428,-83], +[285,432,-83], +[285,430,-83], +[254,427,-83], +[254,428,-83], +[254,432,-83], +[254,430,-83], +[67,427,-83], +[67,428,-83], +[67,432,-83], +[67,430,-83], +[267,427,-83], +[267,428,-83], +[267,432,-83], +[267,430,-83], +[245,427,-83], +[245,428,-83], +[245,432,-83], +[245,430,-83], +[265,427,-83], +[265,428,-83], +[265,432,-83], +[265,430,-83], +[246,427,-83], +[246,428,-83], +[246,432,-83], +[246,430,-83], +[277,427,-83], +[277,428,-83], +[277,432,-83], +[277,430,-83], +[1278,498,-83], +[1281,498,-83], +[990,956,-110], +[990,1249,-110], +[990,1090,-110], +[990,740,-110], +[1286,1286,27], +[1286,1103,27], +[1286,1210,27], +[1286,1071,27], +[1286,1130,27], +[1286,1104,27], +[1286,1110,27], +[1286,1108,27], +[1286,1287,27], +[1286,1290,27], +[1286,1289,27], +[1287,1286,27], +[1287,1103,27], +[1287,1210,27], +[1287,1071,27], +[1287,1130,27], +[1287,1104,27], +[1287,1110,27], +[1287,1108,27], +[1287,1287,27], +[1287,1290,27], +[1287,1289,27], +[1290,1286,27], +[1290,1103,27], +[1290,1210,27], +[1290,1071,27], +[1290,1130,27], +[1290,1104,27], +[1290,1110,27], +[1290,1108,27], +[1290,1287,27], +[1290,1290,27], +[1290,1289,27], +[1289,1286,27], +[1289,1103,27], +[1289,1210,27], +[1289,1071,27], +[1289,1130,27], +[1289,1104,27], +[1289,1110,27], +[1289,1108,27], +[1289,1287,27], +[1289,1290,27], +[1289,1289,27], +[889,1411,-13], +[395,314,-27], +[395,315,-27], +[395,324,-27], +[395,320,-27], +[395,318,-27], +[485,923,-28], +[3125,717,-15], +[498,1522,-68], +[513,1522,-69], +[1036,977,54], +[722,1037,-68], +[1237,1037,-68], +[1302,1037,-68], +[203,1282,-128], +[589,399,-138], +[589,401,-138], +[589,405,-138], +[589,400,-138], +[589,402,-138], +[1381,1277,-123], +[1381,1284,-123], +[497,1114,-13], +[498,486,-13], +[330,342,-111], +[330,292,-111], +[0,1276,-221], +[0,1285,-221], +[25,1276,-221], +[25,1285,-221], +[4,1276,-221], +[4,1285,-221], +[13,1276,-221], +[13,1285,-221], +[37,1276,-221], +[37,1285,-221], +[20,1276,-221], +[20,1285,-221], +[34,1276,-221], +[34,1285,-221], +[35,1276,-221], +[35,1285,-221], +[31,1276,-221], +[31,1285,-221], +[5,1276,-221], +[5,1285,-221], +[32,1276,-221], +[32,1285,-221], +[12,1276,-221], +[12,1285,-221], +[399,985,-29], +[401,985,-29], +[405,985,-29], +[400,985,-29], +[402,985,-29], +[1037,537,-110], +[1173,206,-83], +[1173,73,-83], +[537,1278,-137], +[537,1281,-137], +[510,787,-41], +[889,540,-27], +[956,1242,-54], +[1249,1242,-54], +[740,1242,-54], +[1090,1242,-54], +[1286,332,-152], +[1286,335,-152], +[1287,332,-152], +[1287,335,-152], +[1290,332,-152], +[1290,335,-152], +[1289,332,-152], +[1289,335,-152], +[889,1428,-34], +[38,1,-13], +[38,2,-13], +[38,3,-13], +[510,923,-69], +[479,1283,-14], +[479,1280,-14], +[479,1259,-14], +[203,410,-262], +[203,412,-262], +[203,413,-262], +[203,414,-262], +[203,418,-262], +[205,410,-262], +[205,412,-262], +[205,413,-262], +[205,414,-262], +[205,418,-262], +[209,410,-262], +[209,412,-262], +[209,413,-262], +[209,414,-262], +[209,418,-262], +[207,410,-262], +[207,412,-262], +[207,413,-262], +[207,414,-262], +[207,418,-262], +[38,117,82], +[1522,295,-275], +[875,889,-40], +[990,1242,-40], +[1161,1413,124], +[282,1522,-111], +[63,1522,-111], +[297,1522,-111], +[236,1522,-111], +[117,1522,-111], +[257,1522,-111], +[241,1522,-111], +[247,1522,-111], +[285,1522,-111], +[254,1522,-111], +[67,1522,-111], +[267,1522,-111], +[245,1522,-111], +[265,1522,-111], +[246,1522,-111], +[277,1522,-111], +[288,1390,-137], +[1378,206,-109], +[1378,73,-109], +[332,674,-109], +[332,675,-109], +[332,1364,-109], +[335,674,-109], +[335,675,-109], +[335,1364,-109], +[1251,0,-139], +[1251,25,-139], +[1251,4,-139], +[1251,13,-139], +[1251,37,-139], +[1251,20,-139], +[1251,34,-139], +[1251,35,-139], +[1251,31,-139], +[1251,5,-139], +[1251,32,-139], +[1251,12,-139], +[924,0,-139], +[924,25,-139], +[924,4,-139], +[924,13,-139], +[924,37,-139], +[924,20,-139], +[924,34,-139], +[924,35,-139], +[924,31,-139], +[924,5,-139], +[924,32,-139], +[924,12,-139], +[1126,0,-139], +[1126,25,-139], +[1126,4,-139], +[1126,13,-139], +[1126,37,-139], +[1126,20,-139], +[1126,34,-139], +[1126,35,-139], +[1126,31,-139], +[1126,5,-139], +[1126,32,-139], +[1126,12,-139], +[1051,0,-139], +[1051,25,-139], +[1051,4,-139], +[1051,13,-139], +[1051,37,-139], +[1051,20,-139], +[1051,34,-139], +[1051,35,-139], +[1051,31,-139], +[1051,5,-139], +[1051,32,-139], +[1051,12,-139], +[547,0,-139], +[547,25,-139], +[547,4,-139], +[547,13,-139], +[547,37,-139], +[547,20,-139], +[547,34,-139], +[547,35,-139], +[547,31,-139], +[547,5,-139], +[547,32,-139], +[547,12,-139], +[826,0,-139], +[826,25,-139], +[826,4,-139], +[826,13,-139], +[826,37,-139], +[826,20,-139], +[826,34,-139], +[826,35,-139], +[826,31,-139], +[826,5,-139], +[826,32,-139], +[826,12,-139], +[1262,206,-84], +[1262,73,-84], +[3040,206,-84], +[3040,73,-84], +[485,875,-111], +[410,1277,-304], +[410,1284,-304], +[412,1277,-304], +[412,1284,-304], +[413,1277,-304], +[413,1284,-304], +[414,1277,-304], +[414,1284,-304], +[418,1277,-304], +[418,1284,-304], +[1421,926,-27], +[1421,928,-27], +[1277,3062,-68], +[1277,3064,-68], +[1277,3068,-68], +[1277,3063,-68], +[1277,3065,-68], +[1284,3062,-68], +[1284,3064,-68], +[1284,3068,-68], +[1284,3063,-68], +[1284,3065,-68], +[1012,1366,-54], +[1022,1366,-54], +[1021,1366,-54], +[630,1198,-28], +[630,703,-28], +[630,1199,-28], +[630,704,-28], +[630,1297,-28], +[630,1469,-28], +[630,998,-28], +[630,1129,-28], +[646,1198,-28], +[646,703,-28], +[646,1199,-28], +[646,704,-28], +[646,1297,-28], +[646,1469,-28], +[646,998,-28], +[646,1129,-28], +[632,1198,-28], +[632,703,-28], +[632,1199,-28], +[632,704,-28], +[632,1297,-28], +[632,1469,-28], +[632,998,-28], +[632,1129,-28], +[648,1198,-28], +[648,703,-28], +[648,1199,-28], +[648,704,-28], +[648,1297,-28], +[648,1469,-28], +[648,998,-28], +[648,1129,-28], +[645,1198,-28], +[645,703,-28], +[645,1199,-28], +[645,704,-28], +[645,1297,-28], +[645,1469,-28], +[645,998,-28], +[645,1129,-28], +[990,1277,-29], +[990,1284,-29], +[3062,3115,-27], +[3062,3117,-27], +[3062,1381,-27], +[3062,1382,-27], +[3062,1385,-27], +[3064,3115,-27], +[3064,3117,-27], +[3064,1381,-27], +[3064,1382,-27], +[3064,1385,-27], +[3068,3115,-27], +[3068,3117,-27], +[3068,1381,-27], +[3068,1382,-27], +[3068,1385,-27], +[3063,3115,-27], +[3063,3117,-27], +[3063,1381,-27], +[3063,1382,-27], +[3063,1385,-27], +[3065,3115,-27], +[3065,3117,-27], +[3065,1381,-27], +[3065,1382,-27], +[3065,1385,-27], +[927,410,-249], +[927,412,-249], +[927,413,-249], +[927,414,-249], +[927,418,-249], +[929,410,-249], +[929,412,-249], +[929,413,-249], +[929,414,-249], +[929,418,-249], +[1277,395,-247], +[1284,395,-247], +[882,186,-316], +[882,187,-316], +[1373,186,-316], +[1373,187,-316], +[1488,186,-316], +[1488,187,-316], +[1388,186,-316], +[1388,187,-316], +[792,186,-316], +[792,187,-316], +[1190,186,-316], +[1190,187,-316], +[1441,186,-316], +[1441,187,-316], +[1120,186,-316], +[1120,187,-316], +[1223,186,-316], +[1223,187,-316], +[873,186,-316], +[873,187,-316], +[1219,186,-316], +[1219,187,-316], +[1256,186,-316], +[1256,187,-316], +[3120,186,-316], +[3120,187,-316], +[1095,186,-316], +[1095,187,-316], +[829,186,-316], +[829,187,-316], +[1283,674,-151], +[1283,675,-151], +[1283,1364,-151], +[1280,674,-151], +[1280,675,-151], +[1280,1364,-151], +[1259,674,-151], +[1259,675,-151], +[1259,1364,-151], +[125,3104,-96], +[125,3105,-96], +[125,3110,-96], +[125,3107,-96], +[1522,761,-41], +[1522,1161,-41], +[1522,713,-41], +[1522,1200,-41], +[1522,701,-41], +[1522,886,-41], +[1522,630,-41], +[1522,766,-41], +[1522,1156,-41], +[1522,1136,-41], +[1522,1267,-41], +[1522,842,-41], +[1522,646,-41], +[1522,785,-41], +[1522,768,-41], +[1522,772,-41], +[1522,781,-41], +[1522,1159,-41], +[1522,1139,-41], +[1522,1145,-41], +[1522,1203,-41], +[1522,1153,-41], +[1522,632,-41], +[1522,648,-41], +[1522,645,-41], +[1522,710,-41], +[1522,798,-41], +[1522,769,-41], +[1522,782,-41], +[1522,816,-41], +[1522,770,-41], +[1522,896,-41], +[1522,894,-41], +[1522,897,-41], +[1522,1170,-41], +[1522,1143,-41], +[1522,1167,-41], +[1522,1144,-41], +[1522,895,-41], +[1522,1192,-41], +[1522,888,-41], +[597,3112,-15], +[832,3112,-15], +[1001,3112,-15], +[784,3112,-15], +[1283,475,-151], +[1283,441,-151], +[1283,533,-151], +[1283,444,-151], +[1283,454,-151], +[1283,582,-151], +[1283,470,-151], +[1283,550,-151], +[1283,551,-151], +[1283,539,-151], +[1283,445,-151], +[1283,544,-151], +[1283,476,-151], +[1283,452,-151], +[1283,477,-151], +[1280,475,-151], +[1280,441,-151], +[1280,533,-151], +[1280,444,-151], +[1280,454,-151], +[1280,582,-151], +[1280,470,-151], +[1280,550,-151], +[1280,551,-151], +[1280,539,-151], +[1280,445,-151], +[1280,544,-151], +[1280,476,-151], +[1280,452,-151], +[1280,477,-151], +[1259,475,-151], +[1259,441,-151], +[1259,533,-151], +[1259,444,-151], +[1259,454,-151], +[1259,582,-151], +[1259,470,-151], +[1259,550,-151], +[1259,551,-151], +[1259,539,-151], +[1259,445,-151], +[1259,544,-151], +[1259,476,-151], +[1259,452,-151], +[1259,477,-151], +[1229,867,-32], +[3062,332,-178], +[3062,335,-178], +[3064,332,-178], +[3064,335,-178], +[3068,332,-178], +[3068,335,-178], +[3063,332,-178], +[3063,335,-178], +[3065,332,-178], +[3065,335,-178], +[1411,537,-96], +[867,589,41], +[1406,399,-27], +[1406,401,-27], +[1406,405,-27], +[1406,400,-27], +[1406,402,-27], +[1414,399,-27], +[1414,401,-27], +[1414,405,-27], +[1414,400,-27], +[1414,402,-27], +[498,507,-15], +[580,1366,-56], +[1490,1278,-111], +[1490,1281,-111], +[1507,1278,-111], +[1507,1281,-111], +[1491,1278,-111], +[1491,1281,-111], +[1495,1278,-111], +[1495,1281,-111], +[1499,1278,-111], +[1499,1281,-111], +[3050,1278,-111], +[3050,1281,-111], +[1519,1278,-111], +[1519,1281,-111], +[1493,1278,-111], +[1493,1281,-111], +[3046,1278,-111], +[3046,1281,-111], +[1515,1278,-111], +[1515,1281,-111], +[3039,1278,-111], +[3039,1281,-111], +[1494,1278,-111], +[1494,1281,-111], +[3080,0,-192], +[3080,25,-192], +[3080,4,-192], +[3080,13,-192], +[3080,37,-192], +[3080,20,-192], +[3080,34,-192], +[3080,35,-192], +[3080,31,-192], +[3080,5,-192], +[3080,32,-192], +[3080,12,-192], +[3053,0,-192], +[3053,25,-192], +[3053,4,-192], +[3053,13,-192], +[3053,37,-192], +[3053,20,-192], +[3053,34,-192], +[3053,35,-192], +[3053,31,-192], +[3053,5,-192], +[3053,32,-192], +[3053,12,-192], +[3081,0,-192], +[3081,25,-192], +[3081,4,-192], +[3081,13,-192], +[3081,37,-192], +[3081,20,-192], +[3081,34,-192], +[3081,35,-192], +[3081,31,-192], +[3081,5,-192], +[3081,32,-192], +[3081,12,-192], +[3084,0,-192], +[3084,25,-192], +[3084,4,-192], +[3084,13,-192], +[3084,37,-192], +[3084,20,-192], +[3084,34,-192], +[3084,35,-192], +[3084,31,-192], +[3084,5,-192], +[3084,32,-192], +[3084,12,-192], +[3083,0,-192], +[3083,25,-192], +[3083,4,-192], +[3083,13,-192], +[3083,37,-192], +[3083,20,-192], +[3083,34,-192], +[3083,35,-192], +[3083,31,-192], +[3083,5,-192], +[3083,32,-192], +[3083,12,-192], +[3090,0,-192], +[3090,25,-192], +[3090,4,-192], +[3090,13,-192], +[3090,37,-192], +[3090,20,-192], +[3090,34,-192], +[3090,35,-192], +[3090,31,-192], +[3090,5,-192], +[3090,32,-192], +[3090,12,-192], +[259,332,40], +[259,335,40], +[519,3125,-14], +[504,3125,-14], +[506,3125,-14], +[518,3125,-14], +[927,427,-96], +[927,428,-96], +[927,432,-96], +[927,430,-96], +[929,427,-96], +[929,428,-96], +[929,432,-96], +[929,430,-96], +[904,1277,-330], +[904,1284,-330], +[900,1277,-330], +[900,1284,-330], +[206,1276,-275], +[206,1285,-275], +[73,1276,-275], +[73,1285,-275], +[1037,867,-42], +[330,818,-68], +[889,1302,-27], +[1378,956,-54], +[1378,1249,-54], +[1378,1090,-54], +[1378,740,-54], +[79,0,-28], +[79,25,-28], +[79,4,-28], +[79,13,-28], +[79,37,-28], +[79,20,-28], +[79,34,-28], +[79,35,-28], +[79,31,-28], +[79,5,-28], +[79,32,-28], +[79,12,-28], +[761,0,-28], +[761,25,-28], +[761,4,-28], +[761,13,-28], +[761,37,-28], +[761,20,-28], +[761,34,-28], +[761,35,-28], +[761,31,-28], +[761,5,-28], +[761,32,-28], +[761,12,-28], +[3104,0,-28], +[3104,25,-28], +[3104,4,-28], +[3104,13,-28], +[3104,37,-28], +[3104,20,-28], +[3104,34,-28], +[3104,35,-28], +[3104,31,-28], +[3104,5,-28], +[3104,32,-28], +[3104,12,-28], +[3105,0,-28], +[3105,25,-28], +[3105,4,-28], +[3105,13,-28], +[3105,37,-28], +[3105,20,-28], +[3105,34,-28], +[3105,35,-28], +[3105,31,-28], +[3105,5,-28], +[3105,32,-28], +[3105,12,-28], +[3110,0,-28], +[3110,25,-28], +[3110,4,-28], +[3110,13,-28], +[3110,37,-28], +[3110,20,-28], +[3110,34,-28], +[3110,35,-28], +[3110,31,-28], +[3110,5,-28], +[3110,32,-28], +[3110,12,-28], +[3107,0,-28], +[3107,25,-28], +[3107,4,-28], +[3107,13,-28], +[3107,37,-28], +[3107,20,-28], +[3107,34,-28], +[3107,35,-28], +[3107,31,-28], +[3107,5,-28], +[3107,32,-28], +[3107,12,-28], +[1283,1522,-111], +[1280,1522,-111], +[1259,1522,-111], +[928,657,-69], +[926,657,-69], +[485,832,-29], +[589,889,-139], +[889,926,-56], +[889,928,-56], +[2489,1101,-29], +[479,3112,-14], +[1015,580,-41], +[1283,537,-179], +[1280,537,-179], +[1259,537,-179], +[589,1181,-29], +[259,1,-84], +[259,2,-84], +[259,3,-84], +[710,117,109], +[1043,117,109], +[1230,1435,-96], +[497,482,-40], +[990,889,-54], +[215,334,-178], +[787,797,-96], +[787,679,-96], +[787,1229,-96], +[787,1230,-96], +[1435,797,-96], +[1435,679,-96], +[1435,1229,-96], +[1435,1230,-96], +[1509,1126,-40], +[1509,924,-40], +[1509,1251,-40], +[1509,547,-40], +[1509,1051,-40], +[1509,826,-40], +[513,1421,-29], +[3080,406,-82], +[3053,406,-82], +[3081,406,-82], +[3084,406,-82], +[3083,406,-82], +[3090,406,-82], +[206,882,-247], +[206,1373,-247], +[206,1488,-247], +[206,1388,-247], +[206,792,-247], +[206,1190,-247], +[206,1095,-247], +[206,1223,-247], +[206,829,-247], +[206,1256,-247], +[206,1219,-247], +[206,873,-247], +[206,3120,-247], +[206,1120,-247], +[206,1441,-247], +[73,882,-247], +[73,1373,-247], +[73,1488,-247], +[73,1388,-247], +[73,792,-247], +[73,1190,-247], +[73,1095,-247], +[73,1223,-247], +[73,829,-247], +[73,1256,-247], +[73,1219,-247], +[73,873,-247], +[73,3120,-247], +[73,1120,-247], +[73,1441,-247], +[259,926,-152], +[259,928,-152], +[1366,1254,-249], +[1366,1187,-249], +[1366,1372,-249], +[1366,1440,-249], +[1366,1386,-249], +[1366,791,-249], +[1366,3119,-249], +[1366,881,-249], +[1366,872,-249], +[1366,1487,-249], +[1366,828,-249], +[1366,1093,-249], +[1366,1218,-249], +[1366,1222,-249], +[1366,1118,-249], +[406,540,-28], +[3062,1063,-83], +[3064,1063,-83], +[3068,1063,-83], +[3063,1063,-83], +[3065,1063,-83], +[406,580,-27], +[520,520,-207], +[520,511,-207], +[395,3062,-40], +[395,3064,-40], +[395,3068,-40], +[395,3063,-40], +[395,3065,-40], +[410,926,-248], +[410,928,-248], +[412,926,-248], +[412,928,-248], +[413,926,-248], +[413,928,-248], +[414,926,-248], +[414,928,-248], +[418,926,-248], +[418,928,-248], +[334,1254,-206], +[334,1187,-206], +[334,1372,-206], +[334,1440,-206], +[334,1386,-206], +[334,791,-206], +[334,3119,-206], +[334,881,-206], +[334,872,-206], +[334,1487,-206], +[334,828,-206], +[334,1093,-206], +[334,1218,-206], +[334,1222,-206], +[334,1118,-206], +[1229,787,-96], +[1099,1050,-111], +[1411,1037,-40], +[79,926,-123], +[79,928,-123], +[761,926,-123], +[761,928,-123], +[3104,926,-123], +[3104,928,-123], +[3105,926,-123], +[3105,928,-123], +[3110,926,-123], +[3110,928,-123], +[3107,926,-123], +[3107,928,-123], +[3125,3125,-14], +[1428,1037,-56], +[1161,1050,-41], +[1411,1378,-109], +[1411,722,-109], +[1411,1379,-109], +[1411,1237,-109], +[923,497,-125], +[1366,1435,-42], +[330,1050,-164], +[282,1278,-84], +[282,1281,-84], +[63,1278,-84], +[63,1281,-84], +[297,1278,-84], +[297,1281,-84], +[236,1278,-84], +[236,1281,-84], +[117,1278,-84], +[117,1281,-84], +[257,1278,-84], +[257,1281,-84], +[241,1278,-84], +[241,1281,-84], +[247,1278,-84], +[247,1281,-84], +[285,1278,-84], +[285,1281,-84], +[254,1278,-84], +[254,1281,-84], +[67,1278,-84], +[67,1281,-84], +[267,1278,-84], +[267,1281,-84], +[245,1278,-84], +[245,1281,-84], +[265,1278,-84], +[265,1281,-84], +[246,1278,-84], +[246,1281,-84], +[277,1278,-84], +[277,1281,-84], +[856,882,69], +[856,1373,69], +[856,1488,69], +[856,1388,69], +[856,792,69], +[856,1190,69], +[856,1095,69], +[856,1223,69], +[856,829,69], +[856,1256,69], +[856,1219,69], +[856,873,69], +[856,3120,69], +[856,1120,69], +[856,1441,69], +[330,840,-68], +[1099,1277,-29], +[1099,1284,-29], +[510,717,-207], +[295,1435,-54], +[1283,956,-164], +[1283,1249,-164], +[1283,1090,-164], +[1283,740,-164], +[1280,956,-164], +[1280,1249,-164], +[1280,1090,-164], +[1280,740,-164], +[1259,956,-164], +[1259,1249,-164], +[1259,1090,-164], +[1259,740,-164], +[1262,1411,-29], +[3040,1411,-29], +[395,787,-40], +[710,956,-28], +[710,1249,-28], +[710,1090,-28], +[710,740,-28], +[1043,956,-28], +[1043,1249,-28], +[1043,1090,-28], +[1043,740,-28], +[1509,1231,-42], +[1283,3080,-70], +[1283,3053,-70], +[1283,3081,-70], +[1283,3084,-70], +[1283,3083,-70], +[1283,3090,-70], +[1280,3080,-70], +[1280,3053,-70], +[1280,3081,-70], +[1280,3084,-70], +[1280,3083,-70], +[1280,3090,-70], +[1259,3080,-70], +[1259,3053,-70], +[1259,3081,-70], +[1259,3084,-70], +[1259,3083,-70], +[1259,3090,-70], +[508,486,-15], +[507,486,-15], +[1366,1050,-247], +[188,259,-110], +[188,238,-110], +[188,282,-110], +[188,45,-110], +[188,129,-110], +[188,236,-110], +[188,297,-110], +[188,50,-110], +[188,257,-110], +[188,241,-110], +[188,247,-110], +[188,285,-110], +[188,254,-110], +[188,48,-110], +[188,52,-110], +[188,49,-110], +[188,137,-110], +[188,135,-110], +[188,138,-110], +[188,267,-110], +[188,245,-110], +[188,265,-110], +[188,246,-110], +[188,136,-110], +[188,277,-110], +[188,131,-110], +[196,259,-110], +[196,238,-110], +[196,282,-110], +[196,45,-110], +[196,129,-110], +[196,236,-110], +[196,297,-110], +[196,50,-110], +[196,257,-110], +[196,241,-110], +[196,247,-110], +[196,285,-110], +[196,254,-110], +[196,48,-110], +[196,52,-110], +[196,49,-110], +[196,137,-110], +[196,135,-110], +[196,138,-110], +[196,267,-110], +[196,245,-110], +[196,265,-110], +[196,246,-110], +[196,136,-110], +[196,277,-110], +[196,131,-110], +[195,259,-110], +[195,238,-110], +[195,282,-110], +[195,45,-110], +[195,129,-110], +[195,236,-110], +[195,297,-110], +[195,50,-110], +[195,257,-110], +[195,241,-110], +[195,247,-110], +[195,285,-110], +[195,254,-110], +[195,48,-110], +[195,52,-110], +[195,49,-110], +[195,137,-110], +[195,135,-110], +[195,138,-110], +[195,267,-110], +[195,245,-110], +[195,265,-110], +[195,246,-110], +[195,136,-110], +[195,277,-110], +[195,131,-110], +[889,1262,-14], +[889,3040,-14], +[1231,186,-124], +[1231,187,-124], +[589,3080,-137], +[589,3053,-137], +[589,3081,-137], +[589,3084,-137], +[589,3083,-137], +[589,3090,-137], +[927,0,-96], +[927,25,-96], +[927,4,-96], +[927,13,-96], +[927,37,-96], +[927,20,-96], +[927,34,-96], +[927,35,-96], +[927,31,-96], +[927,5,-96], +[927,32,-96], +[927,12,-96], +[929,0,-96], +[929,25,-96], +[929,4,-96], +[929,13,-96], +[929,37,-96], +[929,20,-96], +[929,34,-96], +[929,35,-96], +[929,31,-96], +[929,5,-96], +[929,32,-96], +[929,12,-96], +[406,1231,-123], +[259,151,42], +[479,934,-83], +[875,1229,-96], +[875,427,-15], +[875,428,-15], +[875,432,-15], +[875,430,-15], +[598,1366,-82], +[1378,797,-207], +[1378,679,-207], +[1378,1229,-207], +[1378,1230,-207], +[3074,1343,-27], +[3074,1345,-27], +[3074,1355,-27], +[3074,1350,-27], +[3074,1348,-27], +[1276,3115,-40], +[1276,3117,-40], +[1276,1381,-40], +[1276,1382,-40], +[1276,1385,-40], +[1285,3115,-40], +[1285,3117,-40], +[1285,1381,-40], +[1285,1382,-40], +[1285,1385,-40], +[498,797,-70], +[498,679,-70], +[498,1229,-70], +[498,1230,-70], +[203,1406,-68], +[203,1414,-68], +[205,1406,-68], +[205,1414,-68], +[209,1406,-68], +[209,1414,-68], +[207,1406,-68], +[207,1414,-68], +[1283,3115,-123], +[1283,3117,-123], +[1283,1381,-123], +[1283,1382,-123], +[1283,1385,-123], +[1280,3115,-123], +[1280,3117,-123], +[1280,1381,-123], +[1280,1382,-123], +[1280,1385,-123], +[1259,3115,-123], +[1259,3117,-123], +[1259,1381,-123], +[1259,1382,-123], +[1259,1385,-123], +[3074,0,-14], +[3074,25,-14], +[3074,4,-14], +[3074,13,-14], +[3074,37,-14], +[3074,20,-14], +[3074,34,-14], +[3074,35,-14], +[3074,31,-14], +[3074,5,-14], +[3074,32,-14], +[3074,12,-14], +[889,1366,-83], +[479,571,-13], +[479,577,-13], +[479,718,-13], +[937,1181,-110], +[441,1181,-110], +[930,1181,-110], +[1071,1181,-110], +[1103,1181,-110], +[935,1181,-110], +[533,1181,-110], +[444,1181,-110], +[454,1181,-110], +[582,1181,-110], +[470,1181,-110], +[550,1181,-110], +[551,1181,-110], +[1130,1181,-110], +[539,1181,-110], +[445,1181,-110], +[544,1181,-110], +[938,1181,-110], +[1104,1181,-110], +[1110,1181,-110], +[1108,1181,-110], +[452,1181,-110], +[1276,509,-15], +[1285,509,-15], +[1481,797,-41], +[1481,679,-41], +[1481,1229,-41], +[1481,1230,-41], +[368,1063,-164], +[1230,1381,-112], +[3074,1126,-96], +[3074,924,-96], +[3074,1251,-96], +[3074,547,-96], +[3074,1051,-96], +[3074,826,-96], +[1283,3123,-179], +[1280,3123,-179], +[1259,3123,-179], +[1381,485,-40], +[410,540,-164], +[412,540,-164], +[413,540,-164], +[414,540,-164], +[418,540,-164], +[399,929,-69], +[399,927,-69], +[401,929,-69], +[401,927,-69], +[405,929,-69], +[405,927,-69], +[400,929,-69], +[400,927,-69], +[402,929,-69], +[402,927,-69], +[1230,1366,-64], +[334,1,-275], +[334,2,-275], +[334,3,-275], +[1101,509,-124], +[990,1037,70], +[540,1198,-111], +[540,703,-111], +[540,1199,-111], +[540,704,-111], +[540,1297,-111], +[540,1469,-111], +[540,998,-111], +[540,1129,-111], +[1012,332,-152], +[1012,335,-152], +[1022,332,-152], +[1022,335,-152], +[1021,332,-152], +[1021,335,-152], +[215,410,-260], +[215,412,-260], +[215,413,-260], +[215,414,-260], +[215,418,-260], +[399,1343,-96], +[399,1345,-96], +[399,1355,-96], +[399,1350,-96], +[399,1348,-96], +[401,1343,-96], +[401,1345,-96], +[401,1355,-96], +[401,1350,-96], +[401,1348,-96], +[405,1343,-96], +[405,1345,-96], +[405,1355,-96], +[405,1350,-96], +[405,1348,-96], +[400,1343,-96], +[400,1345,-96], +[400,1355,-96], +[400,1350,-96], +[400,1348,-96], +[402,1343,-96], +[402,1345,-96], +[402,1355,-96], +[402,1350,-96], +[402,1348,-96], +[1012,926,-138], +[1012,928,-138], +[1022,926,-138], +[1022,928,-138], +[1021,926,-138], +[1021,928,-138], +[791,1181,-247], +[872,1181,-247], +[1187,1181,-247], +[1372,1181,-247], +[1440,1181,-247], +[1386,1181,-247], +[1254,1181,-247], +[3119,1181,-247], +[881,1181,-247], +[1118,1181,-247], +[828,1181,-247], +[1093,1181,-247], +[1218,1181,-247], +[1222,1181,-247], +[1487,1181,-247], +[511,571,-42], +[511,577,-42], +[511,718,-42], +[876,889,-40], +[395,1522,-219], +[1099,1278,-137], +[1099,1281,-137], +[1200,399,-139], +[1200,401,-139], +[1200,405,-139], +[1200,400,-139], +[1200,402,-139], +[586,399,-139], +[586,401,-139], +[586,405,-139], +[586,400,-139], +[586,402,-139], +[1433,399,-139], +[1433,401,-139], +[1433,405,-139], +[1433,400,-139], +[1433,402,-139], +[1136,399,-139], +[1136,401,-139], +[1136,405,-139], +[1136,400,-139], +[1136,402,-139], +[1210,399,-139], +[1210,401,-139], +[1210,405,-139], +[1210,400,-139], +[1210,402,-139], +[1159,399,-139], +[1159,401,-139], +[1159,405,-139], +[1159,400,-139], +[1159,402,-139], +[1139,399,-139], +[1139,401,-139], +[1139,405,-139], +[1139,400,-139], +[1139,402,-139], +[1145,399,-139], +[1145,401,-139], +[1145,405,-139], +[1145,400,-139], +[1145,402,-139], +[1203,399,-139], +[1203,401,-139], +[1203,405,-139], +[1203,400,-139], +[1203,402,-139], +[1153,399,-139], +[1153,401,-139], +[1153,405,-139], +[1153,400,-139], +[1153,402,-139], +[1170,399,-139], +[1170,401,-139], +[1170,405,-139], +[1170,400,-139], +[1170,402,-139], +[1143,399,-139], +[1143,401,-139], +[1143,405,-139], +[1143,400,-139], +[1143,402,-139], +[1167,399,-139], +[1167,401,-139], +[1167,405,-139], +[1167,400,-139], +[1167,402,-139], +[1144,399,-139], +[1144,401,-139], +[1144,405,-139], +[1144,400,-139], +[1144,402,-139], +[1192,399,-139], +[1192,401,-139], +[1192,405,-139], +[1192,400,-139], +[1192,402,-139], +[497,657,-96], +[206,1283,-275], +[206,1280,-275], +[206,1259,-275], +[73,1283,-275], +[73,1280,-275], +[73,1259,-275], +[630,395,-82], +[646,395,-82], +[632,395,-82], +[648,395,-82], +[645,395,-82], +[1231,3074,-41], +[3123,537,-82], +[1421,1050,-70], +[1242,1050,-69], +[497,513,-84], +[406,1343,-41], +[406,1345,-41], +[406,1355,-41], +[406,1350,-41], +[406,1348,-41], +[1366,1509,-68], +[1366,1490,-68], +[1366,1507,-68], +[1366,1491,-68], +[1366,1495,-68], +[1366,1499,-68], +[1366,3050,-68], +[1366,1519,-68], +[1366,1493,-68], +[1366,3046,-68], +[1366,1515,-68], +[1366,3039,-68], +[1366,1494,-68], +[497,504,-28], +[1286,875,-55], +[1287,875,-55], +[1290,875,-55], +[1289,875,-55], +[1037,1181,-150], +[3115,332,-83], +[3115,335,-83], +[3117,332,-83], +[3117,335,-83], +[1113,332,-83], +[1113,335,-83], +[1114,332,-83], +[1114,335,-83], +[1117,332,-83], +[1117,335,-83], +[399,3074,-41], +[401,3074,-41], +[405,3074,-41], +[400,3074,-41], +[402,3074,-41], +[497,509,-68], +[1421,1277,-207], +[1421,1284,-207], +[288,1366,-13], +[295,926,-249], +[295,928,-249], +[850,399,-41], +[850,401,-41], +[850,405,-41], +[850,400,-41], +[850,402,-41], +[710,589,152], +[1043,589,152], +[1230,1113,-32], +[1286,1,-27], +[1286,2,-27], +[1286,3,-27], +[1287,1,-27], +[1287,2,-27], +[1287,3,-27], +[1290,1,-27], +[1290,2,-27], +[1290,3,-27], +[1289,1,-27], +[1289,2,-27], +[1289,3,-27], +[540,3062,-84], +[540,3064,-84], +[540,3068,-84], +[540,3063,-84], +[540,3065,-84], +[1278,797,-344], +[1278,679,-344], +[1278,1229,-344], +[1278,1230,-344], +[1281,797,-344], +[1281,679,-344], +[1281,1229,-344], +[1281,1230,-344], +[537,1283,84], +[537,1280,84], +[537,1259,84], +[0,1283,-276], +[0,1280,-276], +[0,1259,-276], +[25,1283,-276], +[25,1280,-276], +[25,1259,-276], +[4,1283,-276], +[4,1280,-276], +[4,1259,-276], +[13,1283,-276], +[13,1280,-276], +[13,1259,-276], +[37,1283,-276], +[37,1280,-276], +[37,1259,-276], +[20,1283,-276], +[20,1280,-276], +[20,1259,-276], +[34,1283,-276], +[34,1280,-276], +[34,1259,-276], +[35,1283,-276], +[35,1280,-276], +[35,1259,-276], +[31,1283,-276], +[31,1280,-276], +[31,1259,-276], +[5,1283,-276], +[5,1280,-276], +[5,1259,-276], +[32,1283,-276], +[32,1280,-276], +[32,1259,-276], +[12,1283,-276], +[12,1280,-276], +[12,1259,-276], +[850,395,-96], +[1251,3080,-111], +[1251,3053,-111], +[1251,3081,-111], +[1251,3084,-111], +[1251,3083,-111], +[1251,3090,-111], +[924,3080,-111], +[924,3053,-111], +[924,3081,-111], +[924,3084,-111], +[924,3083,-111], +[924,3090,-111], +[1126,3080,-111], +[1126,3053,-111], +[1126,3081,-111], +[1126,3084,-111], +[1126,3083,-111], +[1126,3090,-111], +[1051,3080,-111], +[1051,3053,-111], +[1051,3081,-111], +[1051,3084,-111], +[1051,3083,-111], +[1051,3090,-111], +[547,3080,-111], +[547,3053,-111], +[547,3081,-111], +[547,3084,-111], +[547,3083,-111], +[547,3090,-111], +[826,3080,-111], +[826,3053,-111], +[826,3081,-111], +[826,3084,-111], +[826,3083,-111], +[826,3090,-111], +[598,1181,-70], +[0,1509,-68], +[0,1490,-68], +[0,1507,-68], +[0,1491,-68], +[0,1495,-68], +[0,1499,-68], +[0,3050,-68], +[0,1519,-68], +[0,1493,-68], +[0,3046,-68], +[0,1515,-68], +[0,3039,-68], +[0,1494,-68], +[25,1509,-68], +[25,1490,-68], +[25,1507,-68], +[25,1491,-68], +[25,1495,-68], +[25,1499,-68], +[25,3050,-68], +[25,1519,-68], +[25,1493,-68], +[25,3046,-68], +[25,1515,-68], +[25,3039,-68], +[25,1494,-68], +[4,1509,-68], +[4,1490,-68], +[4,1507,-68], +[4,1491,-68], +[4,1495,-68], +[4,1499,-68], +[4,3050,-68], +[4,1519,-68], +[4,1493,-68], +[4,3046,-68], +[4,1515,-68], +[4,3039,-68], +[4,1494,-68], +[13,1509,-68], +[13,1490,-68], +[13,1507,-68], +[13,1491,-68], +[13,1495,-68], +[13,1499,-68], +[13,3050,-68], +[13,1519,-68], +[13,1493,-68], +[13,3046,-68], +[13,1515,-68], +[13,3039,-68], +[13,1494,-68], +[37,1509,-68], +[37,1490,-68], +[37,1507,-68], +[37,1491,-68], +[37,1495,-68], +[37,1499,-68], +[37,3050,-68], +[37,1519,-68], +[37,1493,-68], +[37,3046,-68], +[37,1515,-68], +[37,3039,-68], +[37,1494,-68], +[20,1509,-68], +[20,1490,-68], +[20,1507,-68], +[20,1491,-68], +[20,1495,-68], +[20,1499,-68], +[20,3050,-68], +[20,1519,-68], +[20,1493,-68], +[20,3046,-68], +[20,1515,-68], +[20,3039,-68], +[20,1494,-68], +[34,1509,-68], +[34,1490,-68], +[34,1507,-68], +[34,1491,-68], +[34,1495,-68], +[34,1499,-68], +[34,3050,-68], +[34,1519,-68], +[34,1493,-68], +[34,3046,-68], +[34,1515,-68], +[34,3039,-68], +[34,1494,-68], +[35,1509,-68], +[35,1490,-68], +[35,1507,-68], +[35,1491,-68], +[35,1495,-68], +[35,1499,-68], +[35,3050,-68], +[35,1519,-68], +[35,1493,-68], +[35,3046,-68], +[35,1515,-68], +[35,3039,-68], +[35,1494,-68], +[31,1509,-68], +[31,1490,-68], +[31,1507,-68], +[31,1491,-68], +[31,1495,-68], +[31,1499,-68], +[31,3050,-68], +[31,1519,-68], +[31,1493,-68], +[31,3046,-68], +[31,1515,-68], +[31,3039,-68], +[31,1494,-68], +[5,1509,-68], +[5,1490,-68], +[5,1507,-68], +[5,1491,-68], +[5,1495,-68], +[5,1499,-68], +[5,3050,-68], +[5,1519,-68], +[5,1493,-68], +[5,3046,-68], +[5,1515,-68], +[5,3039,-68], +[5,1494,-68], +[32,1509,-68], +[32,1490,-68], +[32,1507,-68], +[32,1491,-68], +[32,1495,-68], +[32,1499,-68], +[32,3050,-68], +[32,1519,-68], +[32,1493,-68], +[32,3046,-68], +[32,1515,-68], +[32,3039,-68], +[32,1494,-68], +[12,1509,-68], +[12,1490,-68], +[12,1507,-68], +[12,1491,-68], +[12,1495,-68], +[12,1499,-68], +[12,3050,-68], +[12,1519,-68], +[12,1493,-68], +[12,3046,-68], +[12,1515,-68], +[12,3039,-68], +[12,1494,-68], +[990,1050,-109], +[1522,571,-192], +[1522,577,-192], +[1522,718,-192], +[3077,1262,-28], +[3077,3040,-28], +[1381,589,40], +[1428,797,-29], +[1428,679,-29], +[1428,1229,-29], +[1428,1230,-29], +[537,1063,-96], +[1242,537,-84], +[203,578,-96], +[928,520,-138], +[928,511,-138], +[926,520,-138], +[926,511,-138], +[1161,1273,96], +[1173,889,-54], +[787,485,-40], +[1435,485,-40], +[259,215,40], +[1366,186,-220], +[1366,187,-220], +[511,1366,-29], +[1012,186,-14], +[1012,187,-14], +[1022,186,-14], +[1022,187,-14], +[1021,186,-14], +[1021,187,-14], +[1406,1283,56], +[1406,1280,56], +[1406,1259,56], +[1414,1283,56], +[1414,1280,56], +[1414,1259,56], +[3074,395,-40], +[334,0,-151], +[334,25,-151], +[334,4,-151], +[334,13,-151], +[334,37,-151], +[334,20,-151], +[334,34,-151], +[334,35,-151], +[334,31,-151], +[334,5,-151], +[334,32,-151], +[334,12,-151], +[125,1435,-28], +[427,761,-40], +[427,1161,-40], +[427,713,-40], +[427,1200,-40], +[427,701,-40], +[427,886,-40], +[427,630,-40], +[427,766,-40], +[427,1156,-40], +[427,1136,-40], +[427,1267,-40], +[427,842,-40], +[427,646,-40], +[427,785,-40], +[427,768,-40], +[427,772,-40], +[427,781,-40], +[427,1159,-40], +[427,1139,-40], +[427,1145,-40], +[427,1203,-40], +[427,1153,-40], +[427,632,-40], +[427,648,-40], +[427,645,-40], +[427,710,-40], +[427,798,-40], +[427,769,-40], +[427,782,-40], +[427,816,-40], +[427,770,-40], +[427,896,-40], +[427,894,-40], +[427,897,-40], +[427,1170,-40], +[427,1143,-40], +[427,1167,-40], +[427,1144,-40], +[427,895,-40], +[427,1192,-40], +[427,888,-40], +[428,761,-40], +[428,1161,-40], +[428,713,-40], +[428,1200,-40], +[428,701,-40], +[428,886,-40], +[428,630,-40], +[428,766,-40], +[428,1156,-40], +[428,1136,-40], +[428,1267,-40], +[428,842,-40], +[428,646,-40], +[428,785,-40], +[428,768,-40], +[428,772,-40], +[428,781,-40], +[428,1159,-40], +[428,1139,-40], +[428,1145,-40], +[428,1203,-40], +[428,1153,-40], +[428,632,-40], +[428,648,-40], +[428,645,-40], +[428,710,-40], +[428,798,-40], +[428,769,-40], +[428,782,-40], +[428,816,-40], +[428,770,-40], +[428,896,-40], +[428,894,-40], +[428,897,-40], +[428,1170,-40], +[428,1143,-40], +[428,1167,-40], +[428,1144,-40], +[428,895,-40], +[428,1192,-40], +[428,888,-40], +[432,761,-40], +[432,1161,-40], +[432,713,-40], +[432,1200,-40], +[432,701,-40], +[432,886,-40], +[432,630,-40], +[432,766,-40], +[432,1156,-40], +[432,1136,-40], +[432,1267,-40], +[432,842,-40], +[432,646,-40], +[432,785,-40], +[432,768,-40], +[432,772,-40], +[432,781,-40], +[432,1159,-40], +[432,1139,-40], +[432,1145,-40], +[432,1203,-40], +[432,1153,-40], +[432,632,-40], +[432,648,-40], +[432,645,-40], +[432,710,-40], +[432,798,-40], +[432,769,-40], +[432,782,-40], +[432,816,-40], +[432,770,-40], +[432,896,-40], +[432,894,-40], +[432,897,-40], +[432,1170,-40], +[432,1143,-40], +[432,1167,-40], +[432,1144,-40], +[432,895,-40], +[432,1192,-40], +[432,888,-40], +[430,761,-40], +[430,1161,-40], +[430,713,-40], +[430,1200,-40], +[430,701,-40], +[430,886,-40], +[430,630,-40], +[430,766,-40], +[430,1156,-40], +[430,1136,-40], +[430,1267,-40], +[430,842,-40], +[430,646,-40], +[430,785,-40], +[430,768,-40], +[430,772,-40], +[430,781,-40], +[430,1159,-40], +[430,1139,-40], +[430,1145,-40], +[430,1203,-40], +[430,1153,-40], +[430,632,-40], +[430,648,-40], +[430,645,-40], +[430,710,-40], +[430,798,-40], +[430,769,-40], +[430,782,-40], +[430,816,-40], +[430,770,-40], +[430,896,-40], +[430,894,-40], +[430,897,-40], +[430,1170,-40], +[430,1143,-40], +[430,1167,-40], +[430,1144,-40], +[430,895,-40], +[430,1192,-40], +[430,888,-40], +[1283,1113,-28], +[1280,1113,-28], +[1259,1113,-28], +[1114,1366,-103], +[203,875,-29], +[205,875,-29], +[209,875,-29], +[207,875,-29], +[1251,1424,-110], +[924,1424,-110], +[1126,1424,-110], +[1051,1424,-110], +[547,1424,-110], +[826,1424,-110], +[406,956,-180], +[406,1249,-180], +[406,1090,-180], +[406,740,-180], +[3074,1231,-41], +[1481,990,-14], +[882,875,-150], +[1373,875,-150], +[1488,875,-150], +[1388,875,-150], +[792,875,-150], +[1190,875,-150], +[1441,875,-150], +[1120,875,-150], +[1223,875,-150], +[873,875,-150], +[1219,875,-150], +[1256,875,-150], +[3120,875,-150], +[1095,875,-150], +[829,875,-150], +[188,1283,-70], +[188,1280,-70], +[188,1259,-70], +[196,1283,-70], +[196,1280,-70], +[196,1259,-70], +[195,1283,-70], +[195,1280,-70], +[195,1259,-70], +[990,1278,-138], +[990,1281,-138], +[1366,518,-70], +[1366,489,-70], +[206,342,-96], +[206,292,-96], +[73,342,-96], +[73,292,-96], +[1161,589,164], +[1378,3077,-27], +[1509,1522,-83], +[1037,1428,-69], +[904,986,-150], +[900,986,-150], +[1366,3123,-137], +[1366,259,-29], +[1366,238,-29], +[1366,282,-29], +[1366,45,-29], +[1366,129,-29], +[1366,236,-29], +[1366,297,-29], +[1366,50,-29], +[1366,257,-29], +[1366,241,-29], +[1366,247,-29], +[1366,285,-29], +[1366,254,-29], +[1366,48,-29], +[1366,52,-29], +[1366,49,-29], +[1366,137,-29], +[1366,135,-29], +[1366,138,-29], +[1366,267,-29], +[1366,245,-29], +[1366,265,-29], +[1366,246,-29], +[1366,136,-29], +[1366,277,-29], +[1366,131,-29], +[1288,1421,-42], +[368,882,42], +[368,1373,42], +[368,1488,42], +[368,1388,42], +[368,792,42], +[368,1190,42], +[368,1095,42], +[368,1223,42], +[368,829,42], +[368,1256,42], +[368,1219,42], +[368,873,42], +[368,3120,42], +[368,1120,42], +[368,1441,42], +[498,1424,-42], +[927,1421,-68], +[929,1421,-68], +[295,1522,-276], +[203,571,-370], +[203,577,-370], +[203,718,-370], +[205,571,-370], +[205,577,-370], +[205,718,-370], +[209,571,-370], +[209,577,-370], +[209,718,-370], +[207,571,-370], +[207,577,-370], +[207,718,-370], +[482,486,29], +[503,486,29], +[500,486,29], +[295,956,-221], +[295,1249,-221], +[295,1090,-221], +[295,740,-221], +[282,3074,-28], +[63,3074,-28], +[297,3074,-28], +[236,3074,-28], +[117,3074,-28], +[257,3074,-28], +[241,3074,-28], +[247,3074,-28], +[285,3074,-28], +[254,3074,-28], +[67,3074,-28], +[267,3074,-28], +[245,3074,-28], +[265,3074,-28], +[246,3074,-28], +[277,3074,-28], +[330,3123,-70], +[288,761,-40], +[288,1161,-40], +[288,713,-40], +[288,1200,-40], +[288,701,-40], +[288,886,-40], +[288,630,-40], +[288,766,-40], +[288,1156,-40], +[288,1136,-40], +[288,1267,-40], +[288,842,-40], +[288,646,-40], +[288,785,-40], +[288,768,-40], +[288,772,-40], +[288,781,-40], +[288,1159,-40], +[288,1139,-40], +[288,1145,-40], +[288,1203,-40], +[288,1153,-40], +[288,632,-40], +[288,648,-40], +[288,645,-40], +[288,710,-40], +[288,798,-40], +[288,769,-40], +[288,782,-40], +[288,816,-40], +[288,770,-40], +[288,896,-40], +[288,894,-40], +[288,897,-40], +[288,1170,-40], +[288,1143,-40], +[288,1167,-40], +[288,1144,-40], +[288,895,-40], +[288,1192,-40], +[288,888,-40], +[510,951,-27], +[1286,1273,54], +[1287,1273,54], +[1290,1273,54], +[1289,1273,54], +[1509,475,-42], +[1509,441,-42], +[1509,533,-42], +[1509,444,-42], +[1509,454,-42], +[1509,582,-42], +[1509,470,-42], +[1509,550,-42], +[1509,551,-42], +[1509,539,-42], +[1509,445,-42], +[1509,544,-42], +[1509,476,-42], +[1509,452,-42], +[1509,477,-42], +[1161,1,-124], +[1161,2,-124], +[1161,3,-124], +[206,929,-96], +[206,927,-96], +[73,929,-96], +[73,927,-96], +[1381,295,-28], +[188,580,-41], +[196,580,-41], +[195,580,-41], +[1366,797,-343], +[1366,679,-343], +[1366,1229,-343], +[1366,1230,-343], +[1161,1063,-41], +[0,3115,-27], +[0,3117,-27], +[0,1381,-27], +[0,1382,-27], +[0,1385,-27], +[25,3115,-27], +[25,3117,-27], +[25,1381,-27], +[25,1382,-27], +[25,1385,-27], +[4,3115,-27], +[4,3117,-27], +[4,1381,-27], +[4,1382,-27], +[4,1385,-27], +[13,3115,-27], +[13,3117,-27], +[13,1381,-27], +[13,1382,-27], +[13,1385,-27], +[37,3115,-27], +[37,3117,-27], +[37,1381,-27], +[37,1382,-27], +[37,1385,-27], +[20,3115,-27], +[20,3117,-27], +[20,1381,-27], +[20,1382,-27], +[20,1385,-27], +[34,3115,-27], +[34,3117,-27], +[34,1381,-27], +[34,1382,-27], +[34,1385,-27], +[35,3115,-27], +[35,3117,-27], +[35,1381,-27], +[35,1382,-27], +[35,1385,-27], +[31,3115,-27], +[31,3117,-27], +[31,1381,-27], +[31,1382,-27], +[31,1385,-27], +[5,3115,-27], +[5,3117,-27], +[5,1381,-27], +[5,1382,-27], +[5,1385,-27], +[32,3115,-27], +[32,3117,-27], +[32,1381,-27], +[32,1382,-27], +[32,1385,-27], +[12,3115,-27], +[12,3117,-27], +[12,1381,-27], +[12,1382,-27], +[12,1385,-27], +[368,959,-164], +[856,1231,-28], +[485,929,-70], +[485,927,-70], +[1173,1181,-68], +[132,1522,-192], +[1161,1274,-40], +[956,399,-137], +[956,401,-137], +[956,405,-137], +[956,400,-137], +[956,402,-137], +[1249,399,-137], +[1249,401,-137], +[1249,405,-137], +[1249,400,-137], +[1249,402,-137], +[740,399,-137], +[740,401,-137], +[740,405,-137], +[740,400,-137], +[740,402,-137], +[1090,399,-137], +[1090,401,-137], +[1090,405,-137], +[1090,400,-137], +[1090,402,-137], +[395,1277,-316], +[395,1284,-316], +[497,498,-68], +[206,1428,-111], +[73,1428,-111], +[1411,1302,-41], +[882,482,-69], +[1373,482,-69], +[1488,482,-69], +[1388,482,-69], +[792,482,-69], +[1190,482,-69], +[1441,482,-69], +[1120,482,-69], +[1223,482,-69], +[873,482,-69], +[1219,482,-69], +[1256,482,-69], +[3120,482,-69], +[1095,482,-69], +[829,482,-69], +[928,509,-69], +[926,509,-69], +[498,518,-42], +[498,489,-42], +[1509,571,40], +[1509,577,40], +[1509,718,40], +[1481,537,-14], +[368,580,-109], +[368,3074,-139], +[889,1390,-96], +[0,882,-249], +[0,1373,-249], +[0,1488,-249], +[0,1388,-249], +[0,792,-249], +[0,1190,-249], +[0,1095,-249], +[0,1223,-249], +[0,829,-249], +[0,1256,-249], +[0,1219,-249], +[0,873,-249], +[0,3120,-249], +[0,1120,-249], +[0,1441,-249], +[25,882,-249], +[25,1373,-249], +[25,1488,-249], +[25,1388,-249], +[25,792,-249], +[25,1190,-249], +[25,1095,-249], +[25,1223,-249], +[25,829,-249], +[25,1256,-249], +[25,1219,-249], +[25,873,-249], +[25,3120,-249], +[25,1120,-249], +[25,1441,-249], +[4,882,-249], +[4,1373,-249], +[4,1488,-249], +[4,1388,-249], +[4,792,-249], +[4,1190,-249], +[4,1095,-249], +[4,1223,-249], +[4,829,-249], +[4,1256,-249], +[4,1219,-249], +[4,873,-249], +[4,3120,-249], +[4,1120,-249], +[4,1441,-249], +[13,882,-249], +[13,1373,-249], +[13,1488,-249], +[13,1388,-249], +[13,792,-249], +[13,1190,-249], +[13,1095,-249], +[13,1223,-249], +[13,829,-249], +[13,1256,-249], +[13,1219,-249], +[13,873,-249], +[13,3120,-249], +[13,1120,-249], +[13,1441,-249], +[37,882,-249], +[37,1373,-249], +[37,1488,-249], +[37,1388,-249], +[37,792,-249], +[37,1190,-249], +[37,1095,-249], +[37,1223,-249], +[37,829,-249], +[37,1256,-249], +[37,1219,-249], +[37,873,-249], +[37,3120,-249], +[37,1120,-249], +[37,1441,-249], +[20,882,-249], +[20,1373,-249], +[20,1488,-249], +[20,1388,-249], +[20,792,-249], +[20,1190,-249], +[20,1095,-249], +[20,1223,-249], +[20,829,-249], +[20,1256,-249], +[20,1219,-249], +[20,873,-249], +[20,3120,-249], +[20,1120,-249], +[20,1441,-249], +[34,882,-249], +[34,1373,-249], +[34,1488,-249], +[34,1388,-249], +[34,792,-249], +[34,1190,-249], +[34,1095,-249], +[34,1223,-249], +[34,829,-249], +[34,1256,-249], +[34,1219,-249], +[34,873,-249], +[34,3120,-249], +[34,1120,-249], +[34,1441,-249], +[35,882,-249], +[35,1373,-249], +[35,1488,-249], +[35,1388,-249], +[35,792,-249], +[35,1190,-249], +[35,1095,-249], +[35,1223,-249], +[35,829,-249], +[35,1256,-249], +[35,1219,-249], +[35,873,-249], +[35,3120,-249], +[35,1120,-249], +[35,1441,-249], +[31,882,-249], +[31,1373,-249], +[31,1488,-249], +[31,1388,-249], +[31,792,-249], +[31,1190,-249], +[31,1095,-249], +[31,1223,-249], +[31,829,-249], +[31,1256,-249], +[31,1219,-249], +[31,873,-249], +[31,3120,-249], +[31,1120,-249], +[31,1441,-249], +[5,882,-249], +[5,1373,-249], +[5,1488,-249], +[5,1388,-249], +[5,792,-249], +[5,1190,-249], +[5,1095,-249], +[5,1223,-249], +[5,829,-249], +[5,1256,-249], +[5,1219,-249], +[5,873,-249], +[5,3120,-249], +[5,1120,-249], +[5,1441,-249], +[32,882,-249], +[32,1373,-249], +[32,1488,-249], +[32,1388,-249], +[32,792,-249], +[32,1190,-249], +[32,1095,-249], +[32,1223,-249], +[32,829,-249], +[32,1256,-249], +[32,1219,-249], +[32,873,-249], +[32,3120,-249], +[32,1120,-249], +[32,1441,-249], +[12,882,-249], +[12,1373,-249], +[12,1488,-249], +[12,1388,-249], +[12,792,-249], +[12,1190,-249], +[12,1095,-249], +[12,1223,-249], +[12,829,-249], +[12,1256,-249], +[12,1219,-249], +[12,873,-249], +[12,3120,-249], +[12,1120,-249], +[12,1441,-249], +[889,840,-42], +[0,1273,-166], +[25,1273,-166], +[4,1273,-166], +[13,1273,-166], +[37,1273,-166], +[20,1273,-166], +[34,1273,-166], +[35,1273,-166], +[31,1273,-166], +[5,1273,-166], +[32,1273,-166], +[12,1273,-166], +[295,818,-83], +[1411,295,-54], +[132,956,-205], +[132,1249,-205], +[132,1090,-205], +[132,740,-205], +[0,571,-220], +[0,577,-220], +[0,718,-220], +[25,571,-220], +[25,577,-220], +[25,718,-220], +[4,571,-220], +[4,577,-220], +[4,718,-220], +[13,571,-220], +[13,577,-220], +[13,718,-220], +[37,571,-220], +[37,577,-220], +[37,718,-220], +[20,571,-220], +[20,577,-220], +[20,718,-220], +[34,571,-220], +[34,577,-220], +[34,718,-220], +[35,571,-220], +[35,577,-220], +[35,718,-220], +[31,571,-220], +[31,577,-220], +[31,718,-220], +[5,571,-220], +[5,577,-220], +[5,718,-220], +[32,571,-220], +[32,577,-220], +[32,718,-220], +[12,571,-220], +[12,577,-220], +[12,718,-220], +[1381,797,-96], +[1381,679,-96], +[1381,1229,-96], +[1381,1230,-96], +[3115,504,-42], +[3117,504,-42], +[1113,504,-42], +[1114,504,-42], +[1117,504,-42], +[395,1063,-164], +[882,1277,-400], +[882,1284,-400], +[1373,1277,-400], +[1373,1284,-400], +[1488,1277,-400], +[1488,1284,-400], +[1388,1277,-400], +[1388,1284,-400], +[792,1277,-400], +[792,1284,-400], +[1190,1277,-400], +[1190,1284,-400], +[1441,1277,-400], +[1441,1284,-400], +[1120,1277,-400], +[1120,1284,-400], +[1223,1277,-400], +[1223,1284,-400], +[873,1277,-400], +[873,1284,-400], +[1219,1277,-400], +[1219,1284,-400], +[1256,1277,-400], +[1256,1284,-400], +[3120,1277,-400], +[3120,1284,-400], +[1095,1277,-400], +[1095,1284,-400], +[829,1277,-400], +[829,1284,-400], +[537,882,125], +[537,1373,125], +[537,1488,125], +[537,1388,125], +[537,792,125], +[537,1190,125], +[537,1095,125], +[537,1223,125], +[537,829,125], +[537,1256,125], +[537,1219,125], +[537,873,125], +[537,3120,125], +[537,1120,125], +[537,1441,125], +[674,1366,-40], +[1364,1366,-40], +[856,0,-96], +[856,25,-96], +[856,4,-96], +[856,13,-96], +[856,37,-96], +[856,20,-96], +[856,34,-96], +[856,35,-96], +[856,31,-96], +[856,5,-96], +[856,32,-96], +[856,12,-96], +[1283,1428,-180], +[1280,1428,-180], +[1259,1428,-180], +[540,295,-205], +[904,1390,-70], +[900,1390,-70], +[1381,406,-13], +[344,0,-111], +[344,25,-111], +[344,4,-111], +[344,13,-111], +[344,37,-111], +[344,20,-111], +[344,34,-111], +[344,35,-111], +[344,31,-111], +[344,5,-111], +[344,32,-111], +[344,12,-111], +[510,1050,-206], +[923,410,-248], +[923,412,-248], +[923,413,-248], +[923,414,-248], +[923,418,-248], +[497,934,-110], +[1161,956,-41], +[1161,1249,-41], +[1161,1090,-41], +[1161,740,-41], +[508,497,-14], +[507,497,-14], +[497,951,-56], +[485,498,-137], +[856,1522,-40], +[3080,761,-56], +[3080,1161,-56], +[3080,713,-56], +[3080,1200,-56], +[3080,701,-56], +[3080,886,-56], +[3080,630,-56], +[3080,766,-56], +[3080,1156,-56], +[3080,1136,-56], +[3080,1267,-56], +[3080,842,-56], +[3080,646,-56], +[3080,785,-56], +[3080,768,-56], +[3080,772,-56], +[3080,781,-56], +[3080,1159,-56], +[3080,1139,-56], +[3080,1145,-56], +[3080,1203,-56], +[3080,1153,-56], +[3080,632,-56], +[3080,648,-56], +[3080,645,-56], +[3080,710,-56], +[3080,798,-56], +[3080,769,-56], +[3080,782,-56], +[3080,816,-56], +[3080,770,-56], +[3080,896,-56], +[3080,894,-56], +[3080,897,-56], +[3080,1170,-56], +[3080,1143,-56], +[3080,1167,-56], +[3080,1144,-56], +[3080,895,-56], +[3080,1192,-56], +[3080,888,-56], +[3053,761,-56], +[3053,1161,-56], +[3053,713,-56], +[3053,1200,-56], +[3053,701,-56], +[3053,886,-56], +[3053,630,-56], +[3053,766,-56], +[3053,1156,-56], +[3053,1136,-56], +[3053,1267,-56], +[3053,842,-56], +[3053,646,-56], +[3053,785,-56], +[3053,768,-56], +[3053,772,-56], +[3053,781,-56], +[3053,1159,-56], +[3053,1139,-56], +[3053,1145,-56], +[3053,1203,-56], +[3053,1153,-56], +[3053,632,-56], +[3053,648,-56], +[3053,645,-56], +[3053,710,-56], +[3053,798,-56], +[3053,769,-56], +[3053,782,-56], +[3053,816,-56], +[3053,770,-56], +[3053,896,-56], +[3053,894,-56], +[3053,897,-56], +[3053,1170,-56], +[3053,1143,-56], +[3053,1167,-56], +[3053,1144,-56], +[3053,895,-56], +[3053,1192,-56], +[3053,888,-56], +[3081,761,-56], +[3081,1161,-56], +[3081,713,-56], +[3081,1200,-56], +[3081,701,-56], +[3081,886,-56], +[3081,630,-56], +[3081,766,-56], +[3081,1156,-56], +[3081,1136,-56], +[3081,1267,-56], +[3081,842,-56], +[3081,646,-56], +[3081,785,-56], +[3081,768,-56], +[3081,772,-56], +[3081,781,-56], +[3081,1159,-56], +[3081,1139,-56], +[3081,1145,-56], +[3081,1203,-56], +[3081,1153,-56], +[3081,632,-56], +[3081,648,-56], +[3081,645,-56], +[3081,710,-56], +[3081,798,-56], +[3081,769,-56], +[3081,782,-56], +[3081,816,-56], +[3081,770,-56], +[3081,896,-56], +[3081,894,-56], +[3081,897,-56], +[3081,1170,-56], +[3081,1143,-56], +[3081,1167,-56], +[3081,1144,-56], +[3081,895,-56], +[3081,1192,-56], +[3081,888,-56], +[3084,761,-56], +[3084,1161,-56], +[3084,713,-56], +[3084,1200,-56], +[3084,701,-56], +[3084,886,-56], +[3084,630,-56], +[3084,766,-56], +[3084,1156,-56], +[3084,1136,-56], +[3084,1267,-56], +[3084,842,-56], +[3084,646,-56], +[3084,785,-56], +[3084,768,-56], +[3084,772,-56], +[3084,781,-56], +[3084,1159,-56], +[3084,1139,-56], +[3084,1145,-56], +[3084,1203,-56], +[3084,1153,-56], +[3084,632,-56], +[3084,648,-56], +[3084,645,-56], +[3084,710,-56], +[3084,798,-56], +[3084,769,-56], +[3084,782,-56], +[3084,816,-56], +[3084,770,-56], +[3084,896,-56], +[3084,894,-56], +[3084,897,-56], +[3084,1170,-56], +[3084,1143,-56], +[3084,1167,-56], +[3084,1144,-56], +[3084,895,-56], +[3084,1192,-56], +[3084,888,-56], +[3083,761,-56], +[3083,1161,-56], +[3083,713,-56], +[3083,1200,-56], +[3083,701,-56], +[3083,886,-56], +[3083,630,-56], +[3083,766,-56], +[3083,1156,-56], +[3083,1136,-56], +[3083,1267,-56], +[3083,842,-56], +[3083,646,-56], +[3083,785,-56], +[3083,768,-56], +[3083,772,-56], +[3083,781,-56], +[3083,1159,-56], +[3083,1139,-56], +[3083,1145,-56], +[3083,1203,-56], +[3083,1153,-56], +[3083,632,-56], +[3083,648,-56], +[3083,645,-56], +[3083,710,-56], +[3083,798,-56], +[3083,769,-56], +[3083,782,-56], +[3083,816,-56], +[3083,770,-56], +[3083,896,-56], +[3083,894,-56], +[3083,897,-56], +[3083,1170,-56], +[3083,1143,-56], +[3083,1167,-56], +[3083,1144,-56], +[3083,895,-56], +[3083,1192,-56], +[3083,888,-56], +[3090,761,-56], +[3090,1161,-56], +[3090,713,-56], +[3090,1200,-56], +[3090,701,-56], +[3090,886,-56], +[3090,630,-56], +[3090,766,-56], +[3090,1156,-56], +[3090,1136,-56], +[3090,1267,-56], +[3090,842,-56], +[3090,646,-56], +[3090,785,-56], +[3090,768,-56], +[3090,772,-56], +[3090,781,-56], +[3090,1159,-56], +[3090,1139,-56], +[3090,1145,-56], +[3090,1203,-56], +[3090,1153,-56], +[3090,632,-56], +[3090,648,-56], +[3090,645,-56], +[3090,710,-56], +[3090,798,-56], +[3090,769,-56], +[3090,782,-56], +[3090,816,-56], +[3090,770,-56], +[3090,896,-56], +[3090,894,-56], +[3090,897,-56], +[3090,1170,-56], +[3090,1143,-56], +[3090,1167,-56], +[3090,1144,-56], +[3090,895,-56], +[3090,1192,-56], +[3090,888,-56], +[1278,1274,-179], +[1281,1274,-179], +[399,797,-274], +[399,679,-274], +[399,1229,-274], +[399,1230,-274], +[401,797,-274], +[401,679,-274], +[401,1229,-274], +[401,1230,-274], +[405,797,-274], +[405,679,-274], +[405,1229,-274], +[405,1230,-274], +[400,797,-274], +[400,679,-274], +[400,1229,-274], +[400,1230,-274], +[402,797,-274], +[402,679,-274], +[402,1229,-274], +[402,1230,-274], +[406,3115,-82], +[406,3117,-82], +[406,1381,-82], +[406,1382,-82], +[406,1385,-82], +[867,1198,-13], +[867,703,-13], +[867,1199,-13], +[867,704,-13], +[867,1297,-13], +[867,1469,-13], +[867,998,-13], +[867,1129,-13], +[589,1424,-139], +[990,537,-29], +[876,395,-28], +[3077,990,-40], +[937,3080,-54], +[937,3053,-54], +[937,3081,-54], +[937,3084,-54], +[937,3083,-54], +[937,3090,-54], +[441,3080,-54], +[441,3053,-54], +[441,3081,-54], +[441,3084,-54], +[441,3083,-54], +[441,3090,-54], +[930,3080,-54], +[930,3053,-54], +[930,3081,-54], +[930,3084,-54], +[930,3083,-54], +[930,3090,-54], +[1071,3080,-54], +[1071,3053,-54], +[1071,3081,-54], +[1071,3084,-54], +[1071,3083,-54], +[1071,3090,-54], +[1103,3080,-54], +[1103,3053,-54], +[1103,3081,-54], +[1103,3084,-54], +[1103,3083,-54], +[1103,3090,-54], +[935,3080,-54], +[935,3053,-54], +[935,3081,-54], +[935,3084,-54], +[935,3083,-54], +[935,3090,-54], +[533,3080,-54], +[533,3053,-54], +[533,3081,-54], +[533,3084,-54], +[533,3083,-54], +[533,3090,-54], +[444,3080,-54], +[444,3053,-54], +[444,3081,-54], +[444,3084,-54], +[444,3083,-54], +[444,3090,-54], +[454,3080,-54], +[454,3053,-54], +[454,3081,-54], +[454,3084,-54], +[454,3083,-54], +[454,3090,-54], +[582,3080,-54], +[582,3053,-54], +[582,3081,-54], +[582,3084,-54], +[582,3083,-54], +[582,3090,-54], +[470,3080,-54], +[470,3053,-54], +[470,3081,-54], +[470,3084,-54], +[470,3083,-54], +[470,3090,-54], +[550,3080,-54], +[550,3053,-54], +[550,3081,-54], +[550,3084,-54], +[550,3083,-54], +[550,3090,-54], +[551,3080,-54], +[551,3053,-54], +[551,3081,-54], +[551,3084,-54], +[551,3083,-54], +[551,3090,-54], +[1130,3080,-54], +[1130,3053,-54], +[1130,3081,-54], +[1130,3084,-54], +[1130,3083,-54], +[1130,3090,-54], +[539,3080,-54], +[539,3053,-54], +[539,3081,-54], +[539,3084,-54], +[539,3083,-54], +[539,3090,-54], +[445,3080,-54], +[445,3053,-54], +[445,3081,-54], +[445,3084,-54], +[445,3083,-54], +[445,3090,-54], +[544,3080,-54], +[544,3053,-54], +[544,3081,-54], +[544,3084,-54], +[544,3083,-54], +[544,3090,-54], +[938,3080,-54], +[938,3053,-54], +[938,3081,-54], +[938,3084,-54], +[938,3083,-54], +[938,3090,-54], +[1104,3080,-54], +[1104,3053,-54], +[1104,3081,-54], +[1104,3084,-54], +[1104,3083,-54], +[1104,3090,-54], +[1110,3080,-54], +[1110,3053,-54], +[1110,3081,-54], +[1110,3084,-54], +[1110,3083,-54], +[1110,3090,-54], +[1108,3080,-54], +[1108,3053,-54], +[1108,3081,-54], +[1108,3084,-54], +[1108,3083,-54], +[1108,3090,-54], +[452,3080,-54], +[452,3053,-54], +[452,3081,-54], +[452,3084,-54], +[452,3083,-54], +[452,3090,-54], +[928,399,-83], +[928,401,-83], +[928,405,-83], +[928,400,-83], +[928,402,-83], +[926,399,-83], +[926,401,-83], +[926,405,-83], +[926,400,-83], +[926,402,-83], +[1509,802,-164], +[3123,1411,-40], +[927,399,-151], +[927,401,-151], +[927,405,-151], +[927,400,-151], +[927,402,-151], +[929,399,-151], +[929,401,-151], +[929,405,-151], +[929,400,-151], +[929,402,-151], +[904,657,-28], +[900,657,-28], +[1161,186,-42], +[1161,187,-42], +[215,1273,-137], +[427,1050,-164], +[428,1050,-164], +[432,1050,-164], +[430,1050,-164], +[1231,1068,41], +[674,399,-137], +[674,401,-137], +[674,405,-137], +[674,400,-137], +[674,402,-137], +[1364,399,-137], +[1364,401,-137], +[1364,405,-137], +[1364,400,-137], +[1364,402,-137], +[3123,1428,-27], +[1122,934,-139], +[934,934,-139], +[1395,934,-139], +[1059,934,-139], +[889,1242,-15], +[1161,882,42], +[1161,1373,42], +[1161,1488,42], +[1161,1388,42], +[1161,792,42], +[1161,1190,42], +[1161,1095,42], +[1161,1223,42], +[1161,829,42], +[1161,1256,42], +[1161,1219,42], +[1161,873,42], +[1161,3120,42], +[1161,1120,42], +[1161,1441,42], +[1101,1424,-96], +[3062,1254,-82], +[3062,1187,-82], +[3062,1372,-82], +[3062,1440,-82], +[3062,1386,-82], +[3062,791,-82], +[3062,3119,-82], +[3062,881,-82], +[3062,872,-82], +[3062,1487,-82], +[3062,828,-82], +[3062,1093,-82], +[3062,1218,-82], +[3062,1222,-82], +[3062,1118,-82], +[3064,1254,-82], +[3064,1187,-82], +[3064,1372,-82], +[3064,1440,-82], +[3064,1386,-82], +[3064,791,-82], +[3064,3119,-82], +[3064,881,-82], +[3064,872,-82], +[3064,1487,-82], +[3064,828,-82], +[3064,1093,-82], +[3064,1218,-82], +[3064,1222,-82], +[3064,1118,-82], +[3068,1254,-82], +[3068,1187,-82], +[3068,1372,-82], +[3068,1440,-82], +[3068,1386,-82], +[3068,791,-82], +[3068,3119,-82], +[3068,881,-82], +[3068,872,-82], +[3068,1487,-82], +[3068,828,-82], +[3068,1093,-82], +[3068,1218,-82], +[3068,1222,-82], +[3068,1118,-82], +[3063,1254,-82], +[3063,1187,-82], +[3063,1372,-82], +[3063,1440,-82], +[3063,1386,-82], +[3063,791,-82], +[3063,3119,-82], +[3063,881,-82], +[3063,872,-82], +[3063,1487,-82], +[3063,828,-82], +[3063,1093,-82], +[3063,1218,-82], +[3063,1222,-82], +[3063,1118,-82], +[3065,1254,-82], +[3065,1187,-82], +[3065,1372,-82], +[3065,1440,-82], +[3065,1386,-82], +[3065,791,-82], +[3065,3119,-82], +[3065,881,-82], +[3065,872,-82], +[3065,1487,-82], +[3065,828,-82], +[3065,1093,-82], +[3065,1218,-82], +[3065,1222,-82], +[3065,1118,-82], +[1509,543,41], +[0,259,-96], +[0,238,-96], +[0,282,-96], +[0,45,-96], +[0,129,-96], +[0,236,-96], +[0,297,-96], +[0,50,-96], +[0,257,-96], +[0,241,-96], +[0,247,-96], +[0,285,-96], +[0,254,-96], +[0,48,-96], +[0,52,-96], +[0,49,-96], +[0,137,-96], +[0,135,-96], +[0,138,-96], +[0,267,-96], +[0,245,-96], +[0,265,-96], +[0,246,-96], +[0,136,-96], +[0,277,-96], +[0,131,-96], +[25,259,-96], +[25,238,-96], +[25,282,-96], +[25,45,-96], +[25,129,-96], +[25,236,-96], +[25,297,-96], +[25,50,-96], +[25,257,-96], +[25,241,-96], +[25,247,-96], +[25,285,-96], +[25,254,-96], +[25,48,-96], +[25,52,-96], +[25,49,-96], +[25,137,-96], +[25,135,-96], +[25,138,-96], +[25,267,-96], +[25,245,-96], +[25,265,-96], +[25,246,-96], +[25,136,-96], +[25,277,-96], +[25,131,-96], +[4,259,-96], +[4,238,-96], +[4,282,-96], +[4,45,-96], +[4,129,-96], +[4,236,-96], +[4,297,-96], +[4,50,-96], +[4,257,-96], +[4,241,-96], +[4,247,-96], +[4,285,-96], +[4,254,-96], +[4,48,-96], +[4,52,-96], +[4,49,-96], +[4,137,-96], +[4,135,-96], +[4,138,-96], +[4,267,-96], +[4,245,-96], +[4,265,-96], +[4,246,-96], +[4,136,-96], +[4,277,-96], +[4,131,-96], +[13,259,-96], +[13,238,-96], +[13,282,-96], +[13,45,-96], +[13,129,-96], +[13,236,-96], +[13,297,-96], +[13,50,-96], +[13,257,-96], +[13,241,-96], +[13,247,-96], +[13,285,-96], +[13,254,-96], +[13,48,-96], +[13,52,-96], +[13,49,-96], +[13,137,-96], +[13,135,-96], +[13,138,-96], +[13,267,-96], +[13,245,-96], +[13,265,-96], +[13,246,-96], +[13,136,-96], +[13,277,-96], +[13,131,-96], +[37,259,-96], +[37,238,-96], +[37,282,-96], +[37,45,-96], +[37,129,-96], +[37,236,-96], +[37,297,-96], +[37,50,-96], +[37,257,-96], +[37,241,-96], +[37,247,-96], +[37,285,-96], +[37,254,-96], +[37,48,-96], +[37,52,-96], +[37,49,-96], +[37,137,-96], +[37,135,-96], +[37,138,-96], +[37,267,-96], +[37,245,-96], +[37,265,-96], +[37,246,-96], +[37,136,-96], +[37,277,-96], +[37,131,-96], +[20,259,-96], +[20,238,-96], +[20,282,-96], +[20,45,-96], +[20,129,-96], +[20,236,-96], +[20,297,-96], +[20,50,-96], +[20,257,-96], +[20,241,-96], +[20,247,-96], +[20,285,-96], +[20,254,-96], +[20,48,-96], +[20,52,-96], +[20,49,-96], +[20,137,-96], +[20,135,-96], +[20,138,-96], +[20,267,-96], +[20,245,-96], +[20,265,-96], +[20,246,-96], +[20,136,-96], +[20,277,-96], +[20,131,-96], +[34,259,-96], +[34,238,-96], +[34,282,-96], +[34,45,-96], +[34,129,-96], +[34,236,-96], +[34,297,-96], +[34,50,-96], +[34,257,-96], +[34,241,-96], +[34,247,-96], +[34,285,-96], +[34,254,-96], +[34,48,-96], +[34,52,-96], +[34,49,-96], +[34,137,-96], +[34,135,-96], +[34,138,-96], +[34,267,-96], +[34,245,-96], +[34,265,-96], +[34,246,-96], +[34,136,-96], +[34,277,-96], +[34,131,-96], +[35,259,-96], +[35,238,-96], +[35,282,-96], +[35,45,-96], +[35,129,-96], +[35,236,-96], +[35,297,-96], +[35,50,-96], +[35,257,-96], +[35,241,-96], +[35,247,-96], +[35,285,-96], +[35,254,-96], +[35,48,-96], +[35,52,-96], +[35,49,-96], +[35,137,-96], +[35,135,-96], +[35,138,-96], +[35,267,-96], +[35,245,-96], +[35,265,-96], +[35,246,-96], +[35,136,-96], +[35,277,-96], +[35,131,-96], +[31,259,-96], +[31,238,-96], +[31,282,-96], +[31,45,-96], +[31,129,-96], +[31,236,-96], +[31,297,-96], +[31,50,-96], +[31,257,-96], +[31,241,-96], +[31,247,-96], +[31,285,-96], +[31,254,-96], +[31,48,-96], +[31,52,-96], +[31,49,-96], +[31,137,-96], +[31,135,-96], +[31,138,-96], +[31,267,-96], +[31,245,-96], +[31,265,-96], +[31,246,-96], +[31,136,-96], +[31,277,-96], +[31,131,-96], +[5,259,-96], +[5,238,-96], +[5,282,-96], +[5,45,-96], +[5,129,-96], +[5,236,-96], +[5,297,-96], +[5,50,-96], +[5,257,-96], +[5,241,-96], +[5,247,-96], +[5,285,-96], +[5,254,-96], +[5,48,-96], +[5,52,-96], +[5,49,-96], +[5,137,-96], +[5,135,-96], +[5,138,-96], +[5,267,-96], +[5,245,-96], +[5,265,-96], +[5,246,-96], +[5,136,-96], +[5,277,-96], +[5,131,-96], +[32,259,-96], +[32,238,-96], +[32,282,-96], +[32,45,-96], +[32,129,-96], +[32,236,-96], +[32,297,-96], +[32,50,-96], +[32,257,-96], +[32,241,-96], +[32,247,-96], +[32,285,-96], +[32,254,-96], +[32,48,-96], +[32,52,-96], +[32,49,-96], +[32,137,-96], +[32,135,-96], +[32,138,-96], +[32,267,-96], +[32,245,-96], +[32,265,-96], +[32,246,-96], +[32,136,-96], +[32,277,-96], +[32,131,-96], +[12,259,-96], +[12,238,-96], +[12,282,-96], +[12,45,-96], +[12,129,-96], +[12,236,-96], +[12,297,-96], +[12,50,-96], +[12,257,-96], +[12,241,-96], +[12,247,-96], +[12,285,-96], +[12,254,-96], +[12,48,-96], +[12,52,-96], +[12,49,-96], +[12,137,-96], +[12,135,-96], +[12,138,-96], +[12,267,-96], +[12,245,-96], +[12,265,-96], +[12,246,-96], +[12,136,-96], +[12,277,-96], +[12,131,-96], +[856,1343,-69], +[856,1345,-69], +[856,1355,-69], +[856,1350,-69], +[856,1348,-69], +[1099,1378,-27], +[1099,722,-27], +[1099,1379,-27], +[1099,1237,-27], +[485,1273,-41], +[368,1286,-165], +[368,1103,-165], +[368,1210,-165], +[368,1071,-165], +[368,1130,-165], +[368,1104,-165], +[368,1110,-165], +[368,1108,-165], +[368,1287,-165], +[368,1290,-165], +[368,1289,-165], +[787,589,42], +[1435,589,42], +[1278,779,-137], +[1278,784,-137], +[1281,779,-137], +[1281,784,-137], +[710,410,109], +[710,412,109], +[710,413,109], +[710,414,109], +[710,418,109], +[1043,410,109], +[1043,412,109], +[1043,413,109], +[1043,414,109], +[1043,418,109], +[875,3062,-41], +[875,3064,-41], +[875,3068,-41], +[875,3063,-41], +[875,3065,-41], +[395,1126,-178], +[395,924,-178], +[395,1251,-178], +[395,547,-178], +[395,1051,-178], +[395,826,-178], +[1522,399,-219], +[1522,401,-219], +[1522,405,-219], +[1522,400,-219], +[1522,402,-219], +[3115,1278,-124], +[3115,1281,-124], +[3117,1278,-124], +[3117,1281,-124], +[1113,1278,-124], +[1113,1281,-124], +[1114,1278,-124], +[1114,1281,-124], +[1117,1278,-124], +[1117,1281,-124], +[537,956,-110], +[537,1249,-110], +[537,1090,-110], +[537,740,-110], +[497,540,-70], +[259,985,-42], +[132,1262,-357], +[132,3040,-357], +[1231,117,55], +[482,3125,27], +[503,3125,27], +[500,3125,27], +[990,875,-55], +[710,787,40], +[1043,787,40], +[186,0,-41], +[186,25,-41], +[186,4,-41], +[186,13,-41], +[186,37,-41], +[186,20,-41], +[186,34,-41], +[186,35,-41], +[186,31,-41], +[186,5,-41], +[186,32,-41], +[186,12,-41], +[350,0,-41], +[350,25,-41], +[350,4,-41], +[350,13,-41], +[350,37,-41], +[350,20,-41], +[350,34,-41], +[350,35,-41], +[350,31,-41], +[350,5,-41], +[350,32,-41], +[350,12,-41], +[366,0,-41], +[366,25,-41], +[366,4,-41], +[366,13,-41], +[366,37,-41], +[366,20,-41], +[366,34,-41], +[366,35,-41], +[366,31,-41], +[366,5,-41], +[366,32,-41], +[366,12,-41], +[352,0,-41], +[352,25,-41], +[352,4,-41], +[352,13,-41], +[352,37,-41], +[352,20,-41], +[352,34,-41], +[352,35,-41], +[352,31,-41], +[352,5,-41], +[352,32,-41], +[352,12,-41], +[355,0,-41], +[355,25,-41], +[355,4,-41], +[355,13,-41], +[355,37,-41], +[355,20,-41], +[355,34,-41], +[355,35,-41], +[355,31,-41], +[355,5,-41], +[355,32,-41], +[355,12,-41], +[358,0,-41], +[358,25,-41], +[358,4,-41], +[358,13,-41], +[358,37,-41], +[358,20,-41], +[358,34,-41], +[358,35,-41], +[358,31,-41], +[358,5,-41], +[358,32,-41], +[358,12,-41], +[187,0,-41], +[187,25,-41], +[187,4,-41], +[187,13,-41], +[187,37,-41], +[187,20,-41], +[187,34,-41], +[187,35,-41], +[187,31,-41], +[187,5,-41], +[187,32,-41], +[187,12,-41], +[392,0,-41], +[392,25,-41], +[392,4,-41], +[392,13,-41], +[392,37,-41], +[392,20,-41], +[392,34,-41], +[392,35,-41], +[392,31,-41], +[392,5,-41], +[392,32,-41], +[392,12,-41], +[378,0,-41], +[378,25,-41], +[378,4,-41], +[378,13,-41], +[378,37,-41], +[378,20,-41], +[378,34,-41], +[378,35,-41], +[378,31,-41], +[378,5,-41], +[378,32,-41], +[378,12,-41], +[353,0,-41], +[353,25,-41], +[353,4,-41], +[353,13,-41], +[353,37,-41], +[353,20,-41], +[353,34,-41], +[353,35,-41], +[353,31,-41], +[353,5,-41], +[353,32,-41], +[353,12,-41], +[389,0,-41], +[389,25,-41], +[389,4,-41], +[389,13,-41], +[389,37,-41], +[389,20,-41], +[389,34,-41], +[389,35,-41], +[389,31,-41], +[389,5,-41], +[389,32,-41], +[389,12,-41], +[374,0,-41], +[374,25,-41], +[374,4,-41], +[374,13,-41], +[374,37,-41], +[374,20,-41], +[374,34,-41], +[374,35,-41], +[374,31,-41], +[374,5,-41], +[374,32,-41], +[374,12,-41], +[381,0,-41], +[381,25,-41], +[381,4,-41], +[381,13,-41], +[381,37,-41], +[381,20,-41], +[381,34,-41], +[381,35,-41], +[381,31,-41], +[381,5,-41], +[381,32,-41], +[381,12,-41], +[354,0,-41], +[354,25,-41], +[354,4,-41], +[354,13,-41], +[354,37,-41], +[354,20,-41], +[354,34,-41], +[354,35,-41], +[354,31,-41], +[354,5,-41], +[354,32,-41], +[354,12,-41], +[395,1343,-125], +[395,1345,-125], +[395,1355,-125], +[395,1350,-125], +[395,1348,-125], +[508,797,-123], +[508,679,-123], +[508,1229,-123], +[508,1230,-123], +[507,797,-123], +[507,679,-123], +[507,1229,-123], +[507,1230,-123], +[1411,956,-55], +[1411,1249,-55], +[1411,1090,-55], +[1411,740,-55], +[571,485,-29], +[577,485,-29], +[718,485,-29], +[410,1522,-276], +[412,1522,-276], +[413,1522,-276], +[414,1522,-276], +[418,1522,-276], +[332,956,-206], +[332,1249,-206], +[332,1090,-206], +[332,740,-206], +[335,956,-206], +[335,1249,-206], +[335,1090,-206], +[335,740,-206], +[1114,875,-176], +[188,3062,-179], +[188,3064,-179], +[188,3068,-179], +[188,3063,-179], +[188,3065,-179], +[196,3062,-179], +[196,3064,-179], +[196,3068,-179], +[196,3063,-179], +[196,3065,-179], +[195,3062,-179], +[195,3064,-179], +[195,3068,-179], +[195,3063,-179], +[195,3065,-179], +[867,797,-96], +[867,679,-96], +[867,1229,-96], +[867,1230,-96], +[399,259,-84], +[399,238,-84], +[399,282,-84], +[399,45,-84], +[399,129,-84], +[399,236,-84], +[399,297,-84], +[399,50,-84], +[399,257,-84], +[399,241,-84], +[399,247,-84], +[399,285,-84], +[399,254,-84], +[399,48,-84], +[399,52,-84], +[399,49,-84], +[399,137,-84], +[399,135,-84], +[399,138,-84], +[399,267,-84], +[399,245,-84], +[399,265,-84], +[399,246,-84], +[399,136,-84], +[399,277,-84], +[399,131,-84], +[401,259,-84], +[401,238,-84], +[401,282,-84], +[401,45,-84], +[401,129,-84], +[401,236,-84], +[401,297,-84], +[401,50,-84], +[401,257,-84], +[401,241,-84], +[401,247,-84], +[401,285,-84], +[401,254,-84], +[401,48,-84], +[401,52,-84], +[401,49,-84], +[401,137,-84], +[401,135,-84], +[401,138,-84], +[401,267,-84], +[401,245,-84], +[401,265,-84], +[401,246,-84], +[401,136,-84], +[401,277,-84], +[401,131,-84], +[405,259,-84], +[405,238,-84], +[405,282,-84], +[405,45,-84], +[405,129,-84], +[405,236,-84], +[405,297,-84], +[405,50,-84], +[405,257,-84], +[405,241,-84], +[405,247,-84], +[405,285,-84], +[405,254,-84], +[405,48,-84], +[405,52,-84], +[405,49,-84], +[405,137,-84], +[405,135,-84], +[405,138,-84], +[405,267,-84], +[405,245,-84], +[405,265,-84], +[405,246,-84], +[405,136,-84], +[405,277,-84], +[405,131,-84], +[400,259,-84], +[400,238,-84], +[400,282,-84], +[400,45,-84], +[400,129,-84], +[400,236,-84], +[400,297,-84], +[400,50,-84], +[400,257,-84], +[400,241,-84], +[400,247,-84], +[400,285,-84], +[400,254,-84], +[400,48,-84], +[400,52,-84], +[400,49,-84], +[400,137,-84], +[400,135,-84], +[400,138,-84], +[400,267,-84], +[400,245,-84], +[400,265,-84], +[400,246,-84], +[400,136,-84], +[400,277,-84], +[400,131,-84], +[402,259,-84], +[402,238,-84], +[402,282,-84], +[402,45,-84], +[402,129,-84], +[402,236,-84], +[402,297,-84], +[402,50,-84], +[402,257,-84], +[402,241,-84], +[402,247,-84], +[402,285,-84], +[402,254,-84], +[402,48,-84], +[402,52,-84], +[402,49,-84], +[402,137,-84], +[402,135,-84], +[402,138,-84], +[402,267,-84], +[402,245,-84], +[402,265,-84], +[402,246,-84], +[402,136,-84], +[402,277,-84], +[402,131,-84], +[1283,926,-233], +[1283,928,-233], +[1280,926,-233], +[1280,928,-233], +[1259,926,-233], +[1259,928,-233], +[876,1277,-41], +[876,1284,-41], +[132,589,27], +[1411,3077,-28], +[368,1224,-165], +[498,485,-139], +[3123,295,-125], +[956,3104,-29], +[956,3105,-29], +[956,3110,-29], +[956,3107,-29], +[1249,3104,-29], +[1249,3105,-29], +[1249,3110,-29], +[1249,3107,-29], +[740,3104,-29], +[740,3105,-29], +[740,3110,-29], +[740,3107,-29], +[1090,3104,-29], +[1090,3105,-29], +[1090,3110,-29], +[1090,3107,-29], +[630,856,56], +[646,856,56], +[632,856,56], +[648,856,56], +[645,856,56], +[589,332,-111], +[589,335,-111], +[1200,1278,-165], +[1200,1281,-165], +[586,1278,-165], +[586,1281,-165], +[1433,1278,-165], +[1433,1281,-165], +[1136,1278,-165], +[1136,1281,-165], +[1210,1278,-165], +[1210,1281,-165], +[1159,1278,-165], +[1159,1281,-165], +[1139,1278,-165], +[1139,1281,-165], +[1145,1278,-165], +[1145,1281,-165], +[1203,1278,-165], +[1203,1281,-165], +[1153,1278,-165], +[1153,1281,-165], +[1170,1278,-165], +[1170,1281,-165], +[1143,1278,-165], +[1143,1281,-165], +[1167,1278,-165], +[1167,1281,-165], +[1144,1278,-165], +[1144,1281,-165], +[1192,1278,-165], +[1192,1281,-165], +[1428,818,-27], +[188,1198,-82], +[188,703,-82], +[188,1199,-82], +[188,704,-82], +[188,1297,-82], +[188,1469,-82], +[188,998,-82], +[188,1129,-82], +[196,1198,-82], +[196,703,-82], +[196,1199,-82], +[196,704,-82], +[196,1297,-82], +[196,1469,-82], +[196,998,-82], +[196,1129,-82], +[195,1198,-82], +[195,703,-82], +[195,1199,-82], +[195,704,-82], +[195,1297,-82], +[195,1469,-82], +[195,998,-82], +[195,1129,-82], +[332,1286,-151], +[332,1103,-151], +[332,1210,-151], +[332,1071,-151], +[332,1130,-151], +[332,1104,-151], +[332,1110,-151], +[332,1108,-151], +[332,1287,-151], +[332,1290,-151], +[332,1289,-151], +[335,1286,-151], +[335,1103,-151], +[335,1210,-151], +[335,1071,-151], +[335,1130,-151], +[335,1104,-151], +[335,1110,-151], +[335,1108,-151], +[335,1287,-151], +[335,1290,-151], +[335,1289,-151], +[406,1126,-137], +[406,924,-137], +[406,1251,-137], +[406,547,-137], +[406,1051,-137], +[406,826,-137], +[1277,501,-166], +[1284,501,-166], +[630,0,-40], +[630,25,-40], +[630,4,-40], +[630,13,-40], +[630,37,-40], +[630,20,-40], +[630,34,-40], +[630,35,-40], +[630,31,-40], +[630,5,-40], +[630,32,-40], +[630,12,-40], +[646,0,-40], +[646,25,-40], +[646,4,-40], +[646,13,-40], +[646,37,-40], +[646,20,-40], +[646,34,-40], +[646,35,-40], +[646,31,-40], +[646,5,-40], +[646,32,-40], +[646,12,-40], +[632,0,-40], +[632,25,-40], +[632,4,-40], +[632,13,-40], +[632,37,-40], +[632,20,-40], +[632,34,-40], +[632,35,-40], +[632,31,-40], +[632,5,-40], +[632,32,-40], +[632,12,-40], +[648,0,-40], +[648,25,-40], +[648,4,-40], +[648,13,-40], +[648,37,-40], +[648,20,-40], +[648,34,-40], +[648,35,-40], +[648,31,-40], +[648,5,-40], +[648,32,-40], +[648,12,-40], +[645,0,-40], +[645,25,-40], +[645,4,-40], +[645,13,-40], +[645,37,-40], +[645,20,-40], +[645,34,-40], +[645,35,-40], +[645,31,-40], +[645,5,-40], +[645,32,-40], +[645,12,-40], +[519,485,-55], +[504,485,-55], +[506,485,-55], +[518,485,-55], +[927,485,-139], +[929,485,-139], +[1278,832,-56], +[1281,832,-56], +[406,1198,-28], +[406,703,-28], +[406,1199,-28], +[406,704,-28], +[406,1297,-28], +[406,1469,-28], +[406,998,-28], +[406,1129,-28], +[807,1424,-42], +[1490,332,-221], +[1490,335,-221], +[1507,332,-221], +[1507,335,-221], +[1491,332,-221], +[1491,335,-221], +[1495,332,-221], +[1495,335,-221], +[1499,332,-221], +[1499,335,-221], +[3050,332,-221], +[3050,335,-221], +[1519,332,-221], +[1519,335,-221], +[1493,332,-221], +[1493,335,-221], +[3046,332,-221], +[3046,335,-221], +[1515,332,-221], +[1515,335,-221], +[3039,332,-221], +[3039,335,-221], +[1494,332,-221], +[1494,335,-221], +[0,1063,-55], +[25,1063,-55], +[4,1063,-55], +[13,1063,-55], +[37,1063,-55], +[20,1063,-55], +[34,1063,-55], +[35,1063,-55], +[31,1063,-55], +[5,1063,-55], +[32,1063,-55], +[12,1063,-55], +[1286,972,27], +[1286,1000,27], +[1286,751,27], +[1286,962,27], +[1286,977,27], +[1286,963,27], +[1286,968,27], +[1286,971,27], +[1286,999,27], +[1286,983,27], +[1286,966,27], +[1286,989,27], +[1286,967,27], +[1287,972,27], +[1287,1000,27], +[1287,751,27], +[1287,962,27], +[1287,977,27], +[1287,963,27], +[1287,968,27], +[1287,971,27], +[1287,999,27], +[1287,983,27], +[1287,966,27], +[1287,989,27], +[1287,967,27], +[1290,972,27], +[1290,1000,27], +[1290,751,27], +[1290,962,27], +[1290,977,27], +[1290,963,27], +[1290,968,27], +[1290,971,27], +[1290,999,27], +[1290,983,27], +[1290,966,27], +[1290,989,27], +[1290,967,27], +[1289,972,27], +[1289,1000,27], +[1289,751,27], +[1289,962,27], +[1289,977,27], +[1289,963,27], +[1289,968,27], +[1289,971,27], +[1289,999,27], +[1289,983,27], +[1289,966,27], +[1289,989,27], +[1289,967,27], +[1382,206,-13], +[1382,73,-13], +[1099,1411,-42], +[1378,1283,54], +[1378,1280,54], +[1378,1259,54], +[203,882,-425], +[203,1373,-425], +[203,1488,-425], +[203,1388,-425], +[203,792,-425], +[203,1190,-425], +[203,1095,-425], +[203,1223,-425], +[203,829,-425], +[203,1256,-425], +[203,1219,-425], +[203,873,-425], +[203,3120,-425], +[203,1120,-425], +[203,1441,-425], +[205,882,-425], +[205,1373,-425], +[205,1488,-425], +[205,1388,-425], +[205,792,-425], +[205,1190,-425], +[205,1095,-425], +[205,1223,-425], +[205,829,-425], +[205,1256,-425], +[205,1219,-425], +[205,873,-425], +[205,3120,-425], +[205,1120,-425], +[205,1441,-425], +[209,882,-425], +[209,1373,-425], +[209,1488,-425], +[209,1388,-425], +[209,792,-425], +[209,1190,-425], +[209,1095,-425], +[209,1223,-425], +[209,829,-425], +[209,1256,-425], +[209,1219,-425], +[209,873,-425], +[209,3120,-425], +[209,1120,-425], +[209,1441,-425], +[207,882,-425], +[207,1373,-425], +[207,1488,-425], +[207,1388,-425], +[207,792,-425], +[207,1190,-425], +[207,1095,-425], +[207,1223,-425], +[207,829,-425], +[207,1256,-425], +[207,1219,-425], +[207,873,-425], +[207,3120,-425], +[207,1120,-425], +[207,1441,-425], +[3115,295,-96], +[3117,295,-96], +[1113,295,-96], +[1114,295,-96], +[1117,295,-96], +[510,572,-206], +[1509,1254,-42], +[1509,1187,-42], +[1509,1372,-42], +[1509,1440,-42], +[1509,1386,-42], +[1509,791,-42], +[1509,3119,-42], +[1509,881,-42], +[1509,872,-42], +[1509,1487,-42], +[1509,828,-42], +[1509,1093,-42], +[1509,1218,-42], +[1509,1222,-42], +[1509,1118,-42], +[427,3115,-29], +[427,3117,-29], +[427,1381,-29], +[427,1382,-29], +[427,1385,-29], +[428,3115,-29], +[428,3117,-29], +[428,1381,-29], +[428,1382,-29], +[428,1385,-29], +[432,3115,-29], +[432,3117,-29], +[432,1381,-29], +[432,1382,-29], +[432,1385,-29], +[430,3115,-29], +[430,3117,-29], +[430,1381,-29], +[430,1382,-29], +[430,1385,-29], +[1481,1198,-13], +[1481,703,-13], +[1481,1199,-13], +[1481,704,-13], +[1481,1297,-13], +[1481,1469,-13], +[1481,998,-13], +[1481,1129,-13], +[571,1522,-192], +[577,1522,-192], +[718,1522,-192], +[330,537,-70], +[1283,1099,-123], +[1280,1099,-123], +[1259,1099,-123], +[1378,3123,-42], +[710,1220,276], +[710,610,276], +[710,606,276], +[1043,1220,276], +[1043,610,276], +[1043,606,276], +[889,3123,-21], +[519,1366,-41], +[504,1366,-41], +[506,1366,-41], +[518,1366,-41], +[299,761,-40], +[299,1161,-40], +[299,713,-40], +[299,1200,-40], +[299,701,-40], +[299,886,-40], +[299,630,-40], +[299,766,-40], +[299,1156,-40], +[299,1136,-40], +[299,1267,-40], +[299,842,-40], +[299,646,-40], +[299,785,-40], +[299,768,-40], +[299,772,-40], +[299,781,-40], +[299,1159,-40], +[299,1139,-40], +[299,1145,-40], +[299,1203,-40], +[299,1153,-40], +[299,632,-40], +[299,648,-40], +[299,645,-40], +[299,710,-40], +[299,798,-40], +[299,769,-40], +[299,782,-40], +[299,816,-40], +[299,770,-40], +[299,896,-40], +[299,894,-40], +[299,897,-40], +[299,1170,-40], +[299,1143,-40], +[299,1167,-40], +[299,1144,-40], +[299,895,-40], +[299,1192,-40], +[299,888,-40], +[300,761,-40], +[300,1161,-40], +[300,713,-40], +[300,1200,-40], +[300,701,-40], +[300,886,-40], +[300,630,-40], +[300,766,-40], +[300,1156,-40], +[300,1136,-40], +[300,1267,-40], +[300,842,-40], +[300,646,-40], +[300,785,-40], +[300,768,-40], +[300,772,-40], +[300,781,-40], +[300,1159,-40], +[300,1139,-40], +[300,1145,-40], +[300,1203,-40], +[300,1153,-40], +[300,632,-40], +[300,648,-40], +[300,645,-40], +[300,710,-40], +[300,798,-40], +[300,769,-40], +[300,782,-40], +[300,816,-40], +[300,770,-40], +[300,896,-40], +[300,894,-40], +[300,897,-40], +[300,1170,-40], +[300,1143,-40], +[300,1167,-40], +[300,1144,-40], +[300,895,-40], +[300,1192,-40], +[300,888,-40], +[302,761,-40], +[302,1161,-40], +[302,713,-40], +[302,1200,-40], +[302,701,-40], +[302,886,-40], +[302,630,-40], +[302,766,-40], +[302,1156,-40], +[302,1136,-40], +[302,1267,-40], +[302,842,-40], +[302,646,-40], +[302,785,-40], +[302,768,-40], +[302,772,-40], +[302,781,-40], +[302,1159,-40], +[302,1139,-40], +[302,1145,-40], +[302,1203,-40], +[302,1153,-40], +[302,632,-40], +[302,648,-40], +[302,645,-40], +[302,710,-40], +[302,798,-40], +[302,769,-40], +[302,782,-40], +[302,816,-40], +[302,770,-40], +[302,896,-40], +[302,894,-40], +[302,897,-40], +[302,1170,-40], +[302,1143,-40], +[302,1167,-40], +[302,1144,-40], +[302,895,-40], +[302,1192,-40], +[302,888,-40], +[301,761,-40], +[301,1161,-40], +[301,713,-40], +[301,1200,-40], +[301,701,-40], +[301,886,-40], +[301,630,-40], +[301,766,-40], +[301,1156,-40], +[301,1136,-40], +[301,1267,-40], +[301,842,-40], +[301,646,-40], +[301,785,-40], +[301,768,-40], +[301,772,-40], +[301,781,-40], +[301,1159,-40], +[301,1139,-40], +[301,1145,-40], +[301,1203,-40], +[301,1153,-40], +[301,632,-40], +[301,648,-40], +[301,645,-40], +[301,710,-40], +[301,798,-40], +[301,769,-40], +[301,782,-40], +[301,816,-40], +[301,770,-40], +[301,896,-40], +[301,894,-40], +[301,897,-40], +[301,1170,-40], +[301,1143,-40], +[301,1167,-40], +[301,1144,-40], +[301,895,-40], +[301,1192,-40], +[301,888,-40], +[889,1278,-165], +[889,1281,-165], +[1063,1424,-54], +[1230,1181,-112], +[1161,856,42], +[485,486,-42], +[791,1406,-68], +[791,1414,-68], +[872,1406,-68], +[872,1414,-68], +[1187,1406,-68], +[1187,1414,-68], +[1372,1406,-68], +[1372,1414,-68], +[1440,1406,-68], +[1440,1414,-68], +[1386,1406,-68], +[1386,1414,-68], +[1254,1406,-68], +[1254,1414,-68], +[3119,1406,-68], +[3119,1414,-68], +[881,1406,-68], +[881,1414,-68], +[1118,1406,-68], +[1118,1414,-68], +[828,1406,-68], +[828,1414,-68], +[1093,1406,-68], +[1093,1414,-68], +[1218,1406,-68], +[1218,1414,-68], +[1222,1406,-68], +[1222,1414,-68], +[1487,1406,-68], +[1487,1414,-68], +[630,1406,3], +[630,1414,3], +[646,1406,3], +[646,1414,3], +[632,1406,3], +[632,1414,3], +[648,1406,3], +[648,1414,3], +[645,1406,3], +[645,1414,3], +[1231,395,-111], +[497,1126,-137], +[497,924,-137], +[497,1251,-137], +[497,547,-137], +[497,1051,-137], +[497,826,-137], +[368,761,-164], +[368,1161,-164], +[368,713,-164], +[368,1200,-164], +[368,701,-164], +[368,886,-164], +[368,630,-164], +[368,766,-164], +[368,1156,-164], +[368,1136,-164], +[368,1267,-164], +[368,842,-164], +[368,646,-164], +[368,785,-164], +[368,768,-164], +[368,772,-164], +[368,781,-164], +[368,1159,-164], +[368,1139,-164], +[368,1145,-164], +[368,1203,-164], +[368,1153,-164], +[368,632,-164], +[368,648,-164], +[368,645,-164], +[368,710,-164], +[368,798,-164], +[368,769,-164], +[368,782,-164], +[368,816,-164], +[368,770,-164], +[368,896,-164], +[368,894,-164], +[368,897,-164], +[368,1170,-164], +[368,1143,-164], +[368,1167,-164], +[368,1144,-164], +[368,895,-164], +[368,1192,-164], +[368,888,-164], +[259,1274,-40], +[215,1198,-192], +[215,703,-192], +[215,1199,-192], +[215,704,-192], +[215,1297,-192], +[215,1469,-192], +[215,998,-192], +[215,1129,-192], +[332,1343,-207], +[332,1345,-207], +[332,1355,-207], +[332,1350,-207], +[332,1348,-207], +[335,1343,-207], +[335,1345,-207], +[335,1355,-207], +[335,1350,-207], +[335,1348,-207], +[818,1037,-28], +[3123,1278,-28], +[3123,1281,-28], +[904,3112,-27], +[900,3112,-27], +[511,934,-55], +[295,1302,-96], +[937,1366,-41], +[441,1366,-41], +[930,1366,-41], +[1071,1366,-41], +[1103,1366,-41], +[935,1366,-41], +[533,1366,-41], +[444,1366,-41], +[454,1366,-41], +[582,1366,-41], +[470,1366,-41], +[550,1366,-41], +[551,1366,-41], +[1130,1366,-41], +[539,1366,-41], +[445,1366,-41], +[544,1366,-41], +[938,1366,-41], +[1104,1366,-41], +[1110,1366,-41], +[1108,1366,-41], +[452,1366,-41], +[598,1242,-28], +[701,1035,-16], +[1012,1343,-55], +[1012,1345,-55], +[1012,1355,-55], +[1012,1350,-55], +[1012,1348,-55], +[1022,1343,-55], +[1022,1345,-55], +[1022,1355,-55], +[1022,1350,-55], +[1022,1348,-55], +[1021,1343,-55], +[1021,1345,-55], +[1021,1355,-55], +[1021,1350,-55], +[1021,1348,-55], +[589,342,-42], +[589,292,-42], +[928,518,-14], +[928,489,-14], +[926,518,-14], +[926,489,-14], +[1231,1,-139], +[1231,2,-139], +[1231,3,-139], +[1173,797,-27], +[1173,679,-27], +[1173,1229,-27], +[1173,1230,-27], +[511,1421,-41], +[45,410,-42], +[45,412,-42], +[45,413,-42], +[45,414,-42], +[45,418,-42], +[50,410,-42], +[50,412,-42], +[50,413,-42], +[50,414,-42], +[50,418,-42], +[48,410,-42], +[48,412,-42], +[48,413,-42], +[48,414,-42], +[48,418,-42], +[52,410,-42], +[52,412,-42], +[52,413,-42], +[52,414,-42], +[52,418,-42], +[49,410,-42], +[49,412,-42], +[49,413,-42], +[49,414,-42], +[49,418,-42], +[1200,3074,-68], +[586,3074,-68], +[1433,3074,-68], +[1136,3074,-68], +[1210,3074,-68], +[1159,3074,-68], +[1139,3074,-68], +[1145,3074,-68], +[1203,3074,-68], +[1153,3074,-68], +[1170,3074,-68], +[1143,3074,-68], +[1167,3074,-68], +[1144,3074,-68], +[1192,3074,-68], +[882,840,96], +[1373,840,96], +[1488,840,96], +[1388,840,96], +[792,840,96], +[1190,840,96], +[1441,840,96], +[1120,840,96], +[1223,840,96], +[873,840,96], +[1219,840,96], +[1256,840,96], +[3120,840,96], +[1095,840,96], +[829,840,96], +[395,985,-70], +[1276,717,-70], +[1285,717,-70], +[3080,410,-96], +[3080,412,-96], +[3080,413,-96], +[3080,414,-96], +[3080,418,-96], +[3053,410,-96], +[3053,412,-96], +[3053,413,-96], +[3053,414,-96], +[3053,418,-96], +[3081,410,-96], +[3081,412,-96], +[3081,413,-96], +[3081,414,-96], +[3081,418,-96], +[3084,410,-96], +[3084,412,-96], +[3084,413,-96], +[3084,414,-96], +[3084,418,-96], +[3083,410,-96], +[3083,412,-96], +[3083,413,-96], +[3083,414,-96], +[3083,418,-96], +[3090,410,-96], +[3090,412,-96], +[3090,413,-96], +[3090,414,-96], +[3090,418,-96], +[1251,504,-124], +[924,504,-124], +[1126,504,-124], +[1051,504,-124], +[547,504,-124], +[826,504,-124], +[519,1278,-13], +[519,1281,-13], +[504,1278,-13], +[504,1281,-13], +[506,1278,-13], +[506,1281,-13], +[518,1278,-13], +[518,1281,-13], +[1276,540,-96], +[1285,540,-96], +[332,3104,-164], +[332,3105,-164], +[332,3110,-164], +[332,3107,-164], +[335,3104,-164], +[335,3105,-164], +[335,3110,-164], +[335,3107,-164], +[608,1428,-28], +[1216,1428,-28], +[604,1428,-28], +[818,3077,-15], +[928,295,-166], +[926,295,-166], +[330,875,-68], +[314,410,-29], +[314,412,-29], +[314,413,-29], +[314,414,-29], +[314,418,-29], +[315,410,-29], +[315,412,-29], +[315,413,-29], +[315,414,-29], +[315,418,-29], +[324,410,-29], +[324,412,-29], +[324,413,-29], +[324,414,-29], +[324,418,-29], +[320,410,-29], +[320,412,-29], +[320,413,-29], +[320,414,-29], +[320,418,-29], +[318,410,-29], +[318,412,-29], +[318,413,-29], +[318,414,-29], +[318,418,-29], +[1286,540,-27], +[1287,540,-27], +[1290,540,-27], +[1289,540,-27], +[875,332,-41], +[875,335,-41], +[1428,1522,-40], +[0,334,-151], +[25,334,-151], +[4,334,-151], +[13,334,-151], +[37,334,-151], +[20,334,-151], +[34,334,-151], +[35,334,-151], +[31,334,-151], +[5,334,-151], +[32,334,-151], +[12,334,-151], +[3123,1173,-82], +[395,1,-358], +[395,2,-358], +[395,3,-358], +[3062,956,-27], +[3062,1249,-27], +[3062,1090,-27], +[3062,740,-27], +[3064,956,-27], +[3064,1249,-27], +[3064,1090,-27], +[3064,740,-27], +[3068,956,-27], +[3068,1249,-27], +[3068,1090,-27], +[3068,740,-27], +[3063,956,-27], +[3063,1249,-27], +[3063,1090,-27], +[3063,740,-27], +[3065,956,-27], +[3065,1249,-27], +[3065,1090,-27], +[3065,740,-27], +[410,578,-32], +[288,186,-150], +[288,187,-150], +[1509,1277,-192], +[1509,1284,-192], +[332,3062,-178], +[332,3064,-178], +[332,3068,-178], +[332,3063,-178], +[332,3065,-178], +[335,3062,-178], +[335,3064,-178], +[335,3068,-178], +[335,3063,-178], +[335,3065,-178], +[927,1481,-139], +[929,1481,-139], +[295,929,-166], +[295,927,-166], +[395,1050,-207], +[1366,674,-84], +[1366,675,-84], +[1366,1364,-84], +[597,934,-96], +[832,934,-96], +[1001,934,-96], +[784,934,-96], +[1275,395,-68], +[79,1231,-42], +[761,1231,-42], +[3104,1231,-42], +[3105,1231,-42], +[3110,1231,-42], +[3107,1231,-42], +[717,934,-42], +[1375,934,-42], +[1476,934,-42], +[1366,475,-125], +[1366,441,-125], +[1366,533,-125], +[1366,444,-125], +[1366,454,-125], +[1366,582,-125], +[1366,470,-125], +[1366,550,-125], +[1366,551,-125], +[1366,539,-125], +[1366,445,-125], +[1366,544,-125], +[1366,476,-125], +[1366,452,-125], +[1366,477,-125], +[1037,818,-84], +[1012,475,-41], +[1012,441,-41], +[1012,533,-41], +[1012,444,-41], +[1012,454,-41], +[1012,582,-41], +[1012,470,-41], +[1012,550,-41], +[1012,551,-41], +[1012,539,-41], +[1012,445,-41], +[1012,544,-41], +[1012,476,-41], +[1012,452,-41], +[1012,477,-41], +[1022,475,-41], +[1022,441,-41], +[1022,533,-41], +[1022,444,-41], +[1022,454,-41], +[1022,582,-41], +[1022,470,-41], +[1022,550,-41], +[1022,551,-41], +[1022,539,-41], +[1022,445,-41], +[1022,544,-41], +[1022,476,-41], +[1022,452,-41], +[1022,477,-41], +[1021,475,-41], +[1021,441,-41], +[1021,533,-41], +[1021,444,-41], +[1021,454,-41], +[1021,582,-41], +[1021,470,-41], +[1021,550,-41], +[1021,551,-41], +[1021,539,-41], +[1021,445,-41], +[1021,544,-41], +[1021,476,-41], +[1021,452,-41], +[1021,477,-41], +[1181,540,-28], +[410,674,-165], +[410,675,-165], +[410,1364,-165], +[412,674,-165], +[412,675,-165], +[412,1364,-165], +[413,674,-165], +[413,675,-165], +[413,1364,-165], +[414,674,-165], +[414,675,-165], +[414,1364,-165], +[418,674,-165], +[418,675,-165], +[418,1364,-165], +[215,332,-261], +[215,335,-261], +[1278,0,-275], +[1278,25,-275], +[1278,4,-275], +[1278,13,-275], +[1278,37,-275], +[1278,20,-275], +[1278,34,-275], +[1278,35,-275], +[1278,31,-275], +[1278,5,-275], +[1278,32,-275], +[1278,12,-275], +[1281,0,-275], +[1281,25,-275], +[1281,4,-275], +[1281,13,-275], +[1281,37,-275], +[1281,20,-275], +[1281,34,-275], +[1281,35,-275], +[1281,31,-275], +[1281,5,-275], +[1281,32,-275], +[1281,12,-275], +[1283,3062,-68], +[1283,3064,-68], +[1283,3068,-68], +[1283,3063,-68], +[1283,3065,-68], +[1280,3062,-68], +[1280,3064,-68], +[1280,3068,-68], +[1280,3063,-68], +[1280,3065,-68], +[1259,3062,-68], +[1259,3064,-68], +[1259,3068,-68], +[1259,3063,-68], +[1259,3065,-68], +[497,485,-69], +[288,0,-125], +[288,25,-125], +[288,4,-125], +[288,13,-125], +[288,37,-125], +[288,20,-125], +[288,34,-125], +[288,35,-125], +[288,31,-125], +[288,5,-125], +[288,32,-125], +[288,12,-125], +[395,3074,-42], +[342,1242,-13], +[292,1242,-13], +[589,3062,-83], +[589,3064,-83], +[589,3068,-83], +[589,3063,-83], +[589,3065,-83], +[3080,797,-206], +[3080,679,-206], +[3080,1229,-206], +[3080,1230,-206], +[3053,797,-206], +[3053,679,-206], +[3053,1229,-206], +[3053,1230,-206], +[3081,797,-206], +[3081,679,-206], +[3081,1229,-206], +[3081,1230,-206], +[3084,797,-206], +[3084,679,-206], +[3084,1229,-206], +[3084,1230,-206], +[3083,797,-206], +[3083,679,-206], +[3083,1229,-206], +[3083,1230,-206], +[3090,797,-206], +[3090,679,-206], +[3090,1229,-206], +[3090,1230,-206], +[485,787,-40], +[1490,1366,-28], +[1507,1366,-28], +[1491,1366,-28], +[1495,1366,-28], +[1499,1366,-28], +[3050,1366,-28], +[1519,1366,-28], +[1493,1366,-28], +[3046,1366,-28], +[1515,1366,-28], +[3039,1366,-28], +[1494,1366,-28], +[497,3115,-29], +[497,3117,-29], +[497,1381,-29], +[497,1382,-29], +[497,1385,-29], +[368,314,-42], +[368,315,-42], +[368,324,-42], +[368,320,-42], +[368,318,-42], +[818,1428,-15], +[1035,586,-16], +[3123,1522,192], +[332,926,-357], +[332,928,-357], +[335,926,-357], +[335,928,-357], +[482,956,-42], +[482,1249,-42], +[482,1090,-42], +[482,740,-42], +[503,956,-42], +[503,1249,-42], +[503,1090,-42], +[503,740,-42], +[500,956,-42], +[500,1249,-42], +[500,1090,-42], +[500,740,-42], +[779,964,-27], +[188,1113,-42], +[196,1113,-42], +[195,1113,-42], +[3115,410,-96], +[3115,412,-96], +[3115,413,-96], +[3115,414,-96], +[3115,418,-96], +[3117,410,-96], +[3117,412,-96], +[3117,413,-96], +[3117,414,-96], +[3117,418,-96], +[1113,410,-96], +[1113,412,-96], +[1113,413,-96], +[1113,414,-96], +[1113,418,-96], +[1114,410,-96], +[1114,412,-96], +[1114,413,-96], +[1114,414,-96], +[1114,418,-96], +[1117,410,-96], +[1117,412,-96], +[1117,413,-96], +[1117,414,-96], +[1117,418,-96], +[132,889,-288], +[399,1286,-84], +[399,1103,-84], +[399,1210,-84], +[399,1071,-84], +[399,1130,-84], +[399,1104,-84], +[399,1110,-84], +[399,1108,-84], +[399,1287,-84], +[399,1290,-84], +[399,1289,-84], +[401,1286,-84], +[401,1103,-84], +[401,1210,-84], +[401,1071,-84], +[401,1130,-84], +[401,1104,-84], +[401,1110,-84], +[401,1108,-84], +[401,1287,-84], +[401,1290,-84], +[401,1289,-84], +[405,1286,-84], +[405,1103,-84], +[405,1210,-84], +[405,1071,-84], +[405,1130,-84], +[405,1104,-84], +[405,1110,-84], +[405,1108,-84], +[405,1287,-84], +[405,1290,-84], +[405,1289,-84], +[400,1286,-84], +[400,1103,-84], +[400,1210,-84], +[400,1071,-84], +[400,1130,-84], +[400,1104,-84], +[400,1110,-84], +[400,1108,-84], +[400,1287,-84], +[400,1290,-84], +[400,1289,-84], +[402,1286,-84], +[402,1103,-84], +[402,1210,-84], +[402,1071,-84], +[402,1130,-84], +[402,1104,-84], +[402,1110,-84], +[402,1108,-84], +[402,1287,-84], +[402,1290,-84], +[402,1289,-84], +[395,956,-138], +[395,1249,-138], +[395,1090,-138], +[395,740,-138], +[1262,1037,-109], +[3040,1037,-109], +[1283,1262,-109], +[1283,3040,-109], +[1280,1262,-109], +[1280,3040,-109], +[1259,1262,-109], +[1259,3040,-109], +[578,1366,-32], +[951,1390,-42], +[295,1173,-82], +[1015,3112,-42], +[288,406,-83], +[1278,3115,-41], +[1278,3117,-41], +[1278,1381,-41], +[1278,1382,-41], +[1278,1385,-41], +[1281,3115,-41], +[1281,3117,-41], +[1281,1381,-41], +[1281,1382,-41], +[1281,1385,-41], +[1283,990,-179], +[1280,990,-179], +[1259,990,-179], +[1200,406,-83], +[586,406,-83], +[1433,406,-83], +[1136,406,-83], +[1210,406,-83], +[1159,406,-83], +[1139,406,-83], +[1145,406,-83], +[1203,406,-83], +[1153,406,-83], +[1170,406,-83], +[1143,406,-83], +[1167,406,-83], +[1144,406,-83], +[1192,406,-83], +[1509,1273,83], +[1522,990,-54], +[0,3104,-29], +[0,3105,-29], +[0,3110,-29], +[0,3107,-29], +[25,3104,-29], +[25,3105,-29], +[25,3110,-29], +[25,3107,-29], +[4,3104,-29], +[4,3105,-29], +[4,3110,-29], +[4,3107,-29], +[13,3104,-29], +[13,3105,-29], +[13,3110,-29], +[13,3107,-29], +[37,3104,-29], +[37,3105,-29], +[37,3110,-29], +[37,3107,-29], +[20,3104,-29], +[20,3105,-29], +[20,3110,-29], +[20,3107,-29], +[34,3104,-29], +[34,3105,-29], +[34,3110,-29], +[34,3107,-29], +[35,3104,-29], +[35,3105,-29], +[35,3110,-29], +[35,3107,-29], +[31,3104,-29], +[31,3105,-29], +[31,3110,-29], +[31,3107,-29], +[5,3104,-29], +[5,3105,-29], +[5,3110,-29], +[5,3107,-29], +[32,3104,-29], +[32,3105,-29], +[32,3110,-29], +[32,3107,-29], +[12,3104,-29], +[12,3105,-29], +[12,3110,-29], +[12,3107,-29], +[1099,1063,-96], +[1283,604,-69], +[1280,604,-69], +[1259,604,-69], +[791,497,-41], +[872,497,-41], +[1187,497,-41], +[1372,497,-41], +[1440,497,-41], +[1386,497,-41], +[1254,497,-41], +[3119,497,-41], +[881,497,-41], +[1118,497,-41], +[828,497,-41], +[1093,497,-41], +[1218,497,-41], +[1222,497,-41], +[1487,497,-41], +[206,1242,-83], +[73,1242,-83], +[927,509,-68], +[929,509,-68], +[1122,3125,-29], +[934,3125,-29], +[1395,3125,-29], +[1059,3125,-29], +[259,850,-41], +[520,485,-15], +[956,485,-304], +[1249,485,-304], +[740,485,-304], +[1090,485,-304], +[818,206,-41], +[818,73,-41], +[540,1276,-84], +[540,1285,-84], +[1012,399,-56], +[1012,401,-56], +[1012,405,-56], +[1012,400,-56], +[1012,402,-56], +[1022,399,-56], +[1022,401,-56], +[1022,405,-56], +[1022,400,-56], +[1022,402,-56], +[1021,399,-56], +[1021,401,-56], +[1021,405,-56], +[1021,400,-56], +[1021,402,-56], +[580,1424,-41], +[125,1481,-28], +[3055,3112,-27], +[3112,3112,-27], +[927,657,-40], +[929,657,-40], +[215,399,-192], +[215,401,-192], +[215,405,-192], +[215,400,-192], +[215,402,-192], +[1413,1254,83], +[1413,1187,83], +[1413,1372,83], +[1413,1440,83], +[1413,1386,83], +[1413,791,83], +[1413,3119,83], +[1413,881,83], +[1413,872,83], +[1413,1487,83], +[1413,828,83], +[1413,1093,83], +[1413,1218,83], +[1413,1222,83], +[1413,1118,83], +[485,867,-41], +[1200,332,-221], +[1200,335,-221], +[586,332,-221], +[586,335,-221], +[1433,332,-221], +[1433,335,-221], +[1136,332,-221], +[1136,335,-221], +[1210,332,-221], +[1210,335,-221], +[1159,332,-221], +[1159,335,-221], +[1139,332,-221], +[1139,335,-221], +[1145,332,-221], +[1145,335,-221], +[1203,332,-221], +[1203,335,-221], +[1153,332,-221], +[1153,335,-221], +[1170,332,-221], +[1170,335,-221], +[1143,332,-221], +[1143,335,-221], +[1167,332,-221], +[1167,335,-221], +[1144,332,-221], +[1144,335,-221], +[1192,332,-221], +[1192,335,-221], +[368,797,-247], +[368,679,-247], +[368,1229,-247], +[368,1230,-247], +[0,1343,-27], +[0,1345,-27], +[0,1355,-27], +[0,1350,-27], +[0,1348,-27], +[25,1343,-27], +[25,1345,-27], +[25,1355,-27], +[25,1350,-27], +[25,1348,-27], +[4,1343,-27], +[4,1345,-27], +[4,1355,-27], +[4,1350,-27], +[4,1348,-27], +[13,1343,-27], +[13,1345,-27], +[13,1355,-27], +[13,1350,-27], +[13,1348,-27], +[37,1343,-27], +[37,1345,-27], +[37,1355,-27], +[37,1350,-27], +[37,1348,-27], +[20,1343,-27], +[20,1345,-27], +[20,1355,-27], +[20,1350,-27], +[20,1348,-27], +[34,1343,-27], +[34,1345,-27], +[34,1355,-27], +[34,1350,-27], +[34,1348,-27], +[35,1343,-27], +[35,1345,-27], +[35,1355,-27], +[35,1350,-27], +[35,1348,-27], +[31,1343,-27], +[31,1345,-27], +[31,1355,-27], +[31,1350,-27], +[31,1348,-27], +[5,1343,-27], +[5,1345,-27], +[5,1355,-27], +[5,1350,-27], +[5,1348,-27], +[32,1343,-27], +[32,1345,-27], +[32,1355,-27], +[32,1350,-27], +[32,1348,-27], +[12,1343,-27], +[12,1345,-27], +[12,1355,-27], +[12,1350,-27], +[12,1348,-27], +[972,1278,-69], +[972,1281,-69], +[1004,1278,-69], +[1004,1281,-69], +[752,1278,-69], +[752,1281,-69], +[751,1278,-69], +[751,1281,-69], +[1000,1278,-69], +[1000,1281,-69], +[962,1278,-69], +[962,1281,-69], +[977,1278,-69], +[977,1281,-69], +[963,1278,-69], +[963,1281,-69], +[968,1278,-69], +[968,1281,-69], +[971,1278,-69], +[971,1281,-69], +[999,1278,-69], +[999,1281,-69], +[983,1278,-69], +[983,1281,-69], +[966,1278,-69], +[966,1281,-69], +[989,1278,-69], +[989,1281,-69], +[1006,1278,-69], +[1006,1281,-69], +[967,1278,-69], +[967,1281,-69], +[486,934,-41], +[3115,3074,-28], +[3117,3074,-28], +[1113,3074,-28], +[1114,3074,-28], +[1117,3074,-28], +[1161,1101,-40], +[519,1276,-96], +[519,1285,-96], +[504,1276,-96], +[504,1285,-96], +[506,1276,-96], +[506,1285,-96], +[518,1276,-96], +[518,1285,-96], +[1266,1481,14], +[132,1050,-221], +[406,1406,-54], +[406,1414,-54], +[132,1242,-288], +[1390,206,-82], +[1390,73,-82], +[904,540,-27], +[900,540,-27], +[674,520,-111], +[674,511,-111], +[1364,520,-111], +[1364,511,-111], +[923,3062,-82], +[923,3064,-82], +[923,3068,-82], +[923,3063,-82], +[923,3065,-82], +[1481,875,-42], +[206,956,-40], +[206,1249,-40], +[206,1090,-40], +[206,740,-40], +[73,956,-40], +[73,1249,-40], +[73,1090,-40], +[73,740,-40], +[1366,1302,-139], +[330,1411,-192], +[498,964,-13], +[956,395,-138], +[1249,395,-138], +[740,395,-138], +[1090,395,-138], +[540,3080,-84], +[540,3053,-84], +[540,3081,-84], +[540,3084,-84], +[540,3083,-84], +[540,3090,-84], +[344,1277,-343], +[344,1284,-343], +[1251,3062,-83], +[1251,3064,-83], +[1251,3068,-83], +[1251,3063,-83], +[1251,3065,-83], +[924,3062,-83], +[924,3064,-83], +[924,3068,-83], +[924,3063,-83], +[924,3065,-83], +[1126,3062,-83], +[1126,3064,-83], +[1126,3068,-83], +[1126,3063,-83], +[1126,3065,-83], +[1051,3062,-83], +[1051,3064,-83], +[1051,3068,-83], +[1051,3063,-83], +[1051,3065,-83], +[547,3062,-83], +[547,3064,-83], +[547,3068,-83], +[547,3063,-83], +[547,3065,-83], +[826,3062,-83], +[826,3064,-83], +[826,3068,-83], +[826,3063,-83], +[826,3065,-83], +[3077,1522,192], +[1509,1406,42], +[1509,1414,42], +[2489,1390,-111], +[0,1406,-84], +[0,1414,-84], +[25,1406,-84], +[25,1414,-84], +[4,1406,-84], +[4,1414,-84], +[13,1406,-84], +[13,1414,-84], +[37,1406,-84], +[37,1414,-84], +[20,1406,-84], +[20,1414,-84], +[34,1406,-84], +[34,1414,-84], +[35,1406,-84], +[35,1414,-84], +[31,1406,-84], +[31,1414,-84], +[5,1406,-84], +[5,1414,-84], +[32,1406,-84], +[32,1414,-84], +[12,1406,-84], +[12,1414,-84], +[188,540,-41], +[196,540,-41], +[195,540,-41], +[901,1283,-69], +[901,1280,-69], +[901,1259,-69], +[1283,889,-70], +[1280,889,-70], +[1259,889,-70], +[1173,840,-28], +[928,501,-54], +[926,501,-54], +[485,572,-96], +[295,1262,-82], +[295,3040,-82], +[410,1435,-54], +[412,1435,-54], +[413,1435,-54], +[414,1435,-54], +[418,1435,-54], +[215,956,-180], +[215,1249,-180], +[215,1090,-180], +[215,740,-180], +[203,1198,-260], +[203,703,-260], +[203,1199,-260], +[203,704,-260], +[203,1297,-260], +[203,1469,-260], +[203,998,-260], +[203,1129,-260], +[205,1198,-260], +[205,703,-260], +[205,1199,-260], +[205,704,-260], +[205,1297,-260], +[205,1469,-260], +[205,998,-260], +[205,1129,-260], +[209,1198,-260], +[209,703,-260], +[209,1199,-260], +[209,704,-260], +[209,1297,-260], +[209,1469,-260], +[209,998,-260], +[209,1129,-260], +[207,1198,-260], +[207,703,-260], +[207,1199,-260], +[207,704,-260], +[207,1297,-260], +[207,1469,-260], +[207,998,-260], +[207,1129,-260], +[1378,1037,-192], +[923,1424,-205], +[410,3104,-124], +[410,3105,-124], +[410,3110,-124], +[410,3107,-124], +[412,3104,-124], +[412,3105,-124], +[412,3110,-124], +[412,3107,-124], +[413,3104,-124], +[413,3105,-124], +[413,3110,-124], +[413,3107,-124], +[414,3104,-124], +[414,3105,-124], +[414,3110,-124], +[414,3107,-124], +[418,3104,-124], +[418,3105,-124], +[418,3110,-124], +[418,3107,-124], +[259,580,-42], +[3074,399,-42], +[3074,401,-42], +[3074,405,-42], +[3074,400,-42], +[3074,402,-42], +[81,875,-28], +[238,875,-28], +[97,875,-28], +[82,875,-28], +[86,875,-28], +[94,875,-28], +[101,875,-28], +[83,875,-28], +[95,875,-28], +[108,875,-28], +[84,875,-28], +[330,1428,-82], +[956,186,-42], +[956,187,-42], +[1249,186,-42], +[1249,187,-42], +[740,186,-42], +[740,187,-42], +[1090,186,-42], +[1090,187,-42], +[608,1378,-29], +[608,722,-29], +[608,1379,-29], +[608,1237,-29], +[1216,1378,-29], +[1216,722,-29], +[1216,1379,-29], +[1216,1237,-29], +[604,1378,-29], +[604,722,-29], +[604,1379,-29], +[604,1237,-29], +[332,797,-235], +[332,679,-235], +[332,1229,-235], +[332,1230,-235], +[335,797,-235], +[335,679,-235], +[335,1229,-235], +[335,1230,-235], +[3123,206,-42], +[3123,73,-42], +[797,1282,-384], +[679,1282,-384], +[1229,1282,-384], +[1230,1282,-384], +[578,73,-96], +[188,856,-41], +[196,856,-41], +[195,856,-41], +[125,1522,-192], +[497,1277,-454], +[497,1284,-454], +[215,1283,-345], +[215,1280,-345], +[215,1259,-345], +[1343,1278,-139], +[1343,1281,-139], +[1345,1278,-139], +[1345,1281,-139], +[1355,1278,-139], +[1355,1281,-139], +[1350,1278,-139], +[1350,1281,-139], +[1348,1278,-139], +[1348,1281,-139], +[589,368,-54], +[589,350,-54], +[589,366,-54], +[589,352,-54], +[589,355,-54], +[589,358,-54], +[589,392,-54], +[589,378,-54], +[589,353,-54], +[589,389,-54], +[589,374,-54], +[589,381,-54], +[589,354,-54], +[1366,1378,-137], +[1366,722,-137], +[1366,1379,-137], +[1366,1237,-137], +[589,797,110], +[589,679,110], +[589,1229,110], +[589,1230,110], +[956,1278,-165], +[956,1281,-165], +[1249,1278,-165], +[1249,1281,-165], +[740,1278,-165], +[740,1281,-165], +[1090,1278,-165], +[1090,1281,-165], +[510,482,-84], +[497,923,-28], +[186,1390,-137], +[350,1390,-137], +[366,1390,-137], +[352,1390,-137], +[355,1390,-137], +[358,1390,-137], +[187,1390,-137], +[392,1390,-137], +[378,1390,-137], +[353,1390,-137], +[389,1390,-137], +[374,1390,-137], +[381,1390,-137], +[354,1390,-137], +[332,0,-234], +[332,25,-234], +[332,4,-234], +[332,13,-234], +[332,37,-234], +[332,20,-234], +[332,34,-234], +[332,35,-234], +[332,31,-234], +[332,5,-234], +[332,32,-234], +[332,12,-234], +[335,0,-234], +[335,25,-234], +[335,4,-234], +[335,13,-234], +[335,37,-234], +[335,20,-234], +[335,34,-234], +[335,35,-234], +[335,31,-234], +[335,5,-234], +[335,32,-234], +[335,12,-234], +[904,1254,-110], +[904,1187,-110], +[904,1372,-110], +[904,1440,-110], +[904,1386,-110], +[904,791,-110], +[904,3119,-110], +[904,881,-110], +[904,872,-110], +[904,1487,-110], +[904,828,-110], +[904,1093,-110], +[904,1218,-110], +[904,1222,-110], +[904,1118,-110], +[900,1254,-110], +[900,1187,-110], +[900,1372,-110], +[900,1440,-110], +[900,1386,-110], +[900,791,-110], +[900,3119,-110], +[900,881,-110], +[900,872,-110], +[900,1487,-110], +[900,828,-110], +[900,1093,-110], +[900,1218,-110], +[900,1222,-110], +[900,1118,-110], +[282,1390,-111], +[63,1390,-111], +[297,1390,-111], +[236,1390,-111], +[117,1390,-111], +[257,1390,-111], +[241,1390,-111], +[247,1390,-111], +[285,1390,-111], +[254,1390,-111], +[67,1390,-111], +[267,1390,-111], +[245,1390,-111], +[265,1390,-111], +[246,1390,-111], +[277,1390,-111], +[779,1421,-70], +[1037,1302,-28], +[1283,797,-537], +[1283,679,-537], +[1283,1229,-537], +[1283,1230,-537], +[1280,797,-537], +[1280,679,-537], +[1280,1229,-537], +[1280,1230,-537], +[1259,797,-537], +[1259,679,-537], +[1259,1229,-537], +[1259,1230,-537], +[410,1509,-166], +[410,1490,-166], +[410,1507,-166], +[410,1491,-166], +[410,1495,-166], +[410,1499,-166], +[410,3050,-166], +[410,1519,-166], +[410,1493,-166], +[410,3046,-166], +[410,1515,-166], +[410,3039,-166], +[410,1494,-166], +[412,1509,-166], +[412,1490,-166], +[412,1507,-166], +[412,1491,-166], +[412,1495,-166], +[412,1499,-166], +[412,3050,-166], +[412,1519,-166], +[412,1493,-166], +[412,3046,-166], +[412,1515,-166], +[412,3039,-166], +[412,1494,-166], +[413,1509,-166], +[413,1490,-166], +[413,1507,-166], +[413,1491,-166], +[413,1495,-166], +[413,1499,-166], +[413,3050,-166], +[413,1519,-166], +[413,1493,-166], +[413,3046,-166], +[413,1515,-166], +[413,3039,-166], +[413,1494,-166], +[414,1509,-166], +[414,1490,-166], +[414,1507,-166], +[414,1491,-166], +[414,1495,-166], +[414,1499,-166], +[414,3050,-166], +[414,1519,-166], +[414,1493,-166], +[414,3046,-166], +[414,1515,-166], +[414,3039,-166], +[414,1494,-166], +[418,1509,-166], +[418,1490,-166], +[418,1507,-166], +[418,1491,-166], +[418,1495,-166], +[418,1499,-166], +[418,3050,-166], +[418,1519,-166], +[418,1493,-166], +[418,3046,-166], +[418,1515,-166], +[418,3039,-166], +[418,1494,-166], +[368,1274,-164], +[410,259,-96], +[410,238,-96], +[410,282,-96], +[410,45,-96], +[410,129,-96], +[410,236,-96], +[410,297,-96], +[410,50,-96], +[410,257,-96], +[410,241,-96], +[410,247,-96], +[410,285,-96], +[410,254,-96], +[410,48,-96], +[410,52,-96], +[410,49,-96], +[410,137,-96], +[410,135,-96], +[410,138,-96], +[410,267,-96], +[410,245,-96], +[410,265,-96], +[410,246,-96], +[410,136,-96], +[410,277,-96], +[410,131,-96], +[412,259,-96], +[412,238,-96], +[412,282,-96], +[412,45,-96], +[412,129,-96], +[412,236,-96], +[412,297,-96], +[412,50,-96], +[412,257,-96], +[412,241,-96], +[412,247,-96], +[412,285,-96], +[412,254,-96], +[412,48,-96], +[412,52,-96], +[412,49,-96], +[412,137,-96], +[412,135,-96], +[412,138,-96], +[412,267,-96], +[412,245,-96], +[412,265,-96], +[412,246,-96], +[412,136,-96], +[412,277,-96], +[412,131,-96], +[413,259,-96], +[413,238,-96], +[413,282,-96], +[413,45,-96], +[413,129,-96], +[413,236,-96], +[413,297,-96], +[413,50,-96], +[413,257,-96], +[413,241,-96], +[413,247,-96], +[413,285,-96], +[413,254,-96], +[413,48,-96], +[413,52,-96], +[413,49,-96], +[413,137,-96], +[413,135,-96], +[413,138,-96], +[413,267,-96], +[413,245,-96], +[413,265,-96], +[413,246,-96], +[413,136,-96], +[413,277,-96], +[413,131,-96], +[414,259,-96], +[414,238,-96], +[414,282,-96], +[414,45,-96], +[414,129,-96], +[414,236,-96], +[414,297,-96], +[414,50,-96], +[414,257,-96], +[414,241,-96], +[414,247,-96], +[414,285,-96], +[414,254,-96], +[414,48,-96], +[414,52,-96], +[414,49,-96], +[414,137,-96], +[414,135,-96], +[414,138,-96], +[414,267,-96], +[414,245,-96], +[414,265,-96], +[414,246,-96], +[414,136,-96], +[414,277,-96], +[414,131,-96], +[418,259,-96], +[418,238,-96], +[418,282,-96], +[418,45,-96], +[418,129,-96], +[418,236,-96], +[418,297,-96], +[418,50,-96], +[418,257,-96], +[418,241,-96], +[418,247,-96], +[418,285,-96], +[418,254,-96], +[418,48,-96], +[418,52,-96], +[418,49,-96], +[418,137,-96], +[418,135,-96], +[418,138,-96], +[418,267,-96], +[418,245,-96], +[418,265,-96], +[418,246,-96], +[418,136,-96], +[418,277,-96], +[418,131,-96], +[344,1254,-82], +[344,1187,-82], +[344,1372,-82], +[344,1440,-82], +[344,1386,-82], +[344,791,-82], +[344,3119,-82], +[344,881,-82], +[344,872,-82], +[344,1487,-82], +[344,828,-82], +[344,1093,-82], +[344,1218,-82], +[344,1222,-82], +[344,1118,-82], +[295,1378,-82], +[295,722,-82], +[295,1379,-82], +[295,1237,-82], +[990,1173,-14], +[125,259,-48], +[125,238,-48], +[125,282,-48], +[125,45,-48], +[125,129,-48], +[125,236,-48], +[125,297,-48], +[125,50,-48], +[125,257,-48], +[125,241,-48], +[125,247,-48], +[125,285,-48], +[125,254,-48], +[125,48,-48], +[125,52,-48], +[125,49,-48], +[125,137,-48], +[125,135,-48], +[125,138,-48], +[125,267,-48], +[125,245,-48], +[125,265,-48], +[125,246,-48], +[125,136,-48], +[125,277,-48], +[125,131,-48], +[1421,1063,-68], +[368,572,-166], +[482,485,54], +[503,485,54], +[500,485,54], +[1277,520,-276], +[1277,511,-276], +[1284,520,-276], +[1284,511,-276], +[956,501,-41], +[1249,501,-41], +[740,501,-41], +[1090,501,-41], +[1522,1509,-42], +[1522,1490,-42], +[1522,1507,-42], +[1522,1491,-42], +[1522,1495,-42], +[1522,1499,-42], +[1522,3050,-42], +[1522,1519,-42], +[1522,1493,-42], +[1522,3046,-42], +[1522,1515,-42], +[1522,3039,-42], +[1522,1494,-42], +[399,875,-96], +[401,875,-96], +[405,875,-96], +[400,875,-96], +[402,875,-96], +[791,752,165], +[791,1004,165], +[791,1006,165], +[872,752,165], +[872,1004,165], +[872,1006,165], +[1187,752,165], +[1187,1004,165], +[1187,1006,165], +[1372,752,165], +[1372,1004,165], +[1372,1006,165], +[1440,752,165], +[1440,1004,165], +[1440,1006,165], +[1386,752,165], +[1386,1004,165], +[1386,1006,165], +[1254,752,165], +[1254,1004,165], +[1254,1006,165], +[3119,752,165], +[3119,1004,165], +[3119,1006,165], +[881,752,165], +[881,1004,165], +[881,1006,165], +[1118,752,165], +[1118,1004,165], +[1118,1006,165], +[828,752,165], +[828,1004,165], +[828,1006,165], +[1093,752,165], +[1093,1004,165], +[1093,1006,165], +[1218,752,165], +[1218,1004,165], +[1218,1006,165], +[1222,752,165], +[1222,1004,165], +[1222,1006,165], +[1487,752,165], +[1487,1004,165], +[1487,1006,165], +[923,518,-84], +[923,489,-84], +[520,3125,-28], +[0,856,-42], +[25,856,-42], +[4,856,-42], +[13,856,-42], +[37,856,-42], +[20,856,-42], +[34,856,-42], +[35,856,-42], +[31,856,-42], +[5,856,-42], +[32,856,-42], +[12,856,-42], +[608,1302,-27], +[1216,1302,-27], +[604,1302,-27], +[3062,1390,-83], +[3064,1390,-83], +[3068,1390,-83], +[3063,1390,-83], +[3065,1390,-83], +[368,3080,-164], +[368,3053,-164], +[368,3081,-164], +[368,3084,-164], +[368,3083,-164], +[368,3090,-164], +[1277,717,164], +[1284,717,164], +[511,485,-13], +[1283,1173,-179], +[1280,1173,-179], +[1259,1173,-179], +[288,1254,-219], +[288,1187,-219], +[288,1372,-219], +[288,1440,-219], +[288,1386,-219], +[288,791,-219], +[288,3119,-219], +[288,881,-219], +[288,872,-219], +[288,1487,-219], +[288,828,-219], +[288,1093,-219], +[288,1218,-219], +[288,1222,-219], +[288,1118,-219], +[608,537,-29], +[1216,537,-29], +[604,537,-29], +[889,875,-56], +[956,406,-179], +[1249,406,-179], +[740,406,-179], +[1090,406,-179], +[510,875,-164], +[3062,1126,-82], +[3062,924,-82], +[3062,1251,-82], +[3062,547,-82], +[3062,1051,-82], +[3062,826,-82], +[3064,1126,-82], +[3064,924,-82], +[3064,1251,-82], +[3064,547,-82], +[3064,1051,-82], +[3064,826,-82], +[3068,1126,-82], +[3068,924,-82], +[3068,1251,-82], +[3068,547,-82], +[3068,1051,-82], +[3068,826,-82], +[3063,1126,-82], +[3063,924,-82], +[3063,1251,-82], +[3063,547,-82], +[3063,1051,-82], +[3063,826,-82], +[3065,1126,-82], +[3065,924,-82], +[3065,1251,-82], +[3065,547,-82], +[3065,1051,-82], +[3065,826,-82], +[129,410,-41], +[129,412,-41], +[129,413,-41], +[129,414,-41], +[129,418,-41], +[137,410,-41], +[137,412,-41], +[137,413,-41], +[137,414,-41], +[137,418,-41], +[135,410,-41], +[135,412,-41], +[135,413,-41], +[135,414,-41], +[135,418,-41], +[138,410,-41], +[138,412,-41], +[138,413,-41], +[138,414,-41], +[138,418,-41], +[136,410,-41], +[136,412,-41], +[136,413,-41], +[136,414,-41], +[136,418,-41], +[131,410,-41], +[131,412,-41], +[131,413,-41], +[131,414,-41], +[131,418,-41], +[875,797,-96], +[875,679,-96], +[875,1229,-96], +[875,1230,-96], +[332,259,-83], +[332,238,-83], +[332,282,-83], +[332,45,-83], +[332,129,-83], +[332,236,-83], +[332,297,-83], +[332,50,-83], +[332,257,-83], +[332,241,-83], +[332,247,-83], +[332,285,-83], +[332,254,-83], +[332,48,-83], +[332,52,-83], +[332,49,-83], +[332,137,-83], +[332,135,-83], +[332,138,-83], +[332,267,-83], +[332,245,-83], +[332,265,-83], +[332,246,-83], +[332,136,-83], +[332,277,-83], +[332,131,-83], +[335,259,-83], +[335,238,-83], +[335,282,-83], +[335,45,-83], +[335,129,-83], +[335,236,-83], +[335,297,-83], +[335,50,-83], +[335,257,-83], +[335,241,-83], +[335,247,-83], +[335,285,-83], +[335,254,-83], +[335,48,-83], +[335,52,-83], +[335,49,-83], +[335,137,-83], +[335,135,-83], +[335,138,-83], +[335,267,-83], +[335,245,-83], +[335,265,-83], +[335,246,-83], +[335,136,-83], +[335,277,-83], +[335,131,-83], +[1481,3077,-14], +[927,889,-84], +[929,889,-84], +[3055,934,-83], +[3112,934,-83], +[259,1101,-42], +[1231,215,54], +[1428,1181,-70], +[589,1421,-55], +[791,295,-317], +[872,295,-317], +[1187,295,-317], +[1372,295,-317], +[1440,295,-317], +[1386,295,-317], +[1254,295,-317], +[3119,295,-317], +[881,295,-317], +[1118,295,-317], +[828,295,-317], +[1093,295,-317], +[1218,295,-317], +[1222,295,-317], +[1487,295,-317], +[395,580,-96], +[1343,972,-20], +[1343,1000,-20], +[1343,751,-20], +[1343,962,-20], +[1343,977,-20], +[1343,963,-20], +[1343,968,-20], +[1343,971,-20], +[1343,999,-20], +[1343,983,-20], +[1343,966,-20], +[1343,989,-20], +[1343,967,-20], +[1345,972,-20], +[1345,1000,-20], +[1345,751,-20], +[1345,962,-20], +[1345,977,-20], +[1345,963,-20], +[1345,968,-20], +[1345,971,-20], +[1345,999,-20], +[1345,983,-20], +[1345,966,-20], +[1345,989,-20], +[1345,967,-20], +[1355,972,-20], +[1355,1000,-20], +[1355,751,-20], +[1355,962,-20], +[1355,977,-20], +[1355,963,-20], +[1355,968,-20], +[1355,971,-20], +[1355,999,-20], +[1355,983,-20], +[1355,966,-20], +[1355,989,-20], +[1355,967,-20], +[1350,972,-20], +[1350,1000,-20], +[1350,751,-20], +[1350,962,-20], +[1350,977,-20], +[1350,963,-20], +[1350,968,-20], +[1350,971,-20], +[1350,999,-20], +[1350,983,-20], +[1350,966,-20], +[1350,989,-20], +[1350,967,-20], +[1348,972,-20], +[1348,1000,-20], +[1348,751,-20], +[1348,962,-20], +[1348,977,-20], +[1348,963,-20], +[1348,968,-20], +[1348,971,-20], +[1348,999,-20], +[1348,983,-20], +[1348,966,-20], +[1348,989,-20], +[1348,967,-20], +[215,1278,-331], +[215,1281,-331], +[990,1283,84], +[990,1280,84], +[990,1259,84], +[1366,1113,-27], +[486,509,-15], +[674,395,-166], +[1364,395,-166], +[475,1278,-83], +[475,1281,-83], +[766,1278,-83], +[766,1281,-83], +[1156,1278,-83], +[1156,1281,-83], +[785,1278,-83], +[785,1281,-83], +[768,1278,-83], +[768,1281,-83], +[772,1278,-83], +[772,1281,-83], +[781,1278,-83], +[781,1281,-83], +[798,1278,-83], +[798,1281,-83], +[769,1278,-83], +[769,1281,-83], +[782,1278,-83], +[782,1281,-83], +[816,1278,-83], +[816,1281,-83], +[770,1278,-83], +[770,1281,-83], +[476,1278,-83], +[476,1281,-83], +[477,1278,-83], +[477,1281,-83], +[580,406,-28], +[295,1254,-317], +[295,1187,-317], +[295,1372,-317], +[295,1440,-317], +[295,1386,-317], +[295,791,-317], +[295,3119,-317], +[295,881,-317], +[295,872,-317], +[295,1487,-317], +[295,828,-317], +[295,1093,-317], +[295,1218,-317], +[295,1222,-317], +[295,1118,-317], +[3115,3062,-29], +[3115,3064,-29], +[3115,3068,-29], +[3115,3063,-29], +[3115,3065,-29], +[3117,3062,-29], +[3117,3064,-29], +[3117,3068,-29], +[3117,3063,-29], +[3117,3065,-29], +[1113,3062,-29], +[1113,3064,-29], +[1113,3068,-29], +[1113,3063,-29], +[1113,3065,-29], +[1114,3062,-29], +[1114,3064,-29], +[1114,3068,-29], +[1114,3063,-29], +[1114,3065,-29], +[1117,3062,-29], +[1117,3064,-29], +[1117,3068,-29], +[1117,3063,-29], +[1117,3065,-29], +[1278,518,-164], +[1278,489,-164], +[1281,518,-164], +[1281,489,-164], +[3062,926,-96], +[3062,928,-96], +[3064,926,-96], +[3064,928,-96], +[3068,926,-96], +[3068,928,-96], +[3063,926,-96], +[3063,928,-96], +[3065,926,-96], +[3065,928,-96], +[288,1231,-13], +[188,1050,-180], +[196,1050,-180], +[195,1050,-180], +[206,571,-219], +[206,577,-219], +[206,718,-219], +[73,571,-219], +[73,577,-219], +[73,718,-219], +[295,1411,-27], +[1366,787,-42], +[332,186,-206], +[332,187,-206], +[335,186,-206], +[335,187,-206], +[475,399,-139], +[475,401,-139], +[475,405,-139], +[475,400,-139], +[475,402,-139], +[766,399,-139], +[766,401,-139], +[766,405,-139], +[766,400,-139], +[766,402,-139], +[1156,399,-139], +[1156,401,-139], +[1156,405,-139], +[1156,400,-139], +[1156,402,-139], +[785,399,-139], +[785,401,-139], +[785,405,-139], +[785,400,-139], +[785,402,-139], +[768,399,-139], +[768,401,-139], +[768,405,-139], +[768,400,-139], +[768,402,-139], +[772,399,-139], +[772,401,-139], +[772,405,-139], +[772,400,-139], +[772,402,-139], +[781,399,-139], +[781,401,-139], +[781,405,-139], +[781,400,-139], +[781,402,-139], +[798,399,-139], +[798,401,-139], +[798,405,-139], +[798,400,-139], +[798,402,-139], +[769,399,-139], +[769,401,-139], +[769,405,-139], +[769,400,-139], +[769,402,-139], +[782,399,-139], +[782,401,-139], +[782,405,-139], +[782,400,-139], +[782,402,-139], +[816,399,-139], +[816,401,-139], +[816,405,-139], +[816,400,-139], +[816,402,-139], +[770,399,-139], +[770,401,-139], +[770,405,-139], +[770,400,-139], +[770,402,-139], +[476,399,-139], +[476,401,-139], +[476,405,-139], +[476,400,-139], +[476,402,-139], +[477,399,-139], +[477,401,-139], +[477,405,-139], +[477,400,-139], +[477,402,-139], +[928,497,-54], +[926,497,-54], +[1381,410,-27], +[1381,412,-27], +[1381,413,-27], +[1381,414,-27], +[1381,418,-27], +[1122,1277,-69], +[1122,1284,-69], +[934,1277,-69], +[934,1284,-69], +[1395,1277,-69], +[1395,1284,-69], +[1059,1277,-69], +[1059,1284,-69], +[904,1059,-69], +[904,795,-69], +[900,1059,-69], +[900,795,-69], +[990,1378,-29], +[990,722,-29], +[990,1379,-29], +[990,1237,-29], +[73,578,-96], +[1286,1522,-83], +[1287,1522,-83], +[1290,1522,-83], +[1289,1522,-83], +[1015,964,-55], +[295,342,-40], +[295,292,-40], +[520,501,-29], +[3074,1050,-82], +[923,427,-165], +[923,428,-165], +[923,432,-165], +[923,430,-165], +[1366,875,-164], +[856,797,-152], +[856,679,-152], +[856,1229,-152], +[856,1230,-152], +[3123,1242,-70], +[1229,1114,-144], +[956,856,-56], +[1249,856,-56], +[740,856,-56], +[1090,856,-56], +[679,1282,-256], +[1378,537,-68], +[1366,1173,-138], +[282,395,-69], +[63,395,-69], +[297,395,-69], +[236,395,-69], +[117,395,-69], +[257,395,-69], +[241,395,-69], +[247,395,-69], +[285,395,-69], +[254,395,-69], +[67,395,-69], +[267,395,-69], +[245,395,-69], +[265,395,-69], +[246,395,-69], +[277,395,-69], +[1509,1068,42], +[3077,840,-28], +[1378,990,-70], +[1406,1254,96], +[1406,1187,96], +[1406,1372,96], +[1406,1440,96], +[1406,1386,96], +[1406,791,96], +[1406,3119,96], +[1406,881,96], +[1406,872,96], +[1406,1487,96], +[1406,828,96], +[1406,1093,96], +[1406,1218,96], +[1406,1222,96], +[1406,1118,96], +[1414,1254,96], +[1414,1187,96], +[1414,1372,96], +[1414,1440,96], +[1414,1386,96], +[1414,791,96], +[1414,3119,96], +[1414,881,96], +[1414,872,96], +[1414,1487,96], +[1414,828,96], +[1414,1093,96], +[1414,1218,96], +[1414,1222,96], +[1414,1118,96], +[410,1114,-28], +[412,1114,-28], +[413,1114,-28], +[414,1114,-28], +[418,1114,-28], +[395,1113,-15], +[818,1366,-54], +[876,399,-28], +[876,401,-28], +[876,405,-28], +[876,400,-28], +[876,402,-28], +[1283,571,-54], +[1283,577,-54], +[1283,718,-54], +[1280,571,-54], +[1280,577,-54], +[1280,718,-54], +[1259,571,-54], +[1259,577,-54], +[1259,718,-54], +[1099,1242,-41], +[1405,657,-68], +[1509,215,41], +[368,858,-166], +[928,395,-82], +[926,395,-82], +[1522,410,-274], +[1522,412,-274], +[1522,413,-274], +[1522,414,-274], +[1522,418,-274], +[1173,1522,-40], +[519,1424,-42], +[504,1424,-42], +[506,1424,-42], +[518,1424,-42], +[537,3123,-20], +[923,0,-82], +[923,25,-82], +[923,4,-82], +[923,13,-82], +[923,37,-82], +[923,20,-82], +[923,34,-82], +[923,35,-82], +[923,31,-82], +[923,5,-82], +[923,32,-82], +[923,12,-82], +[1509,1278,29], +[1509,1281,29], +[1366,867,-29], +[1411,1283,54], +[1411,1280,54], +[1411,1259,54], +[0,787,-29], +[25,787,-29], +[4,787,-29], +[13,787,-29], +[37,787,-29], +[20,787,-29], +[34,787,-29], +[35,787,-29], +[31,787,-29], +[5,787,-29], +[32,787,-29], +[12,787,-29], +[882,1,-371], +[882,2,-371], +[882,3,-371], +[1373,1,-371], +[1373,2,-371], +[1373,3,-371], +[1488,1,-371], +[1488,2,-371], +[1488,3,-371], +[1388,1,-371], +[1388,2,-371], +[1388,3,-371], +[792,1,-371], +[792,2,-371], +[792,3,-371], +[1190,1,-371], +[1190,2,-371], +[1190,3,-371], +[1441,1,-371], +[1441,2,-371], +[1441,3,-371], +[1120,1,-371], +[1120,2,-371], +[1120,3,-371], +[1223,1,-371], +[1223,2,-371], +[1223,3,-371], +[873,1,-371], +[873,2,-371], +[873,3,-371], +[1219,1,-371], +[1219,2,-371], +[1219,3,-371], +[1256,1,-371], +[1256,2,-371], +[1256,3,-371], +[3120,1,-371], +[3120,2,-371], +[3120,3,-371], +[1095,1,-371], +[1095,2,-371], +[1095,3,-371], +[829,1,-371], +[829,2,-371], +[829,3,-371], +[1242,3077,-29], +[1343,1343,-28], +[1343,1345,-28], +[1343,1355,-28], +[1343,1350,-28], +[1343,1348,-28], +[1345,1343,-28], +[1345,1345,-28], +[1345,1355,-28], +[1345,1350,-28], +[1345,1348,-28], +[1355,1343,-28], +[1355,1345,-28], +[1355,1355,-28], +[1355,1350,-28], +[1355,1348,-28], +[1350,1343,-28], +[1350,1345,-28], +[1350,1355,-28], +[1350,1350,-28], +[1350,1348,-28], +[1348,1343,-28], +[1348,1345,-28], +[1348,1355,-28], +[1348,1350,-28], +[1348,1348,-28], +[498,3125,-40], +[1366,540,-124], +[475,410,-235], +[475,412,-235], +[475,413,-235], +[475,414,-235], +[475,418,-235], +[766,410,-235], +[766,412,-235], +[766,413,-235], +[766,414,-235], +[766,418,-235], +[1156,410,-235], +[1156,412,-235], +[1156,413,-235], +[1156,414,-235], +[1156,418,-235], +[785,410,-235], +[785,412,-235], +[785,413,-235], +[785,414,-235], +[785,418,-235], +[768,410,-235], +[768,412,-235], +[768,413,-235], +[768,414,-235], +[768,418,-235], +[772,410,-235], +[772,412,-235], +[772,413,-235], +[772,414,-235], +[772,418,-235], +[781,410,-235], +[781,412,-235], +[781,413,-235], +[781,414,-235], +[781,418,-235], +[798,410,-235], +[798,412,-235], +[798,413,-235], +[798,414,-235], +[798,418,-235], +[769,410,-235], +[769,412,-235], +[769,413,-235], +[769,414,-235], +[769,418,-235], +[782,410,-235], +[782,412,-235], +[782,413,-235], +[782,414,-235], +[782,418,-235], +[816,410,-235], +[816,412,-235], +[816,413,-235], +[816,414,-235], +[816,418,-235], +[770,410,-235], +[770,412,-235], +[770,413,-235], +[770,414,-235], +[770,418,-235], +[476,410,-235], +[476,412,-235], +[476,413,-235], +[476,414,-235], +[476,418,-235], +[477,410,-235], +[477,412,-235], +[477,413,-235], +[477,414,-235], +[477,418,-235], +[1278,206,-275], +[1278,73,-275], +[1281,206,-275], +[1281,73,-275], +[956,1421,-29], +[1249,1421,-29], +[740,1421,-29], +[1090,1421,-29], +[332,1390,-219], +[335,1390,-219], +[206,1273,-164], +[73,1273,-164], +[904,1101,-42], +[900,1101,-42], +[875,3080,-40], +[875,3053,-40], +[875,3081,-40], +[875,3084,-40], +[875,3083,-40], +[875,3090,-40], +[1101,332,-150], +[1101,335,-150], +[259,956,-42], +[259,1249,-42], +[259,1090,-42], +[259,740,-42], +[479,509,-56], +[1522,395,-220], +[537,990,-29], +[578,330,-48], +[1522,498,-69], +[485,507,-69], +[485,509,-69], +[956,1406,-56], +[956,1414,-56], +[1249,1406,-56], +[1249,1414,-56], +[740,1406,-56], +[740,1414,-56], +[1090,1406,-56], +[1090,1414,-56], +[1242,875,-56], +[2489,1063,-40], +[1366,2489,-42], +[259,475,-42], +[259,441,-42], +[259,533,-42], +[259,444,-42], +[259,454,-42], +[259,582,-42], +[259,470,-42], +[259,550,-42], +[259,551,-42], +[259,539,-42], +[259,445,-42], +[259,544,-42], +[259,476,-42], +[259,452,-42], +[259,477,-42], +[3080,926,-110], +[3080,928,-110], +[3053,926,-110], +[3053,928,-110], +[3081,926,-110], +[3081,928,-110], +[3084,926,-110], +[3084,928,-110], +[3083,926,-110], +[3083,928,-110], +[3090,926,-110], +[3090,928,-110], +[395,1114,-15], +[578,206,-96], +[399,1231,-84], +[401,1231,-84], +[405,1231,-84], +[400,1231,-84], +[402,1231,-84], +[1343,3074,-27], +[1345,3074,-27], +[1355,3074,-27], +[1350,3074,-27], +[1348,3074,-27], +[79,395,-41], +[761,395,-41], +[3104,395,-41], +[3105,395,-41], +[3110,395,-41], +[3107,395,-41], +[537,840,-55], +[1522,1114,-123], +[482,717,68], +[503,717,68], +[500,717,68], +[1273,0,-165], +[1273,25,-165], +[1273,4,-165], +[1273,13,-165], +[1273,37,-165], +[1273,20,-165], +[1273,34,-165], +[1273,35,-165], +[1273,31,-165], +[1273,5,-165], +[1273,32,-165], +[1273,12,-165], +[928,342,-41], +[928,292,-41], +[926,342,-41], +[926,292,-41], +[1274,1278,-166], +[1274,1281,-166], +[598,1037,-40], +[497,3125,-109], +[1366,1262,-69], +[1366,3040,-69], +[608,3077,-29], +[1216,3077,-29], +[604,3077,-29], +[1037,990,-83], +[876,1421,-29], +[1406,1231,-15], +[1414,1231,-15], +[295,797,-274], +[295,679,-274], +[295,1229,-274], +[295,1230,-274], +[125,1254,-151], +[125,1187,-151], +[125,1372,-151], +[125,1440,-151], +[125,1386,-151], +[125,791,-151], +[125,3119,-151], +[125,881,-151], +[125,872,-151], +[125,1487,-151], +[125,828,-151], +[125,1093,-151], +[125,1218,-151], +[125,1222,-151], +[125,1118,-151], +[571,186,-275], +[571,187,-275], +[577,186,-275], +[577,187,-275], +[718,186,-275], +[718,187,-275], +[295,840,-29], +[486,3125,-15], +[479,657,-41], +[1242,990,-68], +[295,1050,-249], +[79,410,-123], +[79,412,-123], +[79,413,-123], +[79,414,-123], +[79,418,-123], +[761,410,-123], +[761,412,-123], +[761,413,-123], +[761,414,-123], +[761,418,-123], +[3104,410,-123], +[3104,412,-123], +[3104,413,-123], +[3104,414,-123], +[3104,418,-123], +[3105,410,-123], +[3105,412,-123], +[3105,413,-123], +[3105,414,-123], +[3105,418,-123], +[3110,410,-123], +[3110,412,-123], +[3110,413,-123], +[3110,414,-123], +[3110,418,-123], +[3107,410,-123], +[3107,412,-123], +[3107,413,-123], +[3107,414,-123], +[3107,418,-123], +[1242,295,-54], +[886,1366,-41], +[1267,1366,-41], +[896,1366,-41], +[894,1366,-41], +[897,1366,-41], +[895,1366,-41], +[888,1366,-41], +[1522,1113,-123], +[1286,427,-84], +[1286,428,-84], +[1286,432,-84], +[1286,430,-84], +[1287,427,-84], +[1287,428,-84], +[1287,432,-84], +[1287,430,-84], +[1290,427,-84], +[1290,428,-84], +[1290,432,-84], +[1290,430,-84], +[1289,427,-84], +[1289,428,-84], +[1289,432,-84], +[1289,430,-84], +[589,1283,-317], +[589,1280,-317], +[589,1259,-317], +[710,571,150], +[710,577,150], +[710,718,150], +[1043,571,150], +[1043,577,150], +[1043,718,150], +[406,929,-40], +[406,927,-40], +[330,1302,-14], +[282,1,-82], +[282,2,-82], +[282,3,-82], +[63,1,-82], +[63,2,-82], +[63,3,-82], +[297,1,-82], +[297,2,-82], +[297,3,-82], +[236,1,-82], +[236,2,-82], +[236,3,-82], +[117,1,-82], +[117,2,-82], +[117,3,-82], +[257,1,-82], +[257,2,-82], +[257,3,-82], +[241,1,-82], +[241,2,-82], +[241,3,-82], +[247,1,-82], +[247,2,-82], +[247,3,-82], +[285,1,-82], +[285,2,-82], +[285,3,-82], +[254,1,-82], +[254,2,-82], +[254,3,-82], +[67,1,-82], +[67,2,-82], +[67,3,-82], +[267,1,-82], +[267,2,-82], +[267,3,-82], +[245,1,-82], +[245,2,-82], +[245,3,-82], +[265,1,-82], +[265,2,-82], +[265,3,-82], +[246,1,-82], +[246,2,-82], +[246,3,-82], +[277,1,-82], +[277,2,-82], +[277,3,-82], +[571,406,-41], +[577,406,-41], +[718,406,-41], +[406,1050,-150], +[342,206,-96], +[342,73,-96], +[292,206,-96], +[292,73,-96], +[368,410,70], +[368,412,70], +[368,413,70], +[368,414,70], +[368,418,70], +[519,501,-27], +[504,501,-27], +[506,501,-27], +[518,501,-27], +[513,501,-13], +[875,485,-27], +[259,627,-42], +[1037,3123,-14], +[519,882,-42], +[519,1373,-42], +[519,1488,-42], +[519,1388,-42], +[519,792,-42], +[519,1190,-42], +[519,1095,-42], +[519,1223,-42], +[519,829,-42], +[519,1256,-42], +[519,1219,-42], +[519,873,-42], +[519,3120,-42], +[519,1120,-42], +[519,1441,-42], +[504,882,-42], +[504,1373,-42], +[504,1488,-42], +[504,1388,-42], +[504,792,-42], +[504,1190,-42], +[504,1095,-42], +[504,1223,-42], +[504,829,-42], +[504,1256,-42], +[504,1219,-42], +[504,873,-42], +[504,3120,-42], +[504,1120,-42], +[504,1441,-42], +[506,882,-42], +[506,1373,-42], +[506,1488,-42], +[506,1388,-42], +[506,792,-42], +[506,1190,-42], +[506,1095,-42], +[506,1223,-42], +[506,829,-42], +[506,1256,-42], +[506,1219,-42], +[506,873,-42], +[506,3120,-42], +[506,1120,-42], +[506,1441,-42], +[518,882,-42], +[518,1373,-42], +[518,1488,-42], +[518,1388,-42], +[518,792,-42], +[518,1190,-42], +[518,1095,-42], +[518,1223,-42], +[518,829,-42], +[518,1256,-42], +[518,1219,-42], +[518,873,-42], +[518,3120,-42], +[518,1120,-42], +[518,1441,-42], +[1366,1390,-82], +[710,1283,40], +[710,1280,40], +[710,1259,40], +[1043,1283,40], +[1043,1280,40], +[1043,1259,40], +[1099,540,-29], +[537,926,-54], +[537,928,-54], +[1522,818,-54], +[206,1378,-84], +[206,722,-84], +[206,1379,-84], +[206,1237,-84], +[73,1378,-84], +[73,722,-84], +[73,1379,-84], +[73,1237,-84], +[1262,840,-56], +[3040,840,-56], +[295,1481,-27], +[332,1509,-207], +[332,1490,-207], +[332,1507,-207], +[332,1491,-207], +[332,1495,-207], +[332,1499,-207], +[332,3050,-207], +[332,1519,-207], +[332,1493,-207], +[332,3046,-207], +[332,1515,-207], +[332,3039,-207], +[332,1494,-207], +[335,1509,-207], +[335,1490,-207], +[335,1507,-207], +[335,1491,-207], +[335,1495,-207], +[335,1499,-207], +[335,3050,-207], +[335,1519,-207], +[335,1493,-207], +[335,3046,-207], +[335,1515,-207], +[335,3039,-207], +[335,1494,-207], +[722,840,-27], +[1237,840,-27], +[1302,840,-27], +[215,882,-247], +[215,1373,-247], +[215,1488,-247], +[215,1388,-247], +[215,792,-247], +[215,1190,-247], +[215,1095,-247], +[215,1223,-247], +[215,829,-247], +[215,1256,-247], +[215,1219,-247], +[215,873,-247], +[215,3120,-247], +[215,1120,-247], +[215,1441,-247], +[79,956,-164], +[79,1249,-164], +[79,1090,-164], +[79,740,-164], +[761,956,-164], +[761,1249,-164], +[761,1090,-164], +[761,740,-164], +[3104,956,-164], +[3104,1249,-164], +[3104,1090,-164], +[3104,740,-164], +[3105,956,-164], +[3105,1249,-164], +[3105,1090,-164], +[3105,740,-164], +[3110,956,-164], +[3110,1249,-164], +[3110,1090,-164], +[3110,740,-164], +[3107,956,-164], +[3107,1249,-164], +[3107,1090,-164], +[3107,740,-164], +[314,399,-28], +[314,401,-28], +[314,405,-28], +[314,400,-28], +[314,402,-28], +[315,399,-28], +[315,401,-28], +[315,405,-28], +[315,400,-28], +[315,402,-28], +[324,399,-28], +[324,401,-28], +[324,405,-28], +[324,400,-28], +[324,402,-28], +[320,399,-28], +[320,401,-28], +[320,405,-28], +[320,400,-28], +[320,402,-28], +[318,399,-28], +[318,401,-28], +[318,405,-28], +[318,400,-28], +[318,402,-28], +[410,1254,-317], +[410,1187,-317], +[410,1372,-317], +[410,1440,-317], +[410,1386,-317], +[410,791,-317], +[410,3119,-317], +[410,881,-317], +[410,872,-317], +[410,1487,-317], +[410,828,-317], +[410,1093,-317], +[410,1218,-317], +[410,1222,-317], +[410,1118,-317], +[412,1254,-317], +[412,1187,-317], +[412,1372,-317], +[412,1440,-317], +[412,1386,-317], +[412,791,-317], +[412,3119,-317], +[412,881,-317], +[412,872,-317], +[412,1487,-317], +[412,828,-317], +[412,1093,-317], +[412,1218,-317], +[412,1222,-317], +[412,1118,-317], +[413,1254,-317], +[413,1187,-317], +[413,1372,-317], +[413,1440,-317], +[413,1386,-317], +[413,791,-317], +[413,3119,-317], +[413,881,-317], +[413,872,-317], +[413,1487,-317], +[413,828,-317], +[413,1093,-317], +[413,1218,-317], +[413,1222,-317], +[413,1118,-317], +[414,1254,-317], +[414,1187,-317], +[414,1372,-317], +[414,1440,-317], +[414,1386,-317], +[414,791,-317], +[414,3119,-317], +[414,881,-317], +[414,872,-317], +[414,1487,-317], +[414,828,-317], +[414,1093,-317], +[414,1218,-317], +[414,1222,-317], +[414,1118,-317], +[418,1254,-317], +[418,1187,-317], +[418,1372,-317], +[418,1440,-317], +[418,1386,-317], +[418,791,-317], +[418,3119,-317], +[418,881,-317], +[418,872,-317], +[418,1487,-317], +[418,828,-317], +[418,1093,-317], +[418,1218,-317], +[418,1222,-317], +[418,1118,-317], +[395,761,-139], +[395,1161,-139], +[395,713,-139], +[395,1200,-139], +[395,701,-139], +[395,886,-139], +[395,630,-139], +[395,766,-139], +[395,1156,-139], +[395,1136,-139], +[395,1267,-139], +[395,842,-139], +[395,646,-139], +[395,785,-139], +[395,768,-139], +[395,772,-139], +[395,781,-139], +[395,1159,-139], +[395,1139,-139], +[395,1145,-139], +[395,1203,-139], +[395,1153,-139], +[395,632,-139], +[395,648,-139], +[395,645,-139], +[395,710,-139], +[395,798,-139], +[395,769,-139], +[395,782,-139], +[395,816,-139], +[395,770,-139], +[395,896,-139], +[395,894,-139], +[395,897,-139], +[395,1170,-139], +[395,1143,-139], +[395,1167,-139], +[395,1144,-139], +[395,895,-139], +[395,1192,-139], +[395,888,-139], +[497,956,-192], +[497,1249,-192], +[497,1090,-192], +[497,740,-192], +[188,1114,-42], +[196,1114,-42], +[195,1114,-42], +[479,1181,-28], +[485,597,-70], +[3125,1059,-28], +[3125,795,-28], +[513,498,-42], +[510,779,-234], +[510,784,-234], +[1283,761,-179], +[1283,1161,-179], +[1283,713,-179], +[1283,1200,-179], +[1283,701,-179], +[1283,886,-179], +[1283,630,-179], +[1283,766,-179], +[1283,1156,-179], +[1283,1136,-179], +[1283,1267,-179], +[1283,842,-179], +[1283,646,-179], +[1283,785,-179], +[1283,768,-179], +[1283,772,-179], +[1283,781,-179], +[1283,1159,-179], +[1283,1139,-179], +[1283,1145,-179], +[1283,1203,-179], +[1283,1153,-179], +[1283,632,-179], +[1283,648,-179], +[1283,645,-179], +[1283,710,-179], +[1283,798,-179], +[1283,769,-179], +[1283,782,-179], +[1283,816,-179], +[1283,770,-179], +[1283,896,-179], +[1283,894,-179], +[1283,897,-179], +[1283,1170,-179], +[1283,1143,-179], +[1283,1167,-179], +[1283,1144,-179], +[1283,895,-179], +[1283,1192,-179], +[1283,888,-179], +[1280,761,-179], +[1280,1161,-179], +[1280,713,-179], +[1280,1200,-179], +[1280,701,-179], +[1280,886,-179], +[1280,630,-179], +[1280,766,-179], +[1280,1156,-179], +[1280,1136,-179], +[1280,1267,-179], +[1280,842,-179], +[1280,646,-179], +[1280,785,-179], +[1280,768,-179], +[1280,772,-179], +[1280,781,-179], +[1280,1159,-179], +[1280,1139,-179], +[1280,1145,-179], +[1280,1203,-179], +[1280,1153,-179], +[1280,632,-179], +[1280,648,-179], +[1280,645,-179], +[1280,710,-179], +[1280,798,-179], +[1280,769,-179], +[1280,782,-179], +[1280,816,-179], +[1280,770,-179], +[1280,896,-179], +[1280,894,-179], +[1280,897,-179], +[1280,1170,-179], +[1280,1143,-179], +[1280,1167,-179], +[1280,1144,-179], +[1280,895,-179], +[1280,1192,-179], +[1280,888,-179], +[1259,761,-179], +[1259,1161,-179], +[1259,713,-179], +[1259,1200,-179], +[1259,701,-179], +[1259,886,-179], +[1259,630,-179], +[1259,766,-179], +[1259,1156,-179], +[1259,1136,-179], +[1259,1267,-179], +[1259,842,-179], +[1259,646,-179], +[1259,785,-179], +[1259,768,-179], +[1259,772,-179], +[1259,781,-179], +[1259,1159,-179], +[1259,1139,-179], +[1259,1145,-179], +[1259,1203,-179], +[1259,1153,-179], +[1259,632,-179], +[1259,648,-179], +[1259,645,-179], +[1259,710,-179], +[1259,798,-179], +[1259,769,-179], +[1259,782,-179], +[1259,816,-179], +[1259,770,-179], +[1259,896,-179], +[1259,894,-179], +[1259,897,-179], +[1259,1170,-179], +[1259,1143,-179], +[1259,1167,-179], +[1259,1144,-179], +[1259,895,-179], +[1259,1192,-179], +[1259,888,-179], +[3062,395,-41], +[3064,395,-41], +[3068,395,-41], +[3063,395,-41], +[3065,395,-41], +[1200,3080,-54], +[1200,3053,-54], +[1200,3081,-54], +[1200,3084,-54], +[1200,3083,-54], +[1200,3090,-54], +[586,3080,-54], +[586,3053,-54], +[586,3081,-54], +[586,3084,-54], +[586,3083,-54], +[586,3090,-54], +[1433,3080,-54], +[1433,3053,-54], +[1433,3081,-54], +[1433,3084,-54], +[1433,3083,-54], +[1433,3090,-54], +[1136,3080,-54], +[1136,3053,-54], +[1136,3081,-54], +[1136,3084,-54], +[1136,3083,-54], +[1136,3090,-54], +[1210,3080,-54], +[1210,3053,-54], +[1210,3081,-54], +[1210,3084,-54], +[1210,3083,-54], +[1210,3090,-54], +[1159,3080,-54], +[1159,3053,-54], +[1159,3081,-54], +[1159,3084,-54], +[1159,3083,-54], +[1159,3090,-54], +[1139,3080,-54], +[1139,3053,-54], +[1139,3081,-54], +[1139,3084,-54], +[1139,3083,-54], +[1139,3090,-54], +[1145,3080,-54], +[1145,3053,-54], +[1145,3081,-54], +[1145,3084,-54], +[1145,3083,-54], +[1145,3090,-54], +[1203,3080,-54], +[1203,3053,-54], +[1203,3081,-54], +[1203,3084,-54], +[1203,3083,-54], +[1203,3090,-54], +[1153,3080,-54], +[1153,3053,-54], +[1153,3081,-54], +[1153,3084,-54], +[1153,3083,-54], +[1153,3090,-54], +[1170,3080,-54], +[1170,3053,-54], +[1170,3081,-54], +[1170,3084,-54], +[1170,3083,-54], +[1170,3090,-54], +[1143,3080,-54], +[1143,3053,-54], +[1143,3081,-54], +[1143,3084,-54], +[1143,3083,-54], +[1143,3090,-54], +[1167,3080,-54], +[1167,3053,-54], +[1167,3081,-54], +[1167,3084,-54], +[1167,3083,-54], +[1167,3090,-54], +[1144,3080,-54], +[1144,3053,-54], +[1144,3081,-54], +[1144,3084,-54], +[1144,3083,-54], +[1144,3090,-54], +[1192,3080,-54], +[1192,3053,-54], +[1192,3081,-54], +[1192,3084,-54], +[1192,3083,-54], +[1192,3090,-54], +[927,1435,-125], +[929,1435,-125], +[1231,399,-82], +[1231,401,-82], +[1231,405,-82], +[1231,400,-82], +[1231,402,-82], +[1382,1522,-123], +[589,259,-40], +[589,238,-40], +[589,282,-40], +[589,45,-40], +[589,129,-40], +[589,236,-40], +[589,297,-40], +[589,50,-40], +[589,257,-40], +[589,241,-40], +[589,247,-40], +[589,285,-40], +[589,254,-40], +[589,48,-40], +[589,52,-40], +[589,49,-40], +[589,137,-40], +[589,135,-40], +[589,138,-40], +[589,267,-40], +[589,245,-40], +[589,265,-40], +[589,246,-40], +[589,136,-40], +[589,277,-40], +[589,131,-40], +[342,1366,-28], +[292,1366,-28], +[1343,399,-96], +[1343,401,-96], +[1343,405,-96], +[1343,400,-96], +[1343,402,-96], +[1345,399,-96], +[1345,401,-96], +[1345,405,-96], +[1345,400,-96], +[1345,402,-96], +[1355,399,-96], +[1355,401,-96], +[1355,405,-96], +[1355,400,-96], +[1355,402,-96], +[1350,399,-96], +[1350,401,-96], +[1350,405,-96], +[1350,400,-96], +[1350,402,-96], +[1348,399,-96], +[1348,401,-96], +[1348,405,-96], +[1348,400,-96], +[1348,402,-96], +[410,3115,-96], +[410,3117,-96], +[410,1381,-96], +[410,1382,-96], +[410,1385,-96], +[412,3115,-96], +[412,3117,-96], +[412,1381,-96], +[412,1382,-96], +[412,1385,-96], +[413,3115,-96], +[413,3117,-96], +[413,1381,-96], +[413,1382,-96], +[413,1385,-96], +[414,3115,-96], +[414,3117,-96], +[414,1381,-96], +[414,1382,-96], +[414,1385,-96], +[418,3115,-96], +[418,3117,-96], +[418,1381,-96], +[418,1382,-96], +[418,1385,-96], +[395,3104,-42], +[395,3105,-42], +[395,3110,-42], +[395,3107,-42], +[1278,1132,-42], +[1281,1132,-42], +[1366,926,-166], +[1366,928,-166], +[1366,717,-68], +[1378,875,-54], +[295,537,-84], +[882,0,-247], +[882,25,-247], +[882,4,-247], +[882,13,-247], +[882,37,-247], +[882,20,-247], +[882,34,-247], +[882,35,-247], +[882,31,-247], +[882,5,-247], +[882,32,-247], +[882,12,-247], +[1373,0,-247], +[1373,25,-247], +[1373,4,-247], +[1373,13,-247], +[1373,37,-247], +[1373,20,-247], +[1373,34,-247], +[1373,35,-247], +[1373,31,-247], +[1373,5,-247], +[1373,32,-247], +[1373,12,-247], +[1488,0,-247], +[1488,25,-247], +[1488,4,-247], +[1488,13,-247], +[1488,37,-247], +[1488,20,-247], +[1488,34,-247], +[1488,35,-247], +[1488,31,-247], +[1488,5,-247], +[1488,32,-247], +[1488,12,-247], +[1388,0,-247], +[1388,25,-247], +[1388,4,-247], +[1388,13,-247], +[1388,37,-247], +[1388,20,-247], +[1388,34,-247], +[1388,35,-247], +[1388,31,-247], +[1388,5,-247], +[1388,32,-247], +[1388,12,-247], +[792,0,-247], +[792,25,-247], +[792,4,-247], +[792,13,-247], +[792,37,-247], +[792,20,-247], +[792,34,-247], +[792,35,-247], +[792,31,-247], +[792,5,-247], +[792,32,-247], +[792,12,-247], +[1190,0,-247], +[1190,25,-247], +[1190,4,-247], +[1190,13,-247], +[1190,37,-247], +[1190,20,-247], +[1190,34,-247], +[1190,35,-247], +[1190,31,-247], +[1190,5,-247], +[1190,32,-247], +[1190,12,-247], +[1441,0,-247], +[1441,25,-247], +[1441,4,-247], +[1441,13,-247], +[1441,37,-247], +[1441,20,-247], +[1441,34,-247], +[1441,35,-247], +[1441,31,-247], +[1441,5,-247], +[1441,32,-247], +[1441,12,-247], +[1120,0,-247], +[1120,25,-247], +[1120,4,-247], +[1120,13,-247], +[1120,37,-247], +[1120,20,-247], +[1120,34,-247], +[1120,35,-247], +[1120,31,-247], +[1120,5,-247], +[1120,32,-247], +[1120,12,-247], +[1223,0,-247], +[1223,25,-247], +[1223,4,-247], +[1223,13,-247], +[1223,37,-247], +[1223,20,-247], +[1223,34,-247], +[1223,35,-247], +[1223,31,-247], +[1223,5,-247], +[1223,32,-247], +[1223,12,-247], +[873,0,-247], +[873,25,-247], +[873,4,-247], +[873,13,-247], +[873,37,-247], +[873,20,-247], +[873,34,-247], +[873,35,-247], +[873,31,-247], +[873,5,-247], +[873,32,-247], +[873,12,-247], +[1219,0,-247], +[1219,25,-247], +[1219,4,-247], +[1219,13,-247], +[1219,37,-247], +[1219,20,-247], +[1219,34,-247], +[1219,35,-247], +[1219,31,-247], +[1219,5,-247], +[1219,32,-247], +[1219,12,-247], +[1256,0,-247], +[1256,25,-247], +[1256,4,-247], +[1256,13,-247], +[1256,37,-247], +[1256,20,-247], +[1256,34,-247], +[1256,35,-247], +[1256,31,-247], +[1256,5,-247], +[1256,32,-247], +[1256,12,-247], +[3120,0,-247], +[3120,25,-247], +[3120,4,-247], +[3120,13,-247], +[3120,37,-247], +[3120,20,-247], +[3120,34,-247], +[3120,35,-247], +[3120,31,-247], +[3120,5,-247], +[3120,32,-247], +[3120,12,-247], +[1095,0,-247], +[1095,25,-247], +[1095,4,-247], +[1095,13,-247], +[1095,37,-247], +[1095,20,-247], +[1095,34,-247], +[1095,35,-247], +[1095,31,-247], +[1095,5,-247], +[1095,32,-247], +[1095,12,-247], +[829,0,-247], +[829,25,-247], +[829,4,-247], +[829,13,-247], +[829,37,-247], +[829,20,-247], +[829,34,-247], +[829,35,-247], +[829,31,-247], +[829,5,-247], +[829,32,-247], +[829,12,-247], +[410,1050,-288], +[412,1050,-288], +[413,1050,-288], +[414,1050,-288], +[418,1050,-288], +[1382,0,-15], +[1382,25,-15], +[1382,4,-15], +[1382,13,-15], +[1382,37,-15], +[1382,20,-15], +[1382,34,-15], +[1382,35,-15], +[1382,31,-15], +[1382,5,-15], +[1382,32,-15], +[1382,12,-15], +[0,1366,-42], +[25,1366,-42], +[4,1366,-42], +[13,1366,-42], +[37,1366,-42], +[20,1366,-42], +[34,1366,-42], +[35,1366,-42], +[31,1366,-42], +[5,1366,-42], +[32,1366,-42], +[12,1366,-42], +[1161,926,-54], +[1161,928,-54], +[206,3077,-69], +[73,3077,-69], +[314,395,-27], +[315,395,-27], +[324,395,-27], +[320,395,-27], +[318,395,-27], +[923,406,-151], +[3077,1278,-29], +[3077,1281,-29], +[1114,1230,-302], +[937,1198,-29], +[937,703,-29], +[937,1199,-29], +[937,704,-29], +[937,1297,-29], +[937,1469,-29], +[937,998,-29], +[937,1129,-29], +[441,1198,-29], +[441,703,-29], +[441,1199,-29], +[441,704,-29], +[441,1297,-29], +[441,1469,-29], +[441,998,-29], +[441,1129,-29], +[930,1198,-29], +[930,703,-29], +[930,1199,-29], +[930,704,-29], +[930,1297,-29], +[930,1469,-29], +[930,998,-29], +[930,1129,-29], +[1071,1198,-29], +[1071,703,-29], +[1071,1199,-29], +[1071,704,-29], +[1071,1297,-29], +[1071,1469,-29], +[1071,998,-29], +[1071,1129,-29], +[1103,1198,-29], +[1103,703,-29], +[1103,1199,-29], +[1103,704,-29], +[1103,1297,-29], +[1103,1469,-29], +[1103,998,-29], +[1103,1129,-29], +[935,1198,-29], +[935,703,-29], +[935,1199,-29], +[935,704,-29], +[935,1297,-29], +[935,1469,-29], +[935,998,-29], +[935,1129,-29], +[533,1198,-29], +[533,703,-29], +[533,1199,-29], +[533,704,-29], +[533,1297,-29], +[533,1469,-29], +[533,998,-29], +[533,1129,-29], +[444,1198,-29], +[444,703,-29], +[444,1199,-29], +[444,704,-29], +[444,1297,-29], +[444,1469,-29], +[444,998,-29], +[444,1129,-29], +[454,1198,-29], +[454,703,-29], +[454,1199,-29], +[454,704,-29], +[454,1297,-29], +[454,1469,-29], +[454,998,-29], +[454,1129,-29], +[582,1198,-29], +[582,703,-29], +[582,1199,-29], +[582,704,-29], +[582,1297,-29], +[582,1469,-29], +[582,998,-29], +[582,1129,-29], +[470,1198,-29], +[470,703,-29], +[470,1199,-29], +[470,704,-29], +[470,1297,-29], +[470,1469,-29], +[470,998,-29], +[470,1129,-29], +[550,1198,-29], +[550,703,-29], +[550,1199,-29], +[550,704,-29], +[550,1297,-29], +[550,1469,-29], +[550,998,-29], +[550,1129,-29], +[551,1198,-29], +[551,703,-29], +[551,1199,-29], +[551,704,-29], +[551,1297,-29], +[551,1469,-29], +[551,998,-29], +[551,1129,-29], +[1130,1198,-29], +[1130,703,-29], +[1130,1199,-29], +[1130,704,-29], +[1130,1297,-29], +[1130,1469,-29], +[1130,998,-29], +[1130,1129,-29], +[539,1198,-29], +[539,703,-29], +[539,1199,-29], +[539,704,-29], +[539,1297,-29], +[539,1469,-29], +[539,998,-29], +[539,1129,-29], +[445,1198,-29], +[445,703,-29], +[445,1199,-29], +[445,704,-29], +[445,1297,-29], +[445,1469,-29], +[445,998,-29], +[445,1129,-29], +[544,1198,-29], +[544,703,-29], +[544,1199,-29], +[544,704,-29], +[544,1297,-29], +[544,1469,-29], +[544,998,-29], +[544,1129,-29], +[938,1198,-29], +[938,703,-29], +[938,1199,-29], +[938,704,-29], +[938,1297,-29], +[938,1469,-29], +[938,998,-29], +[938,1129,-29], +[1104,1198,-29], +[1104,703,-29], +[1104,1199,-29], +[1104,704,-29], +[1104,1297,-29], +[1104,1469,-29], +[1104,998,-29], +[1104,1129,-29], +[1110,1198,-29], +[1110,703,-29], +[1110,1199,-29], +[1110,704,-29], +[1110,1297,-29], +[1110,1469,-29], +[1110,998,-29], +[1110,1129,-29], +[1108,1198,-29], +[1108,703,-29], +[1108,1199,-29], +[1108,704,-29], +[1108,1297,-29], +[1108,1469,-29], +[1108,998,-29], +[1108,1129,-29], +[452,1198,-29], +[452,703,-29], +[452,1199,-29], +[452,704,-29], +[452,1297,-29], +[452,1469,-29], +[452,998,-29], +[452,1129,-29], +[1509,1224,-40], +[497,597,-41], +[344,797,-276], +[344,679,-276], +[344,1229,-276], +[344,1230,-276], +[850,295,-180], +[1231,540,-41], +[510,498,-96], +[1277,482,137], +[1284,482,137], +[722,1522,-41], +[1237,1522,-41], +[1302,1522,-41], +[125,540,-70], +[1242,1302,-41], +[342,929,-41], +[342,927,-41], +[292,929,-41], +[292,927,-41], +[125,875,-41], +[1366,929,-54], +[1366,927,-54], +[132,674,-109], +[132,675,-109], +[132,1364,-109], +[674,1435,-13], +[1364,1435,-13], +[1283,342,-56], +[1283,292,-56], +[1280,342,-56], +[1280,292,-56], +[1259,342,-56], +[1259,292,-56], +[368,1343,-164], +[368,1345,-164], +[368,1355,-164], +[368,1350,-164], +[368,1348,-164], +[3062,875,-56], +[3064,875,-56], +[3068,875,-56], +[3063,875,-56], +[3065,875,-56], +[927,186,-69], +[927,187,-69], +[929,186,-69], +[929,187,-69], +[717,797,55], +[717,679,55], +[717,1229,55], +[717,1230,55], +[1375,797,55], +[1375,679,55], +[1375,1229,55], +[1375,1230,55], +[1476,797,55], +[1476,679,55], +[1476,1229,55], +[1476,1230,55], +[0,956,-41], +[0,1249,-41], +[0,1090,-41], +[0,740,-41], +[25,956,-41], +[25,1249,-41], +[25,1090,-41], +[25,740,-41], +[4,956,-41], +[4,1249,-41], +[4,1090,-41], +[4,740,-41], +[13,956,-41], +[13,1249,-41], +[13,1090,-41], +[13,740,-41], +[37,956,-41], +[37,1249,-41], +[37,1090,-41], +[37,740,-41], +[20,956,-41], +[20,1249,-41], +[20,1090,-41], +[20,740,-41], +[34,956,-41], +[34,1249,-41], +[34,1090,-41], +[34,740,-41], +[35,956,-41], +[35,1249,-41], +[35,1090,-41], +[35,740,-41], +[31,956,-41], +[31,1249,-41], +[31,1090,-41], +[31,740,-41], +[5,956,-41], +[5,1249,-41], +[5,1090,-41], +[5,740,-41], +[32,956,-41], +[32,1249,-41], +[32,1090,-41], +[32,740,-41], +[12,956,-41], +[12,1249,-41], +[12,1090,-41], +[12,740,-41], +[1421,779,-54], +[1421,784,-54], +[206,1114,-15], +[73,1114,-15], +[1378,1428,-29], +[295,1242,-27], +[259,1068,28], +[519,1421,-28], +[504,1421,-28], +[506,1421,-28], +[518,1421,-28], +[1266,1278,-54], +[1266,1281,-54], +[409,589,55], +[332,1231,-221], +[335,1231,-221], +[1366,485,-29], +[186,797,-69], +[186,679,-69], +[186,1229,-69], +[186,1230,-69], +[350,797,-69], +[350,679,-69], +[350,1229,-69], +[350,1230,-69], +[366,797,-69], +[366,679,-69], +[366,1229,-69], +[366,1230,-69], +[352,797,-69], +[352,679,-69], +[352,1229,-69], +[352,1230,-69], +[355,797,-69], +[355,679,-69], +[355,1229,-69], +[355,1230,-69], +[358,797,-69], +[358,679,-69], +[358,1229,-69], +[358,1230,-69], +[187,797,-69], +[187,679,-69], +[187,1229,-69], +[187,1230,-69], +[392,797,-69], +[392,679,-69], +[392,1229,-69], +[392,1230,-69], +[378,797,-69], +[378,679,-69], +[378,1229,-69], +[378,1230,-69], +[353,797,-69], +[353,679,-69], +[353,1229,-69], +[353,1230,-69], +[389,797,-69], +[389,679,-69], +[389,1229,-69], +[389,1230,-69], +[374,797,-69], +[374,679,-69], +[374,1229,-69], +[374,1230,-69], +[381,797,-69], +[381,679,-69], +[381,1229,-69], +[381,1230,-69], +[354,797,-69], +[354,679,-69], +[354,1229,-69], +[354,1230,-69], +[1283,3074,-54], +[1280,3074,-54], +[1259,3074,-54], +[203,259,-82], +[203,238,-82], +[203,282,-82], +[203,45,-82], +[203,129,-82], +[203,236,-82], +[203,297,-82], +[203,50,-82], +[203,257,-82], +[203,241,-82], +[203,247,-82], +[203,285,-82], +[203,254,-82], +[203,48,-82], +[203,52,-82], +[203,49,-82], +[203,137,-82], +[203,135,-82], +[203,138,-82], +[203,267,-82], +[203,245,-82], +[203,265,-82], +[203,246,-82], +[203,136,-82], +[203,277,-82], +[203,131,-82], +[205,259,-82], +[205,238,-82], +[205,282,-82], +[205,45,-82], +[205,129,-82], +[205,236,-82], +[205,297,-82], +[205,50,-82], +[205,257,-82], +[205,241,-82], +[205,247,-82], +[205,285,-82], +[205,254,-82], +[205,48,-82], +[205,52,-82], +[205,49,-82], +[205,137,-82], +[205,135,-82], +[205,138,-82], +[205,267,-82], +[205,245,-82], +[205,265,-82], +[205,246,-82], +[205,136,-82], +[205,277,-82], +[205,131,-82], +[209,259,-82], +[209,238,-82], +[209,282,-82], +[209,45,-82], +[209,129,-82], +[209,236,-82], +[209,297,-82], +[209,50,-82], +[209,257,-82], +[209,241,-82], +[209,247,-82], +[209,285,-82], +[209,254,-82], +[209,48,-82], +[209,52,-82], +[209,49,-82], +[209,137,-82], +[209,135,-82], +[209,138,-82], +[209,267,-82], +[209,245,-82], +[209,265,-82], +[209,246,-82], +[209,136,-82], +[209,277,-82], +[209,131,-82], +[207,259,-82], +[207,238,-82], +[207,282,-82], +[207,45,-82], +[207,129,-82], +[207,236,-82], +[207,297,-82], +[207,50,-82], +[207,257,-82], +[207,241,-82], +[207,247,-82], +[207,285,-82], +[207,254,-82], +[207,48,-82], +[207,52,-82], +[207,49,-82], +[207,137,-82], +[207,135,-82], +[207,138,-82], +[207,267,-82], +[207,245,-82], +[207,265,-82], +[207,246,-82], +[207,136,-82], +[207,277,-82], +[207,131,-82], +[497,486,-29], +[597,832,-14], +[832,832,-14], +[1001,832,-14], +[784,832,-14], +[927,206,-96], +[927,73,-96], +[929,206,-96], +[929,73,-96], +[1509,856,41], +[701,1012,-16], +[630,1135,-80], +[630,63,-80], +[630,148,-80], +[630,203,-80], +[630,288,-80], +[630,158,-80], +[630,188,-80], +[630,1012,-80], +[630,167,-80], +[630,153,-80], +[630,38,-80], +[630,125,-80], +[630,222,-80], +[630,299,-80], +[630,79,-80], +[630,184,-80], +[630,81,-80], +[630,344,-80], +[630,217,-80], +[630,97,-80], +[630,82,-80], +[630,86,-80], +[630,94,-80], +[630,172,-80], +[630,160,-80], +[630,164,-80], +[630,166,-80], +[630,234,-80], +[630,67,-80], +[630,101,-80], +[630,83,-80], +[630,95,-80], +[630,108,-80], +[630,84,-80], +[630,154,-80], +[630,183,-80], +[630,175,-80], +[630,162,-80], +[630,177,-80], +[630,169,-80], +[630,196,-80], +[630,205,-80], +[630,209,-80], +[630,207,-80], +[630,224,-80], +[630,227,-80], +[630,225,-80], +[630,300,-80], +[630,302,-80], +[630,301,-80], +[630,163,-80], +[630,195,-80], +[646,1135,-80], +[646,63,-80], +[646,148,-80], +[646,203,-80], +[646,288,-80], +[646,158,-80], +[646,188,-80], +[646,1012,-80], +[646,167,-80], +[646,153,-80], +[646,38,-80], +[646,125,-80], +[646,222,-80], +[646,299,-80], +[646,79,-80], +[646,184,-80], +[646,81,-80], +[646,344,-80], +[646,217,-80], +[646,97,-80], +[646,82,-80], +[646,86,-80], +[646,94,-80], +[646,172,-80], +[646,160,-80], +[646,164,-80], +[646,166,-80], +[646,234,-80], +[646,67,-80], +[646,101,-80], +[646,83,-80], +[646,95,-80], +[646,108,-80], +[646,84,-80], +[646,154,-80], +[646,183,-80], +[646,175,-80], +[646,162,-80], +[646,177,-80], +[646,169,-80], +[646,196,-80], +[646,205,-80], +[646,209,-80], +[646,207,-80], +[646,224,-80], +[646,227,-80], +[646,225,-80], +[646,300,-80], +[646,302,-80], +[646,301,-80], +[646,163,-80], +[646,195,-80], +[632,1135,-80], +[632,63,-80], +[632,148,-80], +[632,203,-80], +[632,288,-80], +[632,158,-80], +[632,188,-80], +[632,1012,-80], +[632,167,-80], +[632,153,-80], +[632,38,-80], +[632,125,-80], +[632,222,-80], +[632,299,-80], +[632,79,-80], +[632,184,-80], +[632,81,-80], +[632,344,-80], +[632,217,-80], +[632,97,-80], +[632,82,-80], +[632,86,-80], +[632,94,-80], +[632,172,-80], +[632,160,-80], +[632,164,-80], +[632,166,-80], +[632,234,-80], +[632,67,-80], +[632,101,-80], +[632,83,-80], +[632,95,-80], +[632,108,-80], +[632,84,-80], +[632,154,-80], +[632,183,-80], +[632,175,-80], +[632,162,-80], +[632,177,-80], +[632,169,-80], +[632,196,-80], +[632,205,-80], +[632,209,-80], +[632,207,-80], +[632,224,-80], +[632,227,-80], +[632,225,-80], +[632,300,-80], +[632,302,-80], +[632,301,-80], +[632,163,-80], +[632,195,-80], +[648,1135,-80], +[648,63,-80], +[648,148,-80], +[648,203,-80], +[648,288,-80], +[648,158,-80], +[648,188,-80], +[648,1012,-80], +[648,167,-80], +[648,153,-80], +[648,38,-80], +[648,125,-80], +[648,222,-80], +[648,299,-80], +[648,79,-80], +[648,184,-80], +[648,81,-80], +[648,344,-80], +[648,217,-80], +[648,97,-80], +[648,82,-80], +[648,86,-80], +[648,94,-80], +[648,172,-80], +[648,160,-80], +[648,164,-80], +[648,166,-80], +[648,234,-80], +[648,67,-80], +[648,101,-80], +[648,83,-80], +[648,95,-80], +[648,108,-80], +[648,84,-80], +[648,154,-80], +[648,183,-80], +[648,175,-80], +[648,162,-80], +[648,177,-80], +[648,169,-80], +[648,196,-80], +[648,205,-80], +[648,209,-80], +[648,207,-80], +[648,224,-80], +[648,227,-80], +[648,225,-80], +[648,300,-80], +[648,302,-80], +[648,301,-80], +[648,163,-80], +[648,195,-80], +[645,1135,-80], +[645,63,-80], +[645,148,-80], +[645,203,-80], +[645,288,-80], +[645,158,-80], +[645,188,-80], +[645,1012,-80], +[645,167,-80], +[645,153,-80], +[645,38,-80], +[645,125,-80], +[645,222,-80], +[645,299,-80], +[645,79,-80], +[645,184,-80], +[645,81,-80], +[645,344,-80], +[645,217,-80], +[645,97,-80], +[645,82,-80], +[645,86,-80], +[645,94,-80], +[645,172,-80], +[645,160,-80], +[645,164,-80], +[645,166,-80], +[645,234,-80], +[645,67,-80], +[645,101,-80], +[645,83,-80], +[645,95,-80], +[645,108,-80], +[645,84,-80], +[645,154,-80], +[645,183,-80], +[645,175,-80], +[645,162,-80], +[645,177,-80], +[645,169,-80], +[645,196,-80], +[645,205,-80], +[645,209,-80], +[645,207,-80], +[645,224,-80], +[645,227,-80], +[645,225,-80], +[645,300,-80], +[645,302,-80], +[645,301,-80], +[645,163,-80], +[645,195,-80], +[1231,1413,42], +[510,1435,-27], +[1343,1135,-64], +[1343,63,-64], +[1343,148,-64], +[1343,203,-64], +[1343,288,-64], +[1343,158,-64], +[1343,188,-64], +[1343,1012,-64], +[1343,167,-64], +[1343,153,-64], +[1343,38,-64], +[1343,125,-64], +[1343,222,-64], +[1343,299,-64], +[1343,79,-64], +[1343,184,-64], +[1343,81,-64], +[1343,344,-64], +[1343,217,-64], +[1343,97,-64], +[1343,82,-64], +[1343,86,-64], +[1343,94,-64], +[1343,172,-64], +[1343,160,-64], +[1343,164,-64], +[1343,166,-64], +[1343,234,-64], +[1343,67,-64], +[1343,101,-64], +[1343,83,-64], +[1343,95,-64], +[1343,108,-64], +[1343,84,-64], +[1343,154,-64], +[1343,183,-64], +[1343,175,-64], +[1343,162,-64], +[1343,177,-64], +[1343,169,-64], +[1343,196,-64], +[1343,205,-64], +[1343,209,-64], +[1343,207,-64], +[1343,224,-64], +[1343,227,-64], +[1343,225,-64], +[1343,300,-64], +[1343,302,-64], +[1343,301,-64], +[1343,163,-64], +[1343,195,-64], +[1345,1135,-64], +[1345,63,-64], +[1345,148,-64], +[1345,203,-64], +[1345,288,-64], +[1345,158,-64], +[1345,188,-64], +[1345,1012,-64], +[1345,167,-64], +[1345,153,-64], +[1345,38,-64], +[1345,125,-64], +[1345,222,-64], +[1345,299,-64], +[1345,79,-64], +[1345,184,-64], +[1345,81,-64], +[1345,344,-64], +[1345,217,-64], +[1345,97,-64], +[1345,82,-64], +[1345,86,-64], +[1345,94,-64], +[1345,172,-64], +[1345,160,-64], +[1345,164,-64], +[1345,166,-64], +[1345,234,-64], +[1345,67,-64], +[1345,101,-64], +[1345,83,-64], +[1345,95,-64], +[1345,108,-64], +[1345,84,-64], +[1345,154,-64], +[1345,183,-64], +[1345,175,-64], +[1345,162,-64], +[1345,177,-64], +[1345,169,-64], +[1345,196,-64], +[1345,205,-64], +[1345,209,-64], +[1345,207,-64], +[1345,224,-64], +[1345,227,-64], +[1345,225,-64], +[1345,300,-64], +[1345,302,-64], +[1345,301,-64], +[1345,163,-64], +[1345,195,-64], +[1355,1135,-64], +[1355,63,-64], +[1355,148,-64], +[1355,203,-64], +[1355,288,-64], +[1355,158,-64], +[1355,188,-64], +[1355,1012,-64], +[1355,167,-64], +[1355,153,-64], +[1355,38,-64], +[1355,125,-64], +[1355,222,-64], +[1355,299,-64], +[1355,79,-64], +[1355,184,-64], +[1355,81,-64], +[1355,344,-64], +[1355,217,-64], +[1355,97,-64], +[1355,82,-64], +[1355,86,-64], +[1355,94,-64], +[1355,172,-64], +[1355,160,-64], +[1355,164,-64], +[1355,166,-64], +[1355,234,-64], +[1355,67,-64], +[1355,101,-64], +[1355,83,-64], +[1355,95,-64], +[1355,108,-64], +[1355,84,-64], +[1355,154,-64], +[1355,183,-64], +[1355,175,-64], +[1355,162,-64], +[1355,177,-64], +[1355,169,-64], +[1355,196,-64], +[1355,205,-64], +[1355,209,-64], +[1355,207,-64], +[1355,224,-64], +[1355,227,-64], +[1355,225,-64], +[1355,300,-64], +[1355,302,-64], +[1355,301,-64], +[1355,163,-64], +[1355,195,-64], +[1350,1135,-64], +[1350,63,-64], +[1350,148,-64], +[1350,203,-64], +[1350,288,-64], +[1350,158,-64], +[1350,188,-64], +[1350,1012,-64], +[1350,167,-64], +[1350,153,-64], +[1350,38,-64], +[1350,125,-64], +[1350,222,-64], +[1350,299,-64], +[1350,79,-64], +[1350,184,-64], +[1350,81,-64], +[1350,344,-64], +[1350,217,-64], +[1350,97,-64], +[1350,82,-64], +[1350,86,-64], +[1350,94,-64], +[1350,172,-64], +[1350,160,-64], +[1350,164,-64], +[1350,166,-64], +[1350,234,-64], +[1350,67,-64], +[1350,101,-64], +[1350,83,-64], +[1350,95,-64], +[1350,108,-64], +[1350,84,-64], +[1350,154,-64], +[1350,183,-64], +[1350,175,-64], +[1350,162,-64], +[1350,177,-64], +[1350,169,-64], +[1350,196,-64], +[1350,205,-64], +[1350,209,-64], +[1350,207,-64], +[1350,224,-64], +[1350,227,-64], +[1350,225,-64], +[1350,300,-64], +[1350,302,-64], +[1350,301,-64], +[1350,163,-64], +[1350,195,-64], +[1348,1135,-64], +[1348,63,-64], +[1348,148,-64], +[1348,203,-64], +[1348,288,-64], +[1348,158,-64], +[1348,188,-64], +[1348,1012,-64], +[1348,167,-64], +[1348,153,-64], +[1348,38,-64], +[1348,125,-64], +[1348,222,-64], +[1348,299,-64], +[1348,79,-64], +[1348,184,-64], +[1348,81,-64], +[1348,344,-64], +[1348,217,-64], +[1348,97,-64], +[1348,82,-64], +[1348,86,-64], +[1348,94,-64], +[1348,172,-64], +[1348,160,-64], +[1348,164,-64], +[1348,166,-64], +[1348,234,-64], +[1348,67,-64], +[1348,101,-64], +[1348,83,-64], +[1348,95,-64], +[1348,108,-64], +[1348,84,-64], +[1348,154,-64], +[1348,183,-64], +[1348,175,-64], +[1348,162,-64], +[1348,177,-64], +[1348,169,-64], +[1348,196,-64], +[1348,205,-64], +[1348,209,-64], +[1348,207,-64], +[1348,224,-64], +[1348,227,-64], +[1348,225,-64], +[1348,300,-64], +[1348,302,-64], +[1348,301,-64], +[1348,163,-64], +[1348,195,-64], +[876,485,-27], +[1366,3115,-96], +[1366,3117,-96], +[1366,1381,-96], +[1366,1382,-96], +[1366,1385,-96], +[990,1302,-21], +[520,1181,-29], +[886,1278,-83], +[886,1281,-83], +[1267,1278,-83], +[1267,1281,-83], +[896,1278,-83], +[896,1281,-83], +[894,1278,-83], +[894,1281,-83], +[897,1278,-83], +[897,1281,-83], +[895,1278,-83], +[895,1281,-83], +[888,1278,-83], +[888,1281,-83], +[203,3080,-192], +[203,3053,-192], +[203,3081,-192], +[203,3084,-192], +[203,3083,-192], +[203,3090,-192], +[205,3080,-192], +[205,3053,-192], +[205,3081,-192], +[205,3084,-192], +[205,3083,-192], +[205,3090,-192], +[209,3080,-192], +[209,3053,-192], +[209,3081,-192], +[209,3084,-192], +[209,3083,-192], +[209,3090,-192], +[207,3080,-192], +[207,3053,-192], +[207,3081,-192], +[207,3084,-192], +[207,3083,-192], +[207,3090,-192], +[882,1406,96], +[882,1414,96], +[1373,1406,96], +[1373,1414,96], +[1488,1406,96], +[1488,1414,96], +[1388,1406,96], +[1388,1414,96], +[792,1406,96], +[792,1414,96], +[1190,1406,96], +[1190,1414,96], +[1441,1406,96], +[1441,1414,96], +[1120,1406,96], +[1120,1414,96], +[1223,1406,96], +[1223,1414,96], +[873,1406,96], +[873,1414,96], +[1219,1406,96], +[1219,1414,96], +[1256,1406,96], +[1256,1414,96], +[3120,1406,96], +[3120,1414,96], +[1095,1406,96], +[1095,1414,96], +[829,1406,96], +[829,1414,96], +[1012,410,-96], +[1012,412,-96], +[1012,413,-96], +[1012,414,-96], +[1012,418,-96], +[1022,410,-96], +[1022,412,-96], +[1022,413,-96], +[1022,414,-96], +[1022,418,-96], +[1021,410,-96], +[1021,412,-96], +[1021,413,-96], +[1021,414,-96], +[1021,418,-96], +[513,509,-42], +[3115,406,-82], +[3117,406,-82], +[1113,406,-82], +[1114,406,-82], +[1117,406,-82], +[990,926,-54], +[990,928,-54], +[1283,1114,-28], +[1280,1114,-28], +[1259,1114,-28], +[215,395,-166], +[288,1522,-233], +[498,497,-42], +[288,410,-54], +[288,412,-54], +[288,413,-54], +[288,414,-54], +[288,418,-54], +[1366,498,-54], +[571,206,-221], +[571,73,-221], +[577,206,-221], +[577,73,-221], +[718,206,-221], +[718,73,-221], +[889,889,-54], +[927,3074,-96], +[929,3074,-96], +[1198,1,-247], +[1198,2,-247], +[1198,3,-247], +[703,1,-247], +[703,2,-247], +[703,3,-247], +[1199,1,-247], +[1199,2,-247], +[1199,3,-247], +[704,1,-247], +[704,2,-247], +[704,3,-247], +[1297,1,-247], +[1297,2,-247], +[1297,3,-247], +[1469,1,-247], +[1469,2,-247], +[1469,3,-247], +[998,1,-247], +[998,2,-247], +[998,3,-247], +[1129,1,-247], +[1129,2,-247], +[1129,3,-247], +[485,951,-84], +[904,1050,-42], +[900,1050,-42], +[3125,597,-42], +[1037,1411,-275], +[410,1481,-28], +[412,1481,-28], +[413,1481,-28], +[414,1481,-28], +[418,1481,-28], +[330,3115,-27], +[330,3117,-27], +[330,1381,-27], +[330,1382,-27], +[330,1385,-27], +[956,486,-138], +[1249,486,-138], +[740,486,-138], +[1090,486,-138], +[368,1220,111], +[368,610,111], +[368,606,111], +[406,926,-111], +[406,928,-111], +[1012,395,-55], +[1022,395,-55], +[1021,395,-55], +[510,1481,-29], +[856,926,-111], +[856,928,-111], +[399,1509,-68], +[399,1490,-68], +[399,1507,-68], +[399,1491,-68], +[399,1495,-68], +[399,1499,-68], +[399,3050,-68], +[399,1519,-68], +[399,1493,-68], +[399,3046,-68], +[399,1515,-68], +[399,3039,-68], +[399,1494,-68], +[401,1509,-68], +[401,1490,-68], +[401,1507,-68], +[401,1491,-68], +[401,1495,-68], +[401,1499,-68], +[401,3050,-68], +[401,1519,-68], +[401,1493,-68], +[401,3046,-68], +[401,1515,-68], +[401,3039,-68], +[401,1494,-68], +[405,1509,-68], +[405,1490,-68], +[405,1507,-68], +[405,1491,-68], +[405,1495,-68], +[405,1499,-68], +[405,3050,-68], +[405,1519,-68], +[405,1493,-68], +[405,3046,-68], +[405,1515,-68], +[405,3039,-68], +[405,1494,-68], +[400,1509,-68], +[400,1490,-68], +[400,1507,-68], +[400,1491,-68], +[400,1495,-68], +[400,1499,-68], +[400,3050,-68], +[400,1519,-68], +[400,1493,-68], +[400,3046,-68], +[400,1515,-68], +[400,3039,-68], +[400,1494,-68], +[402,1509,-68], +[402,1490,-68], +[402,1507,-68], +[402,1491,-68], +[402,1495,-68], +[402,1499,-68], +[402,3050,-68], +[402,1519,-68], +[402,1493,-68], +[402,3046,-68], +[402,1515,-68], +[402,3039,-68], +[402,1494,-68], +[125,1,-248], +[125,2,-248], +[125,3,-248], +[203,589,-56], +[205,589,-56], +[209,589,-56], +[207,589,-56], +[188,1343,-68], +[188,1345,-68], +[188,1355,-68], +[188,1350,-68], +[188,1348,-68], +[196,1343,-68], +[196,1345,-68], +[196,1355,-68], +[196,1350,-68], +[196,1348,-68], +[195,1343,-68], +[195,1345,-68], +[195,1355,-68], +[195,1350,-68], +[195,1348,-68], +[399,3115,-29], +[399,3117,-29], +[399,1381,-29], +[399,1382,-29], +[399,1385,-29], +[401,3115,-29], +[401,3117,-29], +[401,1381,-29], +[401,1382,-29], +[401,1385,-29], +[405,3115,-29], +[405,3117,-29], +[405,1381,-29], +[405,1382,-29], +[405,1385,-29], +[400,3115,-29], +[400,3117,-29], +[400,1381,-29], +[400,1382,-29], +[400,1385,-29], +[402,3115,-29], +[402,3117,-29], +[402,1381,-29], +[402,1382,-29], +[402,1385,-29], +[1161,1254,-29], +[1161,1187,-29], +[1161,1372,-29], +[1161,1440,-29], +[1161,1386,-29], +[1161,791,-29], +[1161,3119,-29], +[1161,881,-29], +[1161,872,-29], +[1161,1487,-29], +[1161,828,-29], +[1161,1093,-29], +[1161,1218,-29], +[1161,1222,-29], +[1161,1118,-29], +[1231,3104,-41], +[1231,3105,-41], +[1231,3110,-41], +[1231,3107,-41], +[1283,3112,-56], +[1280,3112,-56], +[1259,3112,-56], +[368,751,-180], +[797,918,-384], +[679,918,-384], +[1229,918,-384], +[1230,918,-384], +[510,1522,-179], +[1274,657,-13], +[510,657,-206], +[787,410,-69], +[787,412,-69], +[787,413,-69], +[787,414,-69], +[787,418,-69], +[1435,410,-69], +[1435,412,-69], +[1435,413,-69], +[1435,414,-69], +[1435,418,-69], +[203,1276,-249], +[203,1285,-249], +[205,1276,-249], +[205,1285,-249], +[209,1276,-249], +[209,1285,-249], +[207,1276,-249], +[207,1285,-249], +[203,1050,-56], +[205,1050,-56], +[209,1050,-56], +[207,1050,-56], +[1122,1278,-40], +[1122,1281,-40], +[934,1278,-40], +[934,1281,-40], +[1395,1278,-40], +[1395,1281,-40], +[1059,1278,-40], +[1059,1281,-40], +[787,1283,-82], +[787,1280,-82], +[787,1259,-82], +[1435,1283,-82], +[1435,1280,-82], +[1435,1259,-82], +[395,1254,-260], +[395,1187,-260], +[395,1372,-260], +[395,1440,-260], +[395,1386,-260], +[395,791,-260], +[395,3119,-260], +[395,881,-260], +[395,872,-260], +[395,1487,-260], +[395,828,-260], +[395,1093,-260], +[395,1218,-260], +[395,1222,-260], +[395,1118,-260], +[0,1113,-82], +[25,1113,-82], +[4,1113,-82], +[13,1113,-82], +[37,1113,-82], +[20,1113,-82], +[34,1113,-82], +[35,1113,-82], +[31,1113,-82], +[5,1113,-82], +[32,1113,-82], +[12,1113,-82], +[485,1114,-41], +[508,504,-68], +[507,504,-68], +[3115,427,-27], +[3115,428,-27], +[3115,432,-27], +[3115,430,-27], +[3117,427,-27], +[3117,428,-27], +[3117,432,-27], +[3117,430,-27], +[1113,427,-27], +[1113,428,-27], +[1113,432,-27], +[1113,430,-27], +[1114,427,-27], +[1114,428,-27], +[1114,432,-27], +[1114,430,-27], +[1117,427,-27], +[1117,428,-27], +[1117,432,-27], +[1117,430,-27], +[923,3074,-83], +[482,1522,165], +[503,1522,165], +[500,1522,165], +[399,3104,-41], +[399,3105,-41], +[399,3110,-41], +[399,3107,-41], +[401,3104,-41], +[401,3105,-41], +[401,3110,-41], +[401,3107,-41], +[405,3104,-41], +[405,3105,-41], +[405,3110,-41], +[405,3107,-41], +[400,3104,-41], +[400,3105,-41], +[400,3110,-41], +[400,3107,-41], +[402,3104,-41], +[402,3105,-41], +[402,3110,-41], +[402,3107,-41], +[1509,151,40], +[850,410,-180], +[850,412,-180], +[850,413,-180], +[850,414,-180], +[850,418,-180], +[537,1428,-42], +[1242,956,-55], +[1242,1249,-55], +[1242,1090,-55], +[1242,740,-55], +[132,926,-357], +[132,928,-357], +[479,1276,-54], +[479,1285,-54], +[1522,3077,-42], +[288,1277,-400], +[288,1284,-400], +[1283,580,-150], +[1280,580,-150], +[1259,580,-150], +[630,410,-124], +[630,412,-124], +[630,413,-124], +[630,414,-124], +[630,418,-124], +[646,410,-124], +[646,412,-124], +[646,413,-124], +[646,414,-124], +[646,418,-124], +[632,410,-124], +[632,412,-124], +[632,413,-124], +[632,414,-124], +[632,418,-124], +[648,410,-124], +[648,412,-124], +[648,413,-124], +[648,414,-124], +[648,418,-124], +[645,410,-124], +[645,412,-124], +[645,413,-124], +[645,414,-124], +[645,418,-124], +[1231,475,-15], +[1231,441,-15], +[1231,533,-15], +[1231,444,-15], +[1231,454,-15], +[1231,582,-15], +[1231,470,-15], +[1231,550,-15], +[1231,551,-15], +[1231,539,-15], +[1231,445,-15], +[1231,544,-15], +[1231,476,-15], +[1231,452,-15], +[1231,477,-15], +[1366,1059,-69], +[1366,795,-69], +[3055,779,-13], +[3055,784,-13], +[3112,779,-13], +[3112,784,-13], +[927,3080,-96], +[927,3053,-96], +[927,3081,-96], +[927,3084,-96], +[927,3083,-96], +[927,3090,-96], +[929,3080,-96], +[929,3053,-96], +[929,3081,-96], +[929,3084,-96], +[929,3083,-96], +[929,3090,-96], +[1101,482,-42], +[937,399,-138], +[937,401,-138], +[937,405,-138], +[937,400,-138], +[937,402,-138], +[441,399,-138], +[441,401,-138], +[441,405,-138], +[441,400,-138], +[441,402,-138], +[930,399,-138], +[930,401,-138], +[930,405,-138], +[930,400,-138], +[930,402,-138], +[1071,399,-138], +[1071,401,-138], +[1071,405,-138], +[1071,400,-138], +[1071,402,-138], +[1103,399,-138], +[1103,401,-138], +[1103,405,-138], +[1103,400,-138], +[1103,402,-138], +[935,399,-138], +[935,401,-138], +[935,405,-138], +[935,400,-138], +[935,402,-138], +[533,399,-138], +[533,401,-138], +[533,405,-138], +[533,400,-138], +[533,402,-138], +[444,399,-138], +[444,401,-138], +[444,405,-138], +[444,400,-138], +[444,402,-138], +[454,399,-138], +[454,401,-138], +[454,405,-138], +[454,400,-138], +[454,402,-138], +[582,399,-138], +[582,401,-138], +[582,405,-138], +[582,400,-138], +[582,402,-138], +[470,399,-138], +[470,401,-138], +[470,405,-138], +[470,400,-138], +[470,402,-138], +[550,399,-138], +[550,401,-138], +[550,405,-138], +[550,400,-138], +[550,402,-138], +[551,399,-138], +[551,401,-138], +[551,405,-138], +[551,400,-138], +[551,402,-138], +[1130,399,-138], +[1130,401,-138], +[1130,405,-138], +[1130,400,-138], +[1130,402,-138], +[539,399,-138], +[539,401,-138], +[539,405,-138], +[539,400,-138], +[539,402,-138], +[445,399,-138], +[445,401,-138], +[445,405,-138], +[445,400,-138], +[445,402,-138], +[544,399,-138], +[544,401,-138], +[544,405,-138], +[544,400,-138], +[544,402,-138], +[938,399,-138], +[938,401,-138], +[938,405,-138], +[938,400,-138], +[938,402,-138], +[1104,399,-138], +[1104,401,-138], +[1104,405,-138], +[1104,400,-138], +[1104,402,-138], +[1110,399,-138], +[1110,401,-138], +[1110,405,-138], +[1110,400,-138], +[1110,402,-138], +[1108,399,-138], +[1108,401,-138], +[1108,405,-138], +[1108,400,-138], +[1108,402,-138], +[452,399,-138], +[452,401,-138], +[452,405,-138], +[452,400,-138], +[452,402,-138], +[1230,867,-80], +[1278,717,-152], +[1281,717,-152], +[1229,1382,-112], +[427,875,-68], +[428,875,-68], +[432,875,-68], +[430,875,-68], +[1382,589,40], +[410,3080,-96], +[410,3053,-96], +[410,3081,-96], +[410,3084,-96], +[410,3083,-96], +[410,3090,-96], +[412,3080,-96], +[412,3053,-96], +[412,3081,-96], +[412,3084,-96], +[412,3083,-96], +[412,3090,-96], +[413,3080,-96], +[413,3053,-96], +[413,3081,-96], +[413,3084,-96], +[413,3083,-96], +[413,3090,-96], +[414,3080,-96], +[414,3053,-96], +[414,3081,-96], +[414,3084,-96], +[414,3083,-96], +[414,3090,-96], +[418,3080,-96], +[418,3053,-96], +[418,3081,-96], +[418,3084,-96], +[418,3083,-96], +[418,3090,-96], +[188,1101,-54], +[196,1101,-54], +[195,1101,-54], +[368,674,-165], +[368,675,-165], +[368,1364,-165], +[886,1522,96], +[1267,1522,96], +[896,1522,96], +[894,1522,96], +[897,1522,96], +[895,1522,96], +[888,1522,96], +[1286,956,-110], +[1286,1249,-110], +[1286,1090,-110], +[1286,740,-110], +[1287,956,-110], +[1287,1249,-110], +[1287,1090,-110], +[1287,740,-110], +[1290,956,-110], +[1290,1249,-110], +[1290,1090,-110], +[1290,740,-110], +[1289,956,-110], +[1289,1249,-110], +[1289,1090,-110], +[1289,740,-110], +[3123,840,-41], +[188,475,-28], +[188,441,-28], +[188,533,-28], +[188,444,-28], +[188,454,-28], +[188,582,-28], +[188,470,-28], +[188,550,-28], +[188,551,-28], +[188,539,-28], +[188,445,-28], +[188,544,-28], +[188,476,-28], +[188,452,-28], +[188,477,-28], +[196,475,-28], +[196,441,-28], +[196,533,-28], +[196,444,-28], +[196,454,-28], +[196,582,-28], +[196,470,-28], +[196,550,-28], +[196,551,-28], +[196,539,-28], +[196,445,-28], +[196,544,-28], +[196,476,-28], +[196,452,-28], +[196,477,-28], +[195,475,-28], +[195,441,-28], +[195,533,-28], +[195,444,-28], +[195,454,-28], +[195,582,-28], +[195,470,-28], +[195,550,-28], +[195,551,-28], +[195,539,-28], +[195,445,-28], +[195,544,-28], +[195,476,-28], +[195,452,-28], +[195,477,-28], +[597,964,-15], +[832,964,-15], +[1001,964,-15], +[784,964,-15], +[722,1181,-69], +[1237,1181,-69], +[1302,1181,-69], +[295,270,-28], +[330,1262,-28], +[330,3040,-28], +[395,540,-138], +[537,875,-54], +[572,504,-69], +[188,578,-48], +[1283,1266,-70], +[1280,1266,-70], +[1259,1266,-70], +[923,482,-55], +[876,295,-42], +[840,840,-29], +[927,501,-55], +[929,501,-55], +[1343,1198,-40], +[1343,703,-40], +[1343,1199,-40], +[1343,704,-40], +[1343,1297,-40], +[1343,1469,-40], +[1343,998,-40], +[1343,1129,-40], +[1345,1198,-40], +[1345,703,-40], +[1345,1199,-40], +[1345,704,-40], +[1345,1297,-40], +[1345,1469,-40], +[1345,998,-40], +[1345,1129,-40], +[1355,1198,-40], +[1355,703,-40], +[1355,1199,-40], +[1355,704,-40], +[1355,1297,-40], +[1355,1469,-40], +[1355,998,-40], +[1355,1129,-40], +[1350,1198,-40], +[1350,703,-40], +[1350,1199,-40], +[1350,704,-40], +[1350,1297,-40], +[1350,1469,-40], +[1350,998,-40], +[1350,1129,-40], +[1348,1198,-40], +[1348,703,-40], +[1348,1199,-40], +[1348,704,-40], +[1348,1297,-40], +[1348,1469,-40], +[1348,998,-40], +[1348,1129,-40], +[1101,3080,-55], +[1101,3053,-55], +[1101,3081,-55], +[1101,3084,-55], +[1101,3083,-55], +[1101,3090,-55], +[288,972,-48], +[288,1000,-48], +[288,751,-48], +[288,962,-48], +[288,977,-48], +[288,963,-48], +[288,968,-48], +[288,971,-48], +[288,999,-48], +[288,983,-48], +[288,966,-48], +[288,989,-48], +[288,967,-48], +[399,1390,-192], +[401,1390,-192], +[405,1390,-192], +[400,1390,-192], +[402,1390,-192], +[485,779,-68], +[485,784,-68], +[791,3062,-83], +[791,3064,-83], +[791,3068,-83], +[791,3063,-83], +[791,3065,-83], +[872,3062,-83], +[872,3064,-83], +[872,3068,-83], +[872,3063,-83], +[872,3065,-83], +[1187,3062,-83], +[1187,3064,-83], +[1187,3068,-83], +[1187,3063,-83], +[1187,3065,-83], +[1372,3062,-83], +[1372,3064,-83], +[1372,3068,-83], +[1372,3063,-83], +[1372,3065,-83], +[1440,3062,-83], +[1440,3064,-83], +[1440,3068,-83], +[1440,3063,-83], +[1440,3065,-83], +[1386,3062,-83], +[1386,3064,-83], +[1386,3068,-83], +[1386,3063,-83], +[1386,3065,-83], +[1254,3062,-83], +[1254,3064,-83], +[1254,3068,-83], +[1254,3063,-83], +[1254,3065,-83], +[3119,3062,-83], +[3119,3064,-83], +[3119,3068,-83], +[3119,3063,-83], +[3119,3065,-83], +[881,3062,-83], +[881,3064,-83], +[881,3068,-83], +[881,3063,-83], +[881,3065,-83], +[1118,3062,-83], +[1118,3064,-83], +[1118,3068,-83], +[1118,3063,-83], +[1118,3065,-83], +[828,3062,-83], +[828,3064,-83], +[828,3068,-83], +[828,3063,-83], +[828,3065,-83], +[1093,3062,-83], +[1093,3064,-83], +[1093,3068,-83], +[1093,3063,-83], +[1093,3065,-83], +[1218,3062,-83], +[1218,3064,-83], +[1218,3068,-83], +[1218,3063,-83], +[1218,3065,-83], +[1222,3062,-83], +[1222,3064,-83], +[1222,3068,-83], +[1222,3063,-83], +[1222,3065,-83], +[1487,3062,-83], +[1487,3064,-83], +[1487,3068,-83], +[1487,3063,-83], +[1487,3065,-83], +[406,259,-70], +[406,238,-70], +[406,282,-70], +[406,45,-70], +[406,129,-70], +[406,236,-70], +[406,297,-70], +[406,50,-70], +[406,257,-70], +[406,241,-70], +[406,247,-70], +[406,285,-70], +[406,254,-70], +[406,48,-70], +[406,52,-70], +[406,49,-70], +[406,137,-70], +[406,135,-70], +[406,138,-70], +[406,267,-70], +[406,245,-70], +[406,265,-70], +[406,246,-70], +[406,136,-70], +[406,277,-70], +[406,131,-70], +[368,1101,-164], +[1378,882,124], +[1378,1373,124], +[1378,1488,124], +[1378,1388,124], +[1378,792,124], +[1378,1190,124], +[1378,1095,124], +[1378,1223,124], +[1378,829,124], +[1378,1256,124], +[1378,1219,124], +[1378,873,124], +[1378,3120,124], +[1378,1120,124], +[1378,1441,124], +[3062,475,-40], +[3062,441,-40], +[3062,533,-40], +[3062,444,-40], +[3062,454,-40], +[3062,582,-40], +[3062,470,-40], +[3062,550,-40], +[3062,551,-40], +[3062,539,-40], +[3062,445,-40], +[3062,544,-40], +[3062,476,-40], +[3062,452,-40], +[3062,477,-40], +[3064,475,-40], +[3064,441,-40], +[3064,533,-40], +[3064,444,-40], +[3064,454,-40], +[3064,582,-40], +[3064,470,-40], +[3064,550,-40], +[3064,551,-40], +[3064,539,-40], +[3064,445,-40], +[3064,544,-40], +[3064,476,-40], +[3064,452,-40], +[3064,477,-40], +[3068,475,-40], +[3068,441,-40], +[3068,533,-40], +[3068,444,-40], +[3068,454,-40], +[3068,582,-40], +[3068,470,-40], +[3068,550,-40], +[3068,551,-40], +[3068,539,-40], +[3068,445,-40], +[3068,544,-40], +[3068,476,-40], +[3068,452,-40], +[3068,477,-40], +[3063,475,-40], +[3063,441,-40], +[3063,533,-40], +[3063,444,-40], +[3063,454,-40], +[3063,582,-40], +[3063,470,-40], +[3063,550,-40], +[3063,551,-40], +[3063,539,-40], +[3063,445,-40], +[3063,544,-40], +[3063,476,-40], +[3063,452,-40], +[3063,477,-40], +[3065,475,-40], +[3065,441,-40], +[3065,533,-40], +[3065,444,-40], +[3065,454,-40], +[3065,582,-40], +[3065,470,-40], +[3065,550,-40], +[3065,551,-40], +[3065,539,-40], +[3065,445,-40], +[3065,544,-40], +[3065,476,-40], +[3065,452,-40], +[3065,477,-40], +[923,295,-247], +[1406,1278,-111], +[1406,1281,-111], +[1414,1278,-111], +[1414,1281,-111], +[889,537,-70], +[608,1173,-27], +[1216,1173,-27], +[604,1173,-27], +[540,1366,-42], +[537,1390,-96], +[1477,1421,-28], +[742,1421,-28], +[1181,926,-70], +[1181,928,-70], +[1277,410,-304], +[1277,412,-304], +[1277,413,-304], +[1277,414,-304], +[1277,418,-304], +[1284,410,-304], +[1284,412,-304], +[1284,413,-304], +[1284,414,-304], +[1284,418,-304], +[399,1435,-42], +[401,1435,-42], +[405,1435,-42], +[400,1435,-42], +[402,1435,-42], +[497,832,-111], +[679,1279,-256], +[1286,1050,-111], +[1287,1050,-111], +[1290,1050,-111], +[1289,1050,-111], +[368,3062,-139], +[368,3064,-139], +[368,3068,-139], +[368,3063,-139], +[368,3065,-139], +[990,818,-15], +[406,186,-56], +[406,187,-56], +[787,1114,-66], +[1200,1366,-82], +[586,1366,-82], +[1433,1366,-82], +[1136,1366,-82], +[1210,1366,-82], +[1159,1366,-82], +[1139,1366,-82], +[1145,1366,-82], +[1203,1366,-82], +[1153,1366,-82], +[1170,1366,-82], +[1143,1366,-82], +[1167,1366,-82], +[1144,1366,-82], +[1192,1366,-82], +[332,1277,-329], +[332,1284,-329], +[335,1277,-329], +[335,1284,-329], +[299,399,-42], +[299,401,-42], +[299,405,-42], +[299,400,-42], +[299,402,-42], +[300,399,-42], +[300,401,-42], +[300,405,-42], +[300,400,-42], +[300,402,-42], +[302,399,-42], +[302,401,-42], +[302,405,-42], +[302,400,-42], +[302,402,-42], +[301,399,-42], +[301,401,-42], +[301,405,-42], +[301,400,-42], +[301,402,-42], +[787,1277,-138], +[787,1284,-138], +[1435,1277,-138], +[1435,1284,-138], +[427,926,-96], +[427,928,-96], +[428,926,-96], +[428,928,-96], +[432,926,-96], +[432,928,-96], +[430,926,-96], +[430,928,-96], +[956,410,-221], +[956,412,-221], +[956,413,-221], +[956,414,-221], +[956,418,-221], +[1249,410,-221], +[1249,412,-221], +[1249,413,-221], +[1249,414,-221], +[1249,418,-221], +[740,410,-221], +[740,412,-221], +[740,413,-221], +[740,414,-221], +[740,418,-221], +[1090,410,-221], +[1090,412,-221], +[1090,413,-221], +[1090,414,-221], +[1090,418,-221], +[395,578,-48], +[1509,1390,-84], +[1509,1101,-41], +[876,797,-96], +[876,679,-96], +[876,1229,-96], +[876,1230,-96], +[956,509,-83], +[1249,509,-83], +[740,509,-83], +[1090,509,-83], +[1276,206,-220], +[1276,73,-220], +[1285,206,-220], +[1285,73,-220], +[129,406,-40], +[137,406,-40], +[135,406,-40], +[138,406,-40], +[136,406,-40], +[131,406,-40], +[1286,926,-56], +[1286,928,-56], +[1287,926,-56], +[1287,928,-56], +[1290,926,-56], +[1290,928,-56], +[1289,926,-56], +[1289,928,-56], +[537,206,-111], +[537,73,-111], +[1242,1378,-84], +[1242,722,-84], +[1242,1379,-84], +[1242,1237,-84], +[1278,1277,-345], +[1278,1284,-345], +[1281,1277,-345], +[1281,1284,-345], +[282,1254,-29], +[282,1187,-29], +[282,1372,-29], +[282,1440,-29], +[282,1386,-29], +[282,791,-29], +[282,3119,-29], +[282,881,-29], +[282,872,-29], +[282,1487,-29], +[282,828,-29], +[282,1093,-29], +[282,1218,-29], +[282,1222,-29], +[282,1118,-29], +[63,1254,-29], +[63,1187,-29], +[63,1372,-29], +[63,1440,-29], +[63,1386,-29], +[63,791,-29], +[63,3119,-29], +[63,881,-29], +[63,872,-29], +[63,1487,-29], +[63,828,-29], +[63,1093,-29], +[63,1218,-29], +[63,1222,-29], +[63,1118,-29], +[297,1254,-29], +[297,1187,-29], +[297,1372,-29], +[297,1440,-29], +[297,1386,-29], +[297,791,-29], +[297,3119,-29], +[297,881,-29], +[297,872,-29], +[297,1487,-29], +[297,828,-29], +[297,1093,-29], +[297,1218,-29], +[297,1222,-29], +[297,1118,-29], +[236,1254,-29], +[236,1187,-29], +[236,1372,-29], +[236,1440,-29], +[236,1386,-29], +[236,791,-29], +[236,3119,-29], +[236,881,-29], +[236,872,-29], +[236,1487,-29], +[236,828,-29], +[236,1093,-29], +[236,1218,-29], +[236,1222,-29], +[236,1118,-29], +[117,1254,-29], +[117,1187,-29], +[117,1372,-29], +[117,1440,-29], +[117,1386,-29], +[117,791,-29], +[117,3119,-29], +[117,881,-29], +[117,872,-29], +[117,1487,-29], +[117,828,-29], +[117,1093,-29], +[117,1218,-29], +[117,1222,-29], +[117,1118,-29], +[257,1254,-29], +[257,1187,-29], +[257,1372,-29], +[257,1440,-29], +[257,1386,-29], +[257,791,-29], +[257,3119,-29], +[257,881,-29], +[257,872,-29], +[257,1487,-29], +[257,828,-29], +[257,1093,-29], +[257,1218,-29], +[257,1222,-29], +[257,1118,-29], +[241,1254,-29], +[241,1187,-29], +[241,1372,-29], +[241,1440,-29], +[241,1386,-29], +[241,791,-29], +[241,3119,-29], +[241,881,-29], +[241,872,-29], +[241,1487,-29], +[241,828,-29], +[241,1093,-29], +[241,1218,-29], +[241,1222,-29], +[241,1118,-29], +[247,1254,-29], +[247,1187,-29], +[247,1372,-29], +[247,1440,-29], +[247,1386,-29], +[247,791,-29], +[247,3119,-29], +[247,881,-29], +[247,872,-29], +[247,1487,-29], +[247,828,-29], +[247,1093,-29], +[247,1218,-29], +[247,1222,-29], +[247,1118,-29], +[285,1254,-29], +[285,1187,-29], +[285,1372,-29], +[285,1440,-29], +[285,1386,-29], +[285,791,-29], +[285,3119,-29], +[285,881,-29], +[285,872,-29], +[285,1487,-29], +[285,828,-29], +[285,1093,-29], +[285,1218,-29], +[285,1222,-29], +[285,1118,-29], +[254,1254,-29], +[254,1187,-29], +[254,1372,-29], +[254,1440,-29], +[254,1386,-29], +[254,791,-29], +[254,3119,-29], +[254,881,-29], +[254,872,-29], +[254,1487,-29], +[254,828,-29], +[254,1093,-29], +[254,1218,-29], +[254,1222,-29], +[254,1118,-29], +[67,1254,-29], +[67,1187,-29], +[67,1372,-29], +[67,1440,-29], +[67,1386,-29], +[67,791,-29], +[67,3119,-29], +[67,881,-29], +[67,872,-29], +[67,1487,-29], +[67,828,-29], +[67,1093,-29], +[67,1218,-29], +[67,1222,-29], +[67,1118,-29], +[267,1254,-29], +[267,1187,-29], +[267,1372,-29], +[267,1440,-29], +[267,1386,-29], +[267,791,-29], +[267,3119,-29], +[267,881,-29], +[267,872,-29], +[267,1487,-29], +[267,828,-29], +[267,1093,-29], +[267,1218,-29], +[267,1222,-29], +[267,1118,-29], +[245,1254,-29], +[245,1187,-29], +[245,1372,-29], +[245,1440,-29], +[245,1386,-29], +[245,791,-29], +[245,3119,-29], +[245,881,-29], +[245,872,-29], +[245,1487,-29], +[245,828,-29], +[245,1093,-29], +[245,1218,-29], +[245,1222,-29], +[245,1118,-29], +[265,1254,-29], +[265,1187,-29], +[265,1372,-29], +[265,1440,-29], +[265,1386,-29], +[265,791,-29], +[265,3119,-29], +[265,881,-29], +[265,872,-29], +[265,1487,-29], +[265,828,-29], +[265,1093,-29], +[265,1218,-29], +[265,1222,-29], +[265,1118,-29], +[246,1254,-29], +[246,1187,-29], +[246,1372,-29], +[246,1440,-29], +[246,1386,-29], +[246,791,-29], +[246,3119,-29], +[246,881,-29], +[246,872,-29], +[246,1487,-29], +[246,828,-29], +[246,1093,-29], +[246,1218,-29], +[246,1222,-29], +[246,1118,-29], +[277,1254,-29], +[277,1187,-29], +[277,1372,-29], +[277,1440,-29], +[277,1386,-29], +[277,791,-29], +[277,3119,-29], +[277,881,-29], +[277,872,-29], +[277,1487,-29], +[277,828,-29], +[277,1093,-29], +[277,1218,-29], +[277,1222,-29], +[277,1118,-29], +[1286,1406,82], +[1286,1414,82], +[1287,1406,82], +[1287,1414,82], +[1290,1406,82], +[1290,1414,82], +[1289,1406,82], +[1289,1414,82], +[395,186,-166], +[395,187,-166], +[1366,1277,-400], +[1366,1284,-400], +[1173,1242,-14], +[3080,395,-42], +[3053,395,-42], +[3081,395,-42], +[3084,395,-42], +[3083,395,-42], +[3090,395,-42], +[1522,1343,-42], +[1522,1345,-42], +[1522,1355,-42], +[1522,1350,-42], +[1522,1348,-42], +[1242,818,-69], +[876,520,-42], +[876,511,-42], +[344,427,-109], +[344,428,-109], +[344,432,-109], +[344,430,-109], +[497,779,-139], +[497,784,-139], +[485,1421,-164], +[497,1113,-13], +[511,520,-207], +[511,511,-207], +[1015,657,-54], +[1522,186,-41], +[1522,187,-41], +[288,956,-128], +[510,1015,-150], +[510,1122,-150], +[510,1476,-150], +[510,3088,-150], +[510,900,-150], +[510,765,-150], +[510,904,-150], +[510,3055,-150], +[510,1375,-150], +[510,1374,-150], +[510,1395,-150], +[510,1001,-150], +[510,801,-150], +[510,806,-150], +[510,1226,-150], +[510,979,-150], +[923,332,-219], +[923,335,-219], +[580,410,-56], +[580,412,-56], +[580,413,-56], +[580,414,-56], +[580,418,-56], +[206,889,-192], +[73,889,-192], +[674,875,-41], +[1364,875,-41], +[3115,3080,-27], +[3115,3053,-27], +[3115,3081,-27], +[3115,3084,-27], +[3115,3083,-27], +[3115,3090,-27], +[3117,3080,-27], +[3117,3053,-27], +[3117,3081,-27], +[3117,3084,-27], +[3117,3083,-27], +[3117,3090,-27], +[1113,3080,-27], +[1113,3053,-27], +[1113,3081,-27], +[1113,3084,-27], +[1113,3083,-27], +[1113,3090,-27], +[1114,3080,-27], +[1114,3053,-27], +[1114,3081,-27], +[1114,3084,-27], +[1114,3083,-27], +[1114,3090,-27], +[1117,3080,-27], +[1117,3053,-27], +[1117,3081,-27], +[1117,3084,-27], +[1117,3083,-27], +[1117,3090,-27], +[598,840,-27], +[1428,1366,-83], +[1273,1,-234], +[1273,2,-234], +[1273,3,-234], +[497,787,-55], +[990,540,-27], +[856,410,41], +[856,412,41], +[856,413,41], +[856,414,41], +[856,418,41], +[288,1343,-41], +[288,1345,-41], +[288,1355,-41], +[288,1350,-41], +[288,1348,-41], +[129,0,-41], +[129,25,-41], +[129,4,-41], +[129,13,-41], +[129,37,-41], +[129,20,-41], +[129,34,-41], +[129,35,-41], +[129,31,-41], +[129,5,-41], +[129,32,-41], +[129,12,-41], +[137,0,-41], +[137,25,-41], +[137,4,-41], +[137,13,-41], +[137,37,-41], +[137,20,-41], +[137,34,-41], +[137,35,-41], +[137,31,-41], +[137,5,-41], +[137,32,-41], +[137,12,-41], +[135,0,-41], +[135,25,-41], +[135,4,-41], +[135,13,-41], +[135,37,-41], +[135,20,-41], +[135,34,-41], +[135,35,-41], +[135,31,-41], +[135,5,-41], +[135,32,-41], +[135,12,-41], +[138,0,-41], +[138,25,-41], +[138,4,-41], +[138,13,-41], +[138,37,-41], +[138,20,-41], +[138,34,-41], +[138,35,-41], +[138,31,-41], +[138,5,-41], +[138,32,-41], +[138,12,-41], +[136,0,-41], +[136,25,-41], +[136,4,-41], +[136,13,-41], +[136,37,-41], +[136,20,-41], +[136,34,-41], +[136,35,-41], +[136,31,-41], +[136,5,-41], +[136,32,-41], +[136,12,-41], +[131,0,-41], +[131,25,-41], +[131,4,-41], +[131,13,-41], +[131,37,-41], +[131,20,-41], +[131,34,-41], +[131,35,-41], +[131,31,-41], +[131,5,-41], +[131,32,-41], +[131,12,-41], +[1277,399,-164], +[1277,401,-164], +[1277,405,-164], +[1277,400,-164], +[1277,402,-164], +[1284,399,-164], +[1284,401,-164], +[1284,405,-164], +[1284,400,-164], +[1284,402,-164], +[206,990,-82], +[73,990,-82], +[0,399,-152], +[0,401,-152], +[0,405,-152], +[0,400,-152], +[0,402,-152], +[25,399,-152], +[25,401,-152], +[25,405,-152], +[25,400,-152], +[25,402,-152], +[4,399,-152], +[4,401,-152], +[4,405,-152], +[4,400,-152], +[4,402,-152], +[13,399,-152], +[13,401,-152], +[13,405,-152], +[13,400,-152], +[13,402,-152], +[37,399,-152], +[37,401,-152], +[37,405,-152], +[37,400,-152], +[37,402,-152], +[20,399,-152], +[20,401,-152], +[20,405,-152], +[20,400,-152], +[20,402,-152], +[34,399,-152], +[34,401,-152], +[34,405,-152], +[34,400,-152], +[34,402,-152], +[35,399,-152], +[35,401,-152], +[35,405,-152], +[35,400,-152], +[35,402,-152], +[31,399,-152], +[31,401,-152], +[31,405,-152], +[31,400,-152], +[31,402,-152], +[5,399,-152], +[5,401,-152], +[5,405,-152], +[5,400,-152], +[5,402,-152], +[32,399,-152], +[32,401,-152], +[32,405,-152], +[32,400,-152], +[32,402,-152], +[12,399,-152], +[12,401,-152], +[12,405,-152], +[12,400,-152], +[12,402,-152], +[475,395,-138], +[766,395,-138], +[1156,395,-138], +[785,395,-138], +[768,395,-138], +[772,395,-138], +[781,395,-138], +[798,395,-138], +[769,395,-138], +[782,395,-138], +[816,395,-138], +[770,395,-138], +[476,395,-138], +[477,395,-138], +[876,410,-42], +[876,412,-42], +[876,413,-42], +[876,414,-42], +[876,418,-42], +[510,1063,-206], +[368,475,-165], +[368,441,-165], +[368,533,-165], +[368,444,-165], +[368,454,-165], +[368,582,-165], +[368,470,-165], +[368,550,-165], +[368,551,-165], +[368,539,-165], +[368,445,-165], +[368,544,-165], +[368,476,-165], +[368,452,-165], +[368,477,-165], +[867,1522,-40], +[132,1173,-357], +[1101,0,-83], +[1101,25,-83], +[1101,4,-83], +[1101,13,-83], +[1101,37,-83], +[1101,20,-83], +[1101,34,-83], +[1101,35,-83], +[1101,31,-83], +[1101,5,-83], +[1101,32,-83], +[1101,12,-83], +[1509,1228,41], +[410,797,-274], +[410,679,-274], +[410,1229,-274], +[410,1230,-274], +[412,797,-274], +[412,679,-274], +[412,1229,-274], +[412,1230,-274], +[413,797,-274], +[413,679,-274], +[413,1229,-274], +[413,1230,-274], +[414,797,-274], +[414,679,-274], +[414,1229,-274], +[414,1230,-274], +[418,797,-274], +[418,679,-274], +[418,1229,-274], +[418,1230,-274], +[1286,1390,-96], +[1287,1390,-96], +[1290,1390,-96], +[1289,1390,-96], +[498,1366,-28], +[1198,410,-29], +[1198,412,-29], +[1198,413,-29], +[1198,414,-29], +[1198,418,-29], +[703,410,-29], +[703,412,-29], +[703,413,-29], +[703,414,-29], +[703,418,-29], +[1199,410,-29], +[1199,412,-29], +[1199,413,-29], +[1199,414,-29], +[1199,418,-29], +[704,410,-29], +[704,412,-29], +[704,413,-29], +[704,414,-29], +[704,418,-29], +[1297,410,-29], +[1297,412,-29], +[1297,413,-29], +[1297,414,-29], +[1297,418,-29], +[1469,410,-29], +[1469,412,-29], +[1469,413,-29], +[1469,414,-29], +[1469,418,-29], +[998,410,-29], +[998,412,-29], +[998,413,-29], +[998,414,-29], +[998,418,-29], +[1129,410,-29], +[1129,412,-29], +[1129,413,-29], +[1129,414,-29], +[1129,418,-29], +[1283,0,-372], +[1283,25,-372], +[1283,4,-372], +[1283,13,-372], +[1283,37,-372], +[1283,20,-372], +[1283,34,-372], +[1283,35,-372], +[1283,31,-372], +[1283,5,-372], +[1283,32,-372], +[1283,12,-372], +[1280,0,-372], +[1280,25,-372], +[1280,4,-372], +[1280,13,-372], +[1280,37,-372], +[1280,20,-372], +[1280,34,-372], +[1280,35,-372], +[1280,31,-372], +[1280,5,-372], +[1280,32,-372], +[1280,12,-372], +[1259,0,-372], +[1259,25,-372], +[1259,4,-372], +[1259,13,-372], +[1259,37,-372], +[1259,20,-372], +[1259,34,-372], +[1259,35,-372], +[1259,31,-372], +[1259,5,-372], +[1259,32,-372], +[1259,12,-372], +[710,334,125], +[1043,334,125], +[1114,1390,-48], +[520,571,-70], +[520,577,-70], +[520,718,-70], +[1099,875,-56], +[787,206,-14], +[787,73,-14], +[1435,206,-14], +[1435,73,-14], +[125,1390,-139], +[259,1406,28], +[259,1414,28], +[409,875,-28], +[282,399,-20], +[282,401,-20], +[282,405,-20], +[282,400,-20], +[282,402,-20], +[63,399,-20], +[63,401,-20], +[63,405,-20], +[63,400,-20], +[63,402,-20], +[297,399,-20], +[297,401,-20], +[297,405,-20], +[297,400,-20], +[297,402,-20], +[236,399,-20], +[236,401,-20], +[236,405,-20], +[236,400,-20], +[236,402,-20], +[117,399,-20], +[117,401,-20], +[117,405,-20], +[117,400,-20], +[117,402,-20], +[257,399,-20], +[257,401,-20], +[257,405,-20], +[257,400,-20], +[257,402,-20], +[241,399,-20], +[241,401,-20], +[241,405,-20], +[241,400,-20], +[241,402,-20], +[247,399,-20], +[247,401,-20], +[247,405,-20], +[247,400,-20], +[247,402,-20], +[285,399,-20], +[285,401,-20], +[285,405,-20], +[285,400,-20], +[285,402,-20], +[254,399,-20], +[254,401,-20], +[254,405,-20], +[254,400,-20], +[254,402,-20], +[67,399,-20], +[67,401,-20], +[67,405,-20], +[67,400,-20], +[67,402,-20], +[267,399,-20], +[267,401,-20], +[267,405,-20], +[267,400,-20], +[267,402,-20], +[245,399,-20], +[245,401,-20], +[245,405,-20], +[245,400,-20], +[245,402,-20], +[265,399,-20], +[265,401,-20], +[265,405,-20], +[265,400,-20], +[265,402,-20], +[246,399,-20], +[246,401,-20], +[246,405,-20], +[246,400,-20], +[246,402,-20], +[277,399,-20], +[277,401,-20], +[277,405,-20], +[277,400,-20], +[277,402,-20], +[479,1424,-68], +[395,1509,-70], +[395,1490,-70], +[395,1507,-70], +[395,1491,-70], +[395,1495,-70], +[395,1499,-70], +[395,3050,-70], +[395,1519,-70], +[395,1493,-70], +[395,3046,-70], +[395,1515,-70], +[395,3039,-70], +[395,1494,-70], +[1012,1231,-55], +[1022,1231,-55], +[1021,1231,-55], +[1286,856,84], +[1287,856,84], +[1290,856,84], +[1289,856,84], +[203,1366,-40], +[205,1366,-40], +[209,1366,-40], +[207,1366,-40], +[3077,295,-125], +[497,1101,-138], +[937,1406,-16], +[937,1414,-16], +[441,1406,-16], +[441,1414,-16], +[930,1406,-16], +[930,1414,-16], +[1071,1406,-16], +[1071,1414,-16], +[1103,1406,-16], +[1103,1414,-16], +[935,1406,-16], +[935,1414,-16], +[533,1406,-16], +[533,1414,-16], +[444,1406,-16], +[444,1414,-16], +[454,1406,-16], +[454,1414,-16], +[582,1406,-16], +[582,1414,-16], +[470,1406,-16], +[470,1414,-16], +[550,1406,-16], +[550,1414,-16], +[551,1406,-16], +[551,1414,-16], +[1130,1406,-16], +[1130,1414,-16], +[539,1406,-16], +[539,1414,-16], +[445,1406,-16], +[445,1414,-16], +[544,1406,-16], +[544,1414,-16], +[938,1406,-16], +[938,1414,-16], +[1104,1406,-16], +[1104,1414,-16], +[1110,1406,-16], +[1110,1414,-16], +[1108,1406,-16], +[1108,1414,-16], +[452,1406,-16], +[452,1414,-16], +[368,986,-164], +[928,1421,-29], +[926,1421,-29], +[1283,875,-275], +[1280,875,-275], +[1259,875,-275], +[540,1283,-70], +[540,1280,-70], +[540,1259,-70], +[3080,1277,-219], +[3080,1284,-219], +[3053,1277,-219], +[3053,1284,-219], +[3081,1277,-219], +[3081,1284,-219], +[3084,1277,-219], +[3084,1284,-219], +[3083,1277,-219], +[3083,1284,-219], +[3090,1277,-219], +[3090,1284,-219], +[927,1,-70], +[927,2,-70], +[927,3,-70], +[929,1,-70], +[929,2,-70], +[929,3,-70], +[330,889,-137], +[1122,657,-40], +[934,657,-40], +[1395,657,-40], +[1059,657,-40], +[537,1411,-40], +[1366,818,-137], +[1200,1,-15], +[1200,2,-15], +[1200,3,-15], +[586,1,-15], +[586,2,-15], +[586,3,-15], +[1433,1,-15], +[1433,2,-15], +[1433,3,-15], +[1136,1,-15], +[1136,2,-15], +[1136,3,-15], +[1210,1,-15], +[1210,2,-15], +[1210,3,-15], +[1159,1,-15], +[1159,2,-15], +[1159,3,-15], +[1139,1,-15], +[1139,2,-15], +[1139,3,-15], +[1145,1,-15], +[1145,2,-15], +[1145,3,-15], +[1203,1,-15], +[1203,2,-15], +[1203,3,-15], +[1153,1,-15], +[1153,2,-15], +[1153,3,-15], +[1170,1,-15], +[1170,2,-15], +[1170,3,-15], +[1143,1,-15], +[1143,2,-15], +[1143,3,-15], +[1167,1,-15], +[1167,2,-15], +[1167,3,-15], +[1144,1,-15], +[1144,2,-15], +[1144,3,-15], +[1192,1,-15], +[1192,2,-15], +[1192,3,-15], +[406,1435,-42], +[132,797,-235], +[132,679,-235], +[132,1229,-235], +[132,1230,-235], +[1522,342,-110], +[1522,292,-110], +[589,406,-27], +[427,578,-32], +[3125,926,-69], +[3125,928,-69], +[1278,875,-179], +[1281,875,-179], +[368,929,-139], +[368,927,-139], +[132,3077,-150], +[410,186,-205], +[410,187,-205], +[412,186,-205], +[412,187,-205], +[413,186,-205], +[413,187,-205], +[414,186,-205], +[414,187,-205], +[418,186,-205], +[418,187,-205], +[475,406,-70], +[766,406,-70], +[1156,406,-70], +[785,406,-70], +[768,406,-70], +[772,406,-70], +[781,406,-70], +[798,406,-70], +[769,406,-70], +[782,406,-70], +[816,406,-70], +[770,406,-70], +[476,406,-70], +[477,406,-70], +[1411,990,-70], +[1366,1522,-439], +[3115,1277,-138], +[3115,1284,-138], +[3117,1277,-138], +[3117,1284,-138], +[1113,1277,-138], +[1113,1284,-138], +[1114,1277,-138], +[1114,1284,-138], +[1117,1277,-138], +[1117,1284,-138], +[840,1411,-29], +[791,504,-96], +[872,504,-96], +[1187,504,-96], +[1372,504,-96], +[1440,504,-96], +[1386,504,-96], +[1254,504,-96], +[3119,504,-96], +[881,504,-96], +[1118,504,-96], +[828,504,-96], +[1093,504,-96], +[1218,504,-96], +[1222,504,-96], +[1487,504,-96], +[475,1366,-55], +[766,1366,-55], +[1156,1366,-55], +[785,1366,-55], +[768,1366,-55], +[772,1366,-55], +[781,1366,-55], +[798,1366,-55], +[769,1366,-55], +[782,1366,-55], +[816,1366,-55], +[770,1366,-55], +[476,1366,-55], +[477,1366,-55], +[1286,1254,-137], +[1286,1187,-137], +[1286,1372,-137], +[1286,1440,-137], +[1286,1386,-137], +[1286,791,-137], +[1286,3119,-137], +[1286,881,-137], +[1286,872,-137], +[1286,1487,-137], +[1286,828,-137], +[1286,1093,-137], +[1286,1218,-137], +[1286,1222,-137], +[1286,1118,-137], +[1287,1254,-137], +[1287,1187,-137], +[1287,1372,-137], +[1287,1440,-137], +[1287,1386,-137], +[1287,791,-137], +[1287,3119,-137], +[1287,881,-137], +[1287,872,-137], +[1287,1487,-137], +[1287,828,-137], +[1287,1093,-137], +[1287,1218,-137], +[1287,1222,-137], +[1287,1118,-137], +[1290,1254,-137], +[1290,1187,-137], +[1290,1372,-137], +[1290,1440,-137], +[1290,1386,-137], +[1290,791,-137], +[1290,3119,-137], +[1290,881,-137], +[1290,872,-137], +[1290,1487,-137], +[1290,828,-137], +[1290,1093,-137], +[1290,1218,-137], +[1290,1222,-137], +[1290,1118,-137], +[1289,1254,-137], +[1289,1187,-137], +[1289,1372,-137], +[1289,1440,-137], +[1289,1386,-137], +[1289,791,-137], +[1289,3119,-137], +[1289,881,-137], +[1289,872,-137], +[1289,1487,-137], +[1289,828,-137], +[1289,1093,-137], +[1289,1218,-137], +[1289,1222,-137], +[1289,1118,-137], +[3077,1428,-28], +[990,1390,-96], +[410,1275,-164], +[412,1275,-164], +[413,1275,-164], +[414,1275,-164], +[418,1275,-164], +[520,1421,-27], +[132,3115,-84], +[132,3117,-84], +[132,1381,-84], +[132,1382,-84], +[132,1385,-84], +[203,1181,-124], +[205,1181,-124], +[209,1181,-124], +[207,1181,-124], +[1522,501,-304], +[990,840,-55], +[406,875,-42], +[1522,1421,-70], +[889,330,-84], +[889,3077,-29], +[3080,1343,-42], +[3080,1345,-42], +[3080,1355,-42], +[3080,1350,-42], +[3080,1348,-42], +[3053,1343,-42], +[3053,1345,-42], +[3053,1355,-42], +[3053,1350,-42], +[3053,1348,-42], +[3081,1343,-42], +[3081,1345,-42], +[3081,1355,-42], +[3081,1350,-42], +[3081,1348,-42], +[3084,1343,-42], +[3084,1345,-42], +[3084,1355,-42], +[3084,1350,-42], +[3084,1348,-42], +[3083,1343,-42], +[3083,1345,-42], +[3083,1355,-42], +[3083,1350,-42], +[3083,1348,-42], +[3090,1343,-42], +[3090,1345,-42], +[3090,1355,-42], +[3090,1350,-42], +[3090,1348,-42], +[1114,1114,-64], +[395,1275,-69], +[1428,840,-28], +[406,787,-15], +[485,513,-68], +[125,1286,-128], +[1509,186,-110], +[1509,187,-110], +[1381,206,-13], +[1381,73,-13], +[497,797,-357], +[497,679,-357], +[497,1229,-357], +[497,1230,-357], +[3115,797,-302], +[3115,679,-302], +[3115,1229,-302], +[3115,1230,-302], +[3117,797,-302], +[3117,679,-302], +[3117,1229,-302], +[3117,1230,-302], +[1113,797,-302], +[1113,679,-302], +[1113,1229,-302], +[1113,1230,-302], +[1114,797,-302], +[1114,679,-302], +[1114,1229,-302], +[1114,1230,-302], +[1117,797,-302], +[1117,679,-302], +[1117,1229,-302], +[1117,1230,-302], +[79,399,-41], +[79,401,-41], +[79,405,-41], +[79,400,-41], +[79,402,-41], +[761,399,-41], +[761,401,-41], +[761,405,-41], +[761,400,-41], +[761,402,-41], +[3104,399,-41], +[3104,401,-41], +[3104,405,-41], +[3104,400,-41], +[3104,402,-41], +[3105,399,-41], +[3105,401,-41], +[3105,405,-41], +[3105,400,-41], +[3105,402,-41], +[3110,399,-41], +[3110,401,-41], +[3110,405,-41], +[3110,400,-41], +[3110,402,-41], +[3107,399,-41], +[3107,401,-41], +[3107,405,-41], +[3107,400,-41], +[3107,402,-41], +[342,797,-124], +[342,679,-124], +[342,1229,-124], +[342,1230,-124], +[292,797,-124], +[292,679,-124], +[292,1229,-124], +[292,1230,-124], +[3062,0,-192], +[3062,25,-192], +[3062,4,-192], +[3062,13,-192], +[3062,37,-192], +[3062,20,-192], +[3062,34,-192], +[3062,35,-192], +[3062,31,-192], +[3062,5,-192], +[3062,32,-192], +[3062,12,-192], +[3064,0,-192], +[3064,25,-192], +[3064,4,-192], +[3064,13,-192], +[3064,37,-192], +[3064,20,-192], +[3064,34,-192], +[3064,35,-192], +[3064,31,-192], +[3064,5,-192], +[3064,32,-192], +[3064,12,-192], +[3068,0,-192], +[3068,25,-192], +[3068,4,-192], +[3068,13,-192], +[3068,37,-192], +[3068,20,-192], +[3068,34,-192], +[3068,35,-192], +[3068,31,-192], +[3068,5,-192], +[3068,32,-192], +[3068,12,-192], +[3063,0,-192], +[3063,25,-192], +[3063,4,-192], +[3063,13,-192], +[3063,37,-192], +[3063,20,-192], +[3063,34,-192], +[3063,35,-192], +[3063,31,-192], +[3063,5,-192], +[3063,32,-192], +[3063,12,-192], +[3065,0,-192], +[3065,25,-192], +[3065,4,-192], +[3065,13,-192], +[3065,37,-192], +[3065,20,-192], +[3065,34,-192], +[3065,35,-192], +[3065,31,-192], +[3065,5,-192], +[3065,32,-192], +[3065,12,-192], +[710,395,56], +[1043,395,56], +[406,1390,-41], +[540,485,-29], +[1273,875,-69], +[1283,1435,-28], +[1280,1435,-28], +[1259,1435,-28], +[485,501,-84], +[1099,956,-111], +[1099,1249,-111], +[1099,1090,-111], +[1099,740,-111], +[475,1522,-42], +[766,1522,-42], +[1156,1522,-42], +[785,1522,-42], +[768,1522,-42], +[772,1522,-42], +[781,1522,-42], +[798,1522,-42], +[769,1522,-42], +[782,1522,-42], +[816,1522,-42], +[770,1522,-42], +[476,1522,-42], +[477,1522,-42], +[295,206,-165], +[295,73,-165], +[3080,186,-165], +[3080,187,-165], +[3053,186,-165], +[3053,187,-165], +[3081,186,-165], +[3081,187,-165], +[3084,186,-165], +[3084,187,-165], +[3083,186,-165], +[3083,187,-165], +[3090,186,-165], +[3090,187,-165], +[589,395,-139], +[1012,1126,-27], +[1012,924,-27], +[1012,1251,-27], +[1012,547,-27], +[1012,1051,-27], +[1012,826,-27], +[1022,1126,-27], +[1022,924,-27], +[1022,1251,-27], +[1022,547,-27], +[1022,1051,-27], +[1022,826,-27], +[1021,1126,-27], +[1021,924,-27], +[1021,1251,-27], +[1021,547,-27], +[1021,1051,-27], +[1021,826,-27], +[1481,818,-13], +[1481,1302,-15], +[856,761,-62], +[856,1161,-62], +[856,713,-62], +[856,1200,-62], +[856,701,-62], +[856,886,-62], +[856,630,-62], +[856,766,-62], +[856,1156,-62], +[856,1136,-62], +[856,1267,-62], +[856,842,-62], +[856,646,-62], +[856,785,-62], +[856,768,-62], +[856,772,-62], +[856,781,-62], +[856,1159,-62], +[856,1139,-62], +[856,1145,-62], +[856,1203,-62], +[856,1153,-62], +[856,632,-62], +[856,648,-62], +[856,645,-62], +[856,710,-62], +[856,798,-62], +[856,769,-62], +[856,782,-62], +[856,816,-62], +[856,770,-62], +[856,896,-62], +[856,894,-62], +[856,897,-62], +[856,1170,-62], +[856,1143,-62], +[856,1167,-62], +[856,1144,-62], +[856,895,-62], +[856,1192,-62], +[856,888,-62], +[132,342,-138], +[132,292,-138], +[511,501,-27], +[203,332,-262], +[203,335,-262], +[205,332,-262], +[205,335,-262], +[209,332,-262], +[209,335,-262], +[207,332,-262], +[207,335,-262], +[1229,3115,-110], +[399,186,-165], +[399,187,-165], +[401,186,-165], +[401,187,-165], +[405,186,-165], +[405,187,-165], +[400,186,-165], +[400,187,-165], +[402,186,-165], +[402,187,-165], +[406,589,29], +[485,926,-137], +[485,928,-137], +[288,797,-275], +[288,679,-275], +[288,1229,-275], +[288,1230,-275], +[1378,1522,-83], +[479,497,-28], +[1382,485,-40], +[3123,818,-83], +[1230,787,-96], +[1251,406,-139], +[924,406,-139], +[1126,406,-139], +[1051,406,-139], +[547,406,-139], +[826,406,-139], +[410,571,-42], +[410,577,-42], +[410,718,-42], +[412,571,-42], +[412,577,-42], +[412,718,-42], +[413,571,-42], +[413,577,-42], +[413,718,-42], +[414,571,-42], +[414,577,-42], +[414,718,-42], +[418,571,-42], +[418,577,-42], +[418,718,-42], +[332,3080,-178], +[332,3053,-178], +[332,3081,-178], +[332,3084,-178], +[332,3083,-178], +[332,3090,-178], +[335,3080,-178], +[335,3053,-178], +[335,3081,-178], +[335,3084,-178], +[335,3083,-178], +[335,3090,-178], +[206,3123,-109], +[73,3123,-109], +[1411,926,-55], +[1411,928,-55], +[368,1126,-165], +[368,924,-165], +[368,1251,-165], +[368,547,-165], +[368,1051,-165], +[368,826,-165], +[1122,1283,-82], +[1122,1280,-82], +[1122,1259,-82], +[934,1283,-82], +[934,1280,-82], +[934,1259,-82], +[1395,1283,-82], +[1395,1280,-82], +[1395,1259,-82], +[1059,1283,-82], +[1059,1280,-82], +[1059,1259,-82], +[1273,206,-166], +[1273,73,-166], +[399,314,-32], +[399,315,-32], +[399,324,-32], +[399,320,-32], +[399,318,-32], +[401,314,-32], +[401,315,-32], +[401,324,-32], +[401,320,-32], +[401,318,-32], +[405,314,-32], +[405,315,-32], +[405,324,-32], +[405,320,-32], +[405,318,-32], +[400,314,-32], +[400,315,-32], +[400,324,-32], +[400,320,-32], +[400,318,-32], +[402,314,-32], +[402,315,-32], +[402,324,-32], +[402,320,-32], +[402,318,-32], +[882,151,124], +[1373,151,124], +[1488,151,124], +[1388,151,124], +[792,151,124], +[1190,151,124], +[1441,151,124], +[1120,151,124], +[1223,151,124], +[873,151,124], +[1219,151,124], +[1256,151,124], +[3120,151,124], +[1095,151,124], +[829,151,124], +[990,1522,-84], +[674,1481,13], +[1364,1481,13], +[1262,295,-235], +[3040,295,-235], +[3062,410,-96], +[3062,412,-96], +[3062,413,-96], +[3062,414,-96], +[3062,418,-96], +[3064,410,-96], +[3064,412,-96], +[3064,413,-96], +[3064,414,-96], +[3064,418,-96], +[3068,410,-96], +[3068,412,-96], +[3068,413,-96], +[3068,414,-96], +[3068,418,-96], +[3063,410,-96], +[3063,412,-96], +[3063,413,-96], +[3063,414,-96], +[3063,418,-96], +[3065,410,-96], +[3065,412,-96], +[3065,413,-96], +[3065,414,-96], +[3065,418,-96], +[1037,3077,-54], +[1200,3062,-55], +[1200,3064,-55], +[1200,3068,-55], +[1200,3063,-55], +[1200,3065,-55], +[586,3062,-55], +[586,3064,-55], +[586,3068,-55], +[586,3063,-55], +[586,3065,-55], +[1433,3062,-55], +[1433,3064,-55], +[1433,3068,-55], +[1433,3063,-55], +[1433,3065,-55], +[1136,3062,-55], +[1136,3064,-55], +[1136,3068,-55], +[1136,3063,-55], +[1136,3065,-55], +[1210,3062,-55], +[1210,3064,-55], +[1210,3068,-55], +[1210,3063,-55], +[1210,3065,-55], +[1159,3062,-55], +[1159,3064,-55], +[1159,3068,-55], +[1159,3063,-55], +[1159,3065,-55], +[1139,3062,-55], +[1139,3064,-55], +[1139,3068,-55], +[1139,3063,-55], +[1139,3065,-55], +[1145,3062,-55], +[1145,3064,-55], +[1145,3068,-55], +[1145,3063,-55], +[1145,3065,-55], +[1203,3062,-55], +[1203,3064,-55], +[1203,3068,-55], +[1203,3063,-55], +[1203,3065,-55], +[1153,3062,-55], +[1153,3064,-55], +[1153,3068,-55], +[1153,3063,-55], +[1153,3065,-55], +[1170,3062,-55], +[1170,3064,-55], +[1170,3068,-55], +[1170,3063,-55], +[1170,3065,-55], +[1143,3062,-55], +[1143,3064,-55], +[1143,3068,-55], +[1143,3063,-55], +[1143,3065,-55], +[1167,3062,-55], +[1167,3064,-55], +[1167,3068,-55], +[1167,3063,-55], +[1167,3065,-55], +[1144,3062,-55], +[1144,3064,-55], +[1144,3068,-55], +[1144,3063,-55], +[1144,3065,-55], +[1192,3062,-55], +[1192,3064,-55], +[1192,3068,-55], +[1192,3063,-55], +[1192,3065,-55], +[675,1366,-32], +[188,1231,-123], +[196,1231,-123], +[195,1231,-123], +[1231,406,-124], +[2489,482,-68], +[710,1254,-110], +[710,1187,-110], +[710,1372,-110], +[710,1440,-110], +[710,1386,-110], +[710,791,-110], +[710,3119,-110], +[710,881,-110], +[710,872,-110], +[710,1487,-110], +[710,828,-110], +[710,1093,-110], +[710,1218,-110], +[710,1222,-110], +[710,1118,-110], +[1043,1254,-110], +[1043,1187,-110], +[1043,1372,-110], +[1043,1440,-110], +[1043,1386,-110], +[1043,791,-110], +[1043,3119,-110], +[1043,881,-110], +[1043,872,-110], +[1043,1487,-110], +[1043,828,-110], +[1043,1093,-110], +[1043,1218,-110], +[1043,1222,-110], +[1043,1118,-110], +[3080,1254,-139], +[3080,1187,-139], +[3080,1372,-139], +[3080,1440,-139], +[3080,1386,-139], +[3080,791,-139], +[3080,3119,-139], +[3080,881,-139], +[3080,872,-139], +[3080,1487,-139], +[3080,828,-139], +[3080,1093,-139], +[3080,1218,-139], +[3080,1222,-139], +[3080,1118,-139], +[3053,1254,-139], +[3053,1187,-139], +[3053,1372,-139], +[3053,1440,-139], +[3053,1386,-139], +[3053,791,-139], +[3053,3119,-139], +[3053,881,-139], +[3053,872,-139], +[3053,1487,-139], +[3053,828,-139], +[3053,1093,-139], +[3053,1218,-139], +[3053,1222,-139], +[3053,1118,-139], +[3081,1254,-139], +[3081,1187,-139], +[3081,1372,-139], +[3081,1440,-139], +[3081,1386,-139], +[3081,791,-139], +[3081,3119,-139], +[3081,881,-139], +[3081,872,-139], +[3081,1487,-139], +[3081,828,-139], +[3081,1093,-139], +[3081,1218,-139], +[3081,1222,-139], +[3081,1118,-139], +[3084,1254,-139], +[3084,1187,-139], +[3084,1372,-139], +[3084,1440,-139], +[3084,1386,-139], +[3084,791,-139], +[3084,3119,-139], +[3084,881,-139], +[3084,872,-139], +[3084,1487,-139], +[3084,828,-139], +[3084,1093,-139], +[3084,1218,-139], +[3084,1222,-139], +[3084,1118,-139], +[3083,1254,-139], +[3083,1187,-139], +[3083,1372,-139], +[3083,1440,-139], +[3083,1386,-139], +[3083,791,-139], +[3083,3119,-139], +[3083,881,-139], +[3083,872,-139], +[3083,1487,-139], +[3083,828,-139], +[3083,1093,-139], +[3083,1218,-139], +[3083,1222,-139], +[3083,1118,-139], +[3090,1254,-139], +[3090,1187,-139], +[3090,1372,-139], +[3090,1440,-139], +[3090,1386,-139], +[3090,791,-139], +[3090,3119,-139], +[3090,881,-139], +[3090,872,-139], +[3090,1487,-139], +[3090,828,-139], +[3090,1093,-139], +[3090,1218,-139], +[3090,1222,-139], +[3090,1118,-139], +[840,1242,-28], +[1343,395,-125], +[1345,395,-125], +[1355,395,-125], +[1350,395,-125], +[1348,395,-125], +[497,717,-123], +[1266,1435,-13], +[132,206,-247], +[132,73,-247], +[497,926,-180], +[497,928,-180], +[79,332,-165], +[79,335,-165], +[761,332,-165], +[761,335,-165], +[3104,332,-165], +[3104,335,-165], +[3105,332,-165], +[3105,335,-165], +[3110,332,-165], +[3110,335,-165], +[3107,332,-165], +[3107,335,-165], +[1378,1063,-96], +[1428,206,-82], +[1428,73,-82], +[3062,399,-42], +[3062,401,-42], +[3062,405,-42], +[3062,400,-42], +[3062,402,-42], +[3064,399,-42], +[3064,401,-42], +[3064,405,-42], +[3064,400,-42], +[3064,402,-42], +[3068,399,-42], +[3068,401,-42], +[3068,405,-42], +[3068,400,-42], +[3068,402,-42], +[3063,399,-42], +[3063,401,-42], +[3063,405,-42], +[3063,400,-42], +[3063,402,-42], +[3065,399,-42], +[3065,401,-42], +[3065,405,-42], +[3065,400,-42], +[3065,402,-42], +[1015,832,-68], +[427,1231,-84], +[428,1231,-84], +[432,1231,-84], +[430,1231,-84], +[1406,410,-55], +[1406,412,-55], +[1406,413,-55], +[1406,414,-55], +[1406,418,-55], +[1414,410,-55], +[1414,412,-55], +[1414,413,-55], +[1414,414,-55], +[1414,418,-55], +[1509,1050,-69], +[1251,395,-180], +[924,395,-180], +[1126,395,-180], +[1051,395,-180], +[547,395,-180], +[826,395,-180], +[0,1050,-83], +[25,1050,-83], +[4,1050,-83], +[13,1050,-83], +[37,1050,-83], +[20,1050,-83], +[34,1050,-83], +[35,1050,-83], +[31,1050,-83], +[5,1050,-83], +[32,1050,-83], +[12,1050,-83], +[406,985,-27], +[3080,399,-40], +[3080,401,-40], +[3080,405,-40], +[3080,400,-40], +[3080,402,-40], +[3053,399,-40], +[3053,401,-40], +[3053,405,-40], +[3053,400,-40], +[3053,402,-40], +[3081,399,-40], +[3081,401,-40], +[3081,405,-40], +[3081,400,-40], +[3081,402,-40], +[3084,399,-40], +[3084,401,-40], +[3084,405,-40], +[3084,400,-40], +[3084,402,-40], +[3083,399,-40], +[3083,401,-40], +[3083,405,-40], +[3083,400,-40], +[3083,402,-40], +[3090,399,-40], +[3090,401,-40], +[3090,405,-40], +[3090,400,-40], +[3090,402,-40], +[710,1198,111], +[710,703,111], +[710,1199,111], +[710,704,111], +[710,1297,111], +[710,1469,111], +[710,998,111], +[710,1129,111], +[1043,1198,111], +[1043,703,111], +[1043,1199,111], +[1043,704,111], +[1043,1297,111], +[1043,1469,111], +[1043,998,111], +[1043,1129,111], +[927,332,-359], +[927,335,-359], +[929,332,-359], +[929,335,-359], +[1378,1278,-110], +[1378,1281,-110], +[597,3125,-69], +[832,3125,-69], +[1001,3125,-69], +[784,3125,-69], +[1200,1522,-40], +[586,1522,-40], +[1433,1522,-40], +[1136,1522,-40], +[1210,1522,-40], +[1159,1522,-40], +[1139,1522,-40], +[1145,1522,-40], +[1203,1522,-40], +[1153,1522,-40], +[1170,1522,-40], +[1143,1522,-40], +[1167,1522,-40], +[1144,1522,-40], +[1192,1522,-40], +[3123,1262,-42], +[3123,3040,-42], +[45,406,-42], +[50,406,-42], +[48,406,-42], +[52,406,-42], +[49,406,-42], +[482,504,-41], +[503,504,-41], +[500,504,-41], +[1251,410,-261], +[1251,412,-261], +[1251,413,-261], +[1251,414,-261], +[1251,418,-261], +[924,410,-261], +[924,412,-261], +[924,413,-261], +[924,414,-261], +[924,418,-261], +[1126,410,-261], +[1126,412,-261], +[1126,413,-261], +[1126,414,-261], +[1126,418,-261], +[1051,410,-261], +[1051,412,-261], +[1051,413,-261], +[1051,414,-261], +[1051,418,-261], +[547,410,-261], +[547,412,-261], +[547,413,-261], +[547,414,-261], +[547,418,-261], +[826,410,-261], +[826,412,-261], +[826,413,-261], +[826,414,-261], +[826,418,-261], +[572,1424,-41], +[571,540,-96], +[577,540,-96], +[718,540,-96], +[1421,875,-29], +[399,475,-137], +[399,441,-137], +[399,533,-137], +[399,444,-137], +[399,454,-137], +[399,582,-137], +[399,470,-137], +[399,550,-137], +[399,551,-137], +[399,539,-137], +[399,445,-137], +[399,544,-137], +[399,476,-137], +[399,452,-137], +[399,477,-137], +[401,475,-137], +[401,441,-137], +[401,533,-137], +[401,444,-137], +[401,454,-137], +[401,582,-137], +[401,470,-137], +[401,550,-137], +[401,551,-137], +[401,539,-137], +[401,445,-137], +[401,544,-137], +[401,476,-137], +[401,452,-137], +[401,477,-137], +[405,475,-137], +[405,441,-137], +[405,533,-137], +[405,444,-137], +[405,454,-137], +[405,582,-137], +[405,470,-137], +[405,550,-137], +[405,551,-137], +[405,539,-137], +[405,445,-137], +[405,544,-137], +[405,476,-137], +[405,452,-137], +[405,477,-137], +[400,475,-137], +[400,441,-137], +[400,533,-137], +[400,444,-137], +[400,454,-137], +[400,582,-137], +[400,470,-137], +[400,550,-137], +[400,551,-137], +[400,539,-137], +[400,445,-137], +[400,544,-137], +[400,476,-137], +[400,452,-137], +[400,477,-137], +[402,475,-137], +[402,441,-137], +[402,533,-137], +[402,444,-137], +[402,454,-137], +[402,582,-137], +[402,470,-137], +[402,550,-137], +[402,551,-137], +[402,539,-137], +[402,445,-137], +[402,544,-137], +[402,476,-137], +[402,452,-137], +[402,477,-137], +[1,1231,-13], +[2,1231,-13], +[3,1231,-13], +[1286,1277,-219], +[1286,1284,-219], +[1287,1277,-219], +[1287,1284,-219], +[1290,1277,-219], +[1290,1284,-219], +[1289,1277,-219], +[1289,1284,-219], +[1522,520,-150], +[1522,511,-150], +[1382,410,-27], +[1382,412,-27], +[1382,413,-27], +[1382,414,-27], +[1382,418,-27], +[1509,926,-27], +[1509,928,-27], +[206,1113,-15], +[73,1113,-15], +[368,1288,-84], +[1428,889,-13], +[537,1173,-13], +[1522,875,-152], +[1181,797,-70], +[1181,679,-70], +[1181,1229,-70], +[1181,1230,-70], +[1200,0,-84], +[1200,25,-84], +[1200,4,-84], +[1200,13,-84], +[1200,37,-84], +[1200,20,-84], +[1200,34,-84], +[1200,35,-84], +[1200,31,-84], +[1200,5,-84], +[1200,32,-84], +[1200,12,-84], +[586,0,-84], +[586,25,-84], +[586,4,-84], +[586,13,-84], +[586,37,-84], +[586,20,-84], +[586,34,-84], +[586,35,-84], +[586,31,-84], +[586,5,-84], +[586,32,-84], +[586,12,-84], +[1433,0,-84], +[1433,25,-84], +[1433,4,-84], +[1433,13,-84], +[1433,37,-84], +[1433,20,-84], +[1433,34,-84], +[1433,35,-84], +[1433,31,-84], +[1433,5,-84], +[1433,32,-84], +[1433,12,-84], +[1136,0,-84], +[1136,25,-84], +[1136,4,-84], +[1136,13,-84], +[1136,37,-84], +[1136,20,-84], +[1136,34,-84], +[1136,35,-84], +[1136,31,-84], +[1136,5,-84], +[1136,32,-84], +[1136,12,-84], +[1210,0,-84], +[1210,25,-84], +[1210,4,-84], +[1210,13,-84], +[1210,37,-84], +[1210,20,-84], +[1210,34,-84], +[1210,35,-84], +[1210,31,-84], +[1210,5,-84], +[1210,32,-84], +[1210,12,-84], +[1159,0,-84], +[1159,25,-84], +[1159,4,-84], +[1159,13,-84], +[1159,37,-84], +[1159,20,-84], +[1159,34,-84], +[1159,35,-84], +[1159,31,-84], +[1159,5,-84], +[1159,32,-84], +[1159,12,-84], +[1139,0,-84], +[1139,25,-84], +[1139,4,-84], +[1139,13,-84], +[1139,37,-84], +[1139,20,-84], +[1139,34,-84], +[1139,35,-84], +[1139,31,-84], +[1139,5,-84], +[1139,32,-84], +[1139,12,-84], +[1145,0,-84], +[1145,25,-84], +[1145,4,-84], +[1145,13,-84], +[1145,37,-84], +[1145,20,-84], +[1145,34,-84], +[1145,35,-84], +[1145,31,-84], +[1145,5,-84], +[1145,32,-84], +[1145,12,-84], +[1203,0,-84], +[1203,25,-84], +[1203,4,-84], +[1203,13,-84], +[1203,37,-84], +[1203,20,-84], +[1203,34,-84], +[1203,35,-84], +[1203,31,-84], +[1203,5,-84], +[1203,32,-84], +[1203,12,-84], +[1153,0,-84], +[1153,25,-84], +[1153,4,-84], +[1153,13,-84], +[1153,37,-84], +[1153,20,-84], +[1153,34,-84], +[1153,35,-84], +[1153,31,-84], +[1153,5,-84], +[1153,32,-84], +[1153,12,-84], +[1170,0,-84], +[1170,25,-84], +[1170,4,-84], +[1170,13,-84], +[1170,37,-84], +[1170,20,-84], +[1170,34,-84], +[1170,35,-84], +[1170,31,-84], +[1170,5,-84], +[1170,32,-84], +[1170,12,-84], +[1143,0,-84], +[1143,25,-84], +[1143,4,-84], +[1143,13,-84], +[1143,37,-84], +[1143,20,-84], +[1143,34,-84], +[1143,35,-84], +[1143,31,-84], +[1143,5,-84], +[1143,32,-84], +[1143,12,-84], +[1167,0,-84], +[1167,25,-84], +[1167,4,-84], +[1167,13,-84], +[1167,37,-84], +[1167,20,-84], +[1167,34,-84], +[1167,35,-84], +[1167,31,-84], +[1167,5,-84], +[1167,32,-84], +[1167,12,-84], +[1144,0,-84], +[1144,25,-84], +[1144,4,-84], +[1144,13,-84], +[1144,37,-84], +[1144,20,-84], +[1144,34,-84], +[1144,35,-84], +[1144,31,-84], +[1144,5,-84], +[1144,32,-84], +[1144,12,-84], +[1192,0,-84], +[1192,25,-84], +[1192,4,-84], +[1192,13,-84], +[1192,37,-84], +[1192,20,-84], +[1192,34,-84], +[1192,35,-84], +[1192,31,-84], +[1192,5,-84], +[1192,32,-84], +[1192,12,-84], +[956,840,-54], +[1249,840,-54], +[740,840,-54], +[1090,840,-54], +[1276,485,-28], +[1285,485,-28], +[1522,1173,-55], +[1262,1278,-166], +[1262,1281,-166], +[3040,1278,-166], +[3040,1281,-166], +[206,1198,-206], +[206,703,-206], +[206,1199,-206], +[206,704,-206], +[206,1297,-206], +[206,1469,-206], +[206,998,-206], +[206,1129,-206], +[73,1198,-206], +[73,703,-206], +[73,1199,-206], +[73,704,-206], +[73,1297,-206], +[73,1469,-206], +[73,998,-206], +[73,1129,-206], +[1173,295,-235], +[410,580,-55], +[412,580,-55], +[413,580,-55], +[414,580,-55], +[418,580,-55], +[485,956,-304], +[485,1249,-304], +[485,1090,-304], +[485,740,-304], +[1277,1283,-275], +[1277,1280,-275], +[1277,1259,-275], +[1284,1283,-275], +[1284,1280,-275], +[1284,1259,-275], +[856,1254,-110], +[856,1187,-110], +[856,1372,-110], +[856,1440,-110], +[856,1386,-110], +[856,791,-110], +[856,3119,-110], +[856,881,-110], +[856,872,-110], +[856,1487,-110], +[856,828,-110], +[856,1093,-110], +[856,1218,-110], +[856,1222,-110], +[856,1118,-110], +[3077,818,-41], +[406,475,-27], +[406,441,-27], +[406,533,-27], +[406,444,-27], +[406,454,-27], +[406,582,-27], +[406,470,-27], +[406,550,-27], +[406,551,-27], +[406,539,-27], +[406,445,-27], +[406,544,-27], +[406,476,-27], +[406,452,-27], +[406,477,-27], +[1366,761,-138], +[1366,1161,-138], +[1366,713,-138], +[1366,1200,-138], +[1366,701,-138], +[1366,886,-138], +[1366,630,-138], +[1366,766,-138], +[1366,1156,-138], +[1366,1136,-138], +[1366,1267,-138], +[1366,842,-138], +[1366,646,-138], +[1366,785,-138], +[1366,768,-138], +[1366,772,-138], +[1366,781,-138], +[1366,1159,-138], +[1366,1139,-138], +[1366,1145,-138], +[1366,1203,-138], +[1366,1153,-138], +[1366,632,-138], +[1366,648,-138], +[1366,645,-138], +[1366,710,-138], +[1366,798,-138], +[1366,769,-138], +[1366,782,-138], +[1366,816,-138], +[1366,770,-138], +[1366,896,-138], +[1366,894,-138], +[1366,897,-138], +[1366,1170,-138], +[1366,1143,-138], +[1366,1167,-138], +[1366,1144,-138], +[1366,895,-138], +[1366,1192,-138], +[1366,888,-138], +[1012,761,-70], +[1012,1161,-70], +[1012,713,-70], +[1012,1200,-70], +[1012,701,-70], +[1012,886,-70], +[1012,630,-70], +[1012,766,-70], +[1012,1156,-70], +[1012,1136,-70], +[1012,1267,-70], +[1012,842,-70], +[1012,646,-70], +[1012,785,-70], +[1012,768,-70], +[1012,772,-70], +[1012,781,-70], +[1012,1159,-70], +[1012,1139,-70], +[1012,1145,-70], +[1012,1203,-70], +[1012,1153,-70], +[1012,632,-70], +[1012,648,-70], +[1012,645,-70], +[1012,710,-70], +[1012,798,-70], +[1012,769,-70], +[1012,782,-70], +[1012,816,-70], +[1012,770,-70], +[1012,896,-70], +[1012,894,-70], +[1012,897,-70], +[1012,1170,-70], +[1012,1143,-70], +[1012,1167,-70], +[1012,1144,-70], +[1012,895,-70], +[1012,1192,-70], +[1012,888,-70], +[1022,761,-70], +[1022,1161,-70], +[1022,713,-70], +[1022,1200,-70], +[1022,701,-70], +[1022,886,-70], +[1022,630,-70], +[1022,766,-70], +[1022,1156,-70], +[1022,1136,-70], +[1022,1267,-70], +[1022,842,-70], +[1022,646,-70], +[1022,785,-70], +[1022,768,-70], +[1022,772,-70], +[1022,781,-70], +[1022,1159,-70], +[1022,1139,-70], +[1022,1145,-70], +[1022,1203,-70], +[1022,1153,-70], +[1022,632,-70], +[1022,648,-70], +[1022,645,-70], +[1022,710,-70], +[1022,798,-70], +[1022,769,-70], +[1022,782,-70], +[1022,816,-70], +[1022,770,-70], +[1022,896,-70], +[1022,894,-70], +[1022,897,-70], +[1022,1170,-70], +[1022,1143,-70], +[1022,1167,-70], +[1022,1144,-70], +[1022,895,-70], +[1022,1192,-70], +[1022,888,-70], +[1021,761,-70], +[1021,1161,-70], +[1021,713,-70], +[1021,1200,-70], +[1021,701,-70], +[1021,886,-70], +[1021,630,-70], +[1021,766,-70], +[1021,1156,-70], +[1021,1136,-70], +[1021,1267,-70], +[1021,842,-70], +[1021,646,-70], +[1021,785,-70], +[1021,768,-70], +[1021,772,-70], +[1021,781,-70], +[1021,1159,-70], +[1021,1139,-70], +[1021,1145,-70], +[1021,1203,-70], +[1021,1153,-70], +[1021,632,-70], +[1021,648,-70], +[1021,645,-70], +[1021,710,-70], +[1021,798,-70], +[1021,769,-70], +[1021,782,-70], +[1021,816,-70], +[1021,770,-70], +[1021,896,-70], +[1021,894,-70], +[1021,897,-70], +[1021,1170,-70], +[1021,1143,-70], +[1021,1167,-70], +[1021,1144,-70], +[1021,895,-70], +[1021,1192,-70], +[1021,888,-70], +[295,3115,-96], +[295,3117,-96], +[295,1381,-96], +[295,1382,-96], +[295,1385,-96], +[399,540,-137], +[401,540,-137], +[405,540,-137], +[400,540,-137], +[402,540,-137], +[606,1278,-96], +[606,1281,-96], +[990,3123,-22], +[513,482,-29], +[1378,1173,-70], +[1366,589,55], +[520,1276,-68], +[520,1285,-68], +[1481,580,-15], +[1277,1278,-344], +[1277,1281,-344], +[1284,1278,-344], +[1284,1281,-344], +[45,1522,-111], +[50,1522,-111], +[48,1522,-111], +[52,1522,-111], +[49,1522,-111], +[1099,926,-56], +[1099,928,-56], +[3115,485,-70], +[3117,485,-70], +[1113,485,-70], +[1114,485,-70], +[1117,485,-70], +[0,1114,-28], +[25,1114,-28], +[4,1114,-28], +[13,1114,-28], +[37,1114,-28], +[20,1114,-28], +[34,1114,-28], +[35,1114,-28], +[31,1114,-28], +[5,1114,-28], +[32,1114,-28], +[12,1114,-28], +[1229,1181,-144], +[3062,1277,-219], +[3062,1284,-219], +[3064,1277,-219], +[3064,1284,-219], +[3068,1277,-219], +[3068,1284,-219], +[3063,1277,-219], +[3063,1284,-219], +[3065,1277,-219], +[3065,1284,-219], +[1343,332,-207], +[1343,335,-207], +[1345,332,-207], +[1345,335,-207], +[1355,332,-207], +[1355,335,-207], +[1350,332,-207], +[1350,335,-207], +[1348,332,-207], +[1348,335,-207], +[3055,797,-13], +[3055,679,-13], +[3055,1229,-13], +[3055,1230,-13], +[3112,797,-13], +[3112,679,-13], +[3112,1229,-13], +[3112,1230,-13], +[1242,1037,-29], +[876,1283,-27], +[876,1280,-27], +[876,1259,-27], +[1278,1390,-260], +[1281,1390,-260], +[259,1277,-206], +[259,1284,-206], +[295,589,41], +[1366,3074,-54], +[203,3062,-178], +[203,3064,-178], +[203,3068,-178], +[203,3063,-178], +[203,3065,-178], +[205,3062,-178], +[205,3064,-178], +[205,3068,-178], +[205,3063,-178], +[205,3065,-178], +[209,3062,-178], +[209,3064,-178], +[209,3068,-178], +[209,3063,-178], +[209,3065,-178], +[207,3062,-178], +[207,3064,-178], +[207,3068,-178], +[207,3063,-178], +[207,3065,-178], +[1278,186,-288], +[1278,187,-288], +[1281,186,-288], +[1281,187,-288], +[1366,206,-304], +[1366,73,-304], +[876,332,-41], +[876,335,-41], +[990,990,-29], +[3062,1050,-82], +[3064,1050,-82], +[3068,1050,-82], +[3063,1050,-82], +[3065,1050,-82], +[1366,580,-54], +[188,1509,-96], +[188,1490,-96], +[188,1507,-96], +[188,1491,-96], +[188,1495,-96], +[188,1499,-96], +[188,3050,-96], +[188,1519,-96], +[188,1493,-96], +[188,3046,-96], +[188,1515,-96], +[188,3039,-96], +[188,1494,-96], +[196,1509,-96], +[196,1490,-96], +[196,1507,-96], +[196,1491,-96], +[196,1495,-96], +[196,1499,-96], +[196,3050,-96], +[196,1519,-96], +[196,1493,-96], +[196,3046,-96], +[196,1515,-96], +[196,3039,-96], +[196,1494,-96], +[195,1509,-96], +[195,1490,-96], +[195,1507,-96], +[195,1491,-96], +[195,1495,-96], +[195,1499,-96], +[195,3050,-96], +[195,1519,-96], +[195,1493,-96], +[195,3046,-96], +[195,1515,-96], +[195,3039,-96], +[195,1494,-96], +[288,427,-55], +[288,428,-55], +[288,432,-55], +[288,430,-55], +[875,1277,-41], +[875,1284,-41], +[1099,882,125], +[1099,1373,125], +[1099,1488,125], +[1099,1388,125], +[1099,792,125], +[1099,1190,125], +[1099,1095,125], +[1099,1223,125], +[1099,829,125], +[1099,1256,125], +[1099,1219,125], +[1099,873,125], +[1099,3120,125], +[1099,1120,125], +[1099,1441,125], +[0,1181,-96], +[25,1181,-96], +[4,1181,-96], +[13,1181,-96], +[37,1181,-96], +[20,1181,-96], +[34,1181,-96], +[35,1181,-96], +[31,1181,-96], +[5,1181,-96], +[32,1181,-96], +[12,1181,-96], +[3077,537,-42], +[0,3074,-13], +[25,3074,-13], +[4,3074,-13], +[13,3074,-13], +[37,3074,-13], +[20,3074,-13], +[34,3074,-13], +[35,3074,-13], +[31,3074,-13], +[5,3074,-13], +[32,3074,-13], +[12,3074,-13], +[889,818,-69], +[206,578,-96], +[787,399,-42], +[787,401,-42], +[787,405,-42], +[787,400,-42], +[787,402,-42], +[1435,399,-42], +[1435,401,-42], +[1435,405,-42], +[1435,400,-42], +[1435,402,-42], +[475,1198,-69], +[475,703,-69], +[475,1199,-69], +[475,704,-69], +[475,1297,-69], +[475,1469,-69], +[475,998,-69], +[475,1129,-69], +[766,1198,-69], +[766,703,-69], +[766,1199,-69], +[766,704,-69], +[766,1297,-69], +[766,1469,-69], +[766,998,-69], +[766,1129,-69], +[1156,1198,-69], +[1156,703,-69], +[1156,1199,-69], +[1156,704,-69], +[1156,1297,-69], +[1156,1469,-69], +[1156,998,-69], +[1156,1129,-69], +[785,1198,-69], +[785,703,-69], +[785,1199,-69], +[785,704,-69], +[785,1297,-69], +[785,1469,-69], +[785,998,-69], +[785,1129,-69], +[768,1198,-69], +[768,703,-69], +[768,1199,-69], +[768,704,-69], +[768,1297,-69], +[768,1469,-69], +[768,998,-69], +[768,1129,-69], +[772,1198,-69], +[772,703,-69], +[772,1199,-69], +[772,704,-69], +[772,1297,-69], +[772,1469,-69], +[772,998,-69], +[772,1129,-69], +[781,1198,-69], +[781,703,-69], +[781,1199,-69], +[781,704,-69], +[781,1297,-69], +[781,1469,-69], +[781,998,-69], +[781,1129,-69], +[798,1198,-69], +[798,703,-69], +[798,1199,-69], +[798,704,-69], +[798,1297,-69], +[798,1469,-69], +[798,998,-69], +[798,1129,-69], +[769,1198,-69], +[769,703,-69], +[769,1199,-69], +[769,704,-69], +[769,1297,-69], +[769,1469,-69], +[769,998,-69], +[769,1129,-69], +[782,1198,-69], +[782,703,-69], +[782,1199,-69], +[782,704,-69], +[782,1297,-69], +[782,1469,-69], +[782,998,-69], +[782,1129,-69], +[816,1198,-69], +[816,703,-69], +[816,1199,-69], +[816,704,-69], +[816,1297,-69], +[816,1469,-69], +[816,998,-69], +[816,1129,-69], +[770,1198,-69], +[770,703,-69], +[770,1199,-69], +[770,704,-69], +[770,1297,-69], +[770,1469,-69], +[770,998,-69], +[770,1129,-69], +[476,1198,-69], +[476,703,-69], +[476,1199,-69], +[476,704,-69], +[476,1297,-69], +[476,1469,-69], +[476,998,-69], +[476,1129,-69], +[477,1198,-69], +[477,703,-69], +[477,1199,-69], +[477,704,-69], +[477,1297,-69], +[477,1469,-69], +[477,998,-69], +[477,1129,-69], +[486,3112,-15], +[485,3125,-29], +[1242,1283,56], +[1242,1280,56], +[1242,1259,56], +[928,206,-68], +[928,73,-68], +[926,206,-68], +[926,73,-68], +[288,1,-315], +[288,2,-315], +[288,3,-315], +[399,1254,-249], +[399,1187,-249], +[399,1372,-249], +[399,1440,-249], +[399,1386,-249], +[399,791,-249], +[399,3119,-249], +[399,881,-249], +[399,872,-249], +[399,1487,-249], +[399,828,-249], +[399,1093,-249], +[399,1218,-249], +[399,1222,-249], +[399,1118,-249], +[401,1254,-249], +[401,1187,-249], +[401,1372,-249], +[401,1440,-249], +[401,1386,-249], +[401,791,-249], +[401,3119,-249], +[401,881,-249], +[401,872,-249], +[401,1487,-249], +[401,828,-249], +[401,1093,-249], +[401,1218,-249], +[401,1222,-249], +[401,1118,-249], +[405,1254,-249], +[405,1187,-249], +[405,1372,-249], +[405,1440,-249], +[405,1386,-249], +[405,791,-249], +[405,3119,-249], +[405,881,-249], +[405,872,-249], +[405,1487,-249], +[405,828,-249], +[405,1093,-249], +[405,1218,-249], +[405,1222,-249], +[405,1118,-249], +[400,1254,-249], +[400,1187,-249], +[400,1372,-249], +[400,1440,-249], +[400,1386,-249], +[400,791,-249], +[400,3119,-249], +[400,881,-249], +[400,872,-249], +[400,1487,-249], +[400,828,-249], +[400,1093,-249], +[400,1218,-249], +[400,1222,-249], +[400,1118,-249], +[402,1254,-249], +[402,1187,-249], +[402,1372,-249], +[402,1440,-249], +[402,1386,-249], +[402,791,-249], +[402,3119,-249], +[402,881,-249], +[402,872,-249], +[402,1487,-249], +[402,828,-249], +[402,1093,-249], +[402,1218,-249], +[402,1222,-249], +[402,1118,-249], +[498,1277,-138], +[498,1284,-138], +[368,1390,-139], +[1283,1132,-345], +[1280,1132,-345], +[1259,1132,-345], +[923,520,-219], +[923,511,-219], +[1286,1366,-29], +[1287,1366,-29], +[1290,1366,-29], +[1289,1366,-29], +[3074,259,-27], +[3074,238,-27], +[3074,282,-27], +[3074,45,-27], +[3074,129,-27], +[3074,236,-27], +[3074,297,-27], +[3074,50,-27], +[3074,257,-27], +[3074,241,-27], +[3074,247,-27], +[3074,285,-27], +[3074,254,-27], +[3074,48,-27], +[3074,52,-27], +[3074,49,-27], +[3074,137,-27], +[3074,135,-27], +[3074,138,-27], +[3074,267,-27], +[3074,245,-27], +[3074,265,-27], +[3074,246,-27], +[3074,136,-27], +[3074,277,-27], +[3074,131,-27], +[368,807,-166], +[1099,840,-54], +[203,787,-29], +[205,787,-29], +[209,787,-29], +[207,787,-29], +[710,1181,125], +[1043,1181,125], +[1228,504,-27], +[399,787,-40], +[401,787,-40], +[405,787,-40], +[400,787,-40], +[402,787,-40], +[3080,1278,-82], +[3080,1281,-82], +[3053,1278,-82], +[3053,1281,-82], +[3081,1278,-82], +[3081,1281,-82], +[3084,1278,-82], +[3084,1281,-82], +[3083,1278,-82], +[3083,1281,-82], +[3090,1278,-82], +[3090,1281,-82], +[3115,1276,-41], +[3115,1285,-41], +[3117,1276,-41], +[3117,1285,-41], +[1113,1276,-41], +[1113,1285,-41], +[1114,1276,-41], +[1114,1285,-41], +[1117,1276,-41], +[1117,1285,-41], +[1509,1343,-41], +[1509,1345,-41], +[1509,1355,-41], +[1509,1350,-41], +[1509,1348,-41], +[1343,1181,-42], +[1345,1181,-42], +[1355,1181,-42], +[1350,1181,-42], +[1348,1181,-42], +[368,3115,-55], +[368,3117,-55], +[368,1381,-55], +[368,1382,-55], +[368,1385,-55], +[1382,1277,-123], +[1382,1284,-123], +[882,518,-82], +[882,489,-82], +[1373,518,-82], +[1373,489,-82], +[1488,518,-82], +[1488,489,-82], +[1388,518,-82], +[1388,489,-82], +[792,518,-82], +[792,489,-82], +[1190,518,-82], +[1190,489,-82], +[1441,518,-82], +[1441,489,-82], +[1120,518,-82], +[1120,489,-82], +[1223,518,-82], +[1223,489,-82], +[873,518,-82], +[873,489,-82], +[1219,518,-82], +[1219,489,-82], +[1256,518,-82], +[1256,489,-82], +[3120,518,-82], +[3120,489,-82], +[1095,518,-82], +[1095,489,-82], +[829,518,-82], +[829,489,-82], +[1277,657,-96], +[1284,657,-96], +[368,259,-109], +[368,238,-109], +[368,282,-109], +[368,45,-109], +[368,129,-109], +[368,236,-109], +[368,297,-109], +[368,50,-109], +[368,257,-109], +[368,241,-109], +[368,247,-109], +[368,285,-109], +[368,254,-109], +[368,48,-109], +[368,52,-109], +[368,49,-109], +[368,137,-109], +[368,135,-109], +[368,138,-109], +[368,267,-109], +[368,245,-109], +[368,265,-109], +[368,246,-109], +[368,136,-109], +[368,277,-109], +[368,131,-109], +[282,0,-96], +[282,25,-96], +[282,4,-96], +[282,13,-96], +[282,37,-96], +[282,20,-96], +[282,34,-96], +[282,35,-96], +[282,31,-96], +[282,5,-96], +[282,32,-96], +[282,12,-96], +[63,0,-96], +[63,25,-96], +[63,4,-96], +[63,13,-96], +[63,37,-96], +[63,20,-96], +[63,34,-96], +[63,35,-96], +[63,31,-96], +[63,5,-96], +[63,32,-96], +[63,12,-96], +[297,0,-96], +[297,25,-96], +[297,4,-96], +[297,13,-96], +[297,37,-96], +[297,20,-96], +[297,34,-96], +[297,35,-96], +[297,31,-96], +[297,5,-96], +[297,32,-96], +[297,12,-96], +[236,0,-96], +[236,25,-96], +[236,4,-96], +[236,13,-96], +[236,37,-96], +[236,20,-96], +[236,34,-96], +[236,35,-96], +[236,31,-96], +[236,5,-96], +[236,32,-96], +[236,12,-96], +[117,0,-96], +[117,25,-96], +[117,4,-96], +[117,13,-96], +[117,37,-96], +[117,20,-96], +[117,34,-96], +[117,35,-96], +[117,31,-96], +[117,5,-96], +[117,32,-96], +[117,12,-96], +[257,0,-96], +[257,25,-96], +[257,4,-96], +[257,13,-96], +[257,37,-96], +[257,20,-96], +[257,34,-96], +[257,35,-96], +[257,31,-96], +[257,5,-96], +[257,32,-96], +[257,12,-96], +[241,0,-96], +[241,25,-96], +[241,4,-96], +[241,13,-96], +[241,37,-96], +[241,20,-96], +[241,34,-96], +[241,35,-96], +[241,31,-96], +[241,5,-96], +[241,32,-96], +[241,12,-96], +[247,0,-96], +[247,25,-96], +[247,4,-96], +[247,13,-96], +[247,37,-96], +[247,20,-96], +[247,34,-96], +[247,35,-96], +[247,31,-96], +[247,5,-96], +[247,32,-96], +[247,12,-96], +[285,0,-96], +[285,25,-96], +[285,4,-96], +[285,13,-96], +[285,37,-96], +[285,20,-96], +[285,34,-96], +[285,35,-96], +[285,31,-96], +[285,5,-96], +[285,32,-96], +[285,12,-96], +[254,0,-96], +[254,25,-96], +[254,4,-96], +[254,13,-96], +[254,37,-96], +[254,20,-96], +[254,34,-96], +[254,35,-96], +[254,31,-96], +[254,5,-96], +[254,32,-96], +[254,12,-96], +[67,0,-96], +[67,25,-96], +[67,4,-96], +[67,13,-96], +[67,37,-96], +[67,20,-96], +[67,34,-96], +[67,35,-96], +[67,31,-96], +[67,5,-96], +[67,32,-96], +[67,12,-96], +[267,0,-96], +[267,25,-96], +[267,4,-96], +[267,13,-96], +[267,37,-96], +[267,20,-96], +[267,34,-96], +[267,35,-96], +[267,31,-96], +[267,5,-96], +[267,32,-96], +[267,12,-96], +[245,0,-96], +[245,25,-96], +[245,4,-96], +[245,13,-96], +[245,37,-96], +[245,20,-96], +[245,34,-96], +[245,35,-96], +[245,31,-96], +[245,5,-96], +[245,32,-96], +[245,12,-96], +[265,0,-96], +[265,25,-96], +[265,4,-96], +[265,13,-96], +[265,37,-96], +[265,20,-96], +[265,34,-96], +[265,35,-96], +[265,31,-96], +[265,5,-96], +[265,32,-96], +[265,12,-96], +[246,0,-96], +[246,25,-96], +[246,4,-96], +[246,13,-96], +[246,37,-96], +[246,20,-96], +[246,34,-96], +[246,35,-96], +[246,31,-96], +[246,5,-96], +[246,32,-96], +[246,12,-96], +[277,0,-96], +[277,25,-96], +[277,4,-96], +[277,13,-96], +[277,37,-96], +[277,20,-96], +[277,34,-96], +[277,35,-96], +[277,31,-96], +[277,5,-96], +[277,32,-96], +[277,12,-96], +[787,406,-15], +[1435,406,-15], +[1099,990,-29], +[1509,1220,138], +[1509,610,138], +[1509,606,138], +[875,1424,-28], +[406,3080,-83], +[406,3053,-83], +[406,3081,-83], +[406,3084,-83], +[406,3083,-83], +[406,3090,-83], +[497,507,-40], +[410,3062,-96], +[410,3064,-96], +[410,3068,-96], +[410,3063,-96], +[410,3065,-96], +[412,3062,-96], +[412,3064,-96], +[412,3068,-96], +[412,3063,-96], +[412,3065,-96], +[413,3062,-96], +[413,3064,-96], +[413,3068,-96], +[413,3063,-96], +[413,3065,-96], +[414,3062,-96], +[414,3064,-96], +[414,3068,-96], +[414,3063,-96], +[414,3065,-96], +[418,3062,-96], +[418,3064,-96], +[418,3068,-96], +[418,3063,-96], +[418,3065,-96]] +} \ No newline at end of file diff --git a/docs/index.css b/docs/index.css new file mode 100644 index 000000000..a10c306ae --- /dev/null +++ b/docs/index.css @@ -0,0 +1,393 @@ +* { margin:0; padding:0; } +html { } +body { + background-color: #f4f4f4; + color: #414141; + font: 16px/22px Interface, sans-serif; + letter-spacing: -0.1px; + font-weight: 400; + padding-bottom: 30px; + + font-kerning: normal; + -moz-font-feature-settings: "kern" 1; + -webkit-font-feature-settings: "kern" 1; + font-feature-settings: "kern" 1; +} + +a { + color: inherit; + text-decoration: underline; + word-break: break-word; + word-wrap: break-word; +} +a:hover { + color: rgb(48, 112, 232); +} +a.plain, a.fat { + /* !important needed for qualification over @media further down */ + background: none !important; + text-shadow: none !important; + text-decoration: none; +} +a.fat { + font-weight:500; +} + +p { + margin: 20px 0; +} +code, pre, q { + font-family: "SFMono-Regular", Menlo, Consolas, Inconsolata, monospace; + font-size:0.96em; +} +code { + display: block; + border-radius:1px; + padding: 0.5em 0; + overflow: auto; +} +pre, q { + display: inline; + white-space: pre-wrap; +} +q { + display: inline; +} +q:before { + content: ""; +} +q:after { + content: ""; +} +kbd { + font-feature-settings: 'kern' 1, 'case' 1; + border: 1px solid rgba(0,0,0,0.18); + border-radius: 3px; + padding:0.1em 0.2em; + margin:0 0.1em; +} +dem { /* de-emphasize */ + font-weight: 400; + opacity: 0.7; +} + +h1, h2, h3 { + font-weight: 500; +} +h1 { + color: #333; + font-size: 38px; + letter-spacing: -1.3px; + line-height: 40px; + text-indent: -2px; + margin-bottom: 30px; + margin-top: 10px; +} +h2 { + font-size: 24px; + letter-spacing: -0.4px; + line-height: 30px; + margin-bottom: 25px; + margin-top: 10px; +} +h2.back { + color:rgba(0,0,0,0.2); + font-size: inherit; + font-weight:400; + margin:0; + margin-top:-1.9em; +} +h2.back a:hover { + color: black; + margin-left:-1.6em; +} +h2.back a:hover::before { + content: "<- "; +} +h3 { + font-size: inherit; +} + +h1 > a, h2 > a, h3 > a { + color: inherit; + text-decoration: none; + text-shadow: none; + background: none !important; +} + +.row { + padding: 50px; + /*background: salmon;*/ + display: flex; + justify-content: center; + /*background: white;*/ +} +.row > * { + width:100%; + max-width: 888px; + flex: 1 0 100%; + /*background: white;*/ +} + +.row-divider { + margin:0 auto; + max-width: 888px; + height: 1px; + border-bottom: 1px dashed rgba(0,0,0,0.09); +} + +/* small screens */ +@media only screen and (max-device-width: 736px) { + .row { + padding-left: 20px; + padding-right: 20px; + } +} + +.row.white { + background: white; +} + +.row.dark { + background: #2b2b2b; + color: #99999b; +} +.row.dark a:hover { + color: rgb(164, 188, 255); +} +.row.dark h2, .row.dark h2 > a { + color: #ccc; + background: none; +} + +.row.color1 { + background: #C0CDE2; + color: #3B414A; +} + +/* + Medium.com-style link underline for high-density displays. + Currently only enabled on Mac as the lines don't render correctly on + Windows (even in Chrome) for some reason. +*/ +@media (-webkit-min-device-pixel-ratio: 1.5) { + a { + text-decoration: none; + background-image: + linear-gradient(to bottom, + rgba(0,0,0,.6) 50%, + rgba(0,0,0,0) 50%); + background-repeat: repeat-x; + background-size: 2px .1em; + background-position: 0 1.15em; + text-shadow: + /* creates "openings" for descenders in the underline */ + -1px -1px 0 #f4f4f4, + 1px -1px 0 #f4f4f4, + -1px 1px 0 #f4f4f4, + 1px 1px 0 #f4f4f4; + } + body.mac_or_ios a { + /* line height calculated differently on mac c/t windows */ + background-position: 0 1.045em; + } + a:hover { + background-image: + linear-gradient(to bottom, + rgba(48, 112, 232, 1) 50%, + rgba(48, 112, 232, 0) 50%); + } + .row.white a { + text-shadow: + -1px -1px 0 white, + 1px -1px 0 white, + -1px 1px 0 white, + 1px 1px 0 white; + } + .row.dark a { + background-image: + linear-gradient(to bottom, + rgba(255,255,255,.3) 50%, + rgba(255,255,255,0) 50%); + text-shadow: + -1px -1px 0 #2b2b2b, + 1px -1px 0 #2b2b2b, + -1px 1px 0 #2b2b2b, + 1px 1px 0 #2b2b2b; + } + .row.dark a:hover { + background-image: + linear-gradient(to bottom, + rgba(164, 188, 255, 1) 50%, + rgba(164, 188, 255, 0) 50%); + } +} + +::selection { + background: rgb(48, 112, 232); + color: white; + text-shadow: none; +} +::-moz-selection { + background: rgb(48, 112, 232); + color: white; + text-shadow: none; +} + +.row.dark ::selection { + background: rgb(218, 228, 255); + color: black; +} +.row.dark ::-moz-selection { + background: rgb(164, 188, 255); + color: black; +} + +ul { + margin-left:1.1em; +} + +a > img { + display: block; +} + +#repertoire-image { + display:block; + width:100%; + height:40vw; + background-image: url(res/repertoire.png); + background-repeat: no-repeat; + background-size: cover; + background-blend-mode: multiply; + background-color: #f4f4f4; +} + + +/* FAQ */ +ul.faq { + list-style:none; + display: flex; + flex-direction: column; + margin-left:0; +} +ul.faq > li { + padding-right: 6px; + margin-bottom: 6px; + padding-left: 1.5em; + text-indent: -1.5em; +} +ul.faq > li > a { + display: inline; +} +ul.faq > li:target { + background: #fafa88; +} +li.q { + font-weight: 500; + margin-top:1.5em; +} +ul > li.q:first-child, ul > li.q:not([id]) { + margin-top:0; +} +li.q:before { + content: "Q  "; /* contains NO-BREAK SPACE */ + opacity: 0.6; +} +li.q:after { + content: ""; +} +li.a:before { + content: "A  "; /* contains NO-BREAK SPACE */ + opacity: 0.6; +} + +tablex { + display: flex; +} + tablex > t { + display: table; + } + tablex > t > h { + display: table-row; + opacity:0.4; + } + tablex > t > h > * { + padding-bottom:1em; + } + tablex > t > h to { + visibility: hidden; + } + tablex > t > r { + text-decoration: none; + display: table-row; + } + tablex in, tablex to, tablex out { + display: table-cell; + width: 5%; + white-space: pre; + padding-bottom:0.5em; + } + /*tablex to { + width:0; + }*/ + tablex to::after { + font-feature-settings: 'calt' 1, 'case' 1; + content: " → "; + color: rgba(0,0,0,0.2); + } + tablex in, tablex out { + /*background: #E3E6F1;*/ + color: rgba(0,0,0,0.8); + border-radius: 1px; + } + tablex in { + font-feature-settings: 'calt' 0; + } + tablex out { + font-feature-settings: 'calt' 1; + } + tablex out.zero { font-feature-settings: 'calt' 1, 'zero' 1; } + tablex out.tnum { font-feature-settings: 'calt' 1, 'tnum' 1; } + tablex out.case { font-feature-settings: 'calt' 1, 'case' 1; } + tablex out.frac { font-feature-settings: 'calt' 1, 'frac' 1; } + tablex out.ss01 { font-feature-settings: 'calt' 1, 'ss01' 1; } + tablex em { + font-style: inherit; + background: #FBE9A3; + color: rgba(0,0,0,1); + } + + +boxes { + display: flex; + flex-wrap: wrap; + justify-content: stretch; + margin-right:-1em; +} +box { + display: flex; + flex-direction: column; + background: white; + padding:2em; + border-radius: 1px; + margin-right:1em; + margin-bottom:1em; + flex: 1 1 10%; + /*width:220px;*/ +} +box:first-child { + margin-left:0; +} +box h3 { + margin-bottom:0.8em; +} + +#glyph-repertoire-iframe { + pointer-events: none; +} +/*#glyph-repertoire-p { + cursor: pointer; +}*/ +a.glyph-repertoire { + display:block; +} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 32829c80c..44a2ace86 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,267 +27,10 @@ - + - +

The Interface font family

@@ -329,6 +72,101 @@ li.a:before { font-family: Interface, sans-serif;
+
+

+ There are currently three weights +

+ +

Features

+ + +

Contextual alternates (calt)

+ + DisabledEnabled + 12:34, FEX12:34, FE—X + 4.24.2 + SFO -> STOSFO -> STO + M@N m@nM@N m@n + +
+ + +

Tabular numbers (tnum)

+ + DisabledEnabled + 12345678901234567890 + 1131711 1131711  + 0040900 0040900  + +
+ + +

Slashed zero (zero)

+ + DisabledEnabled + 01230123 + +
+ + +

Fractions (frac)

+ + DisabledEnabled + + 1/3 22/9 3/4/5 + 1/3 22/9 3/4/5 + + +
+ + +

Stylistic set #1: Open digits (ss01)

+ + DisabledEnabled + + 1234567890 + 1234567890 + + +
+ + +

Case alternates (case)

+ + DisabledEnabled + + (Hello) [World] {9000} + (Hello) [World] {9000} + + SCHOOL @ RUNSCHOOL @ RUN + 3 + 9 = 12*3 + 9 = 12* + * + ÷ ± × = * + ÷ ± × = ≠ • + - :→ ← ⟶ ⟵ − - – — : + +
+ +
+ +

+ Also includes some + Localized Forms (locl), + Numerators (numr) and + Denominators (dnom). +

+ +

 

+ +

Glyph repertoire

+

+ + + +

+
+ +
+

The story behind Interface

@@ -365,10 +203,7 @@ li.a:before {

- -

-

- Please refer to the glyph repertoire + Please refer to the glyph repertoire for an overview of currently–available glyphs and their quality.

@@ -396,7 +231,7 @@ li.a:before { Eric Ericksons, name alone somtimes does not suffice for unambiguous identity. The best way to be clear about what font you are talking about is to - use the URL of this page (
rsms.me/interface
) when telling + use the URL of this page (rsms.me/interface) when telling people about it. Design tools and other software uses a set of information embedded into every font for identity, so names are only @@ -471,14 +306,5 @@ li.a:before {
@rsms
- - diff --git a/docs/index.js b/docs/index.js new file mode 100644 index 000000000..0edda4003 --- /dev/null +++ b/docs/index.js @@ -0,0 +1,15 @@ +var isMac = false + +if (!window.MSStream && + /mac|ipad|iphone|ipod/i.test(navigator.userAgent)) +{ + isMac = true + document.body.classList = 'mac_or_ios' +} + +(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ +(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), +m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) +})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); +ga('create', 'UA-105091131-2', 'auto'); +ga('send', 'pageview'); diff --git a/docs/interface.css b/docs/interface.css index 7bc9af37d..891bb960d 100644 --- a/docs/interface.css +++ b/docs/interface.css @@ -2,43 +2,43 @@ font-family: 'Interface'; font-style: normal; font-weight: 400; - src: url("https://rsms.me/interface/font-files/Interface-Regular.woff2?v=1.3") format("woff2"), - url("https://rsms.me/interface/font-files/Interface-Regular.woff?v=1.3") format("woff"); + src: url("font-files/Interface-Regular.woff2?v=1.3") format("woff2"), + url("font-files/Interface-Regular.woff?v=1.3") format("woff"); } @font-face { font-family: 'Interface'; font-style: italic; font-weight: 400; - src: url("https://rsms.me/interface/font-files/Interface-RegularItalic.woff2?v=1.3") format("woff2"), - url("https://rsms.me/interface/font-files/Interface-RegularItalic.woff?v=1.3") format("woff"); + src: url("font-files/Interface-RegularItalic.woff2?v=1.3") format("woff2"), + url("font-files/Interface-RegularItalic.woff?v=1.3") format("woff"); } @font-face { font-family: 'Interface'; font-style: normal; font-weight: 500; - src: url("https://rsms.me/interface/font-files/Interface-Medium.woff2?v=1.3") format("woff2"), - url("https://rsms.me/interface/font-files/Interface-Medium.woff?v=1.3") format("woff"); + src: url("font-files/Interface-Medium.woff2?v=1.3") format("woff2"), + url("font-files/Interface-Medium.woff?v=1.3") format("woff"); } @font-face { font-family: 'Interface'; font-style: italic; font-weight: 500; - src: url("https://rsms.me/interface/font-files/Interface-MediumItalic.woff2?v=1.3") format("woff2"), - url("https://rsms.me/interface/font-files/Interface-MediumItalic.woff?v=1.3") format("woff"); + src: url("font-files/Interface-MediumItalic.woff2?v=1.3") format("woff2"), + url("font-files/Interface-MediumItalic.woff?v=1.3") format("woff"); } @font-face { font-family: 'Interface'; font-style: normal; font-weight: 700; - src: url("https://rsms.me/interface/font-files/Interface-Bold.woff2?v=1.3") format("woff2"), - url("https://rsms.me/interface/font-files/Interface-Bold.woff?v=1.3") format("woff"); + src: url("font-files/Interface-Bold.woff2?v=1.3") format("woff2"), + url("font-files/Interface-Bold.woff?v=1.3") format("woff"); } @font-face { font-family: 'Interface'; font-style: italic; font-weight: 700; - src: url("https://rsms.me/interface/font-files/Interface-BoldItalic.woff2?v=1.3") format("woff2"), - url("https://rsms.me/interface/font-files/Interface-BoldItalic.woff?v=1.3") format("woff"); + src: url("font-files/Interface-BoldItalic.woff2?v=1.3") format("woff2"), + url("font-files/Interface-BoldItalic.woff?v=1.3") format("woff"); } diff --git a/docs/lab/glyphinfo.json b/docs/lab/glyphinfo.json index 56cb267ed..f41cc48a1 100644 --- a/docs/lab/glyphinfo.json +++ b/docs/lab/glyphinfo.json @@ -5,38 +5,40 @@ , ["Lambda", 923, "GREEK CAPITAL LETTER LAMDA"] , ["B", 66, "LATIN CAPITAL LETTER B", "#dbeaf7"] , ["C", 67, "LATIN CAPITAL LETTER C", "#dbeaf7"] +, ["Chook", 391, "LATIN CAPITAL LETTER C WITH HOOK"] , ["D", 68, "LATIN CAPITAL LETTER D", "#dbeaf7"] , ["E", 69, "LATIN CAPITAL LETTER E", "#dbeaf7"] +, ["Dzcaron_", 453, "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON"] , ["F", 70, "LATIN CAPITAL LETTER F", "#dbeaf7"] , ["G", 71, "LATIN CAPITAL LETTER G", "#dbeaf7"] , ["H", 72, "LATIN CAPITAL LETTER H", "#dbeaf7"] , ["Hcedilla", 7720, "LATIN CAPITAL LETTER H WITH CEDILLA"] +, ["Gbar", 484, "LATIN CAPITAL LETTER G WITH STROKE"] , ["Hbar", 294, "LATIN CAPITAL LETTER H WITH STROKE"] -, ["Enhookcyrillic", 1223, "CYRILLIC CAPITAL LETTER EN WITH HOOK"] -, ["Endescendercyrillic", 1186, "CYRILLIC CAPITAL LETTER EN WITH DESCENDER"] -, ["uni04C9", 1225, "CYRILLIC CAPITAL LETTER EN WITH TAIL"] -, ["Enghecyrillic", 1188, "CYRILLIC CAPITAL LIGATURE EN GHE"] , ["I", 73, "LATIN CAPITAL LETTER I", "#dbeaf7"] , ["Idieresisacute", 7726, "LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE", ""] , ["Itildebelow", 7724, "LATIN CAPITAL LETTER I WITH TILDE BELOW", ""] +, ["Enhookcyrillic", 1223, "CYRILLIC CAPITAL LETTER EN WITH HOOK"] , ["J", 74, "LATIN CAPITAL LETTER J", "#dbeaf7"] +, ["Endescendercyrillic", 1186, "CYRILLIC CAPITAL LETTER EN WITH DESCENDER"] , ["K", 75, "LATIN CAPITAL LETTER K", "#dbeaf7"] -, ["Kabashkircyrillic", 1184, "CYRILLIC CAPITAL LETTER BASHKIR KA"] -, ["Kadescendercyrillic", 1178, "CYRILLIC CAPITAL LETTER KA WITH DESCENDER"] +, ["uni04C9", 1225, "CYRILLIC CAPITAL LETTER EN WITH TAIL"] , ["L", 76, "LATIN CAPITAL LETTER L", "#dbeaf7"] +, ["Enghecyrillic", 1188, "CYRILLIC CAPITAL LIGATURE EN GHE"] , ["Lslash", 321, "LATIN CAPITAL LETTER L WITH STROKE"] , ["M", 77, "LATIN CAPITAL LETTER M", "#dbeaf7"] -, ["uni04CD", 1229, "CYRILLIC CAPITAL LETTER EM WITH TAIL"] , ["N", 78, "LATIN CAPITAL LETTER N", "#dbeaf7"] , ["afii10026", 1048, "CYRILLIC CAPITAL LETTER I"] , ["uni048A", 1162, "CYRILLIC CAPITAL LETTER SHORT I WITH TAIL"] , ["O", 79, "LATIN CAPITAL LETTER O", "#dbeaf7"] +, ["Kabashkircyrillic", 1184, "CYRILLIC CAPITAL LETTER BASHKIR KA"] , ["Oslash", 216, "LATIN CAPITAL LETTER O WITH STROKE"] +, ["Kadescendercyrillic", 1178, "CYRILLIC CAPITAL LETTER KA WITH DESCENDER"] , ["Ohorn", 416, "LATIN CAPITAL LETTER O WITH HORN"] , ["P", 80, "LATIN CAPITAL LETTER P", "#dbeaf7"] , ["Q", 81, "LATIN CAPITAL LETTER Q", "#dbeaf7"] , ["R", 82, "LATIN CAPITAL LETTER R", "#dbeaf7"] -, ["response", 8479, "RESPONSE", "#cceff2"] +, ["uni04CD", 1229, "CYRILLIC CAPITAL LETTER EM WITH TAIL"] , ["S", 83, "LATIN CAPITAL LETTER S", "#dbeaf7"] , ["Germandbls", 7838, "LATIN CAPITAL LETTER SHARP S"] , ["T", 84, "LATIN CAPITAL LETTER T", "#dbeaf7"] @@ -45,11 +47,11 @@ , ["V", 86, "LATIN CAPITAL LETTER V", "#dbeaf7"] , ["W", 87, "LATIN CAPITAL LETTER W", "#dbeaf7"] , ["X", 88, "LATIN CAPITAL LETTER X", "#dbeaf7"] -, ["Hadescendercyrillic", 1202, "CYRILLIC CAPITAL LETTER HA WITH DESCENDER"] -, ["uni04FC", 1276, "CYRILLIC CAPITAL LETTER HA WITH HOOK"] +, ["uni048E", 1166, "CYRILLIC CAPITAL LETTER ER WITH TICK"] , ["Y", 89, "LATIN CAPITAL LETTER Y", "#dbeaf7"] , ["Z", 90, "LATIN CAPITAL LETTER Z", "#dbeaf7"] , ["AE", 198, "LATIN CAPITAL LETTER AE"] +, ["response", 8479, "RESPONSE", "#cceff2"] , ["OE", 338, "LATIN CAPITAL LIGATURE OE"] , ["Thorn", 222, "LATIN CAPITAL LETTER THORN"] , ["Gamma", 915, "GREEK CAPITAL LETTER GAMMA"] @@ -60,7 +62,9 @@ , ["Pi", 928, "GREEK CAPITAL LETTER PI"] , ["Sigma", 931, "GREEK CAPITAL LETTER SIGMA"] , ["Phi", 934, "GREEK CAPITAL LETTER PHI"] +, ["Hadescendercyrillic", 1202, "CYRILLIC CAPITAL LETTER HA WITH DESCENDER"] , ["Psi", 936, "GREEK CAPITAL LETTER PSI"] +, ["uni04FC", 1276, "CYRILLIC CAPITAL LETTER HA WITH HOOK"] , ["Omega", 937, "GREEK CAPITAL LETTER OMEGA"] , ["Omega", 8486, "OHM SIGN"] , ["afii10018", 1041, "CYRILLIC CAPITAL LETTER BE"] @@ -79,7 +83,6 @@ , ["afii10147", 1138, "CYRILLIC CAPITAL LETTER FITA"] , ["uni0524", 1316, "CYRILLIC CAPITAL LETTER PE WITH DESCENDER"] , ["afii10145", 1039, "CYRILLIC CAPITAL LETTER DZHE"] -, ["uni048E", 1166, "CYRILLIC CAPITAL LETTER ER WITH TICK"] , ["afii10037", 1059, "CYRILLIC CAPITAL LETTER U"] , ["afii10038", 1060, "CYRILLIC CAPITAL LETTER EF", ""] , ["afii10040", 1062, "CYRILLIC CAPITAL LETTER TSE"] @@ -211,11 +214,11 @@ , ["cheverticalstrokecyrillic", 1209, "CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE"] , ["shacyrillic", 1096, "CYRILLIC SMALL LETTER SHA"] , ["shchacyrillic", 1097, "CYRILLIC SMALL LETTER SHCHA"] -, ["softsigncyrillic", 1100, "CYRILLIC SMALL LETTER SOFT SIGN"] , ["hardsigncyrillic", 1098, "CYRILLIC SMALL LETTER HARD SIGN"] , ["yericyrillic", 1099, "CYRILLIC SMALL LETTER YERU"] , ["uni048D", 1165, "CYRILLIC SMALL LETTER SEMISOFT SIGN", ""] , ["yatcyrillic", 1123, "CYRILLIC SMALL LETTER YAT", ""] +, ["softsigncyrillic", 1100, "CYRILLIC SMALL LETTER SOFT SIGN"] , ["ljecyrillic", 1113, "CYRILLIC SMALL LETTER LJE"] , ["njecyrillic", 1114, "CYRILLIC SMALL LETTER NJE"] , ["ereversedcyrillic", 1101, "CYRILLIC SMALL LETTER E"] @@ -252,6 +255,7 @@ , ["kip", 8365, "KIP SIGN", "#cceff2"] , ["won", 8361, "WON SIGN", "#cceff2"] , ["lira", 8356, "LIRA SIGN", "#cceff2"] +, ["austral", 8371, "AUSTRAL SIGN", "#cceff2"] , ["hryvnia", 8372, "HRYVNIA SIGN", "#cceff2"] , ["naira", 8358, "NAIRA SIGN", "#cceff2"] , ["guarani", 8370, "GUARANI SIGN", "#cceff2"] @@ -265,34 +269,49 @@ , ["rupee", 8360, "RUPEE SIGN", "#cceff2"] , ["lari", 8382, "LARI SIGN", "#cceff2"] , ["zero", 48, "DIGIT ZERO", "#e2f4ea"] +, ["zero.tnum", null, null, "#ebf6c8"] +, ["zero.slash", null, null, "#e2f4ea"] +, ["zero.tnum.slash", null, null, "#ebf6c8"] , ["one", 49, "DIGIT ONE", "#e2f4ea"] +, ["one.tnum", null, null, "#ebf6c8"] , ["two", 50, "DIGIT TWO", "#e2f4ea"] +, ["two.tnum", null, null, "#ebf6c8"] , ["three", 51, "DIGIT THREE", "#e2f4ea"] , ["four", 52, "DIGIT FOUR", "#e2f4ea"] +, ["three.tnum", null, null, "#ebf6c8"] +, ["four.1", null, null, "#ccf6ca"] +, ["four.tnum.1", null, null, "#ebf6c8"] , ["five", 53, "DIGIT FIVE", "#e2f4ea"] , ["six", 54, "DIGIT SIX", "#e2f4ea"] +, ["six.1", null, null, "#ccf6ca"] +, ["five.tnum", null, null, "#ebf6c8"] +, ["six.tnum.1", null, null, "#ebf6c8"] , ["seven", 55, "DIGIT SEVEN", "#e2f4ea"] +, ["seven.tnum", null, null, "#ebf6c8"] +, ["six.tnum", null, null, "#ebf6c8"] , ["eight", 56, "DIGIT EIGHT", "#e2f4ea"] , ["nine", 57, "DIGIT NINE", "#e2f4ea"] -, ["zero.tnum", null, null, "#ebf6c8"] -, ["one.tnum", null, null, "#ebf6c8"] -, ["two.tnum", null, null, "#ebf6c8"] -, ["three.tnum", null, null, "#ebf6c8"] -, ["five.tnum", null, null, "#ebf6c8"] -, ["six.tnum", null, null, "#ebf6c8"] -, ["seven.tnum", null, null, "#ebf6c8"] +, ["nine.1", null, null, "#ccf6ca"] +, ["nine.tnum.1", null, null, "#ebf6c8"] , ["ampersand", 38, "AMPERSAND", "#efefef"] , ["exclam", 33, "EXCLAMATION MARK", "#efefef"] , ["exclamdown", 161, "INVERTED EXCLAMATION MARK", "#efefef"] , ["question", 63, "QUESTION MARK", "#efefef"] , ["questiondown", 191, "INVERTED QUESTION MARK", "#efefef"] , ["parenleft", 40, "LEFT PARENTHESIS", "#efefef"] +, ["parenleft.case", null, null, "#efefef"] , ["parenright", 41, "RIGHT PARENTHESIS", "#efefef"] +, ["parenright.case", null, null, "#efefef"] , ["bracketleft", 91, "LEFT SQUARE BRACKET", "#efefef"] +, ["bracketleft.case", null, null, "#efefef"] , ["bracketright", 93, "RIGHT SQUARE BRACKET", "#efefef"] +, ["bracketright.case", null, null, "#efefef"] , ["braceleft", 123, "LEFT CURLY BRACKET", "#efefef"] +, ["braceleft.case", null, null, "#efefef"] , ["braceright", 125, "RIGHT CURLY BRACKET", "#efefef"] +, ["braceright.case", null, null, "#efefef"] , ["at", 64, "COMMERCIAL AT", "#efefef"] +, ["at.case", null, null, "#efefef"] , ["numbersign", 35, "NUMBER SIGN", "#efefef"] , ["currency", 164, "CURRENCY SIGN", "#cceff2"] , ["slash", 47, "SOLIDUS", "#efefef"] @@ -301,10 +320,15 @@ , ["backslash", 92, "REVERSE SOLIDUS", "#efefef"] , ["hyphenbullet", 8259, "HYPHEN BULLET", "#efefef"] , ["hyphen", 45, "HYPHEN-MINUS", "#efefef"] +, ["hyphen.case", null, null, "#efefef"] , ["endash", 8211, "EN DASH", "#efefef"] +, ["endash.case", null, null, "#efefef"] , ["figuredash", 8210, "FIGURE DASH", "#efefef"] +, ["figuredash.case", null, null, "#efefef"] , ["emdash", 8212, "EM DASH", "#efefef"] +, ["emdash.case", null, null, "#efefef"] , ["bullet", 8226, "BULLET", "#efefef"] +, ["bullet.case", null, null, "#efefef"] , ["quoteleft", 8216, "LEFT SINGLE QUOTATION MARK", "#efefef"] , ["quoteright", 8217, "RIGHT SINGLE QUOTATION MARK", "#efefef"] , ["primetripl1", 8244, "TRIPLE PRIME", "#efefef"] @@ -316,8 +340,10 @@ , ["quotesinglbase", 8218, "SINGLE LOW-9 QUOTATION MARK", "#efefef"] , ["comma", 44, "COMMA", "#efefef"] , ["period", 46, "FULL STOP", "#efefef"] +, ["period.num", null, null, "#efefef"] , ["ellipsis", 8230, "HORIZONTAL ELLIPSIS", "#efefef"] , ["colon", 58, "COLON", "#efefef"] +, ["colon.case", null, null, "#efefef"] , ["semicolon", 59, "SEMICOLON", "#efefef"] , ["guilsinglleft", 8249, "SINGLE LEFT-POINTING ANGLE QUOTATION MARK", "#efefef"] , ["guilsinglright", 8250, "SINGLE RIGHT-POINTING ANGLE QUOTATION MARK", "#efefef"] @@ -328,12 +354,19 @@ , ["lessequal", 8804, "LESS-THAN OR EQUAL TO", "#cceff2"] , ["greaterequal", 8805, "GREATER-THAN OR EQUAL TO", "#cceff2"] , ["equal", 61, "EQUALS SIGN", "#cceff2"] +, ["equal.case", null, null, "#cceff2"] , ["notequal", 8800, "NOT EQUAL TO", "#cceff2"] +, ["notequal.case", null, null, "#cceff2"] , ["plus", 43, "PLUS SIGN", "#cceff2"] +, ["plus.case", null, null, "#cceff2"] , ["minus", 8722, "MINUS SIGN", "#cceff2"] +, ["minus.case", null, null, "#cceff2"] , ["multiply", 215, "MULTIPLICATION SIGN", "#cceff2"] +, ["multiply.case", null, null, "#cceff2"] , ["divide", 247, "DIVISION SIGN", "#cceff2"] +, ["divide.case", null, null, "#cceff2"] , ["plusminus", 177, "PLUS-MINUS SIGN", "#cceff2"] +, ["plusminus.case", null, null, "#cceff2"] , ["approxequal", 8776, "ALMOST EQUAL TO", "#cceff2"] , ["asciitilde", 126, "TILDE", "#cceff2"] , ["logicalnot", 172, "NOT SIGN", "#cceff2"] @@ -345,6 +378,7 @@ , ["daggerdbl", 8225, "DOUBLE DAGGER", "#efefef"] , ["asciicircum", 94, "CIRCUMFLEX ACCENT", "#cceff2"] , ["asterisk", 42, "ASTERISK", "#efefef"] +, ["asterisk.case", null, null, "#efefef"] , ["registered", 174, "REGISTERED SIGN", "#cceff2"] , ["trademark", 8482, "TRADE MARK SIGN", "#cceff2"] , ["servicemark", 8480, "SERVICE MARK", "#cceff2"] @@ -453,9 +487,19 @@ , ["hairspace", 8202, "HAIR SPACE", "#ede5f9"] , ["zerowidthspace", 8203, "ZERO WIDTH SPACE", "#efefef"] , ["arrowleft", 8592, "LEFTWARDS ARROW", "#cceff2"] +, ["arrowleft.case", null, null, "#cceff2"] +, ["arrowleftlong", null, null, "#cceff2"] +, ["arrowleftlong.case", null, null, "#cceff2"] , ["arrowup", 8593, "UPWARDS ARROW", "#cceff2"] , ["arrowright", 8594, "RIGHTWARDS ARROW", "#cceff2"] +, ["arrowright.case", null, null, "#cceff2"] +, ["arrowrightlong", null, null, "#cceff2"] +, ["arrowrightlong.case", null, null, "#cceff2"] , ["arrowdown", 8595, "DOWNWARDS ARROW", "#cceff2"] +, ["arrowNW", 8598, "NORTH WEST ARROW", "#cceff2"] +, ["arrowNE", 8599, "NORTH EAST ARROW", "#cceff2"] +, ["arrowSE", 8600, "SOUTH EAST ARROW", "#cceff2"] +, ["arrowSW", 8601, "SOUTH WEST ARROW", "#cceff2"] , ["triagrt", 9658, "BLACK RIGHT-POINTING POINTER", "#cceff2"] , ["triagdn", 9660, "BLACK DOWN-POINTING TRIANGLE", "#cceff2"] , ["triagup", 9650, "BLACK UP-POINTING TRIANGLE", "#cceff2"] @@ -489,7 +533,6 @@ , ["crossbar", null, null, "#dddddd"] , ["uniA653", 42579, "CYRILLIC SMALL LETTER IOTIFIED YAT"] , ["uniA652", 42578, "CYRILLIC CAPITAL LETTER IOTIFIED YAT"] -, ["austral", 8371, "AUSTRAL SIGN", "#cceff2"] , ["uniA651", 42577, "CYRILLIC SMALL LETTER YERU WITH BACK YER"] , ["uniA650", 42576, "CYRILLIC CAPITAL LETTER YERU WITH BACK YER"] , ["uniA657", 42583, "CYRILLIC SMALL LETTER IOTIFIED A"] @@ -538,7 +581,6 @@ , ["uniAB58", 43864, "LATIN SMALL LETTER X WITH LONG LEFT LEG AND LOW RIGHT RING"] , ["uniAB57", 43863, "LATIN SMALL LETTER X WITH LONG LEFT LEG"] , ["uniAB56", 43862, "LATIN SMALL LETTER X WITH LOW RIGHT RING"] -, ["Gbar", 484, "LATIN CAPITAL LETTER G WITH STROKE"] , ["uniAB54", 43860, "LATIN SMALL LETTER CHI WITH LOW RIGHT RING"] , ["uniAB53", 43859, "LATIN SMALL LETTER CHI"] , ["uniAB52", 43858, "LATIN SMALL LETTER U WITH LEFT HOOK"] @@ -574,6 +616,7 @@ , ["uni02E7_uni02E6", null, null, "#dddddd"] , ["tildesubnosp_uni1ABD", null, null, "#dddddd"] , ["uniA794.cn", null, null, "#c4f2c1"] +, ["romantwelve", 8555, "ROMAN NUMERAL TWELVE", "#e2f4ea"] , ["ringacute", null, null, "#dddddd"] , ["ubar", 649, "LATIN SMALL LETTER U BAR"] , ["uni2C7A.cn", null, null, "#c4f2c1"] @@ -762,6 +805,7 @@ , ["uni037D", 893, "GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL"] , ["uni03FD.cn", null, null, "#c4f2c1"] , ["srthook.cn", null, null, "#c4f2c1"] +, ["uniA684", 42628, "CYRILLIC CAPITAL LETTER ZHWE"] , ["interrobang", 8253, "INTERROBANG", "#efefef"] , ["primemod", 697, "MODIFIER LETTER PRIME"] , ["uni213B", 8507, "FACSIMILE SIGN", "#cceff2"] @@ -770,6 +814,7 @@ , ["uniA677", 42615, "COMBINING CYRILLIC LETTER U", "#f9e2e2"] , ["uniA676", 42614, "COMBINING CYRILLIC LETTER YI", "#f9e2e2"] , ["erev", 600, "LATIN SMALL LETTER REVERSED E"] +, ["uni27EA", 10218, "MATHEMATICAL LEFT DOUBLE ANGLE BRACKET", "#efefef"] , ["uniA670", 42608, "COMBINING CYRILLIC TEN MILLIONS SIGN", "#f9e2e2"] , ["uniA673", 42611, "SLAVONIC ASTERISK", "#efefef"] , ["uniA672", 42610, "COMBINING CYRILLIC THOUSAND MILLIONS SIGN", "#f9e2e2"] @@ -893,7 +938,6 @@ , ["verticallinelowmod", 716, "MODIFIER LETTER LOW VERTICAL LINE"] , ["secondtonechinese", 714, "MODIFIER LETTER ACUTE ACCENT"] , ["Tonefive", 444, "LATIN CAPITAL LETTER TONE FIVE"] -, ["romantwelve", 8555, "ROMAN NUMERAL TWELVE", "#e2f4ea"] , ["arrowheadupmod", 708, "MODIFIER LETTER UP ARROWHEAD", "#cceff2"] , ["arrowheaddownmod", 709, "MODIFIER LETTER DOWN ARROWHEAD", "#cceff2"] , ["arrowheadleftmod", 706, "MODIFIER LETTER LEFT ARROWHEAD", "#cceff2"] @@ -980,6 +1024,7 @@ , ["uni0504", 1284, "CYRILLIC CAPITAL LETTER KOMI ZJE"] , ["uni27EF", 10223, "MATHEMATICAL RIGHT FLATTENED PARENTHESIS", "#efefef"] , ["finaltsadi", 693, "MODIFIER LETTER SMALL TURNED R WITH HOOK"] +, ["rdescend", 636, "LATIN SMALL LETTER R WITH LONG LEG"] , ["uni27EE", 10222, "MATHEMATICAL LEFT FLATTENED PARENTHESIS", "#efefef"] , ["uni27ED", 10221, "MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET", "#efefef"] , ["uniA769", 42857, "LATIN SMALL LETTER VEND"] @@ -993,6 +1038,7 @@ , ["lbelt", 620, "LATIN SMALL LETTER L WITH BELT"] , ["uni0359", 857, "COMBINING ASTERISK BELOW", "#f9e2e2"] , ["uni0358", 856, "COMBINING DOT ABOVE RIGHT", "#f9e2e2"] +, ["uni02E9_uni02E7_uni02E7", null, null, "#dddddd"] , ["epsilon1revclosed", 606, "LATIN SMALL LETTER CLOSED REVERSED OPEN E"] , ["uni0355", 853, "COMBINING RIGHT ARROWHEAD BELOW", "#f9e2e2"] , ["uni0354", 852, "COMBINING LEFT ARROWHEAD BELOW", "#f9e2e2"] @@ -1059,6 +1105,7 @@ , ["uniA669", 42601, "CYRILLIC SMALL LETTER MONOCULAR O"] , ["uni1DD6", 7638, "COMBINING LATIN SMALL LETTER AV", "#f9e2e2"] , ["uni1DD7", 7639, "COMBINING LATIN SMALL LETTER C CEDILLA", "#f9e2e2"] +, ["uni1DCE", 7630, "COMBINING OGONEK ABOVE", "#f9e2e2"] , ["uniAB36.cn", null, null, "#c4f2c1"] , ["uni051F", 1311, "CYRILLIC SMALL LETTER ALEUT KA"] , ["oneeighth", 8539, "VULGAR FRACTION ONE EIGHTH", "#e2f4ea"] @@ -1095,6 +1142,7 @@ , ["uni02E6_uni02E5_uni02E6", null, null, "#dddddd"] , ["uniA73F.cn", null, null, "#c4f2c1"] , ["spaceopenbox", 9251, "OPEN BOX", "#cceff2"] +, ["uni02E6_uni02E5_uni02E7", null, null, "#dddddd"] , ["uni02E8_uni02E7_uni02E7", null, null, "#dddddd"] , ["uni02E9_uni02E9_uni02E8", null, null, "#dddddd"] , ["uni02E8_uni02E7_uni02E5", null, null, "#dddddd"] @@ -1142,6 +1190,7 @@ , ["six.sup", null, null, "#dddddd"] , ["tonebarhighmod", 742, "MODIFIER LETTER HIGH TONE BAR", "#cceff2"] , ["tonebarmidmod", 743, "MODIFIER LETTER MID TONE BAR", "#cceff2"] +, ["schwa", 601, "LATIN SMALL LETTER SCHWA"] , ["tonebarlowmod", 744, "MODIFIER LETTER LOW TONE BAR", "#cceff2"] , ["tonebarextralowmod", 745, "MODIFIER LETTER EXTRA-LOW TONE BAR", "#cceff2"] , ["Fturn", 8498, "TURNED CAPITAL F"] @@ -1151,7 +1200,6 @@ , ["uni023B", 571, "LATIN CAPITAL LETTER C WITH STROKE"] , ["uni023C", 572, "LATIN SMALL LETTER C WITH STROKE"] , ["uni023A", 570, "LATIN CAPITAL LETTER A WITH STROKE"] -, ["uniA684", 42628, "CYRILLIC CAPITAL LETTER ZHWE"] , ["uniA685", 42629, "CYRILLIC SMALL LETTER ZHWE"] , ["uniA686", 42630, "CYRILLIC CAPITAL LETTER CCHE"] , ["uniA687", 42631, "CYRILLIC SMALL LETTER CCHE"] @@ -1166,6 +1214,7 @@ , ["babygamma", 612, "LATIN SMALL LETTER RAMS HORN"] , ["Vcursive", 434, "LATIN CAPITAL LETTER V WITH HOOK"] , ["careof", 8453, "CARE OF", "#cceff2"] +, ["uni02E6_uni02E7", null, null, "#dddddd"] , ["phi1", 981, "GREEK PHI SYMBOL"] , ["uni02E5_uni02E5_uni02E8", null, null, "#dddddd"] , ["uni02E5_uni02E5_uni02E9", null, null, "#dddddd"] @@ -1179,11 +1228,11 @@ , ["uni2C67", 11367, "LATIN CAPITAL LETTER H WITH DESCENDER"] , ["uni0500", 1280, "CYRILLIC CAPITAL LETTER KOMI DE"] , ["uni27EB", 10219, "MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET", "#efefef"] -, ["uni27EA", 10218, "MATHEMATICAL LEFT DOUBLE ANGLE BRACKET", "#efefef"] , ["uni0503", 1283, "CYRILLIC SMALL LETTER KOMI DJE"] , ["wynn", 447, "LATIN LETTER WYNN"] , ["uni0505", 1285, "CYRILLIC SMALL LETTER KOMI ZJE"] , ["uni0506", 1286, "CYRILLIC CAPITAL LETTER KOMI DZJE"] +, ["uni0502", 1282, "CYRILLIC CAPITAL LETTER KOMI DJE"] , ["uni0507", 1287, "CYRILLIC SMALL LETTER KOMI DZJE"] , ["uni0508", 1288, "CYRILLIC CAPITAL LETTER KOMI LJE"] , ["uni0509", 1289, "CYRILLIC SMALL LETTER KOMI LJE"] @@ -1330,6 +1379,7 @@ , ["Esh", 425, "LATIN CAPITAL LETTER ESH"] , ["uni1D2D", 7469, "MODIFIER LETTER CAPITAL AE"] , ["uni1D2E", 7470, "MODIFIER LETTER CAPITAL B"] +, ["uni1ABC", 6844, "COMBINING DOUBLE PARENTHESES ABOVE", "#f9e2e2"] , ["uni1D2F", 7471, "MODIFIER LETTER CAPITAL BARRED B"] , ["uni1D2A", 7466, "GREEK LETTER SMALL CAPITAL PSI"] , ["uni1D2B", 7467, "CYRILLIC LETTER SMALL CAPITAL EL"] @@ -1435,23 +1485,22 @@ , ["romanthree", 8546, "ROMAN NUMERAL THREE", "#e2f4ea"] , ["uni1D36", 7478, "MODIFIER LETTER CAPITAL J"] , ["uni1DCF", 7631, "COMBINING ZIGZAG BELOW", "#f9e2e2"] -, ["uni1DCE", 7630, "COMBINING OGONEK ABOVE", "#f9e2e2"] , ["uni1DCD", 7629, "COMBINING DOUBLE CIRCUMFLEX ABOVE", "#f9e2e2"] , ["uni1DCC", 7628, "COMBINING MACRON-BREVE", "#f9e2e2"] , ["uni1DCB", 7627, "COMBINING BREVE-MACRON", "#f9e2e2"] +, ["uniE004", 57348, "[private use E004]"] , ["uni1DCA", 7626, "COMBINING LATIN SMALL LETTER R BELOW", "#f9e2e2"] -, ["uniE001", 57345, "[private use E001]"] , ["Nhook", 413, "LATIN CAPITAL LETTER N WITH LEFT HOOK"] , ["tildemacroncomb.lc", null, null, "#dddddd"] , ["iota1", 617, "LATIN SMALL LETTER IOTA"] , ["uni02E6_uni02E8", null, null, "#dddddd"] +, ["uniE001", 57345, "[private use E001]"] , ["uni02E6_uni02E9", null, null, "#dddddd"] , ["uni1DC9", 7625, "COMBINING ACUTE-GRAVE-ACUTE", "#f9e2e2"] , ["uni1DC8", 7624, "COMBINING GRAVE-ACUTE-GRAVE", "#f9e2e2"] , ["uni1DC7", 7623, "COMBINING ACUTE-MACRON", "#f9e2e2"] , ["uni02E6_uni02E5", null, null, "#dddddd"] , ["uni1DC5", 7621, "COMBINING GRAVE-MACRON", "#f9e2e2"] -, ["uni02E6_uni02E7", null, null, "#dddddd"] , ["uni1DC3", 7619, "COMBINING SUSPENSION MARK", "#f9e2e2"] , ["uni1DC2", 7618, "COMBINING SNAKE BELOW", "#f9e2e2"] , ["uni1DC1", 7617, "COMBINING DOTTED ACUTE ACCENT", "#f9e2e2"] @@ -1566,7 +1615,6 @@ , ["uni1ABD", 6845, "COMBINING PARENTHESES BELOW", "#f9e2e2"] , ["uniA79A", 42906, "LATIN CAPITAL LETTER VOLAPUK AE"] , ["uni1ABA", 6842, "COMBINING STRONG CENTRALIZATION STROKE BELOW", "#f9e2e2"] -, ["uni1ABC", 6844, "COMBINING DOUBLE PARENTHESES ABOVE", "#f9e2e2"] , ["uni1ABB", 6843, "COMBINING PARENTHESES ABOVE", "#f9e2e2"] , ["ascriptturn", 594, "LATIN SMALL LETTER TURNED ALPHA"] , ["uni1DB8", 7608, "MODIFIER LETTER SMALL CAPITAL U"] @@ -1635,7 +1683,6 @@ , ["uni2E1E", 11806, "TILDE WITH DOT ABOVE", "#efefef"] , ["uni2E1D", 11805, "RIGHT LOW PARAPHRASE BRACKET", "#efefef"] , ["uni2E1F", 11807, "TILDE WITH DOT BELOW", "#efefef"] -, ["Chook", 391, "LATIN CAPITAL LETTER C WITH HOOK"] , ["uni1DE9", 7657, "COMBINING LATIN SMALL LETTER BETA", "#f9e2e2"] , ["uniAB39", 43833, "LATIN SMALL LETTER L WITH MIDDLE RING"] , ["uniAB38", 43832, "LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE"] @@ -1663,6 +1710,7 @@ , ["uni02E5_uni02E8_uni02E7", null, null, "#dddddd"] , ["uni02E5_uni02E8_uni02E6", null, null, "#dddddd"] , ["d.cn", null, null, "#c4f2c1"] +, ["uni1DE4", 7652, "COMBINING LATIN SMALL LETTER S", "#f9e2e2"] , ["uni035A", 858, "COMBINING DOUBLE RING BELOW", "#f9e2e2"] , ["uni02E5_uni02E8_uni02E9", null, null, "#dddddd"] , ["uni02E5_uni02E8_uni02E8", null, null, "#dddddd"] @@ -1727,7 +1775,6 @@ , ["uniA767", 42855, "LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER"] , ["uniA765", 42853, "LATIN SMALL LETTER THORN WITH STROKE"] , ["uniA764", 42852, "LATIN CAPITAL LETTER THORN WITH STROKE"] -, ["uni02E9_uni02E7_uni02E7", null, null, "#dddddd"] , ["uniA762", 42850, "LATIN CAPITAL LETTER VISIGOTHIC Z"] , ["uniA761", 42849, "LATIN SMALL LETTER VY"] , ["uniA760", 42848, "LATIN CAPITAL LETTER VY"] @@ -1882,6 +1929,7 @@ , ["uni2C70", 11376, "LATIN CAPITAL LETTER TURNED ALPHA"] , ["uni2C73", 11379, "LATIN SMALL LETTER W WITH HOOK"] , ["uni2189", 8585, "VULGAR FRACTION ZERO THIRDS", "#e2f4ea"] +, ["uni1FEF", 8175, "GREEK VARIA", "#cceff2"] , ["uni2C74", 11380, "LATIN SMALL LETTER V WITH CURL"] , ["uni2C77", 11383, "LATIN SMALL LETTER TAILLESS PHI"] , ["uni2C76", 11382, "LATIN SMALL LETTER HALF H"] @@ -1980,7 +2028,6 @@ , ["Sampi", 992, "GREEK LETTER SAMPI"] , ["uni2C7E", 11390, "LATIN CAPITAL LETTER S WITH SWASH TAIL"] , ["uni2E1A", 11802, "HYPHEN WITH DIAERESIS", "#efefef"] -, ["schwa", 601, "LATIN SMALL LETTER SCHWA"] , ["gbar_uni1ABE", null, null, "#dddddd"] , ["uni1DDA", 7642, "COMBINING LATIN SMALL LETTER G", "#f9e2e2"] , ["koppacyrillic", 1153, "CYRILLIC SMALL LETTER KOPPA"] @@ -2011,7 +2058,6 @@ , ["quotereversed", 8219, "SINGLE HIGH-REVERSED-9 QUOTATION MARK", "#efefef"] , ["romanfive", 8548, "ROMAN NUMERAL FIVE", "#e2f4ea"] , ["tonetwo", 424, "LATIN SMALL LETTER TONE TWO"] -, ["rdescend", 636, "LATIN SMALL LETTER R WITH LONG LEG"] , ["uni1FDD", 8157, "GREEK DASIA AND VARIA", "#cceff2"] , ["uni1FDE", 8158, "GREEK DASIA AND OXIA", "#cceff2"] , ["uni1FDF", 8159, "GREEK DASIA AND PERISPOMENI", "#cceff2"] @@ -2055,7 +2101,6 @@ , ["uni1DFF", 7679, "COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW", "#f9e2e2"] , ["uniA751", 42833, "LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER"] , ["uniA758", 42840, "LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE"] -, ["uni1FEF", 8175, "GREEK VARIA", "#cceff2"] , ["dblprimemod", 698, "MODIFIER LETTER DOUBLE PRIME"] , ["Ezhreversed", 440, "LATIN CAPITAL LETTER EZH REVERSED"] , ["ezhreversed", 441, "LATIN SMALL LETTER EZH REVERSED"] @@ -2112,7 +2157,6 @@ , ["uni209C", 8348, "LATIN SUBSCRIPT SMALL LETTER T"] , ["uni02E6_uni02E6_uni02E7", null, null, "#dddddd"] , ["uni02E6_uni02E6_uni02E8", null, null, "#dddddd"] -, ["uni02E6_uni02E5_uni02E7", null, null, "#dddddd"] , ["commaaccentrotate", null, null, "#dddddd"] , ["esh", 643, "LATIN SMALL LETTER ESH"] , ["cyrillictic", null, null, "#dddddd"] @@ -2134,7 +2178,6 @@ , ["controlHT", 9, "[Control]", "#ff4c4c"] , ["uni1DE8", 7656, "COMBINING LATIN SMALL LETTER B", "#f9e2e2"] , ["uni1DE5", 7653, "COMBINING LATIN SMALL LETTER LONG S", "#f9e2e2"] -, ["uni1DE4", 7652, "COMBINING LATIN SMALL LETTER S", "#f9e2e2"] , ["uni1DE7", 7655, "COMBINING LATIN SMALL LETTER ALPHA", "#f9e2e2"] , ["uni1DE6", 7654, "COMBINING LATIN SMALL LETTER Z", "#f9e2e2"] , ["uni1DE1", 7649, "COMBINING LATIN LETTER SMALL CAPITAL N", "#f9e2e2"] @@ -2155,7 +2198,6 @@ , ["commaabovecmb", 787, "COMBINING COMMA ABOVE", "#f9e2e2"] , ["uniA728", 42792, "LATIN CAPITAL LETTER TZ"] , ["commaaboverightcmb", 789, "COMBINING COMMA ABOVE RIGHT", "#f9e2e2"] -, ["uni0502", 1282, "CYRILLIC CAPITAL LETTER KOMI DJE"] , ["hooksubpalatnosp", 801, "COMBINING PALATALIZED HOOK BELOW", "#f9e2e2"] , ["uni1AB8_uni1ABD", null, null, "#dddddd"] , ["uniA758.cn", null, null, "#c4f2c1"] @@ -2174,10 +2216,11 @@ , ["leftloop.cn", null, null, "#c4f2c1"] , ["rightloop.cn", null, null, "#c4f2c1"] , ["uniE000", 57344, "[Private_Use]", "#f7f2d3"] -, ["uniE004", 57348, "[private use E004]"] , ["uniE002", 57346, "[private use E002]"] , ["uniE003", 57347, "[private use E003]"] , [".notdef", null, null, "#dddddd"] +, ["circleblack", 9679, "BLACK CIRCLE"] +, ["circlewhite", 9675, "WHITE CIRCLE"] , ["Eth", 208, "LATIN CAPITAL LETTER ETH", ""] , ["hbar", 295, "LATIN SMALL LETTER H WITH STROKE", ""] , ["Tbar", 358, "LATIN CAPITAL LETTER T WITH STROKE", ""] diff --git a/docs/lab/index.html b/docs/lab/index.html index fa1e72a1e..63c4949ea 100644 --- a/docs/lab/index.html +++ b/docs/lab/index.html @@ -125,7 +125,7 @@ m@n M@N 3÷5 ÷5 8÷ 3±5 ±5 8± 3=5 =5 8= 3≠5 ≠5 8≠ 8*5 8 * 7 WALLPAPER* -B-O B–O B‒O B—O M•N +B-O B–O B‒O B—O M•N ⌘- -Selvece darest-Selvece b-o b–o b‒o b—o m•n @@ -1124,6 +1124,7 @@ document.head.appendChild(fontCSS) + diff --git a/docs/res/repertoire.png b/docs/res/repertoire.png deleted file mode 100644 index 86ba1d263..000000000 Binary files a/docs/res/repertoire.png and /dev/null differ diff --git a/docs/res/weights-and-styles.svg b/docs/res/weights-and-styles.svg new file mode 100644 index 000000000..e815ea2c1 --- /dev/null +++ b/docs/res/weights-and-styles.svg @@ -0,0 +1,49 @@ + +weights-and-styles +Created using Figma + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3