[x264/f29] Build /usr/bin/x264 with gpac shared lib instead static lib.
by Sérgio M. Basto
commit 808c02f2380dfd5c387cdc98ef682728cb62bccf
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue May 7 00:08:49 2019 +0100
Build /usr/bin/x264 with gpac shared lib instead static lib.
x264-gpac.patch | 16 +++++++---------
x264.spec | 1 +
2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/x264-gpac.patch b/x264-gpac.patch
index 19d1a4e..4b4604f 100644
--- a/x264-gpac.patch
+++ b/x264-gpac.patch
@@ -1,13 +1,11 @@
---- x264-0.140-20140122-de0bc36/configure.orig 2014-01-22 23:26:55.922650888 +0000
-+++ x264-0.140-20140122-de0bc36/configure 2014-02-24 02:35:19.263127505 +0000
-@@ -941,7 +941,9 @@
+--- ./configure.orig 2019-05-07 00:00:16.289260869 +0100
++++ ./configure 2019-05-07 00:03:39.415602593 +0100
+@@ -1199,7 +1199,7 @@ fi
+
if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then
gpac="no"
- GPAC_LIBS="-lgpac_static"
-- cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
-+ for lib in -lz -lssl -lcrypto -lpng -ljpeg; do
-+ cc_check "" $lib && GPAC_LIBS="$GPAC_LIBS $lib"
-+ done
+- GPAC_LIBS="-lgpac_static"
++ GPAC_LIBS="-lgpac"
+ cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
if [ "$SYS" = "WINDOWS" ] ; then
cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32"
- cc_check "" -lwinmm && GPAC_LIBS="$GPAC_LIBS -lwinmm"
diff --git a/x264.spec b/x264.spec
index 577a049..ce1f5aa 100644
--- a/x264.spec
+++ b/x264.spec
@@ -212,6 +212,7 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
* Mon May 06 2019 Sérgio Basto <sergio(a)serjux.com> - 0.155-4.20180806git0a84d98
- Enable opencl (which is default) only exist --disable-opencl option
- Disable opencl on 10bit seems that is just prepared for 8bit.
+- Build /usr/bin/x264 with gpac shared lib instead static lib.
* Sun Apr 28 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.155-3.20180806git0a84d98
- Fix opencl dlopen (rfbz#5185)
5 years, 6 months
[x264/f29] Enable opencl (which is default) only exist --disable-opencl option Disable opencl on 10bit seems th
by Sérgio M. Basto
commit fda3c03bf180d65f76871c5bb3d81827ca243d6c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue May 7 00:08:09 2019 +0100
Enable opencl (which is default) only exist --disable-opencl option
Disable opencl on 10bit seems that is just prepared for 8bit.
x264.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index d599a44..577a049 100644
--- a/x264.spec
+++ b/x264.spec
@@ -31,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 3%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 4%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -89,7 +89,6 @@ This package contains the development files.
%{?_without_libavformat:--disable-lavf} \\\
%{?_without_libswscale:--disable-swscale} \\\
%{!?_with_ffmpegsource:--disable-ffms} \\\
- --disable-opencl \\\
--enable-debug \\\
--enable-shared \\\
--system-libx264 \\\
@@ -127,6 +126,7 @@ pushd generic10
%{x_configure}\
%{?_without_asm:--disable-asm}\
--disable-cli\
+ --disable-opencl \
--bit-depth=10
%{__make} %{?_smp_mflags}
@@ -144,6 +144,7 @@ pushd simd10
%{x_configure}\
--disable-cli\
--libdir=%{slibdir}\
+ --disable-opencl \
--bit-depth=10
%{__make} %{?_smp_mflags}
@@ -208,6 +209,10 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Mon May 06 2019 Sérgio Basto <sergio(a)serjux.com> - 0.155-4.20180806git0a84d98
+- Enable opencl (which is default) only exist --disable-opencl option
+- Disable opencl on 10bit seems that is just prepared for 8bit.
+
* Sun Apr 28 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.155-3.20180806git0a84d98
- Fix opencl dlopen (rfbz#5185)
5 years, 6 months
[ldoce5viewer] Drop patches merged upstream, Switch to used python3 and qt5.
by Damian Wrobel
commit 2d79ba2e6bfb458204d049d12bf72c739bc56e34
Author: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
Date: Mon May 6 19:20:33 2019 +0200
Drop patches merged upstream,
Switch to used python3 and qt5.
.gitignore | 1 +
ldoce5viewer-Add-AppStream-Metadata-file.patch | 55 -
ldoce5viewer-Remove-0-sized-and-unused-files.patch | 58 -
ldoce5viewer-fix-icon-converting-process.patch | 50 -
ldoce5viewer-port-to-qt5.patch | 528 ++++
ldoce5viewer-remove-autogenerated-file.patch | 2560 ++++++++++++++++++++
ldoce5viewer.spec | 60 +-
sources | 2 +-
8 files changed, 3121 insertions(+), 193 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c455bce..9a22e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ldoce5viewer-0-20170216git4b52afb.tar.gz
+/ldoce5viewer-0-20180309git377ff48.tar.gz
diff --git a/ldoce5viewer-port-to-qt5.patch b/ldoce5viewer-port-to-qt5.patch
new file mode 100644
index 0000000..ef77215
--- /dev/null
+++ b/ldoce5viewer-port-to-qt5.patch
@@ -0,0 +1,528 @@
+From da59c896100ccb0d4edcda0d25b369bdcc402780 Mon Sep 17 00:00:00 2001
+From: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
+Date: Sun, 5 May 2019 23:24:26 +0200
+Subject: [PATCH] Port to QT5 (squashed)
+
+commit d3a3514d048a08e10a39e1d9d5e9bf08b92aa41d
+Author: purboo <purplebamboot(a)gmail.com>
+Date: Thu Nov 15 12:27:13 2018 +0800
+
+ fix QPrinter issue
+
+commit 57189d9adb3b0f29339f9710b3a6d0b78f2faf5d
+Author: Purboo <purplebamboot(a)gmail.com>
+Date: Sun Jul 30 12:50:39 2017 +0800
+
+ fix audio file saving
+
+commit fc799a4a1fe27010c1e35f6763e2f63a9303c5d6
+Merge: 67ef415 b2bd214
+Author: Shudong Xie <purplebamboot(a)gmail.com>
+Date: Sun Jul 30 12:48:30 2017 +0800
+
+ Merge pull request #2 from gitfortat/save_file_pyqt5
+
+ fix audio file saving
+
+commit b2bd21469ed7b7746e8b049617f0d1344d3e9497
+Merge: 9ce4c7b c8c4efc
+Author: JayT <johannes.titz(a)gmail.com>
+Date: Thu Jul 13 11:16:26 2017 +0200
+
+ Merge branch 'save_file_pyqt5' of https://github.com/gitfortat/ldoce5viewer into save_file_pyqt5
+
+commit 9ce4c7b40dfc5bc8d141c7b2319e32bd31e8d269
+Author: JayT <johannes.titz(a)gmail.com>
+Date: Thu Jul 13 11:11:44 2017 +0200
+
+ move selection of first filename string element up
+
+commit 8477c0b21d057bbd121d13b75409bacd788cd1f8
+Merge: 02bd2f4 67ef415
+Author: JayT <johannes.titz(a)gmail.com>
+Date: Wed Jul 12 17:26:36 2017 +0200
+
+ Merge remote-tracking branch 'upstream-pyqt5/master' into save_file_pyqt5
+
+commit c8c4efc25b530e177283dc0c16dc309c592b7757
+Merge: 02bd2f4 67ef415
+Author: JayT <johannes.titz(a)gmail.com>
+Date: Wed Jul 12 17:26:36 2017 +0200
+
+ Merge remote-tracking branch 'upstream-pyqt5/master' into save_file_pyqt5
+
+commit 02bd2f443bd0befcc4324a20cab48dd2a7a87451
+Author: JayT <johannes.titz(a)gmail.com>
+Date: Wed Jul 12 17:24:54 2017 +0200
+
+ fix audio file saving
+
+ File saving gives an error, because the filename consists of two
+ strings. To fix it just use the first element filename[0] and also
+ change type from "w" to "wb" (write binary)
+
+commit 67ef415cd2bfa9868b519fb432075154843c62d5
+Merge: 0a9ac3a f05ceba
+Author: Shudong Xie <purplebamboot(a)gmail.com>
+Date: Wed Apr 19 19:41:04 2017 +0800
+
+ Merge pull request #1 from jiedo/master
+
+ fix: click "Definitions" error; Ctrl-Scroll error. port UrlQuery to qt5;
+
+commit f05ceba88d1f653c42424e43c68929dc45399ee3
+Author: jiedo <jiedohh(a)gmail.com>
+Date: Tue Apr 18 18:26:12 2017 +0800
+
+ fix: click "Definitions" error; Ctrl-Scroll error. port UrlQuery to qt5;
+
+commit 0a9ac3a60e9f0cb344102e40db07899feef705e8
+Author: Purboo <purplebamboot(a)gmail.com>
+Date: Wed Mar 1 23:15:30 2017 +0800
+
+ Fix unexpected crashes when clicking related links
+
+commit 62ad241eede710fb71633caf75ab7421849fc515
+Author: Purboo <purplebamboot(a)gmail.com>
+Date: Tue Feb 28 21:09:24 2017 +0800
+
+ Ported to PyQt5
+
+commit 248ba20f757d77c0bb94e610925c2aa7b7e00d4a
+Author: Purboo <purplebamboot(a)gmail.com>
+Date: Tue Feb 28 20:56:43 2017 +0800
+
+ Ported to PyQt5
+
+commit ded2d5e5f72a890e78cedfec8936c10a08972d96
+Author: Purboo <purplebamboot(a)gmail.com>
+Date: Tue Feb 28 20:14:40 2017 +0800
+
+ Ported to PyQt5
+---
+ ldoce5viewer/qtgui/__init__.py | 6 ++--
+ ldoce5viewer/qtgui/access.py | 4 +--
+ ldoce5viewer/qtgui/advanced.py | 24 ++++++++------
+ ldoce5viewer/qtgui/{async.py => async_.py} | 2 +-
+ ldoce5viewer/qtgui/config.py | 2 +-
+ ldoce5viewer/qtgui/indexer.py | 5 +--
+ ldoce5viewer/qtgui/main.py | 34 ++++++++++++-------
+ ldoce5viewer/qtgui/resources/Makefile | 2 +-
+ ldoce5viewer/qtgui/ui/Makefile | 2 +-
+ ldoce5viewer/qtgui/ui/custom.py | 10 +++---
+ ldoce5viewer/qtgui/ui/main.ui | 2 +-
+ ldoce5viewer/qtgui/utils/error.py | 4 +--
+ ldoce5viewer/qtgui/utils/fontfallback.py | 2 +-
+ ldoce5viewer/qtgui/utils/singleapp.py | 6 ++--
+ ldoce5viewer/qtgui/utils/soundplayer.py | 38 ++++++++++++++++++++--
+ 15 files changed, 96 insertions(+), 47 deletions(-)
+ rename ldoce5viewer/qtgui/{async.py => async_.py} (99%)
+
+diff --git a/ldoce5viewer/qtgui/__init__.py b/ldoce5viewer/qtgui/__init__.py
+index 093ba01..56fa851 100644
+--- a/ldoce5viewer/qtgui/__init__.py
++++ b/ldoce5viewer/qtgui/__init__.py
+@@ -17,7 +17,7 @@
+ import codecs
+ import os.path
+
+-from PyQt4.QtGui import QIcon
++from PyQt5.QtGui import QIcon
+
+ from .utils.singleapp import SingleApplication
+ from .utils.error import StdErrWrapper, MyStreamHandler
+@@ -25,7 +25,7 @@
+
+
+ # set a dummy function if QLineEdit doesn't have setPlaceholderText
+-from PyQt4.QtGui import QLineEdit
++from PyQt5.QtWidgets import QLineEdit
+ if not hasattr(QLineEdit, 'setPlaceholderText'):
+ def _dummySetPlaceholderText(self, *args, **kwargs):
+ pass
+@@ -107,7 +107,7 @@ def messageHandler(msg):
+ # On Windows-ja
+ if app.font().family() == u'MS UI Gothic':
+ cand = (('Segoe UI', None), ('Meiryo UI', None), ('Tahoma', 8))
+- from PyQt4.QtGui import QFont
++ from PyQt5.QtGui import QFont
+ for name, point in cand:
+ ps = app.font().pointSize()
+ if point is None:
+diff --git a/ldoce5viewer/qtgui/access.py b/ldoce5viewer/qtgui/access.py
+index b25aa86..c8752e0 100644
+--- a/ldoce5viewer/qtgui/access.py
++++ b/ldoce5viewer/qtgui/access.py
+@@ -8,9 +8,9 @@
+ import os.path
+ import traceback
+
+-from PyQt4.QtCore import (
++from PyQt5.QtCore import (
+ Qt, Q_ARG, QMetaObject, QIODevice, QTimer,)
+-from PyQt4.QtNetwork import (
++from PyQt5.QtNetwork import (
+ QNetworkAccessManager, QNetworkReply, QNetworkRequest,)
+
+ from .. import __version__
+diff --git a/ldoce5viewer/qtgui/advanced.py b/ldoce5viewer/qtgui/advanced.py
+index fa35480..36743a4 100644
+--- a/ldoce5viewer/qtgui/advanced.py
++++ b/ldoce5viewer/qtgui/advanced.py
+@@ -5,9 +5,11 @@
+
+ from operator import itemgetter
+
+-from PyQt4.QtCore import Qt, QUrl
+-from PyQt4.QtGui import (
+- QAction, QDialog, QKeySequence, QIcon, QTreeWidgetItem,)
++from PyQt5.QtCore import Qt, QUrl, QUrlQuery
++from PyQt5.QtGui import (
++ QKeySequence, QIcon)
++from PyQt5.QtWidgets import (
++ QAction, QDialog, QTreeWidgetItem,)
+
+ from ..ldoce5 import advtree
+ from ..utils.compat import range
+@@ -194,11 +196,13 @@ def _render_header(title, mode, phrase, filters):
+
+ for (name, spec) in modes:
+ href = QUrl('search:///')
++ urlquery = QUrlQuery()
+ if phrase:
+- href.addQueryItem('phrase', phrase)
++ urlquery.addQueryItem('phrase', phrase)
+ if filters:
+- href.addQueryItem('filters', filters)
+- href.addQueryItem('mode', name)
++ urlquery.addQueryItem('filters', filters)
++ urlquery.addQueryItem('mode', name)
++ href.setQuery(urlquery)
+ if name != mode:
+ r.append(
+ '<li><a href="{href}">{title}</a></li>\n'.format(
+@@ -276,10 +280,10 @@ def _render_hwdphr(items, mode):
+
+
+ def search_and_render(url, fulltext_hp, fulltext_de):
+- query = dict((k, v) for (k, v) in url.queryItems())
+- mode = query.get('mode', None)
+- phrase = query.get('phrase', None)
+- filters = query.get('filters', None)
++ query = QUrlQuery(url)
++ mode = query.queryItemValue('mode')
++ phrase = query.queryItemValue('phrase')
++ filters = query.queryItemValue('filters')
+
+ r = []
+ if mode in MODE_DICT:
+diff --git a/ldoce5viewer/qtgui/async.py b/ldoce5viewer/qtgui/async_.py
+similarity index 99%
+rename from ldoce5viewer/qtgui/async.py
+rename to ldoce5viewer/qtgui/async_.py
+index 4b06af4..f578c5b 100644
+--- a/ldoce5viewer/qtgui/async.py
++++ b/ldoce5viewer/qtgui/async_.py
+@@ -5,7 +5,7 @@
+
+ import logging
+
+-from PyQt4.QtCore import (
++from PyQt5.QtCore import (
+ QObject, QThread, QMutex, QWaitCondition, pyqtSignal)
+
+ _logger = logging.getLogger(__name__)
+diff --git a/ldoce5viewer/qtgui/config.py b/ldoce5viewer/qtgui/config.py
+index 84ea8b1..89e08e9 100644
+--- a/ldoce5viewer/qtgui/config.py
++++ b/ldoce5viewer/qtgui/config.py
+@@ -12,7 +12,7 @@
+ except ImportError:
+ import pickle
+
+-from PyQt4.QtCore import QReadWriteLock
++from PyQt5.QtCore import QReadWriteLock
+
+
+ __config = None
+diff --git a/ldoce5viewer/qtgui/indexer.py b/ldoce5viewer/qtgui/indexer.py
+index 0fedba6..76baa0b 100644
+--- a/ldoce5viewer/qtgui/indexer.py
++++ b/ldoce5viewer/qtgui/indexer.py
+@@ -14,8 +14,9 @@
+ from struct import Struct
+ import traceback
+
+-from PyQt4.QtCore import *
+-from PyQt4.QtGui import *
++from PyQt5.QtCore import *
++from PyQt5.QtGui import *
++from PyQt5.QtWidgets import *
+ import lxml.etree as et
+
+ from .. import __version__
+diff --git a/ldoce5viewer/qtgui/main.py b/ldoce5viewer/qtgui/main.py
+index 129133c..ef6f257 100644
+--- a/ldoce5viewer/qtgui/main.py
++++ b/ldoce5viewer/qtgui/main.py
+@@ -20,10 +20,13 @@
+ except ImportError:
+ objc = None
+
+-from PyQt4.QtCore import *
+-from PyQt4.QtGui import *
+-from PyQt4.QtNetwork import *
+-from PyQt4.QtWebKit import *
++from PyQt5.QtCore import *
++from PyQt5.QtGui import *
++from PyQt5.QtNetwork import *
++from PyQt5.QtWebKit import *
++from PyQt5.QtWebKitWidgets import *
++from PyQt5.QtWidgets import *
++from PyQt5.QtPrintSupport import *
+
+ from .. import fulltext
+ from .. import incremental
+@@ -36,7 +39,7 @@
+ from .advanced import AdvancedSearchDialog
+ from .config import get_config
+ from .access import MyNetworkAccessManager, _load_static_data
+-from .async import AsyncFTSearcher
++from .async_ import AsyncFTSearcher
+ from .utils.soundplayer import create_soundplayer
+ from .indexer import IndexerDialog
+ from .ui.custom import ToolButton, LineEdit
+@@ -556,9 +559,13 @@ def finished():
+ def downloadSelectedAudio(self):
+ path = self._ui.webView.audioUrlToDownload.path()
+ def showSaveDialog(data):
+- filename = QFileDialog.getSaveFileName(self, u'Save mp3', '', u'MP3 Files (*.mp3)')
++ filename = QFileDialog.getSaveFileName(self, u'Save mp3', \
++ '', u'MP3 Files (*.mp3)')
++ if type(filename) is tuple:
++ filename = filename[0]
++
+ if filename != '':
+- file = open(filename, "w")
++ file = open(filename, "wb")
+ file.write(data)
+ file.close()
+ self._getAudioData(path, showSaveDialog)
+@@ -568,7 +575,8 @@ def _onWebViewLinkClicked(self, url):
+ if scheme == 'audio':
+ self._playbackAudio(url.path())
+ elif scheme == 'lookup':
+- query = dict((k, v) for (k, v) in url.queryItems())
++ urlQuery = QUrlQuery(url)
++ query = dict(urlQuery.queryItems())
+ if 'q' in query:
+ q = query['q'].replace('+', ' ')
+ self._ui.lineEditSearch.setText(q)
+@@ -682,13 +690,15 @@ def fullSearch(self, phrase, filters, mode=None, only_web=False):
+ self._timerUpdateIndex.start(0)
+
+ if self._fts_hwdphr and self._fts_defexa:
+- url = QUrl("search:///")
++ urlquery = QUrlQuery()
+ if phrase:
+- url.addQueryItem("phrase", phrase)
++ urlquery.addQueryItem("phrase", phrase)
+ if filters:
+- url.addQueryItem("filters", filters)
++ urlquery.addQueryItem("filters", filters)
+ if mode:
+- url.addQueryItem("mode", mode)
++ urlquery.addQueryItem("mode", mode)
++ url = QUrl("search:///")
++ url.setQuery(urlquery)
+ self._ui.webView.load(url)
+
+
+diff --git a/ldoce5viewer/qtgui/resources/Makefile b/ldoce5viewer/qtgui/resources/Makefile
+index f7c9958..f6a80a0 100644
+--- a/ldoce5viewer/qtgui/resources/Makefile
++++ b/ldoce5viewer/qtgui/resources/Makefile
+@@ -3,7 +3,7 @@
+ FILES := $(wildcard *.png) $(wildcard *.svg) $(wildcard */*.png)
+
+ __init__.py: resource.qrc $(FILES)
+- pyrcc4 -py3 $< -o $@
++ pyrcc5 $< -o $@
+
+ .PHONY: clean
+ clean:
+diff --git a/ldoce5viewer/qtgui/ui/Makefile b/ldoce5viewer/qtgui/ui/Makefile
+index 7f80401..ed1f405 100644
+--- a/ldoce5viewer/qtgui/ui/Makefile
++++ b/ldoce5viewer/qtgui/ui/Makefile
+@@ -6,7 +6,7 @@ __init__.py:
+ touch $@
+
+ %.py: %.ui
+- pyuic4 $< -o $@
++ pyuic5 $< -o $@
+
+ .PYONY: clean
+ clean:
+diff --git a/ldoce5viewer/qtgui/ui/custom.py b/ldoce5viewer/qtgui/ui/custom.py
+index f475f42..ad455c4 100644
+--- a/ldoce5viewer/qtgui/ui/custom.py
++++ b/ldoce5viewer/qtgui/ui/custom.py
+@@ -2,9 +2,11 @@
+
+ import sys
+
+-from PyQt4.QtCore import *
+-from PyQt4.QtGui import *
+-from PyQt4.QtWebKit import *
++from PyQt5.QtCore import *
++from PyQt5.QtGui import *
++from PyQt5.QtWebKit import *
++from PyQt5.QtWidgets import *
++from PyQt5.QtWebKitWidgets import *
+ from ...utils.text import ellipsis
+
+
+@@ -285,7 +287,7 @@ def mouseReleaseEvent(self, event):
+
+ def wheelEvent(self, event):
+ if event.modifiers() & Qt.ControlModifier:
+- self.wheelWithCtrl.emit(event.delta())
++ self.wheelWithCtrl.emit(event.pixelDelta())
+ return
+ super(WebView, self).wheelEvent(event)
+
+diff --git a/ldoce5viewer/qtgui/ui/main.ui b/ldoce5viewer/qtgui/ui/main.ui
+index 427ecf6..bd5d91b 100644
+--- a/ldoce5viewer/qtgui/ui/main.ui
++++ b/ldoce5viewer/qtgui/ui/main.ui
+@@ -758,7 +758,7 @@
+ <customwidget>
+ <class>QWebInspector</class>
+ <extends>QWidget</extends>
+- <header>PyQt4/QtWebKit</header>
++ <header>PyQt5/QtWebKitWidgets</header>
+ </customwidget>
+ <customwidget>
+ <class>HtmlListWidget</class>
+diff --git a/ldoce5viewer/qtgui/utils/error.py b/ldoce5viewer/qtgui/utils/error.py
+index 59721a2..3a10bda 100644
+--- a/ldoce5viewer/qtgui/utils/error.py
++++ b/ldoce5viewer/qtgui/utils/error.py
+@@ -2,8 +2,8 @@
+
+ from logging import StreamHandler
+
+-from PyQt4.QtCore import QMutex, QObject, pyqtSignal
+-from PyQt4.QtGui import QPlainTextEdit
++from PyQt5.QtCore import QMutex, QObject, pyqtSignal
++from PyQt5.QtWidgets import QPlainTextEdit
+
+
+ class MyStreamHandler(StreamHandler):
+diff --git a/ldoce5viewer/qtgui/utils/fontfallback.py b/ldoce5viewer/qtgui/utils/fontfallback.py
+index 3cd769c..a43e19a 100644
+--- a/ldoce5viewer/qtgui/utils/fontfallback.py
++++ b/ldoce5viewer/qtgui/utils/fontfallback.py
+@@ -5,7 +5,7 @@
+
+ import re
+
+-from PyQt4.QtGui import QFont
++from PyQt5.QtGui import QFont
+
+
+ _DEFAULT_FONT_NAMES = frozenset((b'sans-serif', b'serif', b'monospace'))
+diff --git a/ldoce5viewer/qtgui/utils/singleapp.py b/ldoce5viewer/qtgui/utils/singleapp.py
+index f6e40ff..7511f7d 100644
+--- a/ldoce5viewer/qtgui/utils/singleapp.py
++++ b/ldoce5viewer/qtgui/utils/singleapp.py
+@@ -1,9 +1,9 @@
+ '''This module prevent you from running two instances of the app'''
+
+
+-from PyQt4.QtCore import pyqtSignal, QIODevice
+-from PyQt4.QtGui import QApplication
+-from PyQt4.QtNetwork import QLocalSocket, QLocalServer
++from PyQt5.QtCore import pyqtSignal, QIODevice
++from PyQt5.QtWidgets import QApplication
++from PyQt5.QtNetwork import QLocalSocket, QLocalServer
+
+
+ class SingleApplication(QApplication):
+diff --git a/ldoce5viewer/qtgui/utils/soundplayer.py b/ldoce5viewer/qtgui/utils/soundplayer.py
+index 0c8046d..8d93665 100644
+--- a/ldoce5viewer/qtgui/utils/soundplayer.py
++++ b/ldoce5viewer/qtgui/utils/soundplayer.py
+@@ -1,10 +1,10 @@
+ import sys
+ import os
+ import abc
+-from tempfile import NamedTemporaryFile
++from tempfile import NamedTemporaryFile, mkdtemp
+ import logging
+
+-from PyQt4.QtCore import *
++from PyQt5.QtCore import *
+ from ...utils.compat import range
+
+ _logger = logging.getLogger(__name__)
+@@ -50,11 +50,18 @@
+
+ # Qt-Phonon
+ try:
+- from PyQt4.phonon import Phonon
++ from PyQt5.phonon import Phonon
+ except ImportError:
+ Phonon = None
+
+
++# Qt-Multimedia
++try:
++ import PyQt5.QtMultimedia as QtMultimedia
++except ImportError:
++ QtMultimedia = None
++
++
+ class Backend(object):
+ __metaclass__ = abc.ABCMeta
+ def __init__(self, parent, temp_dir):
+@@ -254,6 +261,29 @@ def close(self):
+ self._clean_tmp()
+
+
++class QtMultimediaBackend(Backend):
++ def __init__(self, parent, temp_dir):
++ self._player = QtMultimedia.QMediaPlayer()
++ self._tmpdir = mkdtemp()
++
++ def _play(self):
++ url = QUrl.fromLocalFile(self._path)
++ content = QtMultimedia.QMediaContent(url)
++ self._player.setMedia(content)
++ self._player.play()
++
++ def play(self, data):
++ self._player.stop()
++ with NamedTemporaryFile(mode='w+b', prefix='',
++ suffix='.tmp.mp3', dir=self._tmpdir, delete=False) as f:
++ f.write(data)
++ self._path = f.name
++ QTimer.singleShot(0, self._play)
++
++ def close(self):
++ self._player.stop()
++
++
+ class AppKitBackend(Backend):
+ def __init__(self, parent, temp_dir):
+ self._sound = None
+@@ -281,6 +311,8 @@ def create_soundplayer(parent, temp_dir):
+ backends.append(WinMCIBackend)
+ if Phonon:
+ backends.append(PhononBackend)
++ if QtMultimedia:
++ backends.append(QtMultimediaBackend)
+ if Gst:
+ backends.append(GstreamerBackend)
+ if gst:
diff --git a/ldoce5viewer-remove-autogenerated-file.patch b/ldoce5viewer-remove-autogenerated-file.patch
new file mode 100644
index 0000000..5f577c6
--- /dev/null
+++ b/ldoce5viewer-remove-autogenerated-file.patch
@@ -0,0 +1,2560 @@
+From a49497b7437f4d06babf1ac1864860e6edc29f0b Mon Sep 17 00:00:00 2001
+From: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
+Date: Sun, 5 May 2019 23:25:47 +0200
+Subject: [PATCH] Remove autogenerated file
+
+---
+ ldoce5viewer/qtgui/resources/__init__.py | 2544 ----------------------
+ 1 file changed, 2544 deletions(-)
+ delete mode 100644 ldoce5viewer/qtgui/resources/__init__.py
+
+diff --git a/ldoce5viewer/qtgui/resources/__init__.py b/ldoce5viewer/qtgui/resources/__init__.py
+deleted file mode 100644
+index 55e20a0..0000000
+--- a/ldoce5viewer/qtgui/resources/__init__.py
++++ /dev/null
+@@ -1,2544 +0,0 @@
+-# -*- coding: utf-8 -*-
+-
+-# Resource object code
+-#
+-# Created: Wed Sep 11 14:12:48 2013
+-# by: The Resource Compiler for PyQt (Qt v4.8.5)
+-#
+-# WARNING! All changes made in this file will be lost!
+-
+-from PyQt4 import QtCore
+-
+-qt_resource_data = b"\
+-\x00\x00\x02\x7c\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x16\x00\x00\x00\x16\x08\x03\x00\x00\x00\xf3\x6a\x9c\x09\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x69\
+-\x50\x4c\x54\x45\x00\x00\x00\xa8\xa8\xa8\xb3\xb3\xb3\xb0\xb0\xb0\
+-\xdd\xdd\xdd\xbf\xbf\xbf\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\
+-\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\
+-\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\
+-\xb3\xb3\xb3\xb3\xb3\xb3\xb4\xb4\xb4\xb3\xb3\xb3\xb2\xb2\xb2\xb1\
+-\xb1\xb1\xeb\xeb\xeb\xdf\xdf\xdf\xae\xae\xae\xb4\xb4\xb4\xff\xff\
+-\xff\xdc\xdc\xdc\xfd\xfd\xfd\xda\xda\xda\xfe\xfe\xfe\x85\x64\xa4\
+-\xc6\x00\x00\x00\x17\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x01\
+-\x04\x03\x08\x45\x78\x91\x02\x76\xe5\x1f\xd1\xfd\xfb\xed\xf9\xf9\
+-\x13\x33\x6c\xf2\x00\x00\x00\x01\x62\x4b\x47\x44\x1e\x72\x0a\x20\
+-\x2b\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x29\x86\x00\x00\x29\
+-\x86\x01\x22\xec\xdf\x8c\x00\x00\x00\xc6\x49\x44\x41\x54\x18\xd3\
+-\x75\x91\xeb\x16\x82\x20\x10\x84\xb7\xad\x34\xef\x4a\xd9\x90\xe2\
+-\x9a\xbe\xff\x43\x36\x54\x3f\x65\x0e\x07\x98\xef\x2c\x0b\xcb\x8a\
+-\xc8\x49\x35\xcb\xf5\xaf\x3c\x53\x3d\x09\x75\x56\xbd\xa9\x16\x65\
+-\x55\xd7\x55\x59\x7c\xcd\x59\xe4\xc2\x08\x6d\xda\x0e\x5f\x75\x6d\
+-\x43\xab\x17\x89\xb4\x1f\x00\x77\xa7\x1c\x30\xf4\x91\x0b\x0f\xf5\
+-\x0f\x8c\xee\x17\xed\x46\x3c\x7a\x22\xc9\xb4\x19\xf0\xf4\xf0\x91\
+-\x72\x79\x62\x68\x34\x93\x5c\x5b\x8c\xfe\x35\xcd\x61\x59\xc2\x3c\
+-\xbd\xfc\x88\x56\x73\xd1\xa2\x83\xc3\x64\xb6\x86\xb0\x9a\x4d\x34\
+-\x5d\xc1\xdc\x25\x37\x7e\xb6\xb7\x6d\x1b\xa7\xd9\xd3\x96\xc4\x15\
+-\xee\x00\x03\x77\xe3\x58\x03\x68\x2b\xe2\x3a\xe2\x25\x6c\xb6\xef\
+-\xb6\x85\x25\xe2\x3a\x8d\x13\x49\x12\x57\x1e\x3f\x30\x51\x4e\xa2\
+-\xf8\xc4\x57\x25\x3e\xf6\x7a\xd4\x86\x6b\xaa\x69\xc7\x2d\xfe\x00\
+-\x5c\x13\x1e\xb7\x22\x72\x91\x54\x00\x00\x00\x25\x74\x45\x58\x74\
+-\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\
+-\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x36\x2b\
+-\x30\x39\x3a\x30\x30\x0b\xf7\xef\x1a\x00\x00\x00\x25\x74\x45\x58\
+-\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\
+-\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x36\
+-\x2b\x30\x39\x3a\x30\x30\x7a\xaa\x57\xa6\x00\x00\x00\x19\x74\x45\
+-\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\
+-\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\
+-\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x05\x0c\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x02\x3d\
+-\x50\x4c\x54\x45\x22\x22\x22\x1a\x1a\x1a\x00\x00\x00\x0b\x0b\x0b\
+-\x0c\x0c\x0c\x23\x23\x23\x0f\x0f\x0f\xd7\xd7\xd7\xd9\xd9\xd9\x38\
+-\x38\x38\x17\x17\x17\x33\x33\x33\x86\x86\x86\x03\x03\x03\xb9\xb9\
+-\xb9\x60\x60\x60\x37\x37\x37\x6c\x6c\x6c\x57\x57\x57\xff\xff\xff\
+-\x59\x59\x59\x72\x72\x72\x4d\x4d\x4d\x5a\x5a\x5a\x53\x53\x53\x54\
+-\x54\x54\x66\x66\x66\x52\x52\x52\x56\x56\x56\x9f\x9f\x9f\x6d\x6d\
+-\x6d\x0e\x0e\x0e\xd8\xd8\xd8\x67\x67\x67\x87\x87\x87\x50\x50\x50\
+-\x7a\x7a\x7a\x5e\x5e\x5e\xe8\xe8\xe8\xfe\xfe\xfe\xc8\xc8\xc8\xf9\
+-\xf9\xf9\x06\x06\x06\x1f\x1f\x1f\x00\x00\x00\x1e\x1e\x1e\x13\x13\
+-\x13\x1c\x1c\x1c\x22\x22\x22\x22\x22\x22\x23\x23\x23\x15\x15\x15\
+-\x25\x25\x25\x52\x52\x52\x54\x54\x54\x4a\x4a\x4a\x33\x33\x33\x65\
+-\x65\x65\xa0\xa0\xa0\xd6\xd6\xd6\x90\x90\x90\x8d\x8d\x8d\x33\x33\
+-\x33\x38\x38\x38\x3b\x3b\x3b\x68\x68\x68\xd6\xd6\xd6\x28\x28\x28\
+-\x2b\x2b\x2b\x2c\x2c\x2c\xbc\xbc\xbc\xe0\xe0\xe0\x3b\x3b\x3b\x3e\
+-\x3e\x3e\x54\x54\x54\x65\x65\x65\x7f\x7f\x7f\x41\x41\x41\x5d\x5d\
+-\x5d\x5f\x5f\x5f\x2d\x2d\x2d\x7b\x7b\x7b\x65\x65\x65\x54\x54\x54\
+-\x52\x52\x52\x4b\x4b\x4b\x66\x66\x66\x6b\x6b\x6b\x69\x69\x69\xaa\
+-\xaa\xaa\x6f\x6f\x6f\x68\x68\x68\x44\x44\x44\x6a\x6a\x6a\x6b\x6b\
+-\x6b\x66\x66\x66\x68\x68\x68\x60\x60\x60\x70\x70\x70\x6f\x6f\x6f\
+-\x61\x61\x61\x08\x08\x08\x6d\x6d\x6d\x6e\x6e\x6e\x41\x41\x41\x60\
+-\x60\x60\x6f\x6f\x6f\x70\x70\x70\x73\x73\x73\x76\x76\x76\x72\x72\
+-\x72\x5c\x5c\x5c\x4c\x4c\x4c\x73\x73\x73\x48\x48\x48\x5d\x5d\x5d\
+-\x71\x71\x71\x75\x75\x75\x3f\x3f\x3f\x7f\x7f\x7f\x5f\x5f\x5f\x00\
+-\x00\x00\x76\x76\x76\x5f\x5f\x5f\x7c\x7c\x7c\x87\x87\x87\x6d\x6d\
+-\x6d\xf9\xf9\xf9\x85\x85\x85\x57\x57\x57\x41\x41\x41\x96\x96\x96\
+-\x41\x41\x41\x56\x56\x56\x7d\x7d\x7d\x84\x84\x84\x67\x67\x67\x78\
+-\x78\x78\x7c\x7c\x7c\xbc\xbc\xbc\x8c\x8c\x8c\x7f\x7f\x7f\x6a\x6a\
+-\x6a\x5e\x5e\x5e\x6a\x6a\x6a\x80\x80\x80\x8c\x8c\x8c\x8b\x8b\x8b\
+-\x6a\x6a\x6a\x4e\x4e\x4e\x66\x66\x66\x55\x55\x55\xfd\xfd\xfd\xa1\
+-\xa1\xa1\x95\x95\x95\x8e\x8e\x8e\x94\x94\x94\xa6\xa6\xa6\x9f\x9f\
+-\x9f\x8c\x8c\x8c\x95\x95\x95\x71\x71\x71\x53\x53\x53\x63\x63\x63\
+-\xff\xff\xff\xe1\xe1\xe1\xff\xff\xff\xa1\xa1\xa1\x93\x93\x93\x9b\
+-\x9b\x9b\x79\x79\x79\x64\x64\x64\xc1\xc1\xc1\x00\x00\x00\x1d\x1d\
+-\x1d\xa6\xa6\xa6\x97\x97\x97\x95\x95\x95\x8c\x8c\x8c\xe9\xe9\xe9\
+-\xbe\xbe\xbe\xe8\xe8\xe8\xbb\xbb\xbb\xbb\xbb\xbb\x39\x39\x39\x49\
+-\x49\x49\x4f\x4f\x4f\x54\x54\x54\x7b\x7b\x7b\x7a\x7a\x7a\xff\xff\
+-\xff\xb3\x72\xb7\x4a\x00\x00\x00\xb8\x74\x52\x4e\x53\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x02\x0a\x02\x5d\xac\xce\xcf\x02\
+-\x12\xb6\xe7\xe1\xfb\xb6\xc7\x53\x2a\x40\x61\xb5\x01\x5d\xc6\x21\
+-\x2d\xa9\xc6\x02\x1f\x5f\x03\xac\xfe\x4d\xdb\xfc\xdb\x15\x51\xfc\
+-\xaf\x01\x0a\xcf\xe2\x15\x36\xdd\xd9\x11\x16\xe1\xd2\x01\x0a\xcf\
+-\xe1\x14\x0a\xda\xda\x10\x14\xe0\xd2\x01\xad\xfe\x44\x18\xde\x16\
+-\x44\xfe\xb3\x01\x64\xbf\x05\xd0\xc1\xf9\x5a\x03\x0a\xbf\xbe\x45\
+-\x3e\x44\xc0\xf0\xe6\x52\x04\x02\x26\xc1\xfd\xf9\xd8\xfb\xf7\xe4\
+-\xe8\xf0\x5a\x03\x02\x16\x79\xbc\xdc\xbf\x6c\x69\xf0\xe6\xf1\x57\
+-\x02\x0f\x26\x10\x73\xf1\xe9\xeb\x30\x01\x01\x02\x6f\xea\xe1\x32\
+-\x01\x02\x01\x50\x49\x8c\x32\x0b\x33\x00\x00\x00\x01\x62\x4b\x47\
+-\x44\x13\x0c\xbb\x5c\x96\x00\x00\x01\x1b\x49\x44\x41\x54\x18\xd3\
+-\x01\x10\x01\xef\xfe\x00\x00\x01\x2b\x02\x03\x04\x2c\x2c\x04\x03\
+-\x02\x2b\x01\x00\x02\x02\x00\x05\x2d\x06\x07\x2e\x2f\x30\x31\x2f\
+-\x2e\x08\x06\x2d\x05\x09\x02\x00\x32\x0a\x33\x34\xb8\xb9\x35\x36\
+-\x37\xb8\x34\x33\x0a\x32\x0b\x0c\x00\x0d\x0e\x38\xba\x39\x3a\x3b\
+-\x3c\x3d\x39\xba\x3e\x0e\x0d\x3f\x0f\x00\x10\x40\xbb\x41\x42\x43\
+-\x44\x45\x46\x47\x41\xbb\x48\x10\x49\x11\x00\x12\x4a\x4b\x4c\x13\
+-\x4d\x4e\x4f\x50\x14\x51\x52\x53\x12\x54\x15\x00\x55\x56\x57\x58\
+-\x16\x59\x5a\x5b\x5c\x17\x5d\x5e\x5f\x55\x18\x60\x00\x61\x62\x63\
+-\x64\x19\x65\x66\x67\x68\x18\x69\x6a\x6b\x61\x1a\x6c\x00\x12\x6d\
+-\x6e\x6f\x1b\x70\x71\x71\x72\x1b\x73\x74\x75\x1c\x76\x1d\x00\x1e\
+-\x77\xbc\x78\x79\x1f\x7a\x7a\x06\x79\x7b\x7c\x7d\x15\x7e\x01\x00\
+-\x20\x7f\x80\xbd\x81\x82\x83\x83\x84\x85\x86\x87\x88\x21\x89\x16\
+-\x00\x8a\x22\x8b\x8c\x8d\x8e\x8f\x8f\x90\x91\x92\x93\x94\x95\x23\
+-\x96\x00\x02\x97\x24\x98\x99\x9a\x9b\x9b\x9c\x9d\x9e\x9f\xa0\xa1\
+-\xa2\x25\x00\x02\x02\xa3\x26\x02\xa4\xa5\xa5\xa6\x02\x06\xa7\xa8\
+-\xa9\xaa\xab\x00\x27\x13\x02\xac\xad\x13\x28\x28\x13\xae\xad\x02\
+-\xaf\xb0\xb1\xb2\x00\x02\x13\x29\x13\x13\xb3\xb4\xb4\xb5\x13\xb3\
+-\x13\x02\xb6\xb7\x2a\x9a\x78\x52\x76\xc1\x50\x2a\x9f\x00\x00\x00\
+-\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\
+-\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\
+-\x39\x3a\x30\x36\x2b\x30\x39\x3a\x30\x30\x0b\xf7\xef\x1a\x00\x00\
+-\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\
+-\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\
+-\x30\x39\x3a\x30\x36\x2b\x30\x39\x3a\x30\x30\x7a\xaa\x57\xa6\x00\
+-\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x05\x07\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x02\x3a\
+-\x50\x4c\x54\x45\x00\x00\x00\xff\xff\xff\x24\x24\x24\x27\x27\x27\
+-\x2a\x2a\x2a\x26\x26\x26\x7b\x7b\x7b\x1e\x1e\x1e\x10\x10\x10\x20\
+-\x20\x20\x21\x21\x21\x1f\x1f\x1f\x96\x96\x96\x3d\x3d\x3d\x29\x29\
+-\x29\x13\x13\x13\x16\x16\x16\x28\x28\x28\x3c\x3c\x3c\x37\x37\x37\
+-\x1b\x1b\x1b\x35\x35\x35\x75\x75\x75\x08\x08\x08\x89\x89\x89\x8c\
+-\x8c\x8c\x0e\x0e\x0e\x2d\x2d\x2d\x69\x69\x69\x64\x64\x64\x51\x51\
+-\x51\x79\x79\x79\x4a\x4a\x4a\x61\x61\x61\x74\x74\x74\x57\x57\x57\
+-\x73\x73\x73\x3e\x3e\x3e\x41\x41\x41\x3f\x3f\x3f\xd5\xd5\xd5\x72\
+-\x72\x72\xbb\xbb\xbb\x44\x44\x44\x6b\x6b\x6b\xcb\xcb\xcb\x7e\x7e\
+-\x7e\xaa\xaa\xaa\xfd\xfd\xfd\xe6\xe6\xe6\xdf\xdf\xdf\xa8\xa8\xa8\
+-\xfe\xfe\xfe\xc7\xc7\xc7\xab\xab\xab\x8b\x8b\x8b\x32\x32\x32\x1c\
+-\x1c\x1c\x26\x26\x26\x29\x29\x29\x23\x23\x23\x00\x00\x00\x25\x25\
+-\x25\x18\x18\x18\x20\x20\x20\x27\x27\x27\x18\x18\x18\x1b\x1b\x1b\
+-\x2b\x2b\x2b\x40\x40\x40\x50\x50\x50\x58\x58\x58\x59\x59\x59\x2a\
+-\x2a\x2a\x1a\x1a\x1a\x27\x27\x27\x3b\x3b\x3b\x38\x38\x38\x6a\x6a\
+-\x6a\x90\x90\x90\xbe\xbe\xbe\xc0\xc0\xc0\x91\x91\x91\x39\x39\x39\
+-\x32\x32\x32\x42\x42\x42\x3f\x3f\x3f\x6d\x6d\x6d\xc9\xc9\xc9\xea\
+-\xea\xea\x6f\x6f\x6f\x40\x40\x40\x68\x68\x68\x59\x59\x59\x6b\x6b\
+-\x6b\x7f\x7f\x7f\x12\x12\x12\x8c\x8c\x8c\x84\x84\x84\x31\x31\x31\
+-\x00\x00\x00\x6e\x6e\x6e\x6c\x6c\x6c\x57\x57\x57\x00\x00\x00\x16\
+-\x16\x16\x48\x48\x48\x6b\x6b\x6b\x71\x71\x71\x72\x72\x72\xa1\xa1\
+-\xa1\x3b\x3b\x3b\x49\x49\x49\x52\x52\x52\x79\x79\x79\x69\x69\x69\
+-\x43\x43\x43\x4e\x4e\x4e\x63\x63\x63\x75\x75\x75\x74\x74\x74\x61\
+-\x61\x61\x72\x72\x72\xc8\xc8\xc8\x88\x88\x88\x75\x75\x75\x76\x76\
+-\x76\x89\x89\x89\x48\x48\x48\x7b\x7b\x7b\x77\x77\x77\x60\x60\x60\
+-\x57\x57\x57\x55\x55\x55\x4a\x4a\x4a\x6c\x6c\x6c\x00\x00\x00\x87\
+-\x87\x87\x86\x86\x86\x73\x73\x73\x84\x84\x84\x66\x66\x66\x0d\x0d\
+-\x0d\xff\xff\xff\xff\xff\xff\xc7\xc7\xc7\xb0\xb0\xb0\xf3\xf3\xf3\
+-\x89\x89\x89\x7f\x7f\x7f\x5c\x5c\x5c\x41\x41\x41\x2a\x2a\x2a\x21\
+-\x21\x21\x44\x44\x44\x48\x48\x48\x4f\x4f\x4f\x00\x00\x00\xd0\xd0\
+-\xd0\x80\x80\x80\xbd\xbd\xbd\x91\x91\x91\x85\x85\x85\x70\x70\x70\
+-\x63\x63\x63\x70\x70\x70\x70\x70\x70\x7e\x7e\x7e\x5c\x5c\x5c\xfb\
+-\xfb\xfb\xa5\xa5\xa5\x9a\x9a\x9a\x94\x94\x94\x95\x95\x95\xac\xac\
+-\xac\xff\xff\xff\xda\xda\xda\x69\x69\x69\xff\xff\xff\xdf\xdf\xdf\
+-\xdf\xdf\xdf\xc5\xc5\xc5\xc2\xc2\xc2\xb9\xb9\xb9\x55\x55\x55\x5a\
+-\x5a\x5a\x59\x59\x59\x81\x81\x81\x78\x78\x78\xff\xff\xff\xfe\x9b\
+-\xde\xf2\x00\x00\x00\xb8\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x01\x04\x02\x02\x02\x0a\x02\x60\xb1\xd3\x61\x12\xb6\xfe\
+-\xfb\xe4\xe5\xb5\x12\x02\x01\xb5\xc8\x62\x31\x31\x62\xb6\x02\x04\
+-\x61\xc6\x24\x1e\xc3\x5e\x01\xb1\xfd\x52\x05\x02\x01\x05\x05\x5e\
+-\xfb\xb2\x08\x18\x0a\xd4\xe1\x15\x02\x02\x6b\xe6\xe3\xe3\xe3\x73\
+-\x0a\xd4\xe0\x13\x01\x01\x8a\xf3\xf4\x87\x01\xb2\xfd\x44\x07\x01\
+-\x01\x04\x02\x8d\x8d\x04\x67\xbf\x0a\x05\x04\x01\x01\x0a\xbe\xfe\
+-\xbf\x45\x14\x12\x49\x95\x2d\x01\x01\x02\x26\xc2\xfd\xfa\xde\xf6\
+-\x6c\x04\x02\x17\x7b\xbf\xdc\xdc\x76\x0d\x01\x02\x10\x26\x27\x01\
+-\x01\x01\x70\xe4\x05\x55\x00\x00\x00\x01\x62\x4b\x47\x44\x01\xff\
+-\x02\x2d\xde\x00\x00\x01\x19\x49\x44\x41\x54\x18\xd3\x0d\xc1\x87\
+-\x22\x02\x50\x00\x05\xd0\xfb\x14\x45\x84\xac\x22\x23\x7b\x65\x47\
+-\xa9\x28\x94\x9d\xbd\xf7\xde\x7b\xef\xbd\xf7\x9e\x99\x99\x99\xd9\
+-\xe3\xe3\x38\x07\x20\x7a\x14\xa1\x28\x1c\x10\x8b\x84\x54\x7d\x02\
+-\x18\x50\x68\x12\xd0\x0d\xa5\x52\x23\x3a\x22\x18\x14\x63\x98\x30\
+-\x25\xa6\x88\x94\xc9\xe5\xb2\x28\x62\x26\x31\x67\xc1\x42\x4c\x8b\
+-\x8e\x51\x28\x63\xe3\x94\x8a\xf8\x04\xcb\x44\x2b\x24\x81\x24\x7f\
+-\xaa\x52\x52\xd3\xd2\x55\x9f\x19\xb0\xce\x44\x16\x2b\xfb\x2b\x27\
+-\xd7\x86\xcd\xb1\xcd\xcb\xff\x2e\xb0\x03\x0a\xb9\x45\xc5\x25\xf6\
+-\xa5\x65\xe5\x15\x95\x55\xd5\x35\xb5\x75\x70\xa8\x6f\x68\x6c\x72\
+-\x6c\x76\x6a\x61\xb6\xb6\xb5\x77\x74\x76\x81\xdb\xdd\xd3\xdb\xc7\
+-\xeb\x77\x1e\x20\x18\x1c\x1a\x1e\x21\x18\xe5\x8d\x8d\x4f\xb8\x4c\
+-\x4e\x4d\xcf\xcc\x62\x6e\x1e\x04\x0b\xae\x8b\x3f\x4b\xcb\x6e\x0c\
+-\xaa\xbb\x07\x67\x65\x95\xac\x61\xdd\x73\x63\x73\x6b\x7b\x67\x77\
+-\x6f\xff\xe0\xd0\x4b\x7d\xe4\x0d\x9f\x63\xf6\xc9\xe9\xd9\xb9\x46\
+-\x73\xf1\x7b\xe9\x7b\xc5\xe7\x83\x85\x6b\xbf\x9b\x5b\xed\xdd\xbd\
+-\xf6\xe1\x91\x3c\xf9\x03\x01\xc0\x73\x20\x74\x2f\xaf\x3a\x04\xbd\
+-\x05\xe3\x5f\x08\xc1\xbb\x9a\x08\x04\x44\xfd\x11\x1a\x06\xfc\x01\
+-\x44\xf0\x4d\x46\x93\x2d\xa1\x0c\x00\x00\x00\x25\x74\x45\x58\x74\
+-\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\
+-\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x34\x2b\
+-\x30\x39\x3a\x30\x30\x9c\x68\xfe\x33\x00\x00\x00\x25\x74\x45\x58\
+-\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\
+-\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x34\
+-\x2b\x30\x39\x3a\x30\x30\xed\x35\x46\x8f\x00\x00\x00\x00\x49\x45\
+-\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x03\x09\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\xea\
+-\x50\x4c\x54\x45\x00\x00\x00\x3f\x3f\x3f\x36\x36\x36\x39\x39\x39\
+-\xb4\xb4\xb4\x89\x89\x89\x4d\x4d\x4d\x48\x48\x48\x3d\x3d\x3d\x18\
+-\x18\x18\xff\xff\xff\x90\x90\x90\x45\x45\x45\x0b\x0b\x0b\x19\x19\
+-\x19\x1e\x1e\x1e\x75\x75\x75\x2c\x2c\x2c\x2b\x2b\x2b\x30\x30\x30\
+-\x4a\x4a\x4a\xf1\xf1\xf1\xd1\xd1\xd1\xf4\xf4\xf4\xd3\xd3\xd3\xd5\
+-\xd5\xd5\x15\x15\x15\xd6\xd6\xd6\xf5\xf5\xf5\xd8\xd8\xd8\xf7\xf7\
+-\xf7\x2b\x2b\x2b\x38\x38\x38\x40\x40\x40\x3f\x3f\x3f\x20\x20\x20\
+-\x27\x27\x27\x32\x32\x32\x35\x35\x35\x32\x32\x32\x34\x34\x34\x4c\
+-\x4c\x4c\x33\x33\x33\x4e\x4e\x4e\x6a\x6a\x6a\x48\x48\x48\x32\x32\
+-\x32\x4f\x4f\x4f\x55\x55\x55\x72\x72\x72\x73\x73\x73\x70\x70\x70\
+-\x4e\x4e\x4e\x39\x39\x39\x00\x00\x00\x94\x94\x94\x70\x70\x70\x77\
+-\x77\x77\x79\x79\x79\x76\x76\x76\x57\x57\x57\xff\xff\xff\x91\x91\
+-\x91\x75\x75\x75\x7c\x7c\x7c\x7d\x7d\x7d\x7d\x7d\x7d\x96\x96\x96\
+-\x7b\x7b\x7b\x82\x82\x82\x83\x83\x83\x9a\x9a\x9a\x81\x81\x81\x89\
+-\x89\x89\x9e\x9e\x9e\x85\x85\x85\x9b\x9b\x9b\xff\xff\xff\x17\x1f\
+-\x2d\xcd\x00\x00\x00\x4d\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x01\x01\x01\x27\x02\x72\
+-\xf2\x4f\x04\x01\x72\xf4\xe8\xee\x50\x29\xf3\xe7\xe2\xe8\xf0\x49\
+-\x01\x66\xee\xe7\xe3\xe9\xe6\x01\x67\xee\xe7\xe3\xe6\x67\xee\xe6\
+-\xe4\x67\xef\xe5\x66\xef\x6e\x4d\xee\xdb\xd8\x00\x00\x00\x01\x62\
+-\x4b\x47\x44\x0a\x68\xd0\xf4\x56\x00\x00\x00\xd6\x49\x44\x41\x54\
+-\x18\xd3\x65\x8f\xc5\x16\xc2\x50\x0c\x05\x2f\x0e\xc1\x8b\x3c\xbc\
+-\xc5\x5d\x5b\x1e\xfa\xa0\xb8\xfe\xff\xf7\x10\xe0\xb0\x22\x9b\x9c\
+-\x99\x6c\x32\xc0\xdf\x38\x9c\x2e\xdd\xed\xf1\x7a\x3d\x6e\xdd\xe5\
+-\x74\x00\x3e\xbf\x51\x0e\xe8\x14\x0c\x92\x1e\x28\x1b\x7e\x1f\x42\
+-\x95\x70\xa4\x1a\xad\x11\xd5\xa2\xd5\x48\xb8\x12\x82\x11\x8b\xd7\
+-\x1b\x4d\xad\xd5\xd2\x9a\x8d\x7a\x3c\x66\xa0\x9d\xe8\x74\x7b\xfd\
+-\x81\xa6\x0d\xfa\xbd\x6e\x27\xd1\x46\x72\x38\x1a\x4f\x4c\x6b\x3a\
+-\xb5\xcc\xc9\x78\x34\x4c\x42\x62\x36\x5f\x2c\x57\xeb\xf5\x6a\xb9\
+-\x98\xcf\x18\x15\xb0\xd9\xda\xbb\xfd\x7e\x67\x6f\x37\x60\x4c\x29\
+-\x89\xc3\xf1\x74\x3e\x9f\x8e\x07\x48\x95\x42\x5a\xb0\xb9\x5c\x6f\
+-\xb7\xeb\x85\x59\xa4\x41\x99\xb7\xb9\x3f\x1e\xf7\x37\x67\x88\x7f\
+-\xcf\xb2\xc9\x3d\x9f\x39\xe6\xec\x27\x86\xf2\x05\xc5\x07\x52\x85\
+-\x3c\x7d\xf3\xa8\x48\x24\x25\xf1\xfa\x05\x93\x10\xa5\x92\x10\x1f\
+-\x7e\x01\x8e\xbe\x1d\x55\x94\x15\x3a\x03\x00\x00\x00\x25\x74\x45\
+-\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\
+-\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\
+-\x33\x2b\x30\x39\x3a\x30\x30\x59\xcf\xc0\xbd\x00\x00\x00\x25\x74\
+-\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\
+-\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\
+-\x30\x33\x2b\x30\x39\x3a\x30\x30\x28\x92\x78\x01\x00\x00\x00\x00\
+-\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x05\x3a\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x02\x5b\
+-\x50\x4c\x54\x45\x10\x10\x10\x44\x44\x44\x99\x99\x99\x0f\x0f\x0f\
+-\x29\x29\x29\x00\x00\x00\x27\x27\x27\x1a\x1a\x1a\x01\x01\x01\x24\
+-\x24\x24\x33\x33\x33\xff\xff\xff\x22\x22\x22\x37\x37\x37\x6b\x6b\
+-\x6b\xa6\xa6\xa6\x3c\x3c\x3c\x0a\x0a\x0a\x2c\x2c\x2c\x42\x42\x42\
+-\x43\x43\x43\x48\x48\x48\x4d\x4d\x4d\x28\x28\x28\x52\x52\x52\x57\
+-\x57\x57\x58\x58\x58\x5d\x5d\x5d\x98\x98\x98\x63\x63\x63\x67\x67\
+-\x67\xaa\xaa\xaa\x9b\x9b\x9b\x68\x68\x68\x7e\x7e\x7e\x85\x85\x85\
+-\x8e\x8e\x8e\xdd\xdd\xdd\xf1\xf1\xf1\xa0\xa0\xa0\x10\x10\x10\x00\
+-\x00\x00\x00\x00\x00\x0f\x0f\x0f\x1d\x1d\x1d\x1e\x1e\x1e\x20\x20\
+-\x20\x20\x20\x20\x20\x20\x20\x1e\x1e\x1e\x1d\x1d\x1d\x00\x00\x00\
+-\x33\x33\x33\x17\x17\x17\x45\x45\x45\x58\x58\x58\x55\x55\x55\x54\
+-\x54\x54\x46\x46\x46\x21\x21\x21\x5e\x5e\x5e\x24\x24\x24\x2c\x2c\
+-\x2c\x58\x58\x58\x5b\x5b\x5b\x9a\x9a\x9a\xc8\xc8\xc8\xb7\xb7\xb7\
+-\x58\x58\x58\x0f\x0f\x0f\x00\x00\x00\x22\x22\x22\x2d\x2d\x2d\x5d\
+-\x5d\x5d\x5c\x5c\x5c\x00\x00\x00\x00\x00\x00\x5c\x5c\x5c\x60\x60\
+-\x60\x38\x38\x38\x2e\x2e\x2e\x30\x30\x30\x33\x33\x33\x62\x62\x62\
+-\x62\x62\x62\x3a\x3a\x3a\x68\x68\x68\x40\x40\x40\x61\x61\x61\x6b\
+-\x6b\x6b\x66\x66\x66\x69\x69\x69\x57\x57\x57\x29\x29\x29\x38\x38\
+-\x38\x68\x68\x68\x68\x68\x68\x58\x58\x58\x3b\x3b\x3b\x67\x67\x67\
+-\x6c\x6c\x6c\x8e\x8e\x8e\x6c\x6c\x6c\x69\x69\x69\x3c\x3c\x3c\x3e\
+-\x3e\x3e\x6e\x6e\x6e\x6e\x6e\x6e\x3e\x3e\x3e\x51\x51\x51\x6e\x6e\
+-\x6e\x28\x28\x28\x6e\x6e\x6e\x43\x43\x43\x73\x73\x73\x73\x73\x73\
+-\x52\x52\x52\x74\x74\x74\x46\x46\x46\x73\x73\x73\x48\x48\x48\x79\
+-\x79\x79\x78\x78\x78\x2c\x2c\x2c\x00\x00\x00\x10\x10\x10\x78\x78\
+-\x78\x7a\x7a\x7a\x48\x48\x48\x7a\x7a\x7a\x79\x79\x79\x50\x50\x50\
+-\x7d\x7d\x7d\x82\x82\x82\x5a\x5a\x5a\x51\x51\x51\x53\x53\x53\x52\
+-\x52\x52\x5a\x5a\x5a\x82\x82\x82\x7e\x7e\x7e\x4f\x4f\x4f\x80\x80\
+-\x80\x7f\x7f\x7f\x4e\x4e\x4e\x86\x86\x86\x86\x86\x86\x87\x87\x87\
+-\x89\x89\x89\x8b\x8b\x8b\x89\x89\x89\x88\x88\x88\x88\x88\x88\x8a\
+-\x8a\x8a\x6e\x6e\x6e\x84\x84\x84\x84\x84\x84\x53\x53\x53\x94\x94\
+-\x94\xff\xff\xff\xc4\xc4\xc4\xe3\xe3\xe3\x8e\x8e\x8e\x8e\x8e\x8e\
+-\x8f\x8f\x8f\xa7\xa7\xa7\x9c\x9c\x9c\x9b\x9b\x9b\x30\x30\x30\x89\
+-\x89\x89\x8a\x8a\x8a\x58\x58\x58\x6c\x6c\x6c\x86\x86\x86\x98\x98\
+-\x98\x78\x78\x78\x62\x62\x62\x65\x65\x65\x62\x62\x62\x6b\x6b\x6b\
+-\x94\x94\x94\x8f\x8f\x8f\x61\x61\x61\xc7\xc7\xc7\x99\x99\x99\x97\
+-\x97\x97\x96\x96\x96\x97\x97\x97\x96\x96\x96\x96\x96\x96\x97\x97\
+-\x97\x96\x96\x96\xff\xff\xff\xd4\xd4\xd4\xce\xce\xce\xd1\xd1\xd1\
+-\xd0\xd0\xd0\xcd\xcd\xcd\xff\xff\xff\x9d\x9d\x9d\xff\xff\xff\x4e\
+-\x2a\xaa\x03\x00\x00\x00\xc8\x74\x52\x4e\x53\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x01\x12\x10\x01\x9b\xdb\xd4\xd5\xd3\xdc\x9a\x01\x01\
+-\x11\xe2\xee\xe3\xe4\xe0\x0d\x01\x01\x0f\xd9\xdd\x3a\x2b\x30\xda\
+-\x1e\x0d\x01\x0f\xdc\xdb\x09\x0a\xd7\xe9\xd7\xdf\xa1\x0f\xdc\xdb\
+-\x11\x04\x12\xd7\xe9\xe1\xed\xe1\x11\x0f\xdc\xdb\x02\x0f\xdb\xdb\
+-\x47\xda\xda\x0f\x0f\xdc\xdb\x10\x03\xd6\x18\xdd\x0f\xdc\xdb\x0b\
+-\xd7\x1f\xdd\x0f\xda\xdc\x1e\x0c\x12\xdd\xd5\x1e\xd7\xdd\x10\xde\
+-\xeb\xda\xd8\xd7\xd9\xdb\xed\xdb\x21\xd7\xdd\x0f\xa8\xe8\xe0\xe7\
+-\xeb\xe2\xdc\xe4\x9f\x0b\xda\xdd\x0f\x01\x12\x34\x23\xa5\xfa\x74\
+-\x32\x44\x1c\x1a\xdc\xda\x0f\x01\x9e\xfb\xd7\xd2\xd3\xd7\xdb\xec\
+-\xe0\x11\x01\x05\x68\xe4\xdd\xe1\xe0\xe3\xa8\x05\x30\x32\x31\x31\
+-\x35\x14\x01\x94\x64\x39\x13\x00\x00\x00\x01\x62\x4b\x47\x44\x0b\
+-\x1f\xd7\xc4\xc0\x00\x00\x01\x1b\x49\x44\x41\x54\x18\xd3\x01\x10\
+-\x01\xef\xfe\x00\x28\x00\x01\x29\x2a\x2a\x2a\x2a\x2a\x29\x02\x03\
+-\x2b\x04\x05\x05\x00\x05\x05\x2c\x2d\x2e\x2f\x2f\x2f\x30\x31\x32\
+-\x05\x33\x34\x06\x06\x00\x07\x35\x36\x37\x38\x39\x39\x39\x38\x37\
+-\x3a\x3b\x08\x3c\x3d\x09\x00\x0a\x3e\x3f\x40\x41\x42\x43\x42\x41\
+-\x40\x44\x45\x46\x0b\x0c\x47\x00\x0d\x48\x49\x4a\x4b\x0e\x0f\x0e\
+-\x4c\x4d\x4e\x4f\x50\x51\x05\x0b\x00\x10\x52\x53\x54\x55\x11\x56\
+-\x11\x57\x58\x59\x5a\x5b\x5c\x5d\x12\x00\x13\x5e\x5f\x60\x5e\x13\
+-\x61\x13\x62\x63\x64\x65\x66\x67\x68\x14\x00\x15\x69\x6a\x6b\x6c\
+-\x16\x6d\x16\x6c\x6a\x6e\x6f\x6e\x70\x69\x15\x00\x16\x71\x72\x73\
+-\x74\x17\x05\x17\x74\x72\x75\x76\x75\x77\x71\x16\x00\x18\x78\x79\
+-\x7a\x7b\x7c\x7d\x7c\x7b\x7e\x7f\x80\x81\x82\x78\x18\x00\x19\x83\
+-\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x1a\x00\x0b\
+-\x05\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x1b\x00\
+-\x9e\x1c\x9f\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\x1d\
+-\x00\x1e\xac\x0b\x1f\x20\xad\xae\xaf\xb0\xb1\xb2\xb3\xb4\xb5\xb6\
+-\x21\x00\x22\x23\xb7\xb8\x24\xb9\xba\xbb\xbc\xbc\xbd\xbb\xbe\xbf\
+-\x0b\x25\x00\x0b\x26\x0b\x0b\x0b\xc0\xc1\xc2\xc3\xc3\xc3\xc4\xc5\
+-\xc6\x27\xc7\x43\x42\x5a\x1f\xed\x16\xfc\x10\x00\x00\x00\x25\x74\
+-\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\
+-\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\
+-\x30\x33\x2b\x30\x39\x3a\x30\x30\x59\xcf\xc0\xbd\x00\x00\x00\x25\
+-\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\
+-\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\
+-\x3a\x30\x33\x2b\x30\x39\x3a\x30\x30\x28\x92\x78\x01\x00\x00\x00\
+-\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x06\xef\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x06\
+-\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\
+-\x06\x06\x49\x44\x41\x54\x48\xc7\x9d\x95\x5d\x68\x54\xdb\x15\xc7\
+-\xff\xfb\xe3\x7c\xa4\xe7\x9c\x39\x33\xc9\xcc\xa0\xa3\xd1\x53\x1a\
+-\x8d\x14\x8d\xa4\x57\x08\x85\xb4\xb1\x45\x30\x68\x1f\xf2\x12\xe9\
+-\x8b\x0d\xe4\xe5\x3e\x5c\x2f\x58\x88\x98\xd2\xcb\x85\x86\xeb\x43\
+-\x48\x2d\x3e\x54\x10\x14\xa5\xe5\x12\xcd\x47\x41\x08\xb1\x26\x34\
+-\x9a\xa7\xdc\xdc\x0b\x32\x60\xa2\x97\x9b\xa8\x33\x89\x24\x68\x66\
+-\x6a\x66\x32\x93\x39\x67\xe6\x7c\xec\x3e\x64\x6a\xa3\xb1\x2d\xed\
+-\x82\x0d\xfb\x63\xb1\x7e\x6b\xaf\xbd\xd6\xda\x00\x80\xbe\xbe\x3e\
+-\x98\xa6\x89\x44\x22\x81\xa6\xa6\x26\x42\x29\x65\x96\x65\x41\xd3\
+-\x34\x70\xce\xc1\x39\x87\xa6\x69\xb0\x2c\x0b\x94\x52\xd6\xd4\xd4\
+-\x44\x12\x89\x04\x4c\xd3\x44\x5f\x5f\x1f\xfe\x93\xd0\x8b\x17\x2f\
+-\xa2\xbf\xbf\x1f\x95\x4a\x05\x84\x10\x16\x04\x81\x08\x82\xc0\x57\
+-\x55\x35\x16\x89\x44\x4e\xea\xba\xfe\xb1\xae\xeb\x1f\x47\x22\x91\
+-\x93\xaa\xaa\xc6\x82\x20\xf0\x83\x20\x10\x84\x10\x56\xa9\x54\xd0\
+-\xdf\xdf\x8f\xde\xde\xde\x7f\x0b\x20\x96\x65\x21\x9f\xcf\x83\x31\
+-\xc6\x38\xe7\xfe\x91\x23\x47\xf4\x64\x32\xf9\x19\x21\xa4\xb3\xa6\
+-\xa6\x26\x2a\xcb\x32\x03\x80\x4a\xa5\xe2\xdb\xb6\x9d\x15\x42\x8c\
+-\x34\x37\x37\x7f\x31\x37\x37\x57\xf4\x3c\x8f\xf9\xbe\xef\x9b\xa6\
+-\x89\x74\x3a\xfd\x61\xc0\xa1\x43\x87\xe0\x38\x0e\xf3\x7d\xdf\x8f\
+-\x46\xa3\x56\x36\x9b\x1d\x09\x87\xc3\x87\x13\x89\x44\x4e\x55\x55\
+-\x09\x00\xab\xea\xfa\x8e\xe3\xb8\xab\xab\xab\xe1\x5c\x2e\x37\x1f\
+-\x8d\x46\x3b\xb3\xd9\x6c\x9a\x31\xc6\x54\x55\xf5\x5b\x5b\x5b\x71\
+-\xe3\xc6\x8d\x9d\x80\x96\x96\x16\x42\x08\x11\xb1\x58\x4c\x5f\x58\
+-\x58\x78\x98\x48\x24\x1a\xf7\xec\xd9\xb3\x61\xdb\xb6\xac\xeb\x7a\
+-\xd2\x30\x8c\x05\x00\x28\x14\x0a\x07\x8b\xc5\x62\x73\x4d\x4d\x4d\
+-\x65\x65\x65\x25\xb4\xba\xba\xfa\xdd\xc1\x83\x07\x7f\x96\xc9\x64\
+-\x8a\x42\x08\x32\x3b\x3b\x2b\x08\x21\x3b\x00\x3c\x93\xc9\xd0\x72\
+-\xb9\xec\xdb\xb6\xfd\xd9\xbe\x7d\xfb\x0e\xef\xdd\xbb\xf7\xef\xc5\
+-\x62\xb1\xdc\xda\xda\xfa\xbb\xf3\xe7\xcf\xdf\x07\x90\xaf\xea\x9a\
+-\x57\xae\x5c\x69\x9f\x99\x99\xe9\xb5\x2c\x6b\x83\x73\x7e\x78\x79\
+-\x79\xf9\xb7\xd9\x6c\xf6\x37\x8a\xa2\xd0\x07\x0f\x1e\xf8\x1f\x0c\
+-\x51\x5b\x5b\x1b\x28\xa5\x31\x42\xc8\xac\x65\x59\xdf\x73\x1c\x87\
+-\x37\x37\x37\xf7\x5c\xb8\x70\xe1\x4f\x00\x20\x84\xd8\x52\xac\x7a\
+-\x37\x30\x30\xd0\x95\x4c\x26\x7f\xaf\xaa\xaa\x97\x4e\xa7\x37\x85\
+-\x10\x3f\x0e\x82\x20\x13\x0a\x85\xc8\xd8\xd8\x98\xd8\x91\x45\x92\
+-\x24\x21\x1c\x0e\xff\x28\x1a\x8d\xd6\x31\xc6\x64\x4d\xd3\xbe\xe9\
+-\xe9\xe9\xf9\x52\x08\x81\xe5\xe5\x65\x22\x84\x20\x42\x08\x52\x9d\
+-\xa3\xa7\xa7\xe7\x4b\x4d\xd3\xbe\x61\x8c\xc9\xd1\x68\xb4\x2e\x1c\
+-\x0e\x7f\x24\x49\x12\x84\x10\x74\x7c\x7c\x7c\x67\x88\x0c\xc3\x80\
+-\x24\x49\x96\x61\x18\x8c\x52\xca\xca\xe5\xf2\x57\x1d\x1d\x1d\xbe\
+-\x61\x18\xfc\xfa\xf5\xeb\xde\xe4\xe4\x24\x00\xa0\xad\xad\x0d\x67\
+-\xcf\x9e\xe5\x85\x42\xc1\x8b\x44\x22\x5f\x29\x8a\xf2\x53\xc3\x30\
+-\x44\xa1\x50\xf8\xbe\x61\x18\xe0\x9c\x93\x53\xa7\x4e\xed\x04\x68\
+-\x9a\x06\x49\x92\xa0\x28\x0a\x08\x21\x70\x1c\xc7\x57\x14\x05\xbe\
+-\xef\x43\x55\x55\xac\xac\xac\x00\x00\x54\x55\x85\xef\xfb\x50\x14\
+-\x05\x42\x08\x9f\x73\x0e\xc6\x18\x82\x20\x10\xae\xeb\x82\x31\x86\
+-\x0f\x09\x57\x55\x15\x86\x61\x2c\xb9\xae\xeb\x73\xce\x85\x10\xe2\
+-\xd8\xd2\xd2\x12\x84\x10\x18\x1a\x1a\x42\x77\x77\x37\x00\x60\x68\
+-\x68\x08\xcf\x9f\x3f\x07\x21\x04\x8d\x8d\x8d\xc7\x24\x49\xf2\x3c\
+-\xcf\x83\x69\x9a\x4b\xc5\x62\x11\x92\x24\x89\x7b\xf7\xee\xed\x04\
+-\xd4\xd7\xd7\x43\xd7\xf5\xb9\x54\x2a\xf5\x46\x55\xd5\x9a\x20\x08\
+-\x8e\xc7\xe3\xf1\x13\x6f\xde\xbc\xf9\xdb\xa5\x4b\x97\x78\x7f\x7f\
+-\x3f\x00\xc0\xf3\x3c\x84\x42\x21\xaf\xb6\xb6\xf6\x44\x10\x04\xc7\
+-\x15\x45\x29\xbb\xae\x6b\xef\xda\xb5\x6b\xde\x71\x1c\x70\xce\x83\
+-\xe1\xe1\xe1\x1d\x00\x36\x3d\x3d\x4d\x27\x27\x27\x37\x8e\x1f\x3f\
+-\xde\xe0\x79\x5e\x8b\xa6\x69\x9b\x6b\x6b\x6b\xed\x41\x10\x3c\x7d\
+-\xf2\xe4\xc9\x33\x59\x96\x83\x4a\xa5\x12\xbc\x7c\xf9\x32\xa8\xaf\
+-\xaf\x3f\xc1\x18\xbb\xb6\x7f\xff\x7e\xc6\x18\xd3\x4c\xd3\xfc\xf3\
+-\xad\x5b\xb7\xfe\x32\x37\x37\x27\x8d\x8c\x8c\xf8\xb6\x6d\xc3\x34\
+-\x4d\x24\x93\xc9\x7f\x01\x2e\x5f\xbe\x4c\xce\x9c\x39\x23\xda\xdb\
+-\xdb\xbf\x7b\xfc\xf8\xf1\x49\x45\x51\xea\x42\xa1\x10\xd9\xd8\xd8\
+-\xf8\x65\x5d\x5d\x5d\x8b\x24\x49\x3f\xa8\xa9\xa9\xf9\x49\x7d\x7d\
+-\xfd\xaf\x75\x5d\xbf\x70\xe0\xc0\x01\x1e\x89\x44\x5c\x4a\xa9\x78\
+-\xf5\xea\x55\x08\x40\x4a\x96\xe5\xe7\x83\x83\x83\x7c\x60\x60\x20\
+-\x28\x97\xcb\xa8\xad\xad\xc5\xa3\x47\x8f\xb6\xd2\x5b\x08\x01\xb2\
+-\x95\xe4\xe2\xe1\xc3\x87\x3f\x9f\x98\x98\xb8\x42\x29\xb5\x08\x21\
+-\x9b\x6b\x6b\x6b\x6a\xa1\x50\x90\x00\xc0\x30\x0c\x37\x16\x8b\x95\
+-\x39\xe7\x0a\x63\xac\x4c\x29\x75\x33\x99\x8c\x9e\x4a\xa5\xe0\xba\
+-\xee\xaf\x4a\xa5\xd2\x18\xe7\x9c\x4f\x4d\x4d\x79\xa3\xa3\xa3\x98\
+-\x9a\x9a\xc2\xb5\x6b\xd7\xb6\x00\xd5\x42\x22\x00\xc4\xf2\xf2\xf2\
+-\x47\xb7\x6f\xdf\xfe\x64\x63\x63\xa3\x8d\x31\x16\x22\x84\xd0\x6a\
+-\xc1\x05\xbe\xef\x17\xe3\xf1\xf8\x5f\xd7\xd7\xd7\x8f\x31\xc6\x1a\
+-\x64\x59\x2e\xe4\x72\x39\x79\x71\x71\x51\x71\x1c\xa7\x6b\x73\x73\
+-\x73\x4c\x92\x24\x3e\x31\x31\xe1\x8d\x8e\x8e\x62\x7a\x7a\x1a\xc4\
+-\x75\x5d\x70\xce\xdf\xa9\x56\x21\x44\x64\x7e\x7e\xfe\xe8\xd3\xa7\
+-\x4f\x7f\x98\xcf\xe7\xf7\x03\x80\x69\x9a\x4b\x8d\x8d\x8d\xdf\x1e\
+-\x3d\x7a\xf4\xeb\x9b\x37\x6f\x9e\x59\x5a\x5a\xfa\x83\xa6\x69\x65\
+-\xc6\x98\x9b\xcf\xe7\xe5\xc5\xc5\x45\xb9\x54\x2a\x75\x95\x4a\xa5\
+-\x31\x59\x96\xf9\xf8\xf8\xb8\x77\xff\xfe\xfd\xad\x1b\xf8\xbe\xff\
+-\x36\x8f\x09\x21\xa8\x86\x0d\x42\x08\x09\x00\xaf\xbe\x97\x07\xc0\
+-\xfd\x67\x8b\x19\x1c\x1c\xfc\xf4\xd9\xb3\x67\x9f\x6b\x9a\xe6\x72\
+-\xce\xdd\x7c\x3e\x2f\x2f\x2c\x2c\xc8\xb6\x6d\x77\x95\x4a\xa5\x31\
+-\x4a\x29\x9b\x9d\x9d\xf5\xc9\xf6\x7e\xb3\x6d\x4e\x28\xa5\x62\xfb\
+-\xfe\x36\x38\x01\x20\x00\xd0\x3b\x77\xee\x9c\x7b\xf1\xe2\xc5\x0e\
+-\x48\xa9\x54\xea\x2a\x97\xcb\x63\x94\x52\xf6\x4e\x7f\x7d\xdf\x20\
+-\x80\x77\xce\x83\x20\x10\xaf\x5f\xbf\xc6\xee\xdd\xbb\xdf\x42\x46\
+-\x46\x46\xce\xa5\x52\xa9\xcf\x75\x5d\x77\x19\x63\x6e\x2e\x97\x53\
+-\x16\x17\x17\x49\x10\x04\x6d\xb6\x6d\x7f\x4b\xdf\xf7\xf0\xbd\x21\
+-\xb6\x0f\x4a\x29\xba\xbb\xbb\x91\x4a\xa5\x44\x15\x1e\x74\x76\x76\
+-\xfe\xb1\xa1\xa1\xa1\xcf\x71\x1c\x09\x80\x12\x8f\xc7\x8b\x0d\x0d\
+-\x0d\xe1\x68\x34\xda\x1a\x8f\xc7\xb1\xf3\x87\xf8\x2f\x22\x84\xc0\
+-\xe9\xd3\xa7\x71\xf5\xea\x55\x58\x96\xf5\xf6\x26\x77\xef\xde\x3d\
+-\x97\x4e\xa7\x7b\x19\x63\x21\xdf\xf7\xd7\x63\xb1\xd8\x69\xdb\xb6\
+-\x1f\xff\xaf\xf6\x01\x00\xae\xeb\xa2\xa3\xa3\x03\xe9\x74\x1a\xd5\
+-\x76\x0e\x21\x84\x34\x3b\x3b\xfb\x8b\xe1\xe1\xe1\x2f\x66\x66\x66\
+-\xda\xff\x2f\xc3\xef\x43\x3a\x3b\x3b\xb1\xbe\xbe\xbe\x1d\x42\x84\
+-\x10\xaa\x10\x82\x56\xd7\xf8\x07\xa2\x7d\xef\x70\x95\x78\x80\x89\
+-\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\
+-\x61\x74\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\
+-\x34\x3a\x30\x39\x3a\x30\x38\x2b\x30\x39\x3a\x30\x30\x5b\xc8\x94\
+-\x47\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\
+-\x64\x69\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\
+-\x31\x34\x3a\x30\x39\x3a\x30\x38\x2b\x30\x39\x3a\x30\x30\x2a\x95\
+-\x2c\xfb\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x01\x6b\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x33\
+-\x50\x4c\x54\x45\x42\x42\x42\x47\x47\x47\x4b\x4b\x4b\x52\x52\x52\
+-\x57\x57\x57\x5b\x5b\x5b\x62\x62\x62\x67\x67\x67\x6b\x6b\x6b\x72\
+-\x72\x72\x77\x77\x77\x7c\x7c\x7c\x82\x82\x82\x87\x87\x87\x8c\x8c\
+-\x8c\x91\x91\x91\xff\xff\xff\xcd\xeb\x62\x65\x00\x00\x00\x10\x74\
+-\x52\x4e\x53\xd7\xd7\xd7\xd7\xd7\xd7\xd7\xd7\xd7\xd7\xd7\xd7\xd7\
+-\xd7\xd7\xd7\x49\x7f\x81\x9d\x00\x00\x00\x01\x62\x4b\x47\x44\x10\
+-\x95\xb2\x0d\x2c\x00\x00\x00\x2c\x49\x44\x41\x54\x18\xd3\x5d\xc1\
+-\xb5\x01\x00\x20\x00\xc0\xb0\xe2\x0e\xff\x7f\xcb\xde\x04\x2c\x08\
+-\x51\x48\x42\x16\x8a\x50\x85\x26\x74\x61\x08\x53\x58\xc2\x16\x8e\
+-\x70\x85\x27\x1f\x93\xee\x07\x81\xb3\x0b\x9f\x3c\x00\x00\x00\x25\
+-\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\
+-\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\
+-\x3a\x30\x37\x2b\x30\x39\x3a\x30\x30\xad\x80\xe4\xae\x00\x00\x00\
+-\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\
+-\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\
+-\x39\x3a\x30\x37\x2b\x30\x39\x3a\x30\x30\xdc\xdd\x5c\x12\x00\x00\
+-\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x03\xb9\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\x53\
+-\x50\x4c\x54\x45\x29\x29\x29\x14\x14\x14\xff\xff\xff\x32\x32\x32\
+-\x00\x00\x00\x1d\x1d\x1d\x30\x30\x30\x73\x73\x73\xad\xad\xad\x36\
+-\x36\x36\x23\x23\x23\xa0\xa0\xa0\xa5\xa5\xa5\xc5\xc5\xc5\x9f\x9f\
+-\x9f\x14\x14\x14\x00\x00\x00\x00\x00\x00\x1f\x1f\x1f\x1e\x1e\x1e\
+-\x20\x20\x20\x20\x20\x20\x36\x36\x36\x1a\x1a\x1a\x46\x46\x46\x58\
+-\x58\x58\x55\x55\x55\x54\x54\x54\x48\x48\x48\x2e\x2e\x2e\x58\x58\
+-\x58\x5b\x5b\x5b\x99\x99\x99\xc9\xc9\xc9\xb9\xb9\xb9\x4e\x4e\x4e\
+-\x2f\x2f\x2f\x5d\x5d\x5d\x5c\x5c\x5c\x00\x00\x00\x45\x45\x45\x30\
+-\x30\x30\x61\x61\x61\x62\x62\x62\x44\x44\x44\x44\x44\x44\x35\x35\
+-\x35\x41\x41\x41\x6b\x6b\x6b\x68\x68\x68\x3d\x3d\x3d\x00\x00\x00\
+-\x3b\x3b\x3b\x5b\x5b\x5b\x71\x71\x71\x78\x78\x78\x73\x73\x73\x51\
+-\x51\x51\x40\x40\x40\x43\x43\x43\x72\x72\x72\x7f\x7f\x7f\x7c\x7c\
+-\x7c\x7d\x7d\x7d\x7c\x7c\x7c\x7a\x7a\x7a\x50\x50\x50\x77\x77\x77\
+-\x83\x83\x83\x82\x82\x82\x83\x83\x83\x83\x83\x83\x55\x55\x55\x7c\
+-\x7c\x7c\x8a\x8a\x8a\x89\x89\x89\x87\x87\x87\x83\x83\x83\x81\x81\
+-\x81\x82\x82\x82\xff\xff\xff\x86\x86\x86\x87\x87\x87\x8d\x8d\x8d\
+-\x86\x86\x86\xb7\xb7\xb7\xe4\xe4\xe4\xd6\xd6\xd6\xff\xff\xff\xb0\
+-\xb0\xb0\x8d\x8d\x8d\x89\x89\x89\x2f\x2f\x2f\x00\x00\x00\x00\x00\
+-\x00\x76\x76\x76\x36\x36\x36\x8e\x8e\x8e\x95\x95\x95\x6d\x6d\x6d\
+-\x63\x63\x63\x65\x65\x65\xcd\xcd\xcd\x96\x96\x96\x97\x97\x97\x97\
+-\x97\x97\x96\x96\x96\x9c\x9c\x9c\xff\xff\xff\xcd\xcd\xcd\xd0\xd0\
+-\xd0\xd1\xd1\xd1\xff\xff\xff\x22\x02\x30\x58\x00\x00\x00\x70\x74\
+-\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x01\x12\x10\x9f\xdc\xd3\xd5\x01\x11\xe0\xef\xe4\xe4\x01\
+-\x10\xd8\xdf\x3c\x2a\x2f\x01\x0d\xda\xdb\x0b\x01\x16\xde\xd9\x09\
+-\x01\x65\xd7\xe5\xe3\x38\x09\x09\xd4\xf4\xe4\xe9\xe3\xd6\x12\xd3\
+-\xe9\xe5\xe5\xe6\xe9\x11\xd2\xea\xe5\xe6\xe7\x12\xd9\xed\xe5\xe6\
+-\xe0\xe0\xe0\x01\xa9\xe7\xe7\xda\x38\x28\x2c\x10\x3e\xdc\xdc\x1b\
+-\x04\x0a\x02\x0a\xde\xed\xde\xdb\xdc\x03\xaa\xe3\xdc\xdf\x01\x15\
+-\x35\x31\x31\xcc\xed\xd6\x77\x00\x00\x00\x01\x62\x4b\x47\x44\x02\
+-\x66\x0b\x7c\x64\x00\x00\x00\xfa\x49\x44\x41\x54\x18\xd3\x1d\xc1\
+-\x65\x5b\xc2\x50\x18\x00\xd0\x97\xed\x92\x23\x26\x20\x25\x9d\x12\
+-\x32\xba\x4b\x4a\xba\xbb\x3b\x24\xfc\xff\xdf\xbc\x0f\xe7\x00\x48\
+-\x58\x04\xfd\xf6\x42\x13\x2c\x09\x00\x49\x20\xa9\x4c\xfe\x8e\xc9\
+-\x65\x52\x44\x90\xa0\x60\x2b\x55\x6a\xcd\x07\xa6\x51\xab\x94\x6c\
+-\x05\x68\x49\x9d\xde\x60\x34\x99\xcd\x26\xa3\x41\xaf\x23\xb5\x60\
+-\xe1\x58\x6d\x76\x07\x97\xc7\xe3\x3a\xec\x36\x2b\xc7\x02\x9f\x7c\
+-\xa7\xcb\xed\x41\x98\xc7\xed\x72\xf2\xbf\x40\xe0\x65\x7c\xfe\x40\
+-\x90\xa6\x83\x01\xbf\x8f\xf1\x0a\x20\x14\x8e\x44\x63\xf1\x04\xc3\
+-\x24\xe2\xb1\x68\x24\x1c\x82\x64\x2a\x9d\xc9\xe6\xbe\xb1\x5c\x36\
+-\x93\x4e\x25\x21\x5f\x28\x96\xca\x3f\x2f\xe5\x52\xb1\x90\x87\x4a\
+-\xb5\x56\x6f\x34\x5b\xed\x76\xab\xd9\xa8\xd7\xaa\x15\xe8\x74\x7b\
+-\xfd\xc1\x70\x34\x1e\x8f\x86\x83\x7e\xaf\xdb\x01\x6a\x32\x9d\xcd\
+-\x17\xcb\xd5\x6a\xb9\x98\xcf\xa6\x13\x0a\xd6\xd4\x66\xbb\xdb\x1f\
+-\x8e\xc7\xc3\x7e\xb7\xdd\x50\x6b\x10\x8a\x4e\xe7\xcb\xf5\x17\xbb\
+-\x5e\xce\x27\x91\x10\xd0\x4d\x7c\x7f\x3c\xff\xb0\xe7\xe3\x2e\xbe\
+-\xa1\x7f\xfb\x7a\x34\xe6\x88\x87\x45\xbb\x00\x00\x00\x25\x74\x45\
+-\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\
+-\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\
+-\x35\x2b\x30\x39\x3a\x30\x30\x3a\x1f\xf5\x87\x00\x00\x00\x25\x74\
+-\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\
+-\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\
+-\x30\x35\x2b\x30\x39\x3a\x30\x30\x4b\x42\x4d\x3b\x00\x00\x00\x00\
+-\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x08\x9f\
+-\x00\
+-\x00\x29\x79\x78\x9c\xd5\x59\x5b\x6f\xdb\xb8\x12\x7e\xcf\xaf\xd0\
+-\xba\x2f\x0d\x8e\x29\xf3\x26\x89\x72\xe3\xec\x43\xbb\xbb\x58\xa0\
+-\xc0\x01\x76\x5b\xec\x4b\x5e\x64\x89\x76\x84\xc8\x92\x21\xc9\xb1\
+-\x9d\x5f\xbf\x43\xdd\x65\xc9\x8a\xe5\x24\x38\x38\x6e\x93\x98\x9c\
+-\xe1\x90\xf3\xcd\x85\x43\xf2\xee\xd7\xc3\x26\xd0\x9e\x65\x9c\xf8\
+-\x51\xb8\x98\x10\x1d\x4f\x34\x19\xba\x91\xe7\x87\xeb\xc5\xe4\xe7\
+-\x8f\xdf\x91\x98\x68\x49\xea\x84\x9e\x13\x44\xa1\x5c\x4c\xc2\x68\
+-\xf2\xeb\xfd\xcd\xdd\x2f\x08\x69\x5f\x63\xe9\xa4\xd2\xd3\xf6\x7e\
+-\xfa\xa8\xfd\x19\x3e\x25\xae\xb3\x95\xda\xe7\xc7\x34\xdd\xce\x67\
+-\xb3\xfd\x7e\xaf\xfb\x45\xa7\x1e\xc5\xeb\xd9\xad\x86\xd0\xfd\xcd\
+-\xcd\x5d\xf2\xbc\xbe\xd1\x34\x0d\xe6\x0d\x93\xb9\xe7\x2e\x26\xc5\
+-\x80\xed\x2e\x0e\x32\x46\xcf\x9d\xc9\x40\x6e\x64\x98\x26\x33\xa2\
+-\x93\xd9\xa4\x66\x77\x6b\x76\x57\xcd\xee\x3f\x4b\x37\xda\x6c\xa2\
+-\x30\xc9\x46\x86\xc9\xa7\x06\x73\xec\xad\x2a\x6e\xb5\x9a\x3d\xcb\
+-\x98\x88\x6d\xdb\x33\x4c\x67\x94\x22\xe0\x40\xc9\x31\x4c\x9d\x03\
+-\x6a\x0f\x85\x35\xf6\x0d\xa5\x18\xe3\x19\xd0\x6a\xce\xcb\xb8\xe6\
+-\x87\x00\xa0\x38\xbb\x98\x8c\xda\x9c\x1d\xe0\xdf\xc2\x4f\x35\xa0\
+-\xec\xd0\x93\x68\x17\xbb\x72\x05\x23\xa5\x1e\xca\x74\xf6\xed\xc7\
+-\xb7\x8a\x88\xb0\xee\xa5\x5e\x43\x4c\x89\x7e\x6b\xde\x96\x49\x42\
+-\x67\x23\x93\xad\xe3\xca\x64\x56\xf6\x67\xe3\xf7\xbe\x97\x3e\x2e\
+-\x26\xb6\x99\xb5\x1e\xa5\xbf\x7e\x4c\xab\xa6\xef\x2d\x26\xa0\x1d\
+-\xc3\x16\xcd\xda\x0d\xe7\x21\x39\x43\x21\x6a\x5e\x51\xb0\xce\x85\
+-\xce\x74\xa2\xc5\xb6\x10\xb9\x14\x19\x3a\xcb\x40\xa2\xa5\xe3\x3e\
+-\xad\xe3\x68\x17\x82\xd0\x50\xee\x33\x52\xa9\xd0\xdc\x8b\x5c\xb5\
+-\xc2\xc5\x24\x80\x6f\xd2\x78\xf6\xe5\x5e\xc6\x7a\x89\x6c\x35\x8d\
+-\x3c\x6c\xa3\x38\x45\x07\x6f\x0b\x88\x71\xa3\x97\x78\x1c\x22\xae\
+-\xfc\x40\xe6\x13\x7d\x9d\x3f\xfc\x4c\x60\xd5\x0f\xbf\xc5\xfe\xc3\
+-\x37\x99\x3c\xa5\xd1\xf6\x21\x30\x9e\x1f\x9a\x2b\x78\x88\x65\x6e\
+-\x87\xa4\xd5\x0d\x2a\x6e\xc3\xf5\xe4\x1e\x66\xb8\xf3\xe4\x2a\x51\
+-\x33\xe5\x68\xa9\x16\xc0\xc5\x33\x1a\x50\xc1\xdc\xd2\x89\xff\x88\
+-\x1d\xcf\x07\x27\xcf\xf9\x72\xce\x36\x85\x09\x6a\x17\x63\x60\x54\
+-\x02\x6b\x29\x79\x01\xa4\xf4\x18\xc0\x82\x55\x27\x72\xa3\x20\x8a\
+-\xe7\x9f\x70\xf6\xf9\x92\x75\x45\x60\x55\x3f\x3d\xce\xb1\x8e\x99\
+-\x4d\x89\x61\xda\x5f\x26\xf5\xe0\x68\xb5\x4a\x24\x58\x14\x37\xfa\
+-\x32\xb3\xc2\x50\x26\x18\x99\x68\xb3\x37\x4e\xdb\x37\x1b\xe9\x9f\
+-\x8d\x55\xb3\xdd\xcd\xda\xfa\x8f\x86\x8b\xd0\x11\x70\xad\xb2\xcf\
+-\x29\x5c\x39\x5a\xc2\xba\x1c\x2e\xc2\x47\xc1\xd5\x3f\xed\x90\x95\
+-\xfa\x71\x23\xe6\x7b\xe1\xc6\x39\xb3\x46\xe0\x46\x89\x4d\x3c\x76\
+-\x81\xbd\xfb\xe0\x82\xb9\xec\x51\x70\x09\xcb\x91\xd2\x3a\x85\x8b\
+-\xd8\x86\x69\x50\xd2\x6b\xa5\x3e\xb8\x38\xe7\xe4\xdd\xe0\xc2\x82\
+-\x8f\x8a\x4a\x63\x25\xcd\xb6\x02\xe4\x62\xb8\xb0\x30\xcf\xc3\xd5\
+-\x70\x06\xda\x27\x50\x67\x98\x08\xf8\x3f\x19\x5e\xa0\xe0\xd2\xf3\
+-\x3a\x0b\x1c\x95\x02\x0c\x4c\x4e\x7d\xba\x57\xc7\x5e\xdb\x60\x21\
+-\xde\xcf\x36\xe6\x38\xdb\x60\x9b\xdb\x57\xdb\xc6\xbc\xc8\x36\xd8\
+-\xee\xb5\x8d\x99\x7f\xec\x57\x8c\x83\xc1\x3c\xd6\xdb\x8c\x03\x1e\
+-\x48\x9d\xab\x8d\x63\xbe\xa3\x71\x0c\x73\x4c\x7e\x96\x72\x75\xba\
+-\xaf\x8c\x30\x8e\x21\x46\xa6\x65\x57\xe0\xe5\xf5\x28\xe1\xf7\x43\
+-\x89\x8d\x42\x69\xc5\x3a\xbb\xef\x08\x94\xd8\x00\x4a\x35\x17\xe7\
+-\xaf\x00\xd1\xbb\xb0\x6e\x59\xd0\xf0\xdc\x33\x28\xa9\x96\x13\x74\
+-\x50\x2a\x0b\x36\x90\x1d\x48\x17\x26\x77\x82\xbd\x73\x4c\xaa\x15\
+-\x64\x15\xf4\xfc\x31\x96\x50\xf1\x7f\xea\xc1\xb3\x09\x77\x7b\x0a\
+-\x70\x94\x5a\x39\xf7\x00\x35\x62\x9d\x2e\xdd\xe3\x62\xc2\x6a\xea\
+-\xaa\x4d\x5d\xb5\xa9\x31\xb4\xea\x2c\xbc\x2e\xc4\xff\x0c\xfd\x14\
+-\x0e\x09\x3b\x28\x2a\xff\x56\x85\xf6\x7f\x43\xa8\x2f\x3b\x5c\x3f\
+-\x62\x27\x4c\xa0\xaa\xdf\x2c\x26\xa9\xfa\x1a\xc0\xb9\xea\x33\x9e\
+-\x92\xdb\x1a\xae\x8f\x00\xc6\x18\x06\xc6\xa4\x43\xc0\x10\xa1\x73\
+-\x6a\x71\x7b\x10\x9f\x2e\x53\x3f\x4c\x0d\x00\x36\x4e\x1a\xfb\x87\
+-\xcf\x44\xa7\xc6\x94\xe8\xb6\x81\x2d\x70\x52\x89\xc4\x14\x4f\x21\
+-\x69\x52\x6e\xab\xcf\x14\x11\x3a\x05\xd9\x82\x0a\x62\x00\x4c\x97\
+-\xc1\x5e\x81\x79\x26\x16\xdf\x02\xa6\xaa\xa1\x86\x4a\x2c\xce\x6a\
+-\x31\x04\x30\x30\x74\x02\x9f\x86\xff\x1c\x55\x2f\xd3\x85\x05\x7b\
+-\x69\x1d\x5a\x07\x0a\x98\xd6\x78\x1d\xa1\x69\xf2\xb1\xea\x7e\x84\
+-\xef\x34\x56\xd1\xf5\x1d\x28\x48\x8c\x41\xdf\xc1\x4c\xb7\xb1\xdd\
+-\xd8\x19\xfb\x7c\xa7\xc3\xa4\x7c\xc7\xbc\xc4\x77\x94\xaf\x80\xb7\
+-\xb0\xfc\x43\xa1\x61\x30\x9d\x99\xf0\x4f\x8c\xf6\x95\x8f\x00\x4f\
+-\x0c\x82\xd7\x24\x5f\x9d\x47\xaa\x30\x32\xa6\xc8\xd6\x61\x37\xb4\
+-\x19\xe5\x2a\x8c\x08\x34\xe0\x7c\x63\x40\xc3\x82\x86\x05\x74\xca\
+-\xf5\xec\x0c\x67\x4d\x11\x87\x53\xba\x25\x0c\x93\xdf\x0e\xd9\xcf\
+-\x10\x10\x98\x36\x11\x6c\xc8\x7e\x5d\xa6\x3c\xf6\x3f\x30\x0a\x5b\
+-\x85\x70\xef\x01\x51\xb4\xa2\xb0\xb1\x62\x15\x7e\xbc\x1d\x76\xa2\
+-\x15\x76\xa2\xeb\x79\xd7\x65\x99\xbe\x65\x19\x08\x8f\x2b\x5b\x39\
+-\xe5\x57\xee\xf9\x30\x9b\x85\xc6\x9d\xf0\x0d\x0e\x39\xa9\x7b\x06\
+-\x23\x96\xc9\x2d\x6c\x8e\x38\xb2\xda\xe8\xca\x43\xeb\xe0\x46\x89\
+-\xf8\x14\x59\xb7\x2d\x63\x59\x2d\x4b\x1a\xb4\x65\x66\x48\x2c\x2d\
+-\x2f\x30\xc6\x6e\xdb\x7d\x26\x34\xd8\x85\x0e\xaa\x4c\xfd\xaa\xaf\
+-\x7f\x68\x8c\x50\x7b\x50\x13\x66\x0c\xc5\x88\x6d\x0e\x05\x09\x7e\
+-\xa7\x18\xf9\x48\xfd\x0c\xf2\x7f\xaf\x1f\x32\x5e\xd1\x10\x59\xff\
+-\x7b\x1d\x7b\xaf\x33\x61\xe5\x6f\xbd\xd0\x1c\xca\x3b\xe7\x2e\x34\
+-\x01\x8f\x37\x5f\x69\xea\x38\x9f\xf9\xe2\x53\xa1\xba\xdb\x44\xfc\
+-\x03\x12\x1e\x86\xf2\xf7\xf6\x8c\xcd\x4e\x0d\x7a\x62\xee\xb6\x33\
+-\x5c\x9f\xee\x4c\x71\x8d\xaf\x0e\xa7\xbb\xbb\x99\xba\x28\xcf\xbe\
+-\x55\x4f\x00\xea\x5a\xde\x53\xf7\xeb\x37\xd5\x52\x96\x4e\xb5\xb6\
+-\xad\xb3\x96\x99\xc9\x60\xe6\xfc\x5e\xb5\x20\x2c\xa3\xd8\x93\x71\
+-\x49\xca\x6f\x5a\x5a\xa4\xc2\xaa\xf9\x8b\xd7\x4d\x7b\x75\x4a\x6a\
+-\x45\xc7\xfd\xf4\xe4\xd1\xf1\xa2\xfd\x62\x42\x4f\x89\x2f\x51\x04\
+-\xb6\x22\x44\x67\x84\x59\x58\x9c\x92\x55\x31\x45\x89\x4e\xaa\x24\
+-\x54\x53\x60\x32\x81\x75\x6e\x50\xc6\x3a\x52\xdd\x5d\x1c\x03\x9e\
+-\x28\x70\x8e\x12\x34\xca\xfe\x94\xb8\x26\x8f\xd1\x7e\x1d\x2b\x64\
+-\xd2\x78\x27\x4f\x47\x2a\x0a\x5a\x2e\xa3\x43\x3f\xd9\x8b\xdc\x9d\
+-\x7a\x69\x43\xbb\xdc\x05\xb6\x87\x53\x8e\xbd\x1f\x82\xa6\xa8\x78\
+-\x12\x22\xac\x02\xf2\x94\xa3\x7c\x26\xb2\x88\x75\x86\xe3\x50\x3b\
+-\xea\x29\x09\x94\xa7\xe7\x04\x6f\x9c\x83\xbf\xf1\x5f\xa4\x57\x87\
+-\x59\xa6\xf3\xce\xf7\x64\x72\x46\x6b\x45\x6b\xaa\x5d\x04\x5b\x0b\
+-\x96\xd2\x2d\xd3\xa3\x7a\x23\x3b\x1c\x55\x5f\xcb\xe9\x55\x07\x54\
+-\xe3\x75\x70\xc9\xcd\x56\x3d\x97\x65\x6f\xa3\x75\x00\x3c\xfb\x89\
+-\xbf\x54\x29\xa4\xb1\x92\xf2\x81\xcb\x3b\xe9\x4d\x42\x67\x5b\xf0\
+-\x2b\xe9\x2a\x5c\x92\x28\x0c\x8e\x05\x5b\x19\x08\x5d\xff\xcf\xfa\
+-\x37\x32\x75\x3c\x27\x75\xea\x60\x28\x7b\x18\xb6\xca\x3b\xfc\xbb\
+-\xd8\x5b\xcd\xff\xfa\xf6\x7b\x95\xee\x5c\x77\xfe\x4f\x14\x3f\xd5\
+-\x09\x4a\x31\x38\xcb\x68\x07\xc6\xaa\xb2\xb1\x7a\xb4\x72\xe7\x2a\
+-\xd3\x38\xe9\xbd\xbf\x01\x17\x57\x4f\x98\xff\x39\x6c\x02\x08\xcb\
+-\x8a\xd0\x62\x56\xb8\xd5\x42\x73\xb1\xe5\xd3\x58\xef\xab\xae\xe7\
+-\x6e\x7c\x35\x68\xf6\x77\xea\x07\xc1\x9f\x6a\x92\x46\x5a\x2e\x84\
+-\xfa\x69\x20\x1b\xb9\x7a\x56\xac\xbe\xcc\xa1\x0d\xe5\xee\x66\xa5\
+-\xf6\x59\x6b\xdd\xf1\xfc\x68\xb7\xdd\x44\x9e\x2c\xe2\x65\x52\xa3\
+-\x96\xb5\xf9\xa9\xd3\x04\xce\x52\x06\x90\xba\xb3\xd0\x2e\x1d\x2d\
+-\xdf\x1c\x3c\x3f\xd9\xc2\xa0\x79\x18\x85\x95\x2f\xc5\x90\xc1\x2a\
+-\xb3\xe6\x6c\x2b\x50\x6b\x0e\x0a\x7f\xee\xe4\x41\x66\xdc\x7e\x51\
+-\xd4\x46\xbd\x9e\xa4\x71\xf4\x24\x33\x91\x5f\x4a\xf9\x7e\xa8\x06\
+-\xb6\x0f\x87\x30\x0d\xc3\xbc\xb9\xa5\x17\xb1\x68\xd5\x79\xbd\x7a\
+-\xa2\x6d\x54\xa1\xaa\xd0\xad\xf7\x81\x3a\x55\x81\xa1\xda\xb4\x38\
+-\x3b\x6c\x37\x4e\xbc\x63\x14\x33\xc8\x90\x62\xbd\x9a\x74\xf4\xe0\
+-\x5d\x3d\x48\x4b\x0f\xd2\xd4\x83\xb5\xf4\xb0\x5b\x6a\xd8\x57\x6a\
+-\x61\x8a\x37\x9b\xc7\xe8\xa8\x45\x3b\x6a\x09\xbb\xa5\x16\x6d\xaa\
+-\xc5\x5b\x6a\x89\x96\x5a\xa2\x4a\x0c\xeb\xab\x5c\x9d\x9d\x71\xf5\
+-\x65\x94\xa6\xd1\xa6\xdf\xd5\x0b\x5d\x2f\x41\xb3\x7b\xf9\x33\xce\
+-\x27\xec\x46\x49\x72\x1e\x3c\x4a\xcf\x83\x67\xe1\x0f\x44\xaf\xb3\
+-\x1b\x17\xe8\xad\xa0\x52\x7a\x6f\xec\xb0\xe0\x23\xb1\x33\x2f\xc1\
+-\xae\x11\x62\x1d\xec\x1a\xad\x1c\xad\x36\x92\x97\x05\x54\xf7\xee\
+-\x78\xa4\x1a\xb4\x9b\xde\xba\x6a\x34\x8f\xa6\x03\xf1\xf3\x6e\x5a\
+-\x18\x83\xc6\x78\x35\x2d\x88\x46\x3a\x1e\x48\x0a\xe7\x75\x62\xed\
+-\x9c\xdd\x4e\xd9\xec\x8d\x6e\xdd\xa9\xd2\x0a\xb7\xfe\xde\x60\x1e\
+-\xf4\xeb\xad\x93\x3e\x5e\x98\x61\xd5\xfd\xf7\x35\x50\xaa\x0a\x47\
+-\x23\x74\x4a\x88\x66\xd1\x29\xb5\x35\x57\xc3\x53\x0c\x3f\x02\x7e\
+-\x08\xd5\x10\x15\x53\xae\x21\x83\x42\x07\x52\x1c\x58\x7b\x69\xd9\
+-\x41\xad\x91\x33\xda\x7b\x06\x09\x43\x30\x52\x14\x23\x28\xae\x9f\
+-\x9d\x74\x17\xcb\x26\xc2\x75\x05\x06\x08\xaa\xa2\x05\x2a\x4d\x57\
+-\x7d\xde\x88\xba\x71\x06\x75\xe9\xad\x2f\x4a\x26\x3d\xa0\xd7\x88\
+-\x9e\xdf\xe0\xc8\xe0\x06\xd7\xc6\x9b\x62\xc0\xd4\xd5\x10\xd7\xb9\
+-\xba\x3b\xd7\x90\x98\x32\xdd\x30\x85\xfa\x22\xb4\x00\x90\x37\xcd\
+-\xcc\x10\x19\x83\x96\xd1\x80\x90\x13\x0d\x13\x46\xb8\x5a\x39\x56\
+-\x4c\x51\x3e\x16\xbe\x08\xed\xbb\x26\xb8\x32\xdb\x57\xf5\xd7\xca\
+-\xfb\x71\xc6\xc9\x35\xcb\x84\x5f\xdf\xf3\xc9\x5f\x34\xb0\xfa\x94\
+-\x6a\x06\xcf\x84\xa9\x57\x11\xcb\xb6\x95\x64\x0b\x96\x42\x28\x85\
+-\xbf\x56\xbe\x12\x9e\xad\x44\x71\xc0\xfa\x32\x1a\xc6\x20\x1b\xbc\
+-\x21\xe3\x40\x85\x08\xd4\x90\x01\xa4\x9c\x33\xfb\x96\xcb\x41\x85\
+-\x20\x94\x4b\xaa\x04\x01\x39\xe3\x79\xe9\x46\x37\x66\xe4\x62\xaf\
+-\x6a\xf8\xcc\x9d\xaa\xab\xef\x6f\xfe\x05\xea\x48\x53\x4d\
+-\x00\x00\x03\xbb\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\x50\
+-\x50\x4c\x54\x45\x00\x00\x00\x5d\x5d\x5d\x06\x06\x06\x0e\x0e\x0e\
+-\x1f\x1f\x1f\x22\x22\x22\x60\x60\x60\x05\x05\x05\x09\x09\x09\x12\
+-\x12\x12\x0d\x0d\x0d\x20\x20\x20\x2f\x2f\x2f\x1a\x1a\x1a\x1c\x1c\
+-\x1c\x31\x31\x31\x1d\x1d\x1d\x30\x30\x30\x7b\x7b\x7b\x4f\x4f\x4f\
+-\xaf\xaf\xaf\x61\x61\x61\x58\x58\x58\x2a\x2a\x2a\x49\x49\x49\x41\
+-\x41\x41\x6e\x6e\x6e\x27\x27\x27\xb4\xb4\xb4\xff\xff\xff\x5c\x5c\
+-\x5c\x98\x98\x98\xee\xee\xee\x65\x65\x65\x8c\x8c\x8c\xf0\xf0\xf0\
+-\x24\x24\x24\x27\x27\x27\x20\x20\x20\x23\x23\x23\x21\x21\x21\x1d\
+-\x1d\x1d\x1e\x1e\x1e\x28\x28\x28\x2c\x2c\x2c\x29\x29\x29\x32\x32\
+-\x32\x30\x30\x30\x24\x24\x24\x3a\x3a\x3a\x3a\x3a\x3a\x3e\x3e\x3e\
+-\x63\x63\x63\x57\x57\x57\x35\x35\x35\x25\x25\x25\x74\x74\x74\x7e\
+-\x7e\x7e\x6a\x6a\x6a\x67\x67\x67\x70\x70\x70\x5b\x5b\x5b\x3d\x3d\
+-\x3d\x4c\x4c\x4c\xf2\xf2\xf2\x70\x70\x70\x6c\x6c\x6c\x75\x75\x75\
+-\x65\x65\x65\x38\x38\x38\xfd\xfd\xfd\x7b\x7b\x7b\x75\x75\x75\x7a\
+-\x7a\x7a\x58\x58\x58\x00\x00\x00\x6b\x6b\x6b\x7b\x7b\x7b\x7d\x7d\
+-\x7d\x20\x20\x20\x51\x51\x51\x72\x72\x72\x85\x85\x85\x80\x80\x80\
+-\x53\x53\x53\x50\x50\x50\x57\x57\x57\x79\x79\x79\x8d\x8d\x8d\x83\
+-\x83\x83\x8a\x8a\x8a\x75\x75\x75\x73\x73\x73\x7c\x7c\x7c\x90\x90\
+-\x90\x89\x89\x89\x8a\x8a\x8a\xf5\xf5\xf5\x2a\x2a\x2a\xb8\xb8\xb8\
+-\x89\x89\x89\x8f\x8f\x8f\xef\xef\xef\x00\x00\x00\xb1\xb1\xb1\xc4\
+-\xc4\xc4\x85\x85\x85\x02\x02\x02\x62\x62\x62\x64\x64\x64\x84\x84\
+-\x84\xff\xff\xff\xc6\x6f\x66\xc8\x00\x00\x00\x6f\x74\x52\x4e\x53\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x02\x01\x03\x02\x03\x2d\x14\x03\x03\x2e\xe8\xb8\
+-\x04\x02\x2d\xe6\xe7\xf3\xb7\x03\x02\x1d\xc4\xf0\xde\xf7\xae\x02\
+-\x1a\xc3\xf4\xe0\xef\x02\x19\xb8\xed\xe2\x03\x03\xb3\xee\xe2\x05\
+-\xb7\xf6\xe1\xed\x01\x13\xb7\xf4\xdf\xf3\xbb\x02\x34\xec\xe5\xf0\
+-\xc3\x19\x02\x46\xea\xc3\x1b\x01\x47\x28\x03\x02\x02\x02\x01\x4f\
+-\x09\x69\x81\x00\x00\x00\x01\x62\x4b\x47\x44\x1d\xeb\x03\x71\x91\
+-\x00\x00\x01\x00\x49\x44\x41\x54\x18\xd3\x15\x8e\xc5\x96\xc2\x50\
+-\x14\xc0\x2e\x50\xbc\x68\x71\x78\xb8\xbb\x3b\x14\x77\x77\x77\xb7\
+-\xff\x5f\x4e\x27\xbb\x6c\x72\x02\x40\xa3\x33\xac\x36\x8c\xc9\xc4\
+-\x6c\x56\x06\x9d\x06\xc0\x62\x73\xec\x5c\x9e\x83\xcf\x77\xf0\xb8\
+-\x76\x0e\x9b\x05\x38\xe6\x14\xb8\xdc\x42\x8f\x47\xe8\x76\x09\x9c\
+-\x18\x0e\x22\x2f\xee\xf3\x07\x82\x62\x71\x30\xe0\xf7\xe1\x5e\x11\
+-\x84\x24\xe1\x48\x34\x16\x4f\x24\xe2\xb1\x68\x24\x2c\x09\x41\x52\
+-\x9a\x4a\x67\xb2\xb9\x7c\x3e\x97\xcd\xa4\x53\xd2\x24\x00\x49\x14\
+-\x8a\xa5\x72\xa5\x52\x2e\x15\x0b\x04\x09\x14\x55\x59\xad\xde\x68\
+-\x36\x1b\xf5\x9a\xac\x4a\xa9\x5c\xd1\x52\xb6\x3b\xdd\x5e\xaf\xdb\
+-\x69\x2b\x5b\x0a\x39\x10\xa4\xaa\x3f\x18\x8e\xc6\xe3\xd1\x70\xd0\
+-\x57\x91\x04\x4c\xd4\xd3\xd9\x7c\xb1\x5c\xad\x96\x8b\xf9\x6c\xaa\
+-\x9e\xc0\x5a\xb3\xd9\xee\xf6\x87\xe3\xf1\xb0\xdf\x6d\x37\x9a\x35\
+-\xc0\x49\x7b\xbe\x5c\x6f\x3a\xdd\xed\x7a\x39\x6b\x4f\x54\x15\xdd\
+-\xf5\x8f\xa7\xe1\xf5\x32\x3c\x1f\xfa\x3b\x02\x30\x22\xf4\x36\x99\
+-\x3f\x00\x1f\xb3\xe9\x8d\x90\x11\xc0\x82\xd0\xf7\xf7\xff\xf3\xfb\
+-\x22\x64\x81\x3f\x1e\xe3\x31\x5f\x4a\x56\x40\x04\x00\x00\x00\x25\
+-\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\
+-\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\
+-\x3a\x30\x35\x2b\x30\x39\x3a\x30\x30\x3a\x1f\xf5\x87\x00\x00\x00\
+-\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\
+-\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\
+-\x39\x3a\x30\x35\x2b\x30\x39\x3a\x30\x30\x4b\x42\x4d\x3b\x00\x00\
+-\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x05\x47\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x02\x67\
+-\x50\x4c\x54\x45\x29\x29\x29\x14\x14\x14\xff\xff\xff\x32\x32\x32\
+-\x00\x00\x00\x1d\x1d\x1d\x30\x30\x30\x44\x44\x44\x77\x77\x77\x6a\
+-\x6a\x6a\x51\x51\x51\x33\x33\x33\x36\x36\x36\x39\x39\x39\x23\x23\
+-\x23\x35\x35\x35\x4f\x4f\x4f\xa0\xa0\xa0\xa5\xa5\xa5\xc5\xc5\xc5\
+-\x9f\x9f\x9f\xbb\xbb\xbb\x14\x14\x14\x00\x00\x00\x00\x00\x00\x1f\
+-\x1f\x1f\x1e\x1e\x1e\x20\x20\x20\x20\x20\x20\x36\x36\x36\x1a\x1a\
+-\x1a\x46\x46\x46\x58\x58\x58\x55\x55\x55\x54\x54\x54\x54\x54\x54\
+-\x58\x58\x58\x48\x48\x48\x2e\x2e\x2e\x58\x58\x58\x5b\x5b\x5b\x9a\
+-\x9a\x9a\xbf\xbf\xbf\xb9\xb9\xb9\xcb\xcb\xcb\xca\xca\xca\x92\x92\
+-\x92\x5b\x5b\x5b\x58\x58\x58\x2d\x2d\x2d\x4e\x4e\x4e\x2f\x2f\x2f\
+-\x5d\x5d\x5d\x5c\x5c\x5c\x03\x03\x03\x00\x00\x00\x5b\x5b\x5b\x32\
+-\x32\x32\x45\x45\x45\x31\x31\x31\x61\x61\x61\x61\x61\x61\x29\x29\
+-\x29\x36\x36\x36\x3c\x3c\x3c\x36\x36\x36\x28\x28\x28\x9e\x9e\x9e\
+-\x39\x39\x39\x34\x34\x34\x42\x42\x42\x66\x66\x66\x7d\x7d\x7d\x38\
+-\x38\x38\x4d\x4d\x4d\x90\x90\x90\xd2\xd2\xd2\x44\x44\x44\x78\x78\
+-\x78\x42\x42\x42\x34\x34\x34\x3b\x3b\x3b\x5a\x5a\x5a\x72\x72\x72\
+-\x72\x72\x72\x88\x88\x88\x56\x56\x56\x90\x90\x90\x55\x55\x55\x91\
+-\x91\x91\x6e\x6e\x6e\x5b\x5b\x5b\x34\x34\x34\x43\x43\x43\x72\x72\
+-\x72\x7f\x7f\x7f\x74\x74\x74\x60\x60\x60\x6a\x6a\x6a\x7b\x7b\x7b\
+-\x88\x88\x88\x69\x69\x69\x5e\x5e\x5e\x77\x77\x77\x73\x73\x73\x3d\
+-\x3d\x3d\x50\x50\x50\x77\x77\x77\x84\x84\x84\x78\x78\x78\x80\x80\
+-\x80\x6e\x6e\x6e\x63\x63\x63\xff\xff\xff\x62\x62\x62\x71\x71\x71\
+-\x83\x83\x83\x78\x78\x78\x7a\x7a\x7a\x4a\x4a\x4a\x55\x55\x55\x7c\
+-\x7c\x7c\x8b\x8b\x8b\x7f\x7f\x7f\x63\x63\x63\x90\x90\x90\x62\x62\
+-\x62\x3c\x3c\x3c\x13\x13\x13\x3a\x3a\x3a\x64\x64\x64\x73\x73\x73\
+-\x58\x58\x58\x8d\x8d\x8d\x77\x77\x77\x59\x59\x59\x86\x86\x86\x87\
+-\x87\x87\x8c\x8c\x8c\x71\x71\x71\xff\xff\xff\x9f\x9f\x9f\x6c\x6c\
+-\x6c\x5f\x5f\x5f\x6c\x6c\x6c\x89\x89\x89\x5a\x5a\x5a\xb4\xb4\xb4\
+-\x92\x92\x92\x70\x70\x70\xff\xff\xff\xb0\xb0\xb0\x8d\x8d\x8d\x89\
+-\x89\x89\x39\x39\x39\x00\x00\x00\xc3\xc3\xc3\xac\xac\xac\xc7\xc7\
+-\xc7\xf6\xf6\xf6\x91\x91\x91\x60\x60\x60\x97\x97\x97\x76\x76\x76\
+-\x36\x36\x36\x8e\x8e\x8e\x95\x95\x95\x6d\x6d\x6d\x62\x62\x62\x62\
+-\x62\x62\x63\x63\x63\x61\x61\x61\x5e\x5e\x5e\xe0\xe0\xe0\x96\x96\
+-\x96\x67\x67\x67\x4e\x4e\x4e\xcd\xcd\xcd\x96\x96\x96\x97\x97\x97\
+-\x97\x97\x97\x96\x96\x96\x97\x97\x97\x96\x96\x96\x98\x98\x98\x84\
+-\x84\x84\x6c\x6c\x6c\xe2\xe2\xe2\x9b\x9b\x9b\x8c\x8c\x8c\x7e\x7e\
+-\x7e\x9c\x9c\x9c\xff\xff\xff\xcd\xcd\xcd\xd0\xd0\xd0\xd1\xd1\xd1\
+-\xe2\xe2\xe2\xae\xae\xae\xd4\xd4\xd4\xba\xba\xba\xff\xff\xff\x7d\
+-\x7d\x7d\x84\x84\x84\x8a\x8a\x8a\xff\xff\xff\x95\xc1\x79\x40\x00\
+-\x00\x00\xc9\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x12\x10\
+-\x9f\xdc\xd3\xd5\x01\x11\xe0\xef\xe4\xe4\xe5\xee\x01\x10\xd8\xde\
+-\x3c\x2d\x2f\x2a\x2a\x41\xdf\xd7\x10\x01\x0d\xda\xdb\x0c\x0b\xdb\
+-\x0c\x01\x16\xdf\xd9\x4f\xc5\xcc\xc6\x4a\x46\x18\x65\xd5\xf6\x6e\
+-\x44\xe3\x5f\x2d\x40\x70\xe9\x62\x09\xd3\xf4\xe4\x21\xba\x54\xba\
+-\x22\xf5\xd4\x09\x12\xd2\xee\xd0\x22\xc2\x11\x04\xc5\x23\xd4\xd7\
+-\x11\x11\xd1\xeb\xe3\x1d\xbb\x42\x01\x42\xae\x1b\xf2\xd2\x10\x12\
+-\xd9\xe9\xf7\x63\x53\xde\x3e\x0f\x3e\xd9\xb8\x0c\x9f\xe7\x0f\xa9\
+-\xe7\xea\xd3\x02\x66\xcc\xca\xbe\xc4\xb5\x1c\x70\x0d\x10\x3e\xdb\
+-\xde\x22\x02\x24\x41\x1f\x18\xc3\xba\x07\x02\x0a\xde\xed\xdc\xdb\
+-\xd7\xd0\xe2\x89\x1e\xc4\xb8\x0e\x03\xaa\xe3\xdc\xdf\xe0\xe0\xde\
+-\xf1\x7b\x1d\xc3\xf6\x3c\x01\x15\x35\x31\x31\x32\x32\x26\x58\x05\
+-\x0c\x36\x10\x6e\x00\x00\x00\x01\x62\x4b\x47\x44\x02\x66\x0b\x7c\
+-\x64\x00\x00\x01\x1b\x49\x44\x41\x54\x18\xd3\x01\x10\x01\xef\xfe\
+-\x00\x00\x16\x01\x02\x17\x18\x18\x18\x18\x18\x18\x17\x02\x01\x16\
+-\x00\x00\x03\x02\x04\x19\x1a\x1b\x1c\x1c\x1c\x1c\x1b\x1a\x19\x04\
+-\x02\x03\x00\x1d\x05\x1e\x1f\x20\x21\x22\x22\x23\x22\x21\x24\x1f\
+-\x1e\x05\x1d\x00\x25\x03\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f\
+-\x30\x31\x03\x25\x00\x32\x06\x33\x34\x35\x36\x07\x08\x37\x09\x0a\
+-\x38\x28\x39\x0b\x32\x00\x3a\x0c\x3b\x3c\x3d\x04\x3e\x3f\x40\x41\
+-\x42\x43\x38\x44\x0d\x3a\x00\x0e\x45\x46\x47\x48\x49\x4a\x4b\x4c\
+-\x4b\x4a\x4d\x4e\x4f\x50\x0e\x00\x51\x52\x53\x54\x55\x56\x57\x0f\
+-\x02\x0c\x57\x58\x59\x5a\x5b\x5c\x00\x5d\x5e\x5f\x60\x61\x62\x63\
+-\x02\x64\x02\x63\x65\x66\x67\x68\x69\x00\x6a\x6b\x6c\x6d\x6e\x6f\
+-\x70\x10\x71\x10\x72\x73\x74\x75\x76\x77\x00\x78\x79\x7a\x7b\x7c\
+-\x7d\x7e\x7f\x80\x81\x82\x83\x84\x85\x86\x87\x00\x71\x88\x89\x8a\
+-\x8b\x8c\x8d\x8e\x8f\x90\x91\xc9\x92\x93\x94\x95\x00\x11\x96\x97\
+-\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\xca\xa1\xa2\x07\x00\xa3\x11\
+-\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xcb\xaf\xb0\x00\x12\
+-\x13\xb1\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xbb\xbc\xbd\xbe\x00\
+-\x04\xbf\x14\xc0\xc1\xc2\xc3\xc3\xc3\xc2\xc4\xc5\x15\xc6\xc7\xc8\
+-\xc0\x5a\x58\x4b\x11\x3b\xb2\x2a\x00\x00\x00\x25\x74\x45\x58\x74\
+-\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\
+-\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x34\x2b\
+-\x30\x39\x3a\x30\x30\x9c\x68\xfe\x33\x00\x00\x00\x25\x74\x45\x58\
+-\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\
+-\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x34\
+-\x2b\x30\x39\x3a\x30\x30\xed\x35\x46\x8f\x00\x00\x00\x00\x49\x45\
+-\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x03\x48\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\x14\
+-\x50\x4c\x54\x45\x00\x00\x00\x78\x78\x78\x70\x70\x70\x72\x72\x72\
+-\x50\x50\x50\x54\x54\x54\x87\x87\x87\x11\x11\x11\x59\x59\x59\xff\
+-\xff\xff\x1e\x1e\x1e\x5e\x5e\x5e\x88\x88\x88\x27\x27\x27\x62\x62\
+-\x62\x2b\x2b\x2b\x8a\x8a\x8a\x31\x31\x31\xcc\xcc\xcc\x37\x37\x37\
+-\x44\x44\x44\x52\x52\x52\x03\x03\x03\xef\xef\xef\x06\x06\x06\xa2\
+-\xa2\xa2\xa7\xa7\xa7\xad\xad\xad\x74\x74\x74\xf8\xf8\xf8\xa9\xa9\
+-\xa9\x94\x94\x94\xfc\xfc\xfc\xf3\xf3\xf3\xd7\xd7\xd7\xfd\xfd\xfd\
+-\x1f\x1f\x1f\x1c\x1c\x1c\x24\x24\x24\x24\x24\x24\x31\x31\x31\x2d\
+-\x2d\x2d\x42\x42\x42\x37\x37\x37\x32\x32\x32\x48\x48\x48\x6b\x6b\
+-\x6b\x3d\x3d\x3d\x37\x37\x37\x4e\x4e\x4e\x70\x70\x70\x72\x72\x72\
+-\x40\x40\x40\x3d\x3d\x3d\x54\x54\x54\x76\x76\x76\x78\x78\x78\x77\
+-\x77\x77\x4e\x4e\x4e\x40\x40\x40\x59\x59\x59\x7b\x7b\x7b\x7e\x7e\
+-\x7e\x7b\x7b\x7b\x78\x78\x78\x58\x58\x58\x60\x60\x60\x81\x81\x81\
+-\x84\x84\x84\x82\x82\x82\x7a\x7a\x7a\x9b\x9b\x9b\xff\xff\xff\x93\
+-\x93\x93\x82\x82\x82\x88\x88\x88\x81\x81\x81\x9a\x9a\x9a\xb3\xb3\
+-\xb3\x94\x94\x94\x82\x82\x82\x9f\x9f\x9f\x00\x00\x00\xb8\xb8\xb8\
+-\xff\xff\xff\xb2\xb2\xb2\xff\xff\xff\xb7\xb7\xb7\x00\x00\x00\xbf\
+-\xbf\xbf\x73\x73\x73\xff\xff\xff\x24\xf3\x04\x41\x00\x00\x00\x5b\
+-\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x02\x03\x04\x57\x04\x4f\xf0\x04\
+-\x50\xef\xe6\x04\x50\xef\xe7\xe4\x02\x50\xef\xe7\xe3\xe6\x02\x4f\
+-\xee\xe7\xe3\xe8\xe7\x28\xf2\xe8\xe2\xe7\xf0\x61\x03\x86\xf1\xe7\
+-\xee\x68\x01\x86\xf2\x66\x02\x01\x08\x42\x01\x01\x01\x01\x02\x63\
+-\x45\x5c\x6e\x00\x00\x00\x01\x62\x4b\x47\x44\x09\xf1\xd9\xa5\xec\
+-\x00\x00\x00\xdd\x49\x44\x41\x54\x18\xd3\x3d\x87\x05\x8e\x02\x01\
+-\x00\xc4\x06\x38\x16\x06\x16\x77\x77\x77\x77\x77\xf7\x45\xfe\xff\
+-\x90\x0b\xb7\xc9\x35\x4d\x9a\x02\x5f\x14\x4a\x95\x4a\xa9\xc0\x3f\
+-\x3f\x40\x3c\xfe\x17\x19\xb5\x80\x84\x46\x93\x80\xa0\x96\x5f\x2b\
+-\x30\xa9\x4b\xa5\x74\x49\x0a\xda\xef\xeb\x45\xa6\x0d\x99\x6c\x36\
+-\x63\x48\x53\xd4\x03\x46\x91\x39\x53\xbe\x50\x2c\x16\xf2\xa6\x1c\
+-\x45\x23\xcc\x2c\x59\xca\x95\x6a\xad\x56\xad\x94\x2d\x25\x9a\x61\
+-\xad\xdb\x1a\xcd\x56\xbb\xd3\x69\xb7\x9a\x0d\x5b\xdd\x8a\xae\xbd\
+-\xd7\x1f\x0c\x47\xe3\xf1\x68\x38\xe8\xf7\xec\x5d\x38\x26\xd3\xd9\
+-\x7c\xb1\x5c\xad\x96\x8b\xf9\x6c\x3a\x71\x80\xeb\xcd\x76\xb7\x3f\
+-\x38\x9d\x87\xfd\x6e\xbb\x59\x13\x47\x17\x4e\xe7\x8b\xfb\x7a\x75\
+-\x5f\xce\x27\xb8\x8e\xf0\xdc\x78\x7f\x80\x92\x44\x3c\xee\xbc\x79\
+-\xe0\xf5\x3d\xe9\x7f\x49\x81\x80\xf4\xf2\xf3\xe9\xf3\x82\xc1\xd0\
+-\xfb\x13\x8e\x44\xa3\x91\xf0\xe7\x1d\x0a\x12\x60\x8c\x5f\x29\x17\
+-\xbf\x06\xf1\x21\xff\x1f\x94\xde\xcd\x00\x00\x00\x25\x74\x45\x58\
+-\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\
+-\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x36\
+-\x2b\x30\x39\x3a\x30\x30\x0b\xf7\xef\x1a\x00\x00\x00\x25\x74\x45\
+-\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\
+-\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\
+-\x36\x2b\x30\x39\x3a\x30\x30\x7a\xaa\x57\xa6\x00\x00\x00\x00\x49\
+-\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x03\x40\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\x0b\
+-\x50\x4c\x54\x45\x00\x00\x00\x31\x31\x31\x23\x23\x23\xff\xff\xff\
+-\x28\x28\x28\x14\x14\x14\x3f\x3f\x3f\x54\x54\x54\x2f\x2f\x2f\x61\
+-\x61\x61\x46\x46\x46\x59\x59\x59\x33\x33\x33\x3a\x3a\x3a\x4a\x4a\
+-\x4a\x3d\x3d\x3d\x37\x37\x37\x1f\x1f\x1f\x32\x32\x32\x92\x92\x92\
+-\x86\x86\x86\x35\x35\x35\xfd\xfd\xfd\x0a\x0a\x0a\x7a\x7a\x7a\x40\
+-\x40\x40\x88\x88\x88\xb0\xb0\xb0\xdf\xdf\xdf\x57\x57\x57\xa8\xa8\
+-\xa8\x53\x53\x53\x76\x76\x76\x23\x23\x23\x1c\x1c\x1c\x22\x22\x22\
+-\x3c\x3c\x3c\x37\x37\x37\x4d\x4d\x4d\x34\x34\x34\x43\x43\x43\x4a\
+-\x4a\x4a\x64\x64\x64\x38\x38\x38\x30\x30\x30\x56\x56\x56\x6d\x6d\
+-\x6d\x39\x39\x39\x2a\x2a\x2a\x33\x33\x33\x4c\x4c\x4c\x6e\x6e\x6e\
+-\x72\x72\x72\x44\x44\x44\x52\x52\x52\x67\x67\x67\x77\x77\x77\x78\
+-\x78\x78\xe3\xe3\xe3\x70\x70\x70\x79\x79\x79\x7c\x7c\x7c\x7d\x7d\
+-\x7d\x7d\x7d\x7d\x7c\x7c\x7c\xff\xff\xff\x9a\x9a\x9a\x83\x83\x83\
+-\x7c\x7c\x7c\x82\x82\x82\x83\x83\x83\x5f\x5f\x5f\xff\xff\xff\x9d\
+-\x9d\x9d\x89\x89\x89\xbf\xbf\xbf\x29\x29\x29\x87\x87\x87\x8c\x8c\
+-\x8c\x9c\x9c\x9c\x8d\x8d\x8d\x8d\x8d\x8d\xba\xba\xba\xff\xff\xff\
+-\x93\x93\x93\x9b\x9b\x9b\xff\xff\xff\x84\x84\x84\xff\xff\xff\xda\
+-\x0c\xd6\xc7\x00\x00\x00\x58\x74\x52\x4e\x53\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x01\xab\x03\
+-\x49\xf8\x03\x05\x9d\xef\x01\x43\xe7\xe6\x01\x49\x9d\xe7\xe9\xe5\
+-\xa9\xf8\xf0\xe6\xe5\x01\xb4\xf6\xec\xe5\xe6\x01\x13\x67\xae\xe8\
+-\xe8\xe5\x01\x02\x5d\xe5\x01\x02\xa4\xee\x04\x50\xf6\x01\x07\xb8\
+-\x01\x14\x01\x5a\x1d\xfc\x59\x00\x00\x00\x01\x62\x4b\x47\x44\x03\
+-\x11\x0c\x4c\xf2\x00\x00\x00\xe1\x49\x44\x41\x54\x18\xd3\x35\x8f\
+-\xd5\x16\x82\x50\x14\x05\xb7\x5c\x45\x0c\xb0\xb1\x50\xec\xee\x4e\
+-\x4c\xec\x0e\xfc\xff\x3f\xf1\xb2\xc4\x59\xe7\x61\xcf\x79\x1b\x80\
+-\x62\x62\x92\x40\x92\x31\xc1\x80\x98\x53\x16\x96\xb5\xa4\xcc\xc4\
+-\x78\x58\x39\x1b\xd2\x69\xd8\x38\xeb\xcf\xed\x8e\x8c\x33\x9b\xcb\
+-\x65\x9d\x19\x87\x9d\x2a\xcf\x0a\xf9\x82\xab\x58\x2a\x15\x5d\x85\
+-\xbc\xc0\xf2\x70\x97\xe1\xf1\x56\xaa\xb5\x5a\xb5\xe2\xf5\xa0\xec\
+-\x46\x9d\x27\x8d\x66\xab\xdd\xe9\xb4\x5b\xcd\x06\xe1\xeb\x20\xe8\
+-\xf6\xfa\x83\xe1\x80\x5e\xbf\xd7\xa5\xea\x1b\x8d\x27\x53\x45\x99\
+-\xcd\x14\x65\x3a\x19\x8f\x7c\x98\xfb\x17\xcb\xd5\x5a\xdd\x6c\xd4\
+-\xf5\x6a\xb9\xf0\xcf\x11\xd8\x8a\xc1\xdd\x5e\x3d\x1c\xd4\xfd\x2e\
+-\x28\x6e\x03\xe0\x42\xc7\x13\xc2\xe7\xcb\xe5\x1c\xc6\xe9\x18\xe2\
+-\x40\x28\xd7\xc8\xed\x7e\xbf\x45\xae\xfa\xd6\x53\xa2\x0f\xe9\xf9\
+-\x7a\x3d\xa5\x47\xd4\x88\x21\xb1\x77\x5c\xd3\xe2\xef\xd8\x3f\x0e\
+-\x72\xe2\x23\x8a\x9f\x84\xac\xef\x2f\x1d\xda\x1f\xf1\x21\x8d\xb6\
+-\xa2\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\
+-\x65\x61\x74\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\
+-\x31\x34\x3a\x30\x39\x3a\x30\x37\x2b\x30\x39\x3a\x30\x30\xad\x80\
+-\xe4\xae\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\
+-\x6f\x64\x69\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\
+-\x54\x31\x34\x3a\x30\x39\x3a\x30\x37\x2b\x30\x39\x3a\x30\x30\xdc\
+-\xdd\x5c\x12\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x1d\x0e\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x60\x00\x00\x00\x60\x08\x06\x00\x00\x00\xe2\x98\x77\x38\
+-\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\
+-\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\x74\x00\x00\
+-\x12\x74\x01\xde\x66\x1f\x78\x00\x00\x1c\x27\x49\x44\x41\x54\x78\
+-\xda\xed\x9d\x5d\xac\x2d\xc9\x75\xd7\x7f\xab\x7a\xef\x7d\xee\x39\
+-\xf7\xce\x47\x32\xb6\xc7\x33\x31\x31\x8c\x47\xe0\xd8\x8e\x8c\x31\
+-\x3c\xa1\x20\x46\x20\xf1\x46\x40\x89\x82\x45\x5e\xac\x04\xe5\x25\
+-\x0f\x58\x8a\x84\xfc\x40\x8c\x11\x4f\x79\x30\x6f\x80\x84\x83\x95\
+-\x97\x20\x40\x41\x89\x78\x89\x40\xa0\x41\x28\x20\x01\xe3\x09\xc9\
+-\x8c\x63\x07\x91\x80\x63\x33\x73\x67\xec\x3b\x73\x3f\xcf\xc7\xde\
+-\xdd\xb5\x78\xa8\x5a\xd5\xab\x6a\xf7\xde\xa7\xf7\xf5\x1e\x10\x52\
+-\x5a\xea\xd3\xbd\xab\xab\xba\xab\xfe\xeb\x7b\x55\x75\x1f\xf8\xc3\
+-\xed\xff\xe9\x26\xdf\x4b\x63\xfd\xfa\xdf\x40\x7e\xe8\x17\xd1\xd7\
+-\x7f\x0a\x6e\xac\x84\xc5\x99\xc0\x62\xff\x93\x64\xd7\x53\x15\x44\
+-\x8f\xd7\x53\xdd\x77\x6d\x47\x27\xd4\xb5\xdb\xd9\xbe\x87\xfe\x5c\
+-\xb9\x5c\xab\x7c\xe2\x2b\x05\x83\xc7\xdd\x1e\x8b\x00\xfa\x7b\x3f\
+-\x8d\x7c\xe4\x9f\xa0\x9f\x06\xfe\xe5\xcf\x75\x9c\x3c\x1f\xf8\x9d\
+-\x9f\xdb\xf0\xe1\x9f\x82\x70\x36\x3d\x00\x7b\x52\xc8\xbb\xb6\x17\
+-\x22\x48\x3c\x5e\x4f\xf7\x12\xc0\x3a\xe1\x2a\x4a\xea\x02\x71\x47\
+-\xfb\xd2\xcd\x73\xf8\xe6\x57\xe0\x63\x5f\x5a\x72\xf5\x46\xe4\xc7\
+-\xbe\x34\xc8\x57\x47\x4c\x0e\xdd\x16\x87\x54\xd6\xaf\xfd\x34\x3c\
+-\xf1\x0c\x6c\xee\xa0\xff\xfd\xb3\x70\xfa\x83\x1d\x9b\x77\x06\x60\
+-\x40\x38\x01\x7d\x0e\xf4\x74\xff\xe0\x9b\xc1\xa9\x82\x48\x3e\xea\
+-\x58\xe7\x7b\x92\xcd\x1d\xcf\xb5\x7b\xda\xb3\x54\x5d\x19\x5c\xdb\
+-\x6f\x01\xd0\x0b\x84\x37\x81\x2b\xe2\x15\xfc\xda\x17\x3a\xbd\xf8\
+-\x83\x01\x40\xff\xe0\x6f\xc1\x83\x3b\xc8\xc7\xe7\x13\xe2\x20\x02\
+-\x70\xeb\x29\x58\x3d\x05\xfd\x7d\xa1\xbf\xab\x84\xc5\x00\xf2\x12\
+-\x9b\x87\x7f\x89\x17\xbf\xf0\x09\xe0\x87\x21\x3c\x0d\xa2\x48\x03\
+-\xa1\x4c\x9d\x37\x23\xfe\xbf\xaa\x82\x26\x6e\xae\x7b\xda\x2b\x9a\
+-\x1a\xc6\xbb\xbc\xf8\x85\xd7\xd8\x3c\x7c\x1d\xe4\x5f\x13\x16\x2f\
+-\xd3\x3f\x80\xc5\xfb\x85\xd5\x53\xca\xad\xfe\xa0\x6e\xce\x1e\x96\
+-\xfe\xde\xcf\x40\x77\x13\xd6\x6f\x09\xf1\x81\x72\xff\xf5\x25\xcf\
+-\xfe\xf8\xdf\x23\xdc\xfa\x59\xe4\xe4\x16\xd2\x81\x26\x61\x40\x63\
+-\xe2\x6a\xd1\xcc\x39\xd2\x70\xdf\x2e\xd0\xe5\xf1\xc0\x9e\x3d\x88\
+-\x09\x74\x3d\x31\xac\xaf\x76\x6e\x7d\x55\x93\xd0\x00\x74\x94\xb1\
+-\xea\xd5\x43\xe2\xc3\x7f\xc0\x5b\xbf\xf2\xf3\x3c\xf9\x89\x0d\xe1\
+-\x09\x61\xf5\xac\x32\x3c\x42\x3e\xf2\x8f\x8f\x47\x00\xfd\xfd\xbf\
+-\x06\xbd\x42\xf7\x6c\xe0\xd9\xbf\x00\xff\xfb\x9f\x9e\x71\xf2\xe2\
+-\xbf\xa2\x3b\x7d\x89\xee\x0c\x36\x77\xd6\x9c\xff\x56\x60\xfd\x46\
+-\xa0\xbf\x2d\xc4\x87\xe3\xdd\x2b\xe3\xab\xf5\x53\xab\xa3\xee\x90\
+-\x92\x7d\xbd\xd4\xfd\x15\x74\xdf\xb9\x6c\x1b\xdc\x72\x6c\xae\xd9\
+-\x79\xb8\x05\x8b\x0f\x2a\xab\xe7\x23\x67\x9f\x8c\x2c\x9f\x59\x31\
+-\x9c\xc3\x70\xf1\x32\x57\xff\xe3\x2f\xf3\x03\x7f\xfd\x9c\xb7\xfe\
+-\x1d\x0c\x6f\x45\x16\x82\xbc\xf0\xcf\xaf\xc5\x76\x9e\x0a\xea\x2f\
+-\x81\x1b\x10\x02\xdc\xfc\xd1\xc8\xc9\x6f\x7c\x9e\xee\xc6\x4b\xb0\
+-\x18\x38\x7f\x5d\xb8\xfb\x6f\x57\xf4\x6f\x24\xce\x90\xe0\x38\xbe\
+-\x01\x9c\x03\x88\x30\x8b\x00\x8f\xb1\x19\x97\x9b\x4e\xdf\x3a\x3a\
+-\x29\x2c\xf4\xcd\xf5\x87\x77\xa1\xbf\x23\x5c\xfc\x76\xe0\xd1\x6f\
+-\xc3\xd3\x7f\x31\x72\xf2\xc7\x95\xee\xc6\x4b\x9c\xfc\xe0\xe7\xb9\
+-\xf9\xa3\x7f\x9b\xf0\x72\x60\x90\x8c\xd9\xf5\xdb\x4c\x09\xf8\xab\
+-\xb0\xf8\x54\x80\x4d\x24\xde\xff\x33\x84\xa7\x5f\x26\xdc\xbc\xc1\
+-\xe5\x37\x84\x3b\xff\x2c\x40\x0f\x61\xe5\xc0\xd5\x11\xcc\x4a\x0a\
+-\x74\x1a\x78\xaf\x86\x64\xc7\x91\x89\x3a\x53\xe0\xb6\x95\x76\x71\
+-\x39\x6c\x73\xba\x1d\xd5\xab\x21\x9c\xc4\xc8\xd8\x2e\xae\x81\x05\
+-\x3c\xf3\x99\xc8\x8d\x8f\x2a\xf1\xd1\x25\xf1\xee\x4b\x84\x27\xff\
+-\x2b\x2c\x03\xfd\x6f\x46\x79\xe1\x57\xaf\xc5\x36\x5c\x5b\x03\x20\
+-\x3e\x03\xcf\xfe\x84\xf2\x9d\x5f\x00\x0d\x9f\x41\x96\x37\x19\xde\
+-\x81\x7b\xff\x26\xc0\x90\xc0\x27\x66\x80\xf3\x1e\x1c\xf8\xa2\x10\
+-\x1c\x41\xec\x5a\xd0\x91\x28\xc1\xef\xea\xda\xb8\xfb\x05\x9a\xfb\
+-\x36\x7b\x55\xa7\xb9\x47\x98\xba\x87\xeb\x97\xbf\xaf\xef\x97\x34\
+-\xf7\x13\x4d\x63\x0d\x2b\x60\x48\x18\x0c\xef\x80\x2c\x6f\xa2\xe1\
+-\x33\x7c\xe7\x17\x12\x56\xf1\x99\x59\xd0\xce\x23\x40\x77\x03\x2e\
+-\xbf\xa5\xac\x5e\x08\x88\x7e\x1a\x09\xca\xa3\x57\x03\xfd\xdb\x10\
+-\x16\xc9\x7f\x0f\x99\x65\xda\x8e\x4f\x01\xdf\x0e\xbc\x25\x88\x03\
+-\x4a\x83\x42\xe7\x7f\x83\x76\x8a\x06\x4d\x47\x7f\xee\x01\xee\x72\
+-\xdb\x96\x28\xfb\x9e\x3b\x45\x88\x96\x91\xb0\xb2\x98\xc6\xde\xbf\
+-\x0d\x8f\x5e\x0d\x48\x50\x44\x3f\xcd\xea\x85\xc0\xe5\xb7\x94\xee\
+-\xc6\x2c\x68\xe7\xd9\x00\xb9\x05\xab\x0f\xc0\x8d\x1f\x59\xc2\xc9\
+-\x47\x11\x84\xfe\xdb\x5a\xc0\xc2\x3a\x47\xfd\xdb\xab\x9f\xe0\x74\
+-\xff\x35\x86\x59\x9b\x32\x6d\x0d\xf4\x14\xeb\x68\xba\x57\xe5\xe8\
+-\x88\x79\x8f\xd6\x25\x29\xf5\x2a\x9d\x5f\xce\x5d\x79\xf4\x01\x42\
+-\xee\x8c\x05\x6b\x56\xc9\xda\xf4\xdf\x26\xb9\xdd\x27\x1f\xe5\xc6\
+-\x8f\x2c\x59\x7d\xe0\x0a\xb9\x35\x0b\xda\x79\x12\x10\x96\xc8\xe9\
+-\x27\xa1\xbb\x15\xe8\x56\x4f\x31\xdc\x83\xe1\x81\x6c\xe9\xf6\x29\
+-\xf0\x8d\x93\x3c\xf8\x06\x7c\x53\x4f\x83\x26\xf0\x2b\x35\x45\xcd\
+-\xbd\xa1\x51\x4d\x5e\xd5\xf8\x6b\xa1\xb9\x47\x26\xac\x06\xbd\xb6\
+-\x1f\x85\x61\xda\x7a\x50\x4b\xb1\x8d\x69\x78\x20\x0c\xf7\xa0\x5b\
+-\x3d\x45\x77\x2b\xc8\xe9\x27\x21\x2c\x67\x41\x3b\x53\x02\x72\x7c\
+-\x1e\xef\x01\xb7\x94\x78\x0e\x6c\xb2\xc7\xd3\x72\xf0\xd4\x00\x47\
+-\x26\x9a\x1a\xac\x6e\xd5\xc9\x5c\xd6\x4a\x8b\xba\x6b\xfe\x99\x3e\
+-\xad\xa1\x19\x24\x75\x51\xb5\xf7\x7c\x34\x3f\x4f\xb3\x44\xd8\x7d\
+-\xd5\x71\x7a\xd9\x74\xfb\xb7\x6f\x23\x16\x1b\x6c\x52\x8a\xa2\x5b\
+-\x69\xc2\xc8\x61\x76\x14\x02\x58\x82\x44\x2c\x59\xe2\xbc\x9d\x29\
+-\x2f\x67\x0a\xfc\x62\x23\x1a\xf0\xb7\xa4\x63\x4a\x55\x4d\x94\x55\
+-\x0c\xe2\x01\xf2\x04\x6b\x00\xf6\x2a\x27\x13\x5e\xa2\x34\xf7\xcc\
+-\xa9\x91\xe8\x89\x3d\x41\x04\xcb\x67\x15\x0f\x2e\x1b\xe7\x02\xfc\
+-\x31\x09\x50\xb8\xc9\x03\xdf\xa6\x11\x9a\x7d\xcb\xa7\x6f\xd4\xcd\
+-\x96\x24\xcc\x74\x5b\xdb\xf3\x06\xbb\x4a\x2a\x4c\xd7\xe3\x08\x51\
+-\x98\x27\x11\x42\x43\x96\x06\x7f\xd3\x92\x9f\x32\x42\xe6\xdf\xed\
+-\xb3\x4a\x7f\x7c\x1e\xab\x39\x1e\x85\x00\x9e\xe3\x35\x8e\xc9\xac\
+-\x8a\x23\x77\x44\xb2\x13\xee\xa2\xee\x6a\x3b\x87\x20\xd7\x11\x00\
+-\x6a\xce\xdf\xa2\x8c\x03\x99\x91\xfb\x95\xed\xf4\x55\xd5\xb4\x92\
+-\x2c\xd7\xd6\xa4\x56\x33\x36\x95\x44\x1c\x8d\x00\x59\x9c\xd4\x44\
+-\x2c\xd6\x63\x32\x40\x4d\xff\xee\x53\x45\x2d\x80\x53\x75\xc1\x19\
+-\xf4\xa6\x7d\x1b\xb8\x55\x60\xc9\x36\xe7\xdb\x21\xda\x3d\x26\xd4\
+-\x49\x01\xd6\xf7\x6f\x42\xf5\xd0\xa8\xa6\x8a\xd0\x19\x1b\x7d\x2f\
+-\x54\xd0\x56\x62\x24\x8e\x2e\x99\xf7\xa3\xae\x8b\xab\x27\x5c\xcc\
+-\x49\xc2\x4c\x81\xbf\xcb\x3e\x54\x5d\x74\x7a\xde\x83\x66\x8c\x61\
+-\xe0\x55\xdc\x3c\x1e\xd5\x92\xb8\xfb\x98\xb7\x6d\x5f\x30\x30\xdb\
+-\x78\x98\x04\xcc\x73\x43\xed\x66\x21\x8b\xda\xae\xe4\xb9\xec\x69\
+-\x3b\x39\x98\x56\xa5\x68\x0d\x4a\x0b\xf8\x64\xa0\xa4\xd3\xd7\xa6\
+-\xa4\x73\xca\x83\xda\x97\x02\x3f\x68\x8c\x19\x9b\xf0\x5e\x10\xc0\
+-\xc4\x6a\x70\xe0\x4f\xa8\xd5\x1d\x28\xcf\x7a\xc4\xce\xf1\xb7\xae\
+-\x66\xa5\xd7\x9b\xf3\xb6\x8e\x30\x17\x87\xc7\xef\x7b\x65\xdc\x35\
+-\x63\xe4\x30\xbb\x66\x3b\x4c\x02\x34\xab\x9f\x5d\x9d\x9b\x33\xd8\
+-\x0a\x37\x19\xcb\x76\x01\x5d\x49\xb5\xab\xaf\x92\xa2\xd5\x28\x4d\
+-\x52\x4d\x26\xda\x35\x47\x99\xb8\xe7\xe3\xf4\xbf\x6c\x76\x8f\xe8\
+-\xbc\x9f\xf7\xc2\x0b\x32\x5f\x5e\x5d\x2c\x60\x41\x4e\xfb\xc0\x29\
+-\x50\xed\x1e\x5b\xbe\xba\x77\x17\x9b\xfb\x6a\x73\x03\xcd\xcf\xda\
+-\x72\x0b\xdd\x03\x8b\xa0\xca\xf6\xf3\xf7\x11\xcb\x74\x7a\xab\x61\
+-\x77\x81\xee\xa5\xd1\x30\x09\x7b\x1b\x3d\x26\x01\x74\xc8\xcf\x8c\
+-\xa3\x1b\xba\x0f\x64\x3c\xa8\x54\xc2\x22\x2a\x25\x12\x9d\x56\x11\
+-\xae\xb0\x78\x1c\xce\xbb\xc1\x13\x66\x07\x20\x93\xe9\x64\x07\xfe\
+-\x56\xf9\xd8\xb7\x7a\xdc\x7b\xda\xfa\x3a\x25\x8f\xe4\x02\x31\xc3\
+-\xec\x28\x04\x28\x80\x18\xa5\xe3\xb4\x58\xef\x6c\x5a\x23\x2d\x64\
+-\x22\x98\x07\xa1\x0d\x15\xcd\xbd\xa3\x21\x74\xe5\xf6\xb5\x14\x68\
+-\xb8\xbd\x52\x61\xb2\xfb\xb7\x05\xf9\x5b\xc4\xb9\xc6\x1b\xda\x22\
+-\x60\x66\xce\xf8\x5e\xa8\xa0\xc2\xf1\x59\xcc\x4c\xdc\x2b\x40\x5a\
+-\x76\x36\x55\x61\xf7\xa8\xa5\xa2\x22\x82\xb8\x36\xda\xb6\x81\x2a\
+-\x7b\xe9\xa5\x62\x0a\x94\x56\xbf\x6f\xd9\x92\x6d\x4e\xae\xc0\xb7\
+-\x76\x15\xd0\x7b\x88\xa3\x42\x59\xd5\x51\x54\x91\xc3\xec\x38\x04\
+-\xb0\x9b\x36\x44\xf0\xba\xb3\xe8\xec\x09\x22\xd8\x16\x6b\x1d\x2f\
+-\x41\xf2\x69\x6b\x4f\x18\x09\xe1\xcb\xa6\xe8\xdc\x6e\xde\xf9\xa8\
+-\x98\x51\xb6\xb8\xb6\xa8\x1c\xbf\x16\x68\x97\xb4\xb4\x04\xf4\x44\
+-\xf5\xe0\x97\x6b\x47\x0d\xc4\x6c\xf0\x32\x3e\xb0\xd5\x87\x25\x28\
+-\x99\x20\x82\xaa\x33\xbe\x4e\x32\x32\x37\x5b\xf0\xa3\x53\x06\xb8\
+-\xe4\x62\x1a\x50\x27\x03\xb1\xf6\x77\x03\x56\x0b\x7c\xab\x46\xb6\
+-\x54\xd3\x04\xf8\x15\xb1\x1a\x22\xb4\xcc\x72\x34\x02\x98\x5e\x1b\
+-\x22\x74\xba\xdd\xe9\x32\x32\x03\xb5\x61\xd3\x92\x5d\x74\xe8\xf9\
+-\xc0\x28\x9f\x5b\x7a\xb8\x4c\xc0\x54\xea\xcd\x81\x2e\xae\x4f\x2d\
+-\x73\xec\x22\x86\x8e\x84\xae\x09\x32\xc5\xd1\x13\x46\x7c\x52\x32\
+-\xda\x32\x4d\x18\x79\xcc\x8e\x42\x00\xb3\xe8\x1a\x21\x0e\x69\x1f\
+-\xa8\xc5\xdd\xd6\x01\x95\x28\xd4\xe9\x6f\xd9\x55\x87\x91\x63\x5c\
+-\xd4\x2b\x2e\x49\x56\x25\x29\xa7\xd6\x10\x4d\x6c\x32\xe5\xdb\x4f\
+-\x01\xdf\x96\x5f\x67\xb0\xa7\xea\x94\xd4\x8f\x5b\x13\xe5\x31\x3b\
+-\x0a\x01\x16\xf9\xa6\xab\x21\x9d\xf7\x0a\x4b\x81\x18\x9a\xbc\x8d\
+-\x03\xb3\x22\x44\x4b\x84\x3c\x9a\x49\x42\xb8\x6b\x15\xaa\x4c\x67\
+-\x2b\x77\x6d\x07\xa8\xa4\x5d\x36\x62\x5b\x12\x26\x54\x57\x0c\x49\
+-\xed\x76\x9a\xb0\x91\xa1\xc6\xec\x18\x04\xb8\xba\x9d\x16\xdc\x7e\
+-\xf7\x77\x3f\xa4\x4f\xbd\x2f\x5c\x2c\xb9\x77\xca\xdb\x51\xd9\x44\
+-\x21\x34\x5c\x3d\x95\x87\x29\x65\xba\x5d\x67\x8b\x60\x4c\x72\xff\
+-\x14\x41\xae\x07\xbc\x05\xdb\xd9\x98\x4a\x7d\x52\xdb\xb5\x42\x0c\
+-\x6d\x80\x6f\x6c\x9f\x02\x31\xc2\x32\x2a\x1f\x18\x64\xc3\xc9\xc5\
+-\xbd\xef\x7e\x48\x3d\x66\x47\x21\xc0\xe2\x2b\x0f\x00\xb8\xf9\x0f\
+-\xdf\x22\xfc\x91\x27\x57\x5c\xae\xe1\x3f\x5c\x0a\xe7\xeb\x5a\xad\
+-\x4c\x2d\x1b\x69\xcb\xa6\xce\xa7\xda\x4c\x95\x5b\x19\xd4\x04\xab\
+-\x38\x92\x09\x90\x9a\xe3\xbe\xf2\xf6\x7c\xaa\x4d\x29\xcb\x0e\xc6\
+-\xd9\xa5\xf0\xe7\xd6\x84\x1b\x8f\x56\x37\xbf\x75\xbf\xc2\xec\x28\
+-\x04\xe8\xee\xa6\x55\x5e\xa7\x97\xef\x0a\xef\x9e\x2c\xb8\x1f\xe1\
+-\x5b\x11\x36\x6d\x58\xb8\x03\xc4\x29\x40\xa7\xd6\xf9\x4c\xb5\x91\
+-\x3d\xed\x3d\x01\xa6\x40\xdc\x05\xe6\x54\xf9\xae\xf6\x53\x6d\xca\
+-\x96\x7f\x2c\x23\xbc\x15\xe9\x9e\xbc\x5a\x9c\x5e\xbe\x2b\x1e\xb3\
+-\xa3\x10\x60\xcc\x6f\x04\x08\x28\x0b\x85\x13\x49\x86\xd8\x3c\x9e\
+-\x8e\x69\x2e\x3f\xb4\xfc\x3a\x82\xb5\xe5\x86\xc3\x2e\xe0\xe6\x94\
+-\x2b\x69\x2c\x87\x96\x9b\x8b\x7d\x22\xb0\xd0\x84\x8d\x81\x35\x33\
+-\xcd\x39\xd3\x0d\x75\xd1\x5d\xcc\xe1\x76\x74\x51\xac\x8f\x50\xc3\
+-\x01\xe7\xd6\x49\x5f\xde\xaa\x13\x5f\x1e\x27\xee\x63\xf5\x76\xa9\
+-\x10\x9d\xd8\x1f\x47\x15\xed\xbb\x67\xc1\xc3\xe5\xc9\xe2\x3c\x23\
+-\x3c\x73\x3e\xc0\xdd\xd4\xf6\xa9\x6d\xca\x68\xea\x9e\x72\x3d\xb0\
+-\x7c\xab\x5f\x7b\xca\xdb\xfe\xe8\x81\xe5\xb2\xa7\x7c\x6a\x6b\xb1\
+-\x39\x66\x2a\x42\x73\x50\xa1\x8e\x03\xb4\xe8\x84\xdc\xab\x79\xcf\
+-\x9b\xde\xf6\x79\x97\x46\x40\xab\xd3\x4e\x83\x7a\x10\xfd\x54\xc5\
+-\x2e\xe2\xd0\xd4\xd9\x57\x7e\x5d\xda\xa3\x54\x08\x65\xc9\x68\xc9\
+-\xaa\x1c\x33\x10\x93\x78\x99\x8f\x57\xa0\x97\x10\x2f\x11\xbd\xa0\
+-\xca\x8a\xb6\xe0\xec\x52\x31\x6d\xb9\x1f\x4b\x5b\xde\xea\x79\xd3\
+-\xfd\x03\xd3\x36\xc0\xce\x0f\xf1\x6e\x0e\xb1\x15\x53\x5e\x11\x80\
+-\x5e\x40\xbc\x84\xb8\x48\x47\x40\x86\x23\x1a\xe1\xef\xc8\x73\x00\
+-\xbc\x15\x9e\x27\xf0\xfd\xa8\x9c\x73\xb5\xf8\x08\xb1\xbb\xac\x57\
+-\x41\x04\x10\x91\xed\x45\xad\x21\xbb\xd2\x95\x97\x63\xbe\xbf\x20\
+-\x41\xdd\xf5\xc6\xad\x9d\x32\xd4\xbb\x24\x66\x2a\x75\x30\xc7\x0d\
+-\x55\xf2\xec\xda\x35\x04\x8c\x32\xd9\x56\x96\xa7\x9c\x74\x3f\x40\
+-\xe8\xce\x18\x16\x27\x09\xb3\xee\xf9\xe3\x11\xe0\xe7\xcf\xfe\x0e\
+-\xf0\x8b\x7c\xee\xd6\xdf\xe7\xe9\x9b\x1d\x17\x61\xe0\xd5\x67\xce\
+-\x39\x3f\x8b\x69\x09\x64\x88\x6e\xc5\x70\x8a\x0a\xa5\xac\x42\x56\
+-\xb7\x34\x5c\x19\xd7\x6d\xba\xf2\xbc\xb6\x53\xed\xdd\x8e\xb2\x5e\
+-\x53\xc6\x49\x6e\x9b\x8d\x23\x67\x51\x8b\xd6\x53\x67\xb4\x65\xcc\
+-\x54\xb7\xd1\xad\x4a\xca\xe9\x19\x88\x88\x03\x54\xea\xe9\xcd\x28\
+-\x4e\xa5\xa4\x32\xb5\xeb\xa5\x2c\xa5\x3c\xe2\x06\xce\x4e\x03\x9f\
+-\x7a\xdf\x19\xa7\xa7\x1d\x77\x19\x80\x5f\xe1\x8b\xdf\xff\x45\xe0\
+-\xcb\xc7\x21\xc0\x1b\x21\x49\xc0\xb7\xbb\x0f\x71\x11\x22\x8f\x3a\
+-\xe5\xf7\x97\x91\x47\x83\x12\x96\x19\xac\xce\x80\x8d\x69\xc9\xa8\
+-\x2d\x17\x97\x4c\x8c\x9d\xbb\x07\x9c\xb1\xae\xe3\x76\x71\x91\xb2\
+-\xe5\x83\x24\xe3\x60\x09\x6d\xac\xd4\xa9\x44\xf1\x19\x4d\x3f\x77\
+-\x6c\xef\x09\xc7\xba\x5c\x1c\x01\xac\x8d\x68\xa8\xea\x69\x21\x4e\
+-\x3a\x0e\x9d\x70\x6b\x25\x3c\xdf\x75\x9c\x75\xc2\x3b\xcb\xd4\xa3\
+-\xb7\xbb\xf7\x1f\x4f\x02\x16\xac\x01\x58\xc6\x2b\x16\x0a\x4b\x55\
+-\x4e\xe8\xe9\x45\xe9\x24\xaf\x68\x46\x53\x48\x20\x9a\x00\x43\x29\
+-\xcb\x34\xaa\x97\x25\x12\x32\x23\x70\x56\x66\xed\x29\x65\x22\xa6\
+-\x9a\x32\xaa\x46\x24\xa3\x80\x4f\x5f\x67\x02\x88\x27\x44\x18\xd3\
+-\xc7\x12\x0c\x5c\x27\x0d\x52\xdd\xac\xe4\xa3\x44\x72\xdd\x92\x61\
+-\x0d\xa9\x2f\x56\x27\x13\x50\x10\xa2\xc0\x4a\x84\x85\x2c\x59\x6a\
+-\x60\x99\xbd\x9f\x05\xf3\xde\x96\x9c\x45\x80\x21\xe7\x42\x06\x15\
+-\x72\xce\x8f\x18\x02\x1a\x22\x1a\xf2\xcc\x56\x97\x08\x21\xf9\x25\
+-\x0a\x73\x92\xec\xb7\x54\xfa\x3c\x8c\xcb\xc4\x83\xa4\x71\x07\x45\
+-\xbb\x0c\x7a\xf3\x52\x84\x14\xbb\x90\x8e\x6a\x20\x15\xa0\x47\x3a\
+-\x2a\x82\xa2\x79\x96\x4b\xb0\x34\xb7\x2a\xa8\x4a\xb6\x51\x89\x83\
+-\x63\x1e\x97\x18\xd7\x87\x24\x35\x31\x64\x80\x35\xc1\x9c\xd2\x42\
+-\x61\xac\x83\x24\x62\x68\x48\xf7\x0d\xe9\x77\x4a\x10\x67\xac\x66\
+-\xc1\x3f\xd7\x0d\x75\x1c\xa6\xaa\x69\x80\x8d\xfe\xb6\x63\x51\x27\
+-\x45\xcf\x33\x72\xb6\x90\xec\x83\x65\x4e\x77\xd8\x02\xf1\x12\x93\
+-\x3d\xa3\x51\x3a\x42\x95\x33\x2b\xf3\x1f\xc5\x30\x6b\x36\x17\x59\
+-\x02\x9d\xda\x09\x55\x72\x4d\x8b\x47\x56\x2f\xe7\x94\x2c\x70\x5a\
+-\x66\xf0\x42\x27\x25\xbf\xaf\x46\x04\x01\x89\x69\x75\xb5\x88\x94\
+-\xc7\x95\x8e\xcc\x74\xcb\xe7\x11\x20\xf7\x30\x2e\x7a\x22\x99\xea\
+-\xc5\x53\xd1\x1a\x60\xff\x42\x45\xee\x89\x84\x6c\x23\x0a\xf0\x0e\
+-\xe8\x50\x13\xd0\xbf\x8f\x55\xa4\x26\x53\xc0\xb4\xc2\x94\x13\x34\
+-\xce\x01\x8d\xce\x7b\x29\xb3\x75\xa1\x9a\x80\x94\x9c\x31\x10\x04\
+-\xcd\x6a\x49\x4a\x84\x9d\xe5\x28\x34\x31\x8e\xa4\x3a\x02\x69\xf1\
+-\x03\x79\xec\xc1\x79\x71\x80\xcc\x5c\x13\x7a\x18\x01\xec\x64\xc8\
+-\xdc\x97\xdd\x4d\x11\x9b\x53\x8c\xb9\x33\x3a\x72\xa5\xe8\x98\xef\
+-\x29\xee\x69\x2c\x5c\xaf\x5e\x6a\xec\xcd\x18\x2f\x2d\x9d\x64\xbd\
+-\x4b\x41\x5d\x8a\xbe\x66\xb4\x05\x15\x15\x40\xfc\xd2\xf2\x6c\x87\
+-\x44\xa4\x10\x41\x24\x71\xb1\xc4\x64\x17\x34\xe6\xf1\x58\xbb\xfc\
+-\xce\x80\xc6\x0c\x2e\x99\x80\x21\x94\x14\xb5\x04\x23\x42\x20\x98\
+-\xed\x52\x2d\xea\xaf\xc2\xec\x28\x04\x28\xb6\x2e\x25\x9f\xd4\x73\
+-\x84\x7b\x11\x2e\xb9\x87\xd1\x71\xaf\x8f\x07\xec\x25\xba\x58\x5c\
+-\x4d\x71\x31\x84\x98\x9d\x28\x86\x5a\x47\xe0\x01\x35\xd6\xcf\x5c\
+-\x3d\xaa\xa4\x91\x4b\x24\x73\x79\x31\xf0\x9a\xa6\x2b\x92\x34\xa6\
+-\xbe\x0b\x92\x9e\x63\xbf\x45\xc6\xf7\x4e\x4c\x00\x02\x49\x4a\x4c\
+-\x55\x11\x90\x98\xef\x11\x9c\xc4\xa8\x66\x1b\x26\x39\xd6\x19\x5d\
+-\x62\x9d\x49\x82\x03\x09\x60\xf1\x87\x56\xc0\x95\xd5\x23\x34\x2a\
+-\x25\xbb\x8d\xe6\x5a\x8a\x8d\xd0\x5c\xd5\x40\x1a\x50\x30\xb0\xe3\
+-\xe8\x8a\x9a\xe4\x1b\x58\xde\x61\x09\xa3\xbb\x29\xcd\x02\xdf\xd1\
+-\x24\x48\x51\x83\xa2\x24\x15\xe8\x02\x2c\xc9\x86\xd8\x34\x93\x19\
+-\xe6\x74\xcc\x52\x93\xa5\x42\x8c\x19\xc8\xf5\xb2\x0b\x2b\x02\x83\
+-\xb9\xd1\xe6\xf8\xcd\xcc\x82\x1e\x46\x80\x32\xaa\x88\x9a\xa3\x57\
+-\x54\x8e\x96\x73\xed\x62\x15\xdd\x9a\x17\x54\xbc\xba\x42\x18\x29\
+-\x12\x60\x7a\xdd\x6c\x84\xe9\x53\xcd\x9c\xaa\x19\x79\xf3\x22\x95\
+-\xdc\x56\xcc\xe3\x09\xd9\x4f\x19\x09\x24\x85\x0d\xa5\xa8\x86\x40\
+-\x7e\x9e\x8e\x9e\x6e\x1a\x92\x16\xf0\x45\xb4\xf2\x94\xb2\x66\xc9\
+-\x44\xce\xa0\xa3\x68\x51\x4d\x99\x7f\xc2\xc8\xed\x22\x73\xfd\x9f\
+-\x03\x08\x10\x73\x86\x4f\xe3\x80\x6a\x20\x66\x09\x10\x71\x1e\x4b\
+-\xe5\x2e\x66\x75\x14\xe2\x68\x03\xcc\x58\x3b\xf7\xd4\x13\x0f\x4b\
+-\xa5\x8b\x07\x5c\x8a\xc7\xa4\x76\xa9\x50\x93\xac\x5e\x32\xe7\x1a\
+-\x93\x64\xfd\x28\x19\xb8\x22\x09\x9a\x7c\x55\x31\xa9\x8a\x99\x21\
+-\x48\x2a\xc8\x38\xb7\x78\x50\x31\x24\x1b\x60\x91\xaf\x49\x72\xcc\
+-\x04\x2f\x76\x49\x51\xf1\xba\xbf\x74\xe4\xf8\x12\x10\x3b\x71\x79\
+-\x32\xeb\x94\x71\xb1\x14\xaf\x08\x03\x14\xc7\xf5\x90\xd9\x05\x82\
+-\x98\xa4\xb8\x88\xb7\x44\xc4\x05\xe9\x11\x7c\x53\x71\xf9\x19\x19\
+-\xcb\xd1\xf3\x70\x62\x1f\x8a\xea\x48\x1d\x57\x94\x80\x03\x5f\x70\
+-\xf3\x0a\x52\xda\x8a\xea\x98\x39\x2f\x31\x81\xa5\x43\x4c\x5a\x72\
+-\xb9\x11\x39\x24\xa6\xeb\x3a\x63\x54\x88\x43\xfa\x31\xcc\x14\x84\
+-\x83\x16\x66\x55\xb4\xcd\x06\x56\x33\xb7\x27\x8f\xc5\xb9\xa4\x16\
+-\x84\x15\x95\x94\xdb\x18\xa7\x67\x3b\x50\xdc\x58\x73\xe5\x44\x46\
+-\x75\xe3\x02\x54\xc9\x52\x60\xc4\x96\xb0\x3d\xd5\x60\xc6\x4a\x4a\
+-\x48\x36\xf6\x3a\x2d\x41\x95\x04\x5e\xc8\x9e\x4e\xb0\xb7\x24\x93\
+-\x84\x98\x04\x8b\xd9\xa3\x1c\xed\x8e\x46\x5f\x61\x10\x86\x41\x88\
+-\x3d\x0c\x1b\xe8\xd7\x42\x1f\x84\x87\xf7\x85\x75\x27\x3c\xb8\x97\
+-\x9e\xf7\xe0\xfe\x3c\x63\x30\x53\x05\xe5\xf1\x0d\x92\x27\x7f\x46\
+-\x97\xd1\xf6\x4a\xcd\x54\xe9\x04\x90\xc6\xd7\x0f\x38\xce\x2f\xd1\
+-\xae\x71\x7e\x96\x14\x21\x69\x77\x17\xb4\x79\x29\x48\xa0\x8e\x2c\
+-\x31\x82\x9d\xee\x1d\x2c\xca\x35\x45\x4e\x16\x4c\xc9\x71\xac\x44\
+-\x84\x50\x7c\x7b\x24\xe5\xf0\xed\x55\x3d\xcd\x6b\x6d\xfb\x5e\x19\
+-\xd6\x30\xf4\x81\xb8\x11\x86\x0d\x68\x2f\xc4\x5e\x88\x11\x86\x2b\
+-\xe1\xc6\x4a\xb8\xbc\x04\x59\x09\x9b\xcc\xf9\xfd\xe6\x98\x12\x60\
+-\xc1\x5d\x37\xfe\x2c\xe0\x93\xe3\x01\x07\x66\x15\x44\x89\x03\xc8\
+-\x0c\xa4\xc5\x05\xcd\x6a\x0a\xef\xe6\x97\xf4\x0c\xce\xb3\x30\xb5\
+-\x84\x03\xd7\x9d\x98\x6a\xb0\x04\x69\xc8\x27\xd6\xd7\x31\xb1\x9a\
+-\xea\xc7\x41\x89\xaa\xc4\x21\xa0\x51\x13\x47\x6f\x52\x86\xb3\xcf\
+-\x40\xeb\x90\x8c\x6f\xfa\x16\x55\xb2\x01\xc9\x9b\x4a\x52\x13\x42\
+-\x0a\x11\x32\xcb\x8d\x58\xcd\xc3\xff\xb0\x40\xcc\xd6\x9e\x96\xdc\
+-\xa3\x73\x19\xa5\x00\x9f\xfd\xfd\x4c\x18\xc9\x1c\xad\x12\x8b\xdb\
+-\x39\xea\x7a\x33\xe4\xa9\xbe\x5a\xdd\x0c\x52\x84\x12\x0c\x69\x56\
+-\x3b\xe2\xa5\x42\x46\x83\x5b\x7c\x7a\xd3\x4b\xa2\x55\x48\xa1\x51\
+-\xe8\x55\x89\x03\x68\xaf\x0c\x59\x85\xc4\x5e\x18\xfa\x54\xa6\x1a\
+-\x72\xa2\x4b\x53\x16\xd4\x82\x39\xc2\xe8\x40\xe8\x68\x80\xcb\xea\
+-\x44\x75\xfb\x90\xa3\x90\xa3\xa6\x22\x4c\xb7\x0a\x39\x17\xe4\xd5\
+-\x4f\x0e\xed\xcd\xbd\x24\x13\xc3\x7f\x89\x84\xec\xb1\x90\xf5\x77\
+-\x95\xef\x67\x6c\x2b\x46\xb8\x34\x30\xb3\x05\x66\x17\xcc\x20\xfb\
+-\xa0\x20\x48\x96\xae\x1c\x1b\x48\x0e\x14\x63\x84\xbe\x4f\xfb\x30\
+-\x24\x6e\x27\xa6\xa3\x0e\xea\x52\xca\xd9\x5e\x74\x82\x0c\xe4\x37\
+-\xf7\x25\xcf\xba\x39\xff\xbf\x9a\x1b\x1d\xad\x8f\x5d\x4d\x73\xf2\
+-\x4a\xcc\x6b\x43\x87\x61\x1e\x05\x0e\x0c\xc4\xb4\xac\xc4\x2e\xe0\
+-\x3b\x9f\xbf\xce\xe1\xbb\xde\x99\x5b\x5a\xc0\x72\x75\xec\x7a\x49\
+-\xf7\x3a\x6a\x39\xb7\xb4\x2c\x4b\x14\x08\x32\xea\x95\xa8\x92\xd5\
+-\xc8\x08\x76\xdf\xa7\xdf\xe5\xcb\x26\xfe\x53\x46\x40\x08\x92\xd3\
+-\x0b\x24\xb5\x32\xf9\xc6\xcd\x8e\x4d\xea\xd3\x98\x6d\x4e\xbb\x28\
+-\xe2\xa8\x12\x50\x82\x16\x1d\x27\x74\xcd\xe0\xda\x6e\x51\xab\x3f\
+-\xaf\x92\x6f\xb9\x2c\x88\x8e\xdf\xbf\x73\x06\xbc\x7d\xf9\xc5\xbb\
+-\x96\x25\x7d\x20\x29\xff\xde\x47\xe8\x55\xe8\x35\x03\x3e\x48\xe2\
+-\x70\xad\x81\xb6\x54\x74\xf9\x88\xa3\x7f\x81\x4e\x98\x00\xdd\xf9\
+-\x55\xde\xbd\x12\xae\xdf\x4c\x05\xd9\xcf\xa3\xaa\xa0\x7c\x1c\xe2\
+-\x68\xe0\xac\x5f\x16\x0c\x95\x15\xcd\xa2\x85\x81\xc1\xbc\x10\x29\
+-\xee\x66\x09\xa6\xbc\xf7\x53\x2a\x9a\xfa\x2a\x8e\x7f\xd6\xb3\xca\
+-\xba\x0f\x5c\x0d\x4a\x1f\xa5\x2c\xcc\x1e\x7d\x1f\x2d\x5a\x29\xd9\
+-\xfc\xd1\x3e\x4c\x22\x31\x09\xfe\x4c\xa0\x9b\xba\xd6\x03\x53\x41\
+-\xb6\x1a\x22\x1e\x75\x79\x7a\xde\x4a\x0a\x26\xeb\xe7\x96\x8b\x2b\
+-\xd0\x31\x20\x9b\xb4\x72\x60\x04\xdd\x00\xc7\x0c\x7a\x9a\x34\x89\
+-\x9a\x80\xde\xe4\xf5\xbf\x9b\x21\x89\x7a\x89\x0d\xbc\xd7\xd4\x72\
+-\xc9\x5c\x55\x72\xe4\xad\x4c\x35\x78\x8f\xe8\x58\x04\x50\x77\xa2\
+-\x8c\xf9\xf0\x31\x41\x29\x65\xfa\x50\xca\x92\xc3\xe4\x6f\x6b\x65\
+-\xa8\x6d\xd2\x7c\xf4\x9c\xcc\x86\x0c\x0a\x97\x57\xb0\x19\x94\x3e\
+-\xc2\x26\x42\x14\x93\x1c\x1f\x20\x8d\x03\xf6\xc3\x2c\xa6\x52\xb2\
+-\x3b\xaa\xec\xd6\x03\xbb\xd0\x39\x84\x78\x5a\x9f\x5a\xdc\xf0\x9e\
+-\xda\x80\xe4\xcf\x8d\xb2\x2e\x92\x7d\x60\xcb\xa3\x58\x56\x30\x8c\
+-\x52\x30\x6a\x98\xd1\x77\xb7\xf4\x84\x22\xac\x37\x91\x75\xaf\xac\
+-\x63\x76\xb3\x4d\xbc\xb2\xbd\x60\x4c\xad\x39\xb7\xb0\xf6\x44\x46\
+-\xce\xd0\xfa\xcb\x03\x15\x91\xea\x2c\xcd\xf4\x17\x0a\xa4\x69\x3b\
+-\x93\x30\x6a\xf3\x3e\x52\xdc\xd0\x18\xe7\xe9\xb3\x83\x24\x20\x86\
+-\x30\x1a\xc9\xe2\x36\xfa\x20\x8b\x8a\xfb\xfd\xbb\x03\x21\xa7\x1d\
+-\xa2\xa6\x20\x67\xdd\xc3\xd5\x90\x75\x79\x99\x3b\xb0\x34\x44\xca\
+-\x4a\x82\xcb\xc4\x36\x1d\x2a\x92\x64\x1d\xdc\xa5\xd3\x27\x56\x35\
+-\x9b\xeb\xb9\xb5\x74\x65\xdf\xbd\x26\x88\x51\x72\xb0\xd9\x03\x8a\
+-\x02\xb1\x10\x60\x16\xfe\x73\x09\x30\x3e\x55\x55\x8b\x0a\x0a\xce\
+-\xe0\x7a\x7b\x60\xe3\x12\x97\x7d\xdc\xf4\x70\xb5\x91\xa2\x62\x34\
+-\x08\xd2\xc5\xf4\x25\xe0\x9c\xd8\xb3\x7c\x22\x2a\xa3\x37\xa5\xe9\
+-\xf9\x59\xa1\x8d\x75\xcb\x64\x09\x79\x12\xa6\x91\x02\x27\x0d\xe2\
+-\x46\x82\x11\xce\xbf\x74\x91\x45\x58\x9b\xda\xf5\xbb\xc2\x5e\x7e\
+-\x5a\x45\xaf\xa8\x6a\x92\x80\x5c\x76\x54\x02\x8c\xe9\xd0\xb1\xc8\
+-\xbc\x99\x32\xb3\xe5\xfa\x38\x1a\x68\x61\xd3\x2b\xe7\xe7\x89\xe3\
+-\x53\x64\xab\xc8\x42\xc6\x89\x14\x0b\x25\xfd\x80\xcc\x88\x37\xde\
+-\x8c\x11\x21\xc7\xc3\x34\xba\xa9\x02\xbf\x94\x7b\x35\xb4\xc5\xe9\
+-\xb5\xaf\x29\x79\xee\xa0\x56\x71\x32\xf6\xc5\xe7\x1a\xaa\x47\xa7\
+-\xbc\x90\x79\x6c\xf8\x2e\x1c\x87\x00\x2e\x99\x95\xd9\xd2\x1b\x5f\
+-\xef\x49\x86\x4e\xe8\xa3\xb2\x5e\xc3\xf9\x3a\x79\x30\x66\x9c\xa5\
+-\x73\x33\x4d\x06\x40\xfb\xbe\x31\xc6\xf5\x16\x79\x33\xce\x5a\x55\
+-\x44\x60\x74\xa7\x2c\x52\xd7\xf6\x7c\xa4\xe5\x96\x6d\x28\xfb\xa8\
+-\x82\x94\xa6\xbc\x65\x40\x73\x6b\x8b\x3b\x36\x76\xba\xa4\x22\x6a\
+-\xc8\x8e\x45\x00\x6f\x58\x46\xb7\x31\x88\x8e\xc1\x6a\x48\x01\xd1\
+-\xf9\xb9\x72\xb9\x86\x4d\x94\xbc\x44\xd1\x05\x55\xb9\x93\xe2\x39\
+-\xd1\x81\x92\xbc\x26\x93\x08\x71\xaa\x42\xc7\x1c\x90\x9a\x1a\x72\
+-\x29\x92\x02\x5c\x43\x08\x43\xb4\xba\xa6\x93\xcf\xde\x96\x08\x57\
+-\xee\x7f\xb3\x4d\x18\x03\x3f\x6a\x4a\xe0\x1d\x9d\x00\xa6\x2e\x82\
+-\xa5\x84\xb3\x11\x0e\xa2\x84\x90\xbc\x97\xf3\x07\xc2\xc5\x65\x7e\
+-\x4d\xb6\x03\x59\xb4\x7e\x9a\x1f\xa0\xa9\x15\xea\x5d\x34\xa9\x81\
+-\xec\xae\xd6\x0b\x1c\x8c\xfb\x47\x50\xb7\xec\x73\xe1\xf8\x9a\x30\
+-\x85\x7f\x8b\xaa\x93\x7a\xf7\x39\x93\xf6\xb3\x05\x5b\x84\x90\xc2\
+-\x48\xfe\xba\x46\x19\x6f\xc7\xd1\x6d\x40\x3a\x04\xe9\x4b\xa4\xb1\
+-\x08\x4a\xdf\xc3\xa3\x87\x81\x47\xe7\xca\x90\x73\x2b\xb2\x70\xa8\
+-\x15\x71\x75\x6a\x66\xb2\x0c\x2a\x5b\x80\x11\x63\x34\xbc\x06\xbc\
+-\xb8\xbc\x8d\x3a\x95\x35\xf6\x55\x2b\x42\x48\x25\x05\xfe\x59\x4c\
+-\x3f\xbf\xba\xe6\xf4\xfe\xd4\xa7\x6f\x1c\x13\xd9\xc7\x52\xb4\xb7\
+-\xe9\xdb\x63\x12\x20\x6f\x9b\x3e\x70\x22\xe9\xe6\xe7\x0f\xe1\xee\
+-\xfd\x8e\xcd\xa0\xe5\xab\xf5\x69\x72\xd5\x06\x32\xaa\x8f\xda\x5f\
+-\x4f\xab\xeb\x64\x0b\x8c\xd1\xe8\x0a\x9a\x57\xa0\x39\x15\x94\x0d\
+-\x81\x9a\x51\xb0\x3c\x4f\xb9\x2f\x8e\xdb\x1d\xe0\x96\x8c\xf3\x54\
+-\x2b\xcf\xad\x01\xac\x74\x7d\x89\xf8\x9c\x4a\x2c\xee\x6b\x70\xe5\
+-\x89\x21\x63\xb4\x65\xa7\xe9\x39\x33\x33\x11\xf3\x08\x70\x79\x91\
+-\x1e\xb2\x5c\x05\xce\x1f\xc1\xfd\x07\xca\xbb\xef\x24\x97\xb2\x5b\
+-\xaa\xd3\x20\x8e\xb3\x8b\xf7\x30\xc5\x79\x79\xf5\x81\xd7\xd5\xb6\
+-\x47\x8b\x7e\x6d\x85\x42\x26\x5a\x06\xb6\xe4\x96\xaa\x20\xcb\xb6\
+-\x51\xbf\x7b\xce\x2f\x1e\x53\x9c\xe6\x7c\xdd\x41\x94\x56\xed\x94\
+-\xfa\xcd\x23\xd3\xaa\xe9\x4c\x80\x98\x09\x72\xcc\x39\xe1\x77\xbe\
+-\x9b\xb8\xe1\xf6\x37\x3b\x16\x27\x91\xbe\xa4\x22\xb2\x3f\x3e\xe9\
+-\xd5\x78\x91\xf6\xc7\x29\x15\x24\xdb\x9f\x83\xcc\x0e\xa1\x16\xaf\
+-\xcb\x0f\xbc\x71\xf0\x1b\x7d\x5c\xec\x80\x7a\x03\xed\x40\x8e\x13\
+-\x40\x57\xfd\x94\xed\x36\x93\xea\x6b\x94\x98\x62\x84\x87\x1c\x53\
+-\xcc\x94\x80\x59\x33\xc7\xb1\xcc\x73\xc6\xf1\x6b\x65\x95\x41\xb3\
+-\xc1\x3b\xdf\xb9\x59\x18\xbb\x3d\x00\xa9\x07\x0b\xee\x05\x89\x11\
+-\x90\x2a\xc0\x42\x2b\xf7\x52\xf2\x07\xaa\xbc\xab\x29\x45\x21\xfb\
+-\x73\x77\x4f\x4b\x11\x4c\xf5\x61\x67\x3f\x9b\x71\xf9\xf6\x90\x82\
+-\xb0\x3c\x6d\x59\x96\xf0\x1c\x53\x02\x2c\x2d\x40\x90\x32\xdb\x34\
+-\xea\xcc\xcc\xba\x91\xb4\xbc\x7c\x97\x8f\xbf\x35\x40\x1d\x5d\x52\
+-\x03\x25\x68\xb5\x3a\x2d\x85\xd9\xea\x4d\x70\xf9\x3b\xc9\xf5\xc6\
+-\x8f\x95\x43\xde\x80\x6f\xcf\xb3\xd4\x7a\xd5\xb7\x29\xc9\xa8\xfb\
+-\xad\x18\x11\x9d\x3d\x80\xe4\x05\x59\x1a\x1d\xca\xd2\xf7\x23\x11\
+-\xc0\x6e\x1a\x88\x6a\x52\xd0\xa8\x16\xb3\xb7\x7b\xbd\x8a\x6d\xb5\
+-\xa3\xe4\xe4\x9c\xd7\xeb\x9e\x08\xce\x1e\xe6\xe5\x59\xd3\xd9\x01\
+-\x26\x0c\x70\xf5\xac\x6d\x3d\xaf\xfe\xb5\xa4\xad\xbe\xef\x92\x0c\
+-\xf7\x4c\xe7\x25\xa9\xe5\x82\xf4\x30\x15\x34\xf3\x35\xd5\x7c\x1c\
+-\xe2\x98\x72\xdd\x02\xba\xe5\x96\x7d\xee\xa6\xeb\x61\x79\x77\x2b\
+-\x8b\xb9\xbd\x0b\x66\x44\xb0\x74\x84\x11\x49\xc6\xe4\xdf\x76\x90\
+-\x44\xb1\x1f\x05\x58\x98\x78\x17\x2c\x4b\xf5\x96\xca\xd9\xc7\xfd\
+-\xbb\x08\x35\x32\xa9\xc6\x84\x91\xc7\xec\x28\x04\x18\x72\x86\x4f\
+-\xb4\x23\x66\x0b\x2c\x36\x58\x8d\x55\xc7\x6a\x17\x73\x82\x7b\x8c\
+-\x20\x05\xe0\x86\xe3\xdd\xcc\x9a\xcd\xa4\x51\xc4\x5e\xc7\x49\x08\
+-\xff\xad\x39\x53\xd1\x85\x43\xc3\x78\xde\x72\x7e\xab\x8e\xaa\xf3\
+-\x96\xfb\xeb\xbe\xeb\xd6\xf5\xa4\x82\xcc\x33\x8b\x7d\x7e\xa7\xcc\
+-\x61\x76\xdd\x36\xcb\x08\xf7\xeb\xdb\x00\x5c\x5c\xbc\x4c\xbf\xb9\
+-\x83\x20\x79\x09\x60\x66\xc5\xeb\x0c\x6c\xab\x0a\x76\xa9\x03\x03\
+-\x28\xba\xf6\xfe\xed\x44\x3b\xb7\xef\x37\xf8\xf7\x76\x07\xa6\xeb\
+-\x56\xf7\xc9\x12\x37\xf1\x7c\x1e\x47\x1d\xe5\xb1\x07\x49\x2b\xe8\
+-\xfa\xcd\x1d\x2e\x2e\x5e\xae\x30\x3b\x0a\x01\x2e\x1f\xfd\x67\x00\
+-\xee\xdd\xfe\x1c\x57\x17\x5f\x47\xe3\x82\x45\x67\x86\x61\xbb\x83\
+-\x3a\x25\xc6\x53\x5c\xd6\xbc\xa5\xa8\xd1\xf9\xe4\x15\x90\x2d\xb8\
+-\x61\xc7\x3e\x45\x84\x51\x0a\xb4\x05\xbf\x7a\xed\xd4\xf5\x6f\x82\
+-\x10\x3a\xc5\x60\xd9\x79\x58\x74\x8a\xc6\x05\x57\x17\x5f\xe7\xde\
+-\xed\xcf\x55\x98\x1d\x85\x00\x57\xe7\xff\x09\x00\xdd\x7c\x83\xcd\
+-\x65\x22\xc0\xc9\x12\x16\x61\xcc\x7f\xef\xe6\x9a\x09\x37\xd3\x0f\
+-\x32\x6e\x97\x8f\xef\xe4\x36\x52\xa0\xe2\x80\x9e\xda\xc3\x44\x7d\
+-\xa9\xef\x39\x05\x7e\x5b\xce\x9e\x71\x38\x43\xac\x9a\x30\x38\x59\
+-\x82\xc6\x45\xc2\x66\xf3\x8d\x0a\xb3\xe3\x10\xe0\xe2\x37\xd2\x89\
+-\x2c\xb9\x3c\x7f\x99\xcd\xe6\x0e\x22\x4b\x4e\x4f\xb2\x63\x58\x71\
+-\xd1\x84\x7b\xe7\x07\xdf\x9e\xb7\x44\xc8\xe7\xf6\x56\x23\xc3\x84\
+-\x2a\xaa\x7e\xcb\xf6\x7d\xec\xf7\x90\x24\x4a\xbd\x44\xed\x02\x7f\
+-\xb2\x8f\xbb\x5d\x55\x9b\x94\x3a\x3d\x51\x44\x96\x6c\x36\x77\xb8\
+-\x3c\x7f\x19\x64\x59\x63\x76\x0c\x02\x68\xbc\x00\x60\xf9\xc4\x4f\
+-\xd2\x5f\xbe\xca\xa3\xbb\x5f\x46\xe3\x09\x8b\x4e\xb8\x79\xaa\x49\
+-\x12\xb6\x3e\xe3\xe2\xc5\x1d\xb6\xf5\xe8\x04\x11\x86\xa6\x3c\x7b\
+-\x5c\x3a\xe4\xfb\x47\x99\xb5\x27\x6f\xc4\x80\xa7\xe6\xf0\x61\x07\
+-\xe7\xef\xca\x11\x4d\xa9\xa3\x98\x38\xff\xe6\xa9\xb2\xe8\x04\x8d\
+-\x27\x3c\xba\xfb\x65\xfa\xcb\x57\x59\x3e\xf1\x93\x15\x66\x47\x21\
+-\x00\x08\xbc\x78\x93\xd8\xdf\x86\x70\x26\x17\xf7\x7f\x99\x8b\x07\
+-\xbf\x8e\xea\x4d\x16\xdd\x8a\xb3\x93\x81\x1b\xab\xc8\x22\xd4\x91\
+-\x6b\x72\x07\xdd\x6f\x3b\x8f\x3b\xca\x55\xa7\x55\x4b\x06\x52\xe3\
+-\x8e\xeb\x6e\x2f\x75\x74\x47\x1d\x75\x7d\xd0\x89\xfe\xb4\xe5\x4d\
+-\x64\xbd\x08\xca\x8d\x55\xe4\xec\x64\x60\xd1\xad\x50\xbd\xc9\xc5\
+-\x83\x5f\xe7\xe2\xfe\x2f\x43\x38\x93\xd8\xdf\x86\x17\x6f\x32\x77\
+-\x91\xd1\xbc\x5a\xab\x8f\xc1\xfa\xc3\xb0\xfa\xc6\x0a\xce\x7e\x17\
+-\x1d\xfe\x28\x74\x7a\xfa\xe4\x67\xe5\xc6\x93\x9f\xa5\x3b\x79\x5f\
+-\x66\x9c\x35\xc8\x30\xfa\xed\x7e\xe1\xae\xbd\xa6\xda\x7e\x2f\xc2\
+-\x2f\x65\xdb\x77\x6c\x7b\x9b\xfc\xe0\xf1\xc7\xae\x98\x40\xaf\x3b\
+-\xee\x50\x49\x43\xeb\x10\x98\x24\x74\x88\xae\xd2\xab\x02\x57\xdf\
+-\xe5\xf2\xfe\x2f\x71\x71\xff\x97\x14\x06\x41\xba\xff\x05\xe7\x7f\
+-\x82\xf5\x47\xd7\xac\xbe\x09\xeb\xdf\xb9\x16\xda\x99\x5f\xcc\x12\
+-\xa0\x27\xac\x3f\xb8\x8e\x8b\x7b\xaf\x20\xdd\x87\x01\xbd\xb8\xfb\
+-\x8f\x64\x7d\xf9\x55\x96\x67\x7f\x9e\xb0\x7c\x9e\x6e\xf5\x61\xc2\
+-\xe2\x89\xf1\xd5\xa4\x02\x38\x13\x6f\x40\x7a\x02\xc8\x34\x21\x3c\
+-\xe8\x06\x78\x0b\x3c\xcd\x6f\xef\x1a\x57\xc4\x98\x00\xbe\xe4\x89\
+-\x1a\xc2\x44\xa7\x52\xab\x2f\xa4\x04\x62\xff\x80\x61\xfd\x4d\xe2\
+-\xe6\x0d\x36\xe7\xff\x9e\xe1\xf2\xbf\x40\x38\x55\xe8\x20\xea\x2b\
+-\xa1\xff\xe0\x3a\xd2\x8f\xc6\xfc\x28\x04\x50\x85\x1b\x6f\x4a\xbc\
+-\xfc\x3e\x05\x5e\x05\x7e\x1c\xba\x48\xf7\x34\xc3\xfa\x35\x86\xcb\
+-\xaf\x42\xf7\x7d\x48\xf7\x0c\x12\xce\x18\x57\xdf\x96\x57\x21\xeb\
+-\xfb\x6d\xf5\x4d\xd8\x4e\xf0\xb0\x5b\x3e\x65\xbb\xea\xce\xe5\x86\
+-\x4c\x95\x1b\x81\xf4\x9a\x7a\xb6\xda\x6a\xd4\x69\x1a\xcf\xd1\xe1\
+-\x4e\xfa\xd7\xb6\x61\x05\xdd\xd3\xa0\xbd\xa6\xf7\x25\x79\x35\xb2\
+-\x80\x1b\x6f\x0a\x9b\x79\xc9\x88\x79\x64\xe2\x13\xb0\x24\xb0\x79\
+-\x23\xb2\x78\xee\x87\x91\xf0\x1f\x91\x70\x2b\x7f\xad\x34\x20\x0b\
+-\x8a\x75\x4a\xac\x4d\xf9\xcf\xd3\x3e\x99\xb3\xeb\xf1\xba\x5d\xf4\
+-\x78\xdd\x9e\x31\xe6\xc9\x67\xed\xa3\x9c\x52\xfe\x53\xb8\x19\x17\
+-\x5b\x83\xa3\x3d\x69\xa9\xf0\x20\x68\x7c\x88\xc6\x3f\x4b\xff\xe6\
+-\x6b\x2c\x9f\x0f\x6c\x88\xf0\xfa\xb5\xdd\x99\xff\x6f\xac\x22\x91\
+-\xd5\x0b\x81\x78\xf1\x1a\xc8\x17\x41\xbe\x84\xb1\x88\x0e\x21\x4d\
+-\x8b\xad\x28\xff\xfa\xd4\xfe\xfd\xf7\x75\xe0\xb7\x78\xee\x24\xc0\
+-\x4c\x5e\xb9\x8e\x18\x7a\x60\x7d\x34\xd9\x35\xfb\xbf\x09\xf6\xb9\
+-\x12\x1d\x18\x45\x43\x42\xc2\x84\xd7\x58\xbd\x10\x18\xce\x67\x7f\
+-\xaf\xa0\x9b\x55\x4b\x9e\x1d\x97\x32\x2c\x16\x1d\xba\x7a\x15\x89\
+-\x1f\x07\xf9\x58\x5e\x05\xb4\xae\x3e\xfa\x53\xbe\x59\x53\x67\x85\
+-\x66\xed\x72\x60\xfd\x9d\xbb\x1e\xa9\x7e\x71\xd3\xec\x3c\x7f\x99\
+-\x4f\x7b\xd0\x05\x69\x7e\xf2\x57\x61\xf5\x79\x16\x28\x43\x9f\xdd\
+-\xb0\x00\xbc\x7d\x24\x02\xf0\x36\x74\x1f\xc8\x8b\x7b\x96\x8a\x2e\
+-\x7a\xe4\xd6\xbf\x80\xab\x73\x90\x3f\x05\xf2\x44\xfa\xba\x45\xf9\
+-\x7f\xe6\x69\x97\xf2\x0a\xdf\x8e\x7d\xc7\x35\xe1\xf0\x36\xe3\x8c\
+-\xc9\xee\x6b\xfa\x18\x6d\xc6\x80\xc6\x85\xe2\x1a\x20\x76\xa0\x77\
+-\x40\xff\x2e\x3c\xf5\x37\x21\xf6\x89\x79\xb2\x50\xc4\xaf\xcd\xe3\
+-\xed\x79\x04\xc8\xdb\xea\x53\xd0\x75\xd0\xf7\xc2\xe6\x2d\x65\xf5\
+-\x1c\xc0\x9f\x86\xee\xaf\x40\xf8\x63\x48\xf8\x21\xe8\x9e\x29\x2f\
+-\x8a\x55\x6a\x68\x86\x2a\x9a\x7d\x49\x0f\x6b\xb0\xd7\x34\x5c\xa3\
+-\xff\xed\x8b\xe8\xe9\xff\xe7\x08\x0c\x77\xd0\xf8\x75\x88\xff\x13\
+-\x86\x5f\x03\x5e\x61\xfd\x26\x2c\x9f\x15\x16\x0b\x65\x18\x60\xfd\
+-\x9b\xb3\x21\x3d\xec\x1f\x38\xac\xd7\x70\x72\x9a\x7a\xd7\xdd\x22\
+-\xa3\xfb\x0a\x12\x5e\xe1\x54\xe0\x3c\xbe\x9f\xc0\xcd\xc2\x6b\xc5\
+-\x11\x08\xf9\x51\x53\x83\xdd\xa1\x2e\x6d\xfc\xfb\x68\x77\x1d\x98\
+-\x2e\x6f\x73\x98\x6d\x11\x46\xa3\x3b\xe4\x94\x78\x0e\xd5\x63\x7c\
+-\xc4\x99\x7c\x87\x8b\x90\xed\x00\x1d\xdd\xad\x94\x9f\x8d\x19\xa3\
+-\x03\xb6\x43\x2d\x5b\xda\x96\x7f\x12\x56\x1f\x84\xf3\x37\x61\xb9\
+-\xe8\x90\x45\xe0\x74\xd1\x73\xde\xa7\x95\x5a\xe6\xfd\xa8\x49\xc0\
+-\x3e\x02\x5c\x63\x2c\x0f\x22\xc0\xc4\x3d\x1e\x9b\x00\xfd\x48\x00\
+-\xb1\x8f\xa5\x0e\x49\xfd\x9f\x2d\x84\x8b\x7e\x81\xf6\x91\x4d\x3f\
+-\x70\xf6\x1c\xac\x6f\xc3\xe6\xbf\x1d\xdc\xc5\xc7\x1d\x5a\x6e\xfd\
+-\x49\xd0\xdf\x02\x3e\x0e\xcb\x5b\x49\xe7\x97\x45\x42\xb6\x1b\x01\
+-\xbe\x87\x47\x7d\x2f\xbd\x9c\xe5\x8d\xef\x6a\x68\x5e\x4f\xc9\x73\
+-\x24\x22\xa8\x2a\x9b\x87\x0a\x5f\x73\x18\xfc\xe1\xf6\xff\xe5\xf6\
+-\x7f\x00\xc3\xe6\xee\x34\xa0\xd7\x41\x27\x00\x00\x00\x25\x74\x45\
+-\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\
+-\x31\x32\x2d\x30\x33\x2d\x30\x39\x54\x30\x30\x3a\x31\x36\x3a\x33\
+-\x32\x2b\x30\x39\x3a\x30\x30\x82\x8c\xe8\xff\x00\x00\x00\x25\x74\
+-\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\
+-\x30\x31\x32\x2d\x30\x33\x2d\x30\x39\x54\x30\x30\x3a\x31\x36\x3a\
+-\x33\x32\x2b\x30\x39\x3a\x30\x30\xf3\xd1\x50\x43\x00\x00\x00\x19\
+-\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x77\x77\x77\
+-\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\
+-\x1a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x03\xf0\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\x71\
+-\x50\x4c\x54\x45\x4a\x00\x00\x52\x00\x00\x53\x00\x00\x00\x00\x00\
+-\xac\x2f\x2f\xf0\xff\xff\x83\x00\x00\xc4\xb3\xb3\x65\x00\x00\xe4\
+-\x00\x00\x89\x71\x71\x94\x00\x00\xff\xff\xff\x8d\x06\x06\xb0\x3b\
+-\x3b\x92\x0a\x0a\xc3\x47\x47\x72\x00\x00\x4e\x00\x00\x00\xff\xff\
+-\x12\x07\x07\x0a\x07\x07\x0c\x07\x07\x0e\x08\x08\x52\x09\x09\x59\
+-\x02\x02\x5d\x01\x01\x5d\x02\x02\x5d\x02\x02\x5d\x01\x01\x0e\xff\
+-\xff\x75\x09\x09\x8e\x13\x13\x97\x18\x18\x93\x14\x14\x94\x15\x15\
+-\x97\x18\x18\x96\x18\x18\x5f\x00\x00\x92\x16\x16\xa2\x25\x25\x97\
+-\x1b\x1b\xa6\x48\x48\x9f\x39\x39\x98\x1b\x1b\xa0\x25\x25\x6f\x00\
+-\x00\x9a\x1e\x1e\xa1\x25\x25\xaa\x48\x48\xff\xff\xff\x9f\x36\x36\
+-\x9e\x21\x21\x72\x00\x00\x9f\x23\x23\xa6\x2a\x2a\x85\x16\x16\xff\
+-\xff\xff\xa1\x35\x35\x7a\x03\x03\xa4\x29\x29\xb1\x35\x35\x95\x1b\
+-\x1b\x74\x05\x05\xff\xff\xff\x80\x0a\x0a\xaa\x2f\x2f\xb6\x3a\x3a\
+-\xb8\x3c\x3c\x9c\x21\x21\x7d\x07\x07\x85\x0f\x0f\xb0\x34\x34\xbc\
+-\x40\x40\xbb\x3f\x3f\xb6\x39\x39\xa3\x35\x35\xcb\x3b\x3b\x8b\x14\
+-\x14\xb5\x3a\x3a\xc2\x46\x46\xba\x3c\x3c\xb7\x4d\x4d\x8f\x19\x19\
+-\xbc\x40\x40\xc4\x48\x48\xc1\x58\x58\xff\xff\xff\x86\x0f\x0f\x92\
+-\x1c\x1c\xc1\x46\x46\xc7\x4c\x4c\xab\x3e\x3e\x8e\x17\x17\xb3\x37\
+-\x37\x9b\x24\x24\xc6\x4b\x4b\xd3\x57\x57\xb3\x37\x37\x92\x20\x20\
+-\x94\x1d\x1d\xb7\x3b\x3b\xd4\x58\x58\x7a\xba\xba\xca\x51\x51\xd7\
+-\x59\x59\xda\x5d\x5d\xbf\x42\x42\xc2\x45\x45\xdb\x5e\x5e\xd8\x5b\
+-\x5b\x7b\xba\xba\xd2\x77\x77\xd2\x5f\x5f\xd3\x5c\x5c\xd6\x5f\x5f\
+-\xd6\x5e\x5e\xf5\xfa\xfa\xe1\xb7\xb7\xe0\xb8\xb8\xe2\xb9\xb9\xe2\
+-\xba\xba\xff\xff\xff\x57\x4f\xa6\xff\x00\x00\x00\x7a\x74\x52\x4e\
+-\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x02\x01\x13\x11\x11\x11\x3f\xc7\xd4\xd1\xd2\xd3\x01\
+-\xc7\xf9\xe8\xf3\xf2\xe9\xeb\x13\xd4\xe8\xf4\x81\x8e\xf5\xe2\x11\
+-\xd1\xf3\x7d\x03\x97\xf3\x11\xd1\xf4\x7f\x02\x9d\x11\xd3\xe9\xf8\
+-\x85\x0a\x11\xd4\xeb\xe1\xf7\x8b\x11\xd4\xeb\xe1\xf5\x98\x03\x11\
+-\xd3\xe9\xf6\x97\x11\xd2\xf2\x8b\x04\x8d\x11\xd1\xf5\x71\x85\xf6\
+-\x12\xd3\xe8\xf5\x6b\x7b\xf9\xe1\x03\xc7\xf6\xe6\xf3\xf2\xe7\xe9\
+-\x03\x50\xd2\xdb\xd9\xd9\x1e\x34\x32\x32\x32\x89\x34\xf1\xbb\x00\
+-\x00\x00\x01\x62\x4b\x47\x44\x0c\x81\xb3\x51\x63\x00\x00\x01\x09\
+-\x49\x44\x41\x54\x18\xd3\x0d\xc1\x85\x42\xc2\x00\x14\x00\xc0\xa7\
+-\x23\xa5\x11\x14\x46\x77\x4a\xd7\xe8\xee\x96\x56\x69\x90\x96\x1e\
+-\xfc\xbd\xdc\x01\x17\x5e\x79\xfc\xb7\xf7\x87\x37\x3e\xef\x15\xb8\
+-\xf0\x24\x10\xa2\x22\xb1\x04\x45\x25\x62\x11\x2a\x14\x3c\x83\x54\
+-\x26\x57\x28\x55\x6a\x8d\x46\xad\x52\x2a\xe4\x32\x29\x68\x75\x7a\
+-\x83\xd1\x64\xfe\xf8\x30\x9b\x8c\x06\xbd\x4e\x0b\x16\xab\xcd\x8e\
+-\x38\x9c\x2e\x97\xd3\x81\xd8\x6d\x56\x0b\xb8\x3d\x5e\x1f\x81\x88\
+-\xf9\xfd\x18\x91\xe0\xf3\x7a\xdc\x10\x08\x86\xc2\x11\x12\x39\x1a\
+-\x25\x93\x22\xe1\x50\x30\x00\xb1\x78\x22\x99\x4a\x53\x10\x84\x92\
+-\x4e\x25\x13\xf1\x18\x64\xb2\xb9\x7c\xa1\x48\x2d\x95\xa8\xc5\x42\
+-\x3e\x97\xcd\x40\xb9\x52\xad\xd5\xb1\x17\x1a\xed\x05\xab\xd7\xaa\
+-\x95\x32\x7c\x36\x9a\xad\x36\x9d\xd1\xe9\x30\xe8\xed\x56\xb3\xf1\
+-\x09\xdd\xde\xd7\x37\x93\xf5\xd3\xef\xff\xb0\x98\xdf\x5f\xbd\x2e\
+-\x0c\x86\xa3\xf1\x64\x3a\x9b\xcf\x67\xd3\xc9\x78\x34\x1c\xc0\xef\
+-\x62\xb9\x5a\x6f\xb6\xbb\xdd\x76\xb3\x5e\x2d\x17\x7f\xc0\xde\x1f\
+-\x8e\xa7\xf3\xf1\xe1\x7c\x3a\x1e\xf6\x6c\x40\x38\x97\x2b\x8e\xdf\
+-\xee\xf7\x1b\x8e\x5f\x2f\x1c\xe4\x1f\x2c\x0c\x3c\x68\x15\xea\x7a\
+-\xb8\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\
+-\x65\x61\x74\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\
+-\x31\x34\x3a\x30\x39\x3a\x30\x35\x2b\x30\x39\x3a\x30\x30\x3a\x1f\
+-\xf5\x87\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\
+-\x6f\x64\x69\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\
+-\x54\x31\x34\x3a\x30\x39\x3a\x30\x35\x2b\x30\x39\x3a\x30\x30\x4b\
+-\x42\x4d\x3b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x06\x5c\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x06\
+-\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\
+-\x05\x73\x49\x44\x41\x54\x38\xcb\x95\x94\x5d\x68\x54\xe9\x19\xc7\
+-\xff\xef\xfb\x9e\x39\x5f\x93\x99\x39\xc9\x64\x48\x93\xc9\x47\x67\
+-\x34\x18\xbd\x50\x59\x48\x1d\xab\xd1\x5a\x94\xd5\x4e\xa0\x2d\x5d\
+-\xbc\x13\x44\xab\x61\xc3\x22\x19\xb0\x94\xd2\x56\x64\xd3\xbd\x58\
+-\x10\xd9\xd2\xee\x8d\xeb\x55\x2e\x5a\x88\xab\xac\x36\x5a\x5c\xa1\
+-\x34\x9b\x2a\x94\x63\x74\xc7\x28\x14\x36\x1f\xc5\x98\x61\x32\xe8\
+-\x10\xe7\x23\x27\x27\xe7\xfd\xd8\x8b\x76\x16\x53\xb7\xb0\xfb\xbf\
+-\x7e\xf9\xf1\x3e\x3f\xfe\xcf\x03\x00\xd8\xb5\x6b\x17\x0e\x1e\x3c\
+-\x88\xa1\xa1\x21\xc4\x62\x31\xad\xb3\xb3\x13\x8c\x31\xbc\x9a\xa6\
+-\xa6\x26\x00\x20\xe9\x74\x9a\x5a\x96\x05\x00\x38\x72\xe4\x08\xfe\
+-\x5f\xd8\xfe\xfd\xfb\x11\x04\x01\x28\xa5\xe4\xea\xd5\xab\x04\x80\
+-\x8c\xc7\xe3\x2d\x00\x7e\x64\x59\xd6\x5b\x9a\xa6\x1d\x8e\xc5\x62\
+-\x7d\x8c\x31\xe9\x79\x5e\xc1\x34\x4d\x65\x9a\x26\xab\xd5\x6a\x6a\
+-\x76\x76\x16\xe7\xce\x9d\xc3\xe4\xe4\xe4\x6b\x60\xcd\x30\x0c\x70\
+-\xce\x49\x36\x9b\x55\x93\x93\x93\x70\x1c\x67\xb8\x56\xab\x8d\xb4\
+-\xb4\xb4\xb4\xdb\xb6\xcd\x28\xa5\x64\x7d\x7d\x5d\x56\xab\xd5\x35\
+-\x4a\xe9\x67\xe1\x70\xf8\x6c\xa5\x52\x99\x6b\x6d\x6d\x65\x52\x4a\
+-\x31\x3e\x3e\xfe\xb5\x3f\x26\x47\x8f\x1e\xc5\xf8\xf8\x38\x01\xa0\
+-\x52\xa9\xd4\xef\x9b\x9a\x9a\xde\xee\xee\xee\x5e\x31\x0c\x43\x23\
+-\x84\xac\x01\xe0\x00\x2c\x29\x25\x9e\x3f\x7f\x6e\x14\x0a\x85\xb2\
+-\xae\xeb\x3f\xa9\x54\x2a\x9f\x6b\x9a\xc6\x6c\xdb\x16\xa7\x4f\x9f\
+-\x46\x2e\x97\xdb\x08\xee\xed\xed\xd5\x7c\xdf\xe7\xe1\x70\x78\xb8\
+-\xb9\xb9\xf9\x83\x74\x3a\x5d\x0a\x82\x40\x76\x74\x74\x7c\xb2\x7d\
+-\xfb\xf6\x7f\x18\x86\xb1\xba\xb4\xb4\xf4\xdd\x47\x8f\x1e\xbd\x25\
+-\x84\xd8\x56\xab\xd5\xb4\x85\x85\x85\x45\xc7\x71\xf6\x56\x2a\x95\
+-\xaa\x69\x9a\x44\x4a\xa9\x5c\xd7\xdd\xa8\x22\x1e\x8f\x73\x4a\x69\
+-\x0b\x63\x6c\x24\x95\x4a\xad\x70\xce\x55\x26\x93\xf9\xe5\xc8\xc8\
+-\xc8\xc7\x84\x90\x00\x00\x94\x52\x04\xc0\x27\x27\x4f\x9e\xfc\x40\
+-\xd7\xf5\x7d\x4a\xa9\xde\x62\xb1\x38\x2c\x84\x78\x3f\x08\x02\x66\
+-\x59\x16\xff\x5f\x15\x94\x52\x8a\x70\x38\x7c\xa0\xbd\xbd\xbd\x5d\
+-\xd3\x34\xbd\xb5\xb5\xf5\x4f\xb9\x5c\xee\xcf\x84\x90\xaf\x1e\x13\
+-\x42\x70\xf6\xec\xd9\x67\xc7\x8f\x1f\xff\x35\x80\x95\x44\x22\x11\
+-\x24\x12\x89\x23\x8f\x1f\x3f\xc6\xf4\xf4\x34\xef\xef\xef\x7f\xdd\
+-\x71\x36\x9b\x45\x38\x1c\xfe\x6d\x24\x12\xf9\x15\x21\xa4\xe2\x38\
+-\xce\x8f\x29\xa5\xff\x6c\x6b\x6b\x63\xc3\xc3\xc3\xa2\x5e\xaf\x23\
+-\x1e\x8f\x13\x42\x08\x4d\x26\x93\xe2\xf0\xe1\xc3\x63\x9a\xa6\xfd\
+-\xac\x56\xab\x3d\x23\x84\xec\x97\x52\x16\x6d\xdb\x26\x97\x2f\x5f\
+-\x56\x1b\x54\x38\x8e\x03\xc6\x98\x65\x9a\x26\x09\x82\x20\x58\x5a\
+-\x5a\x2a\x07\x41\x80\x72\xb9\xac\xce\x9c\x39\x83\x5c\x2e\x07\xce\
+-\xb9\x3a\x71\xe2\x04\xf1\x7d\x1f\x9c\xf3\xb2\x65\x59\xd4\xb2\xac\
+-\x50\xbd\x5e\x37\x00\x40\x08\x41\x00\x6c\x04\x13\x42\x10\x8d\x46\
+-\x0b\x8c\x31\x21\xa5\x6c\xd2\x75\xbd\x97\x73\xfe\x45\xb9\x5c\x66\
+-\xb7\x6e\xdd\x92\x97\x2e\x5d\xc2\xf9\xf3\xe7\x89\xeb\xba\x8a\x73\
+-\x8e\x4c\x26\xd3\xa7\x69\x9a\xd0\x75\xbd\xb2\x63\xc7\x8e\xb2\xef\
+-\xfb\x90\x52\xaa\xd7\x1c\x47\x22\x11\xd8\xb6\x3d\x0d\xc0\x37\x4d\
+-\x53\x55\xab\xd5\x77\xa6\xa7\xa7\x51\x2c\x16\x83\xad\x5b\xb7\x6a\
+-\xfd\xfd\xfd\x6c\x62\x62\x82\x46\x22\x11\xb1\x69\xd3\xa6\x2c\x80\
+-\xfe\x50\x28\x24\x28\xa5\xff\xba\x70\xe1\x42\xf5\xe2\xc5\x8b\xa4\
+-\xa7\xa7\x47\x9d\x3a\x75\x6a\xe3\xe6\xb9\xae\x8b\x43\x87\x0e\x2d\
+-\xdd\xb9\x73\xe7\x07\x86\x61\x74\x09\x21\x3a\xa5\x94\x5b\x1c\xc7\
+-\xf9\x6c\x61\x61\x61\x55\x4a\xa9\x66\x66\x66\x54\x4f\x4f\x4f\xd6\
+-\xb2\xac\x3f\x74\x77\x77\x53\x4a\x29\x4d\xa7\xd3\xbf\x51\x4a\xcd\
+-\x75\x75\x75\xe9\x37\x6e\xdc\x10\xf5\x7a\x1d\xd9\x6c\x16\x8d\xda\
+-\x91\xa1\xa1\x21\x1a\x0a\x85\xe4\xbe\x7d\xfb\x76\xbb\xae\x3b\xae\
+-\xeb\xba\x59\x28\x14\xd8\xe2\xe2\x62\xc9\xf3\xbc\x7b\x41\x10\x54\
+-\x2c\xcb\xea\x73\x1c\xa7\x7f\xf3\xe6\xcd\x41\x34\x1a\xe5\xbe\xef\
+-\x6b\xf3\xf3\xf3\x9f\x2f\x2e\x2e\xbe\x23\x84\x98\x8d\x46\xa3\x9a\
+-\xef\xfb\x5c\xd7\x75\x64\x32\x19\x8c\x8e\x8e\x82\x28\xa5\x40\x08\
+-\x21\x00\xd4\xb5\x6b\xd7\x7e\xea\xba\xee\x7b\x8c\xb1\x0e\xdf\xf7\
+-\xd5\xcb\x97\x2f\x0d\x21\x04\x6c\xdb\x16\xd1\x68\x94\x33\xc6\x02\
+-\xc6\x58\x40\x29\x95\xc5\x62\xb1\xe5\xe9\xd3\xa7\x8b\x42\x88\x41\
+-\xdf\xf7\x67\x0d\xc3\x08\xf9\xbe\x1f\x84\x42\x21\xf4\xf6\xf6\xfe\
+-\x07\xdc\xe8\x2a\x00\xcc\xcf\xcf\xbf\x71\xfd\xfa\xf5\xe3\xb5\x5a\
+-\xed\x7b\x00\xe2\x00\x42\x00\x6a\x94\xd2\x7f\x6f\xdb\xb6\xed\xe3\
+-\x7c\x3e\x7f\x82\x31\xb6\xd3\xb2\xac\xe7\xa5\x52\xa9\x79\x6e\x6e\
+-\x6e\x79\x7d\x7d\x7d\x70\x6d\x6d\x6d\xd6\xb2\xac\x90\xef\xfb\x81\
+-\xae\xeb\x20\xa5\x52\x09\x89\x44\xa2\x01\x27\xbb\x77\xef\x56\xf7\
+-\xee\xdd\x33\x01\x74\xe5\xf3\xf9\x64\xb5\x5a\xb5\x52\xa9\x54\x29\
+-\x99\x4c\x3e\x23\x84\x2c\x4f\x4c\x4c\xfc\xf0\xc1\x83\x07\x1f\xe9\
+-\xba\x1e\x33\x0c\xa3\x5a\x2a\x95\x9c\x06\xdc\xf7\xfd\x59\xd3\x34\
+-\x35\x29\x25\xa7\xb7\x6f\xdf\x86\xe7\x79\xf8\xef\xea\xaa\x17\x2f\
+-\x5e\x10\x00\x6b\x00\xbe\xd8\xb9\x73\xe7\xdf\x07\x06\x06\xfe\x3a\
+-\x3a\x3a\x3a\x0d\x60\x19\x00\x19\x1c\x1c\xfc\xdb\xc0\xc0\xc0\xdb\
+-\x42\x88\x15\x21\x44\xa4\xa3\xa3\x63\x65\xcb\x96\x2d\x6d\xb6\x6d\
+-\x4f\xd8\xb6\xbd\x99\x73\xce\x19\x63\x8c\x1e\x3b\x76\x0c\x8d\xc3\
+-\x0d\x00\x33\x33\x33\x0a\x00\x99\x9a\x9a\x22\x00\x08\x00\xc2\x39\
+-\x27\xa5\x52\xa9\xa1\x8d\x1c\x38\x70\xe0\xd3\xbd\x7b\xf7\x0e\x4b\
+-\x29\x57\xa4\x94\x91\x64\x32\xb9\xd2\xd7\xd7\xd7\x16\x0e\x87\xff\
+-\x62\xdb\x76\xa7\x52\x4a\x90\x57\xbb\x77\xf3\xe6\x4d\xec\xd9\xb3\
+-\x07\xb1\x58\xec\xb5\xdd\x0f\x82\x00\xa1\x50\xa8\x61\x0c\x00\xd4\
+-\xd4\xd4\xd4\x9b\xae\xeb\x7e\x68\x18\x46\xb3\x65\x59\xe5\x42\xa1\
+-\xd0\xb3\xbc\xbc\xfc\xae\xe7\x79\xbf\x23\xf8\x86\x51\x4a\xc1\xf3\
+-\xbc\xc6\x74\x5f\xc1\xef\xde\xbd\xfb\xe6\xfd\xfb\xf7\xff\xc8\x18\
+-\xfb\x0e\xe7\xdc\x50\x4a\xfd\xdc\xf7\xfd\xb1\x6f\xca\x05\x00\xb8\
+-\xae\x0b\xcf\xf3\xa0\x94\x6a\x9c\x52\x02\x00\xf9\x7c\xfe\xfb\x63\
+-\x63\x63\x1f\x5e\xb9\x72\xe5\x17\x4a\x29\xbb\xd1\xb4\x6f\x95\x87\
+-\x0f\x1f\x62\x75\x75\xb5\x01\x7f\x75\x22\x4b\x29\xa5\x29\xa5\xf0\
+-\xe4\xc9\x13\x7c\x09\xd9\x25\x94\xf4\xac\x8d\xd7\x41\x00\x00\x00\
+-\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\
+-\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\
+-\x39\x3a\x30\x38\x2b\x30\x39\x3a\x30\x30\x5b\xc8\x94\x47\x00\x00\
+-\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\
+-\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\
+-\x30\x39\x3a\x30\x38\x2b\x30\x39\x3a\x30\x30\x2a\x95\x2c\xfb\x00\
+-\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x03\xd3\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\x5f\
+-\x50\x4c\x54\x45\x3f\x3f\x3f\x41\x41\x41\x3e\x3e\x3e\x43\x43\x43\
+-\x0f\x0f\x0f\x0b\x0b\x0b\x07\x07\x07\x16\x16\x16\x00\x00\x00\x1d\
+-\x1d\x1d\x11\x11\x11\x4f\x4f\x4f\x98\x98\x98\xb5\xb5\xb5\x5a\x5a\
+-\x5a\x50\x50\x50\x1f\x1f\x1f\xb6\xb6\xb6\x73\x73\x73\xff\xff\xff\
+-\xa0\xa0\xa0\xb1\xb1\xb1\xc3\xc3\xc3\x1c\x1c\x1c\x17\x17\x17\x33\
+-\x33\x33\x00\x00\x00\x00\x00\x00\x22\x22\x22\x1e\x1e\x1e\x21\x21\
+-\x21\x1e\x1e\x1e\x17\x17\x17\x3c\x3c\x3c\x58\x58\x58\x2d\x2d\x2d\
+-\x43\x43\x43\x4d\x4d\x4d\x43\x43\x43\x5a\x5a\x5a\x62\x62\x62\x3e\
+-\x3e\x3e\x55\x55\x55\x64\x64\x64\x6a\x6a\x6a\x6a\x6a\x6a\x62\x62\
+-\x62\x61\x61\x61\x68\x68\x68\x6c\x6c\x6c\x67\x67\x67\x6c\x6c\x6c\
+-\x64\x64\x64\x7e\x7e\x7e\xbe\xbe\xbe\x2d\x2d\x2d\x2b\x2b\x2b\x52\
+-\x52\x52\x71\x71\x71\x6c\x6c\x6c\x7b\x7b\x7b\x33\x33\x33\x56\x56\
+-\x56\x71\x71\x71\x79\x79\x79\x71\x71\x71\x83\x83\x83\x7c\x7c\x7c\
+-\x49\x49\x49\x71\x71\x71\x7d\x7d\x7d\x7d\x7d\x7d\x73\x73\x73\x66\
+-\x66\x66\x5c\x5c\x5c\x56\x56\x56\x89\x89\x89\x7e\x7e\x7e\x83\x83\
+-\x83\x78\x78\x78\x5b\x5b\x5b\x66\x66\x66\x90\x90\x90\x84\x84\x84\
+-\x89\x89\x89\x69\x69\x69\x46\x46\x46\x29\x29\x29\x88\x88\x88\x70\
+-\x70\x70\x8a\x8a\x8a\x8f\x8f\x8f\x8c\x8c\x8c\x70\x70\x70\x5d\x5d\
+-\x5d\x7a\x7a\x7a\x8b\x8b\x8b\x8d\x8d\x8d\x90\x90\x90\x8f\x8f\x8f\
+-\x95\x95\x95\x93\x93\x93\xba\xba\xba\x9a\x9a\x9a\x96\x96\x96\xa9\
+-\xa9\xa9\x94\x94\x94\x99\x99\x99\xc2\xc2\xc2\xff\xff\xff\xff\xff\
+-\xff\x99\x99\x99\x95\x95\x95\xce\xce\xce\xd1\xd1\xd1\xcd\xcd\xcd\
+-\xff\xff\xff\x15\x27\x83\x3f\x00\x00\x00\x74\x74\x52\x4e\x53\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x02\x02\x03\x04\x12\x5f\xdf\x78\x98\x56\
+-\xd3\xee\x77\xf6\xf1\xf5\xe8\xe6\x02\x9f\xf1\xe0\xe4\xef\xe1\x03\
+-\x5b\xf5\xe4\xe6\x7c\x32\x04\x5f\xd2\xe8\xf1\x74\x12\xe0\xee\xe6\
+-\xde\x18\x03\x12\xdc\xec\xe7\xdd\x13\x03\x05\x75\xd9\xe6\xf2\x64\
+-\x02\x62\xf4\xe5\xe5\x64\x14\x02\x96\xf2\xe0\xe5\xf2\xdc\x01\x86\
+-\xf5\xee\xf2\xe7\xe7\x01\x8c\xaa\x73\xd7\xeb\x01\x05\x0c\x6c\xe6\
+-\x01\x0e\x34\xaa\xef\x9c\xd4\x00\x00\x00\x01\x62\x4b\x47\x44\x13\
+-\x0c\xbb\x5c\x96\x00\x00\x01\x04\x49\x44\x41\x54\x18\xd3\x0d\xc7\
+-\x53\xb3\x02\x01\x18\x00\xd0\xaf\x36\x6c\xdc\x6a\xb3\x6d\xdc\x6c\
+-\xdb\xb6\x6d\xff\xff\x99\xdb\xd3\x99\x03\x40\x20\x8a\xc4\x12\xa9\
+-\x4c\x26\x95\x88\x45\x44\x02\x00\x82\x90\xc8\x14\xaa\x5c\xa1\x90\
+-\x53\x29\x64\x12\x82\x00\x82\xd2\x94\x2a\xb5\x46\xab\xd5\xa8\x55\
+-\x4a\x1a\x8a\x80\x88\xae\xd3\x1b\x8c\x26\xb3\xd9\x64\x34\xe8\x75\
+-\x74\x11\x58\x18\x56\x9b\xdd\xe1\x74\xb9\x9c\x0e\xbb\xcd\xca\xb0\
+-\xc0\x1f\xb8\x3d\x5e\x9f\x3f\x10\xf0\xfb\xbc\x1e\xf7\xaf\xc1\x50\
+-\x38\x12\x8d\xa1\x4c\x26\x1a\x8b\x46\xc2\xa1\x20\xc4\x13\xc9\x54\
+-\x3a\xc3\xca\x66\x59\x99\x74\x2a\x99\x88\x43\x2e\x5f\x28\x96\xca\
+-\xec\x4a\x85\x5d\x2e\x15\x0b\xf9\x1c\x54\x6b\xf5\x46\xb3\x85\xa1\
+-\x28\xd6\x6a\x36\xea\xb5\x2a\xb4\x39\x9d\x6e\xaf\x3f\x18\x0e\x07\
+-\xfd\x5e\xb7\xc3\x69\xc3\x88\x3b\x9e\x4c\x67\xf3\xc5\x62\x3e\x9b\
+-\x4e\xc6\xdc\x11\x2c\x79\xab\xf5\x66\xbb\xdb\xef\x77\xdb\xcd\x7a\
+-\xc5\x5b\xc2\x01\x47\x8f\xa7\xf3\xe5\x7a\xbd\x9c\x4f\x47\x14\x3f\
+-\x00\xff\x86\xdf\x1f\xd8\xf3\xf5\x7a\x62\x8f\x3b\x7e\xe3\x83\x40\
+-\xf8\xc6\x71\xfc\xf3\xfd\x7e\x7e\xbc\x85\x82\x7f\xe2\xff\x35\x3d\
+-\x0a\xe2\x25\x08\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\
+-\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\
+-\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x34\x2b\x30\x39\x3a\x30\
+-\x30\x9c\x68\xfe\x33\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\
+-\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\
+-\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x34\x2b\x30\x39\x3a\
+-\x30\x30\xed\x35\x46\x8f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+-\x60\x82\
+-\x00\x00\x05\x62\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\
+-\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\
+-\x01\x00\x9a\x9c\x18\x00\x00\x03\x19\x69\x43\x43\x50\x50\x68\x6f\
+-\x74\x6f\x73\x68\x6f\x70\x20\x49\x43\x43\x20\x70\x72\x6f\x66\x69\
+-\x6c\x65\x00\x00\x78\xda\x63\x60\x60\x9e\xe0\xe8\xe2\xe4\xca\x24\
+-\xc0\xc0\x50\x50\x54\x52\xe4\x1e\xe4\x18\x19\x11\x19\xa5\xc0\x7e\
+-\x9e\x81\x8d\x81\x99\x81\x81\x81\x81\x81\x21\x31\xb9\xb8\xc0\x31\
+-\x20\xc0\x87\x81\x81\x81\x21\x2f\x3f\x2f\x95\x01\x03\x7c\xbb\xc6\
+-\xc0\xc8\xc0\xc0\xc0\x70\x59\xd7\xd1\xc5\xc9\x95\x81\x34\xc0\x9a\
+-\x5c\x50\x54\xc2\xc0\xc0\x70\x80\x81\x81\xc1\x28\x25\xb5\x38\x99\
+-\x81\x81\xe1\x0b\x03\x03\x43\x7a\x79\x49\x41\x09\x03\x03\x63\x0c\
+-\x03\x03\x83\x48\x52\x76\x41\x09\x03\x03\x63\x01\x03\x03\x83\x48\
+-\x76\x48\x90\x33\x03\x03\x63\x0b\x03\x03\x13\x4f\x49\x6a\x45\x09\
+-\x03\x03\x03\x83\x73\x7e\x41\x65\x51\x66\x7a\x46\x89\x82\xa1\xa5\
+-\xa5\xa5\x82\x63\x4a\x7e\x52\xaa\x42\x70\x65\x71\x49\x6a\x6e\xb1\
+-\x82\x67\x5e\x72\x7e\x51\x41\x7e\x51\x62\x49\x6a\x0a\x03\x03\x03\
+-\xd4\x0e\x06\x06\x06\x06\x5e\x97\xfc\x12\x05\xf7\xc4\xcc\x3c\x05\
+-\x43\x53\x55\x06\x2a\x83\x88\xc8\x28\x05\xf4\xf0\x41\x88\x21\x40\
+-\x72\x69\x51\x19\x84\xc5\xc8\xc0\xc0\xc0\x20\xc0\xa0\xc5\xe0\xc7\
+-\x50\xc9\xb0\x8a\xe1\x01\xa3\x34\x63\x14\xe3\x3c\xc6\xa7\x4c\x86\
+-\x4c\x0d\x4c\x97\x98\x35\x98\x1b\x99\xef\xb2\xd8\xb0\xcc\x63\x65\
+-\x66\xcd\x66\xbd\xca\xe6\xc4\xb6\x89\x5d\x85\x7d\x26\x87\x00\x47\
+-\x27\x27\x2b\x67\x33\x17\x33\x57\x1b\x37\x37\xf7\x44\x1e\x29\x9e\
+-\xa5\xbc\xc6\xbc\x87\xf8\x82\xf9\x9e\xf1\x57\x0b\x08\x09\xac\x16\
+-\x74\x13\x7c\x24\xd4\x28\xac\x28\x7c\x58\x24\x5d\x94\x57\x74\xab\
+-\x58\x9c\x38\xa7\xf8\x56\x89\x14\x49\x61\xc9\xa3\x52\x15\xd2\xba\
+-\xd2\x4f\x64\xe6\xc8\x86\xca\x09\xca\x9d\x95\xef\x51\xf0\x51\xe4\
+-\x55\xbc\xa0\x34\x45\x39\x4a\x45\x49\xe5\xb5\xea\x56\xb5\x46\x75\
+-\x3f\x0d\x59\x8d\xb7\x9a\xfb\xb4\x26\x6a\xa7\xea\x58\xeb\x0a\xe9\
+-\xbe\xd2\x3b\xa2\x3f\xdf\xa0\xc6\x30\xca\xc8\xd2\x58\xd2\xf8\xb7\
+-\xc9\x3d\xd3\xc3\x66\x2b\xcc\xfb\x2d\x2a\x2c\x13\xad\x7c\xac\x2d\
+-\x6c\x54\x6d\x45\xec\x58\xec\xbe\xda\x3f\x77\xb8\xed\x78\xc1\xe9\
+-\x98\xf3\x5e\x97\xad\xae\xeb\xdd\x56\xba\x2f\xf5\x58\xe4\xb9\xd0\
+-\x6b\x81\xf7\x42\x9f\xc5\xbe\xcb\xfc\x56\xf9\xaf\x0f\xd8\x1a\xb8\
+-\x37\xe8\x58\xf0\xf9\x90\x5b\xa1\xcf\xc2\xbe\x44\x30\x45\x0a\x46\
+-\x29\x45\x1b\xc7\xb8\xc5\x46\xc5\xe5\xc5\xb7\x24\xcc\x4e\xdc\x9c\
+-\x74\x36\xf9\x79\x2a\x53\x9a\x5c\xba\x4d\x46\x54\x66\x55\xd6\xac\
+-\xec\x3d\x39\xf7\xf2\x98\xf2\xd5\x0b\x7c\x0a\x8b\x8b\x66\x17\x1f\
+-\x2e\x79\x5b\x26\x51\xee\x52\x51\x58\x39\xaf\xea\x6c\xf5\xdf\x5a\
+-\xbd\xba\xf8\xfa\x49\x0d\xc7\x1a\x7f\x37\x1b\xb4\xa4\xb7\xce\x6b\
+-\xbb\xde\x21\xd8\xe9\xdd\xd5\xde\x7d\xb8\x97\xa1\xcf\xbe\xbf\x6e\
+-\xc2\xbe\x89\xff\x27\x3b\x4e\x69\x9d\x7a\x62\x3a\xef\x8c\xe0\x99\
+-\xb3\x66\x3d\x9a\xa3\x35\xb7\x64\xde\xbe\x05\x5c\x0b\xc3\x16\x2d\
+-\x5e\xfc\x71\xa9\xc3\xb2\x09\xcb\x1f\xae\x34\x5e\xd5\xba\xfa\xe6\
+-\x5a\xdd\x75\x4d\xeb\x6f\x6e\x34\xd8\xd4\xb1\xf9\xc1\x56\xab\x6d\
+-\x53\xb7\x7f\xd8\xe9\xbb\x6b\xd5\x1e\x8e\xbd\xe9\xfb\x8e\x1f\x50\
+-\x3f\xd8\x79\xe8\xf5\x11\xbf\xa3\x9b\x8f\x8b\x9f\xa8\x3d\xf9\xe4\
+-\xb4\xf7\x99\x2d\xe7\x64\xcf\xb7\x5f\xf8\x74\x29\xee\xf2\xa9\xab\
+-\x16\xd7\x96\xdd\x10\xbd\xd9\x7a\xeb\xeb\x9d\xf4\xbb\x37\xef\xfb\
+-\x3c\x38\xf0\xc8\xf4\xf1\xea\xa7\x8a\xcf\x66\xbe\x10\x7c\xd9\xf5\
+-\x9a\xf9\x4d\xdd\xdb\x9f\xef\x4b\x3f\x7c\xfa\x54\xf0\xf9\xdd\xd7\
+-\xbc\x6f\xef\x7e\xe4\xff\xfc\xf0\xbb\xf8\xcf\xb7\x7f\x55\xff\xff\
+-\x03\x00\x2a\xbf\x1d\x8a\xf3\x6f\x51\x5b\x00\x00\x00\x20\x63\x48\
+-\x52\x4d\x00\x00\x7a\x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\
+-\x80\xe9\x00\x00\x75\x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\
+-\x17\x6f\x92\x5f\xc5\x46\x00\x00\x01\xc3\x49\x44\x41\x54\x78\xda\
+-\x3c\xd0\x3f\x68\x13\x61\x18\xc7\xf1\xdf\xf3\xbe\x77\xe4\xce\xbb\
+-\xf4\x92\x9a\xb4\xf5\x4f\x4a\x51\x03\x4d\x87\xd6\xa2\x62\xc1\xa1\
+-\x08\xea\xa8\x82\x2e\x12\x07\xc5\x45\x9a\xe2\xd0\x59\x84\x22\x0e\
+-\x0e\xfe\x99\x04\xd1\x55\x8b\x14\x97\x20\xe5\x36\x17\x07\x69\x86\
+-\x2e\xa2\xa0\x42\x40\x34\x39\x84\x22\xa9\xbd\xcb\x5d\xee\xee\x7d\
+-\x1c\xae\x71\xff\xf2\x79\x7e\x3c\x04\x00\xc0\x29\x44\x10\x22\x54\
+-\xb9\xea\xf6\xf2\xd8\x3d\xf4\x58\x40\x69\x38\x86\x35\xc8\x2c\xe8\
+-\xa0\x42\x3a\xdb\x87\xfc\x35\xeb\x4a\x54\x1d\x7f\x77\x67\xb0\x29\
+-\x98\x7b\x38\x3b\x0c\x16\x29\xc7\xa5\x89\xdf\x1b\x93\xd5\xe9\x6e\
+-\x3a\xef\xcd\x76\x9a\xe7\xe3\xef\x82\x79\x07\xf2\x08\x4d\x50\x89\
+-\x4a\x74\x86\x75\xc3\xba\xe8\x1c\x34\xd2\xe2\x6e\x3a\xf7\x73\xce\
+-\x6f\x9e\x88\x7f\x09\x30\x71\x46\xe0\x35\xd5\x78\x6c\xea\xe1\xf3\
+-\xe0\xf4\xbe\x5d\x95\xb6\xcb\x9e\x3b\x55\x3f\xda\x6f\x09\xb2\x47\
+-\x72\x02\x00\x34\xf8\xe4\xc4\xaf\x6a\xcd\x47\x71\x4d\x0e\x38\x69\
+-\x97\x3d\x77\xb2\x2e\xfa\x34\xb3\xa9\x15\x91\x80\x00\x00\xe4\xc4\
+-\x33\xba\x3d\x42\x0c\x70\xdc\x2e\x77\xdd\x4a\x9d\xae\x7d\xcb\x8f\
+-\x72\x9c\x05\x04\x90\xa9\x4c\x95\x1d\xe5\xa4\x3d\xea\xbd\xd7\xf6\
+-\xab\xa2\x62\xb5\x27\x00\xc4\x04\x10\x00\x06\xe1\x70\x5a\x10\x5a\
+-\x14\x04\xc6\x50\x00\x01\x46\xa4\x39\x04\x40\x24\x81\x63\x6c\xad\
+-\x34\xa8\x75\xd2\xb0\x39\x43\x69\x40\xf3\xbd\x27\xcb\x3b\x97\xf5\
+-\x90\x54\x98\x4f\x3e\x5f\xbd\xd5\xfa\x32\xa4\x71\x17\x9f\x44\x5f\
+-\x95\x1b\x85\x07\x07\x7c\xa9\x22\x2b\xfd\x71\xee\xe6\xc6\x56\x5e\
+-\x48\x09\x06\x90\x87\x92\xa9\xd2\xaf\x9b\x4f\x2b\xbe\xa9\x52\x33\
+-\xd9\x5e\x5c\x7a\xfc\xb1\x20\xee\xab\xbd\x47\x35\x44\x57\x59\xb3\
+-\xf2\x43\xd5\xb7\xe3\xd8\x0c\xfe\x1e\x5f\xba\xed\x2e\xd0\x3a\x33\
+-\x04\x81\x40\xb8\xc0\xeb\x78\xf6\x75\xe1\x85\x34\xd8\x8c\xc2\xe9\
+-\x95\x4b\xee\x38\xbd\xf9\xbf\x1d\x00\xa3\x43\x0c\xb6\x5e\xae\xae\
+-\x7a\x6f\x6f\x00\xa0\x3e\xfd\x41\x08\xc6\xbf\x01\x00\x68\x0e\xb7\
+-\xae\x03\xc1\xbb\x0e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\
+-\x82\
+-\x00\x00\x04\xad\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\xf5\
+-\x50\x4c\x54\x45\x22\x22\x22\x1a\x1a\x1a\x00\x00\x00\x0b\x0b\x0b\
+-\x0c\x0c\x0c\x23\x23\x23\x0f\x0f\x0f\xd7\xd7\xd7\x38\x38\x38\x17\
+-\x17\x17\x33\x33\x33\x86\x86\x86\x03\x03\x03\xbb\xbb\xbb\x60\x60\
+-\x60\x37\x37\x37\x47\x47\x47\x6c\x6c\x6c\x57\x57\x57\xff\xff\xff\
+-\x72\x72\x72\x53\x53\x53\x66\x66\x66\x56\x56\x56\x9f\x9f\x9f\x6d\
+-\x6d\x6d\xd8\xd8\xd8\x67\x67\x67\x4d\x4d\x4d\x87\x87\x87\x50\x50\
+-\x50\x7a\x7a\x7a\x5e\x5e\x5e\xe8\xe8\xe8\xfe\xfe\xfe\xc8\xc8\xc8\
+-\xf9\xf9\xf9\x06\x06\x06\x1f\x1f\x1f\x00\x00\x00\x1e\x1e\x1e\x13\
+-\x13\x13\x1c\x1c\x1c\x22\x22\x22\x23\x23\x23\x15\x15\x15\x25\x25\
+-\x25\x4a\x4a\x4a\x52\x52\x52\x33\x33\x33\x65\x65\x65\x8d\x8d\x8d\
+-\xbb\xbb\xbb\x33\x33\x33\x38\x38\x38\x3b\x3b\x3b\x68\x68\x68\xe6\
+-\xe6\xe6\x3b\x3b\x3b\x3e\x3e\x3e\x54\x54\x54\x65\x65\x65\x7a\x7a\
+-\x7a\x00\x00\x00\x00\x00\x00\x65\x65\x65\x54\x54\x54\x52\x52\x52\
+-\x4b\x4b\x4b\x66\x66\x66\x6c\x6c\x6c\x50\x50\x50\x36\x36\x36\x3d\
+-\x3d\x3d\x3c\x3c\x3c\x6c\x6c\x6c\x66\x66\x66\x68\x68\x68\x60\x60\
+-\x60\x70\x70\x70\x70\x70\x70\x53\x53\x53\x68\x68\x68\x72\x72\x72\
+-\x70\x70\x70\x70\x70\x70\x70\x70\x70\x73\x73\x73\x76\x76\x76\x72\
+-\x72\x72\x5e\x5e\x5e\xff\xff\xff\xb7\xb7\xb7\xc2\xc2\xc2\x5e\x5e\
+-\x5e\x71\x71\x71\x75\x75\x75\x3f\x3f\x3f\x7f\x7f\x7f\x5f\x5f\x5f\
+-\x00\x00\x00\x5f\x5f\x5f\x7c\x7c\x7c\x87\x87\x87\x6d\x6d\x6d\xf9\
+-\xf9\xf9\x85\x85\x85\x57\x57\x57\x3f\x3f\x3f\x30\x30\x30\x57\x57\
+-\x57\x7d\x7d\x7d\x84\x84\x84\x68\x68\x68\x78\x78\x78\x7c\x7c\x7c\
+-\xbc\xbc\xbc\x8c\x8c\x8c\x7f\x7f\x7f\x6a\x6a\x6a\x5d\x5d\x5d\x6a\
+-\x6a\x6a\x80\x80\x80\x8c\x8c\x8c\x8b\x8b\x8b\x6a\x6a\x6a\x4e\x4e\
+-\x4e\x66\x66\x66\x55\x55\x55\xfd\xfd\xfd\xa1\xa1\xa1\x95\x95\x95\
+-\x8f\x8f\x8f\x94\x94\x94\xa6\xa6\xa6\x9f\x9f\x9f\x8c\x8c\x8c\x95\
+-\x95\x95\x71\x71\x71\x53\x53\x53\x63\x63\x63\xff\xff\xff\xe0\xe0\
+-\xe0\xff\xff\xff\xa1\xa1\xa1\x93\x93\x93\x9b\x9b\x9b\x79\x79\x79\
+-\x64\x64\x64\xc1\xc1\xc1\x00\x00\x00\x1d\x1d\x1d\xa6\xa6\xa6\x97\
+-\x97\x97\x95\x95\x95\x8c\x8c\x8c\xe9\xe9\xe9\xbe\xbe\xbe\xe8\xe8\
+-\xe8\xbb\xbb\xbb\xbb\xbb\xbb\x39\x39\x39\x4f\x4f\x4f\x54\x54\x54\
+-\x7b\x7b\x7b\x79\x79\x79\xff\xff\xff\xc8\x04\x1d\xb3\x00\x00\x00\
+-\xa1\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x0a\x02\x5d\xac\
+-\xce\x02\x12\xb6\xfc\xe5\xb6\xc8\x62\x32\xb5\x01\x5d\xc5\x1f\x5f\
+-\x03\xac\xfd\x51\x15\x11\xfc\xaf\x01\x0a\xd0\xde\x24\xc7\xde\xd8\
+-\xdd\xd3\x01\x0a\xd0\xdd\x22\xd0\xe8\xe2\xdc\xd3\x01\xae\xfd\x45\
+-\x17\x36\x2f\x44\xfe\xb3\x01\x64\xbd\x03\xc0\xfa\x5a\x03\x0a\xbf\
+-\xc0\x45\x15\xc2\xf0\xe6\x52\x04\x02\x26\xc1\xfd\xfa\xde\xfb\xf7\
+-\xe4\xe8\xf0\x5a\x03\x02\x16\x79\xbc\xda\xbf\x6c\x69\xf0\xe6\xf1\
+-\x57\x02\x0f\x26\x10\x73\xf1\xe9\xeb\x30\x01\x01\x02\x6f\xea\xe1\
+-\x32\x01\x02\x01\x50\x49\x80\x1b\x4d\x2a\x00\x00\x00\x01\x62\x4b\
+-\x47\x44\x13\x0c\xbb\x5c\x96\x00\x00\x01\x1b\x49\x44\x41\x54\x18\
+-\xd3\x01\x10\x01\xef\xfe\x00\x00\x01\x26\x02\x03\x04\x27\x27\x04\
+-\x03\x02\x26\x01\x00\x02\x02\x00\x05\x28\x06\x07\x29\x2a\x2b\x2b\
+-\x2a\x29\x07\x06\x28\x05\x08\x02\x00\x2c\x09\x2d\x2e\xa1\x2f\x30\
+-\x30\x2f\xa1\x2e\x2d\x09\x2c\x0a\x0b\x00\x0c\x0d\x31\xa2\x32\x33\
+-\x34\x34\x33\x32\xa2\x35\x0d\x0c\x36\x0e\x00\x0f\x37\xa3\x38\x39\
+-\x02\x10\x10\x02\x39\x38\xa3\x3a\x0f\x3b\x11\x00\x12\x3c\x3d\x3e\
+-\x13\x3f\x40\x40\x3f\x13\x3e\x41\x42\x12\x43\x14\x00\x44\x45\x46\
+-\x47\x48\x49\x4a\x4a\x49\x48\x47\x4b\x4c\x44\x15\x4d\x00\x4e\x4f\
+-\x50\x51\x52\x53\x54\x54\x53\x52\x51\x55\x56\x4e\x16\x57\x00\x12\
+-\x58\x59\x5a\x5b\x5c\x5d\x5d\x5c\x5b\x5e\x5f\x60\x17\x61\x18\x00\
+-\x19\x62\xa4\x63\x64\x17\x19\x19\x17\x64\x65\x66\x67\x14\x68\x01\
+-\x00\x1a\x69\x6a\xa5\x6b\x6c\x6d\x6d\x6c\x6e\x6f\x70\x71\x1b\x72\
+-\x1c\x00\x73\x1d\x74\x75\x76\x77\x78\x78\x79\x7a\x7b\x7c\x7d\x7e\
+-\x1e\x7f\x00\x02\x80\x1f\x81\x82\x83\x84\x84\x85\x86\x87\x88\x89\
+-\x8a\x8b\x20\x00\x02\x02\x8c\x21\x02\x8d\x8e\x8e\x8f\x02\x06\x90\
+-\x91\x92\x93\x94\x00\x22\x13\x02\x95\x96\x13\x23\x23\x13\x97\x96\
+-\x02\x98\x99\x9a\x9b\x00\x02\x13\x24\x13\x13\x9c\x9d\x9d\x9e\x13\
+-\x9c\x13\x02\x9f\xa0\x25\xab\x52\x45\x94\xc5\xe6\xe1\x52\x00\x00\
+-\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\
+-\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\
+-\x30\x39\x3a\x30\x37\x2b\x30\x39\x3a\x30\x30\xad\x80\xe4\xae\x00\
+-\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\
+-\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\
+-\x3a\x30\x39\x3a\x30\x37\x2b\x30\x39\x3a\x30\x30\xdc\xdd\x5c\x12\
+-\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x05\x67\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\
+-\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\
+-\x01\x00\x9a\x9c\x18\x00\x00\x03\x19\x69\x43\x43\x50\x50\x68\x6f\
+-\x74\x6f\x73\x68\x6f\x70\x20\x49\x43\x43\x20\x70\x72\x6f\x66\x69\
+-\x6c\x65\x00\x00\x78\xda\x63\x60\x60\x9e\xe0\xe8\xe2\xe4\xca\x24\
+-\xc0\xc0\x50\x50\x54\x52\xe4\x1e\xe4\x18\x19\x11\x19\xa5\xc0\x7e\
+-\x9e\x81\x8d\x81\x99\x81\x81\x81\x81\x81\x21\x31\xb9\xb8\xc0\x31\
+-\x20\xc0\x87\x81\x81\x81\x21\x2f\x3f\x2f\x95\x01\x03\x7c\xbb\xc6\
+-\xc0\xc8\xc0\xc0\xc0\x70\x59\xd7\xd1\xc5\xc9\x95\x81\x34\xc0\x9a\
+-\x5c\x50\x54\xc2\xc0\xc0\x70\x80\x81\x81\xc1\x28\x25\xb5\x38\x99\
+-\x81\x81\xe1\x0b\x03\x03\x43\x7a\x79\x49\x41\x09\x03\x03\x63\x0c\
+-\x03\x03\x83\x48\x52\x76\x41\x09\x03\x03\x63\x01\x03\x03\x83\x48\
+-\x76\x48\x90\x33\x03\x03\x63\x0b\x03\x03\x13\x4f\x49\x6a\x45\x09\
+-\x03\x03\x03\x83\x73\x7e\x41\x65\x51\x66\x7a\x46\x89\x82\xa1\xa5\
+-\xa5\xa5\x82\x63\x4a\x7e\x52\xaa\x42\x70\x65\x71\x49\x6a\x6e\xb1\
+-\x82\x67\x5e\x72\x7e\x51\x41\x7e\x51\x62\x49\x6a\x0a\x03\x03\x03\
+-\xd4\x0e\x06\x06\x06\x06\x5e\x97\xfc\x12\x05\xf7\xc4\xcc\x3c\x05\
+-\x43\x53\x55\x06\x2a\x83\x88\xc8\x28\x05\xf4\xf0\x41\x88\x21\x40\
+-\x72\x69\x51\x19\x84\xc5\xc8\xc0\xc0\xc0\x20\xc0\xa0\xc5\xe0\xc7\
+-\x50\xc9\xb0\x8a\xe1\x01\xa3\x34\x63\x14\xe3\x3c\xc6\xa7\x4c\x86\
+-\x4c\x0d\x4c\x97\x98\x35\x98\x1b\x99\xef\xb2\xd8\xb0\xcc\x63\x65\
+-\x66\xcd\x66\xbd\xca\xe6\xc4\xb6\x89\x5d\x85\x7d\x26\x87\x00\x47\
+-\x27\x27\x2b\x67\x33\x17\x33\x57\x1b\x37\x37\xf7\x44\x1e\x29\x9e\
+-\xa5\xbc\xc6\xbc\x87\xf8\x82\xf9\x9e\xf1\x57\x0b\x08\x09\xac\x16\
+-\x74\x13\x7c\x24\xd4\x28\xac\x28\x7c\x58\x24\x5d\x94\x57\x74\xab\
+-\x58\x9c\x38\xa7\xf8\x56\x89\x14\x49\x61\xc9\xa3\x52\x15\xd2\xba\
+-\xd2\x4f\x64\xe6\xc8\x86\xca\x09\xca\x9d\x95\xef\x51\xf0\x51\xe4\
+-\x55\xbc\xa0\x34\x45\x39\x4a\x45\x49\xe5\xb5\xea\x56\xb5\x46\x75\
+-\x3f\x0d\x59\x8d\xb7\x9a\xfb\xb4\x26\x6a\xa7\xea\x58\xeb\x0a\xe9\
+-\xbe\xd2\x3b\xa2\x3f\xdf\xa0\xc6\x30\xca\xc8\xd2\x58\xd2\xf8\xb7\
+-\xc9\x3d\xd3\xc3\x66\x2b\xcc\xfb\x2d\x2a\x2c\x13\xad\x7c\xac\x2d\
+-\x6c\x54\x6d\x45\xec\x58\xec\xbe\xda\x3f\x77\xb8\xed\x78\xc1\xe9\
+-\x98\xf3\x5e\x97\xad\xae\xeb\xdd\x56\xba\x2f\xf5\x58\xe4\xb9\xd0\
+-\x6b\x81\xf7\x42\x9f\xc5\xbe\xcb\xfc\x56\xf9\xaf\x0f\xd8\x1a\xb8\
+-\x37\xe8\x58\xf0\xf9\x90\x5b\xa1\xcf\xc2\xbe\x44\x30\x45\x0a\x46\
+-\x29\x45\x1b\xc7\xb8\xc5\x46\xc5\xe5\xc5\xb7\x24\xcc\x4e\xdc\x9c\
+-\x74\x36\xf9\x79\x2a\x53\x9a\x5c\xba\x4d\x46\x54\x66\x55\xd6\xac\
+-\xec\x3d\x39\xf7\xf2\x98\xf2\xd5\x0b\x7c\x0a\x8b\x8b\x66\x17\x1f\
+-\x2e\x79\x5b\x26\x51\xee\x52\x51\x58\x39\xaf\xea\x6c\xf5\xdf\x5a\
+-\xbd\xba\xf8\xfa\x49\x0d\xc7\x1a\x7f\x37\x1b\xb4\xa4\xb7\xce\x6b\
+-\xbb\xde\x21\xd8\xe9\xdd\xd5\xde\x7d\xb8\x97\xa1\xcf\xbe\xbf\x6e\
+-\xc2\xbe\x89\xff\x27\x3b\x4e\x69\x9d\x7a\x62\x3a\xef\x8c\xe0\x99\
+-\xb3\x66\x3d\x9a\xa3\x35\xb7\x64\xde\xbe\x05\x5c\x0b\xc3\x16\x2d\
+-\x5e\xfc\x71\xa9\xc3\xb2\x09\xcb\x1f\xae\x34\x5e\xd5\xba\xfa\xe6\
+-\x5a\xdd\x75\x4d\xeb\x6f\x6e\x34\xd8\xd4\xb1\xf9\xc1\x56\xab\x6d\
+-\x53\xb7\x7f\xd8\xe9\xbb\x6b\xd5\x1e\x8e\xbd\xe9\xfb\x8e\x1f\x50\
+-\x3f\xd8\x79\xe8\xf5\x11\xbf\xa3\x9b\x8f\x8b\x9f\xa8\x3d\xf9\xe4\
+-\xb4\xf7\x99\x2d\xe7\x64\xcf\xb7\x5f\xf8\x74\x29\xee\xf2\xa9\xab\
+-\x16\xd7\x96\xdd\x10\xbd\xd9\x7a\xeb\xeb\x9d\xf4\xbb\x37\xef\xfb\
+-\x3c\x38\xf0\xc8\xf4\xf1\xea\xa7\x8a\xcf\x66\xbe\x10\x7c\xd9\xf5\
+-\x9a\xf9\x4d\xdd\xdb\x9f\xef\x4b\x3f\x7c\xfa\x54\xf0\xf9\xdd\xd7\
+-\xbc\x6f\xef\x7e\xe4\xff\xfc\xf0\xbb\xf8\xcf\xb7\x7f\x55\xff\xff\
+-\x03\x00\x2a\xbf\x1d\x8a\xf3\x6f\x51\x5b\x00\x00\x00\x20\x63\x48\
+-\x52\x4d\x00\x00\x7a\x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\
+-\x80\xe9\x00\x00\x75\x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\
+-\x17\x6f\x92\x5f\xc5\x46\x00\x00\x01\xc8\x49\x44\x41\x54\x78\xda\
+-\x34\x90\xbf\x6b\x13\x71\x18\xc6\x9f\xf7\xbd\xfb\x5e\x72\xcd\x8f\
+-\x42\x03\xda\xd0\x52\xbd\x2d\x4a\x41\x1c\x0a\x05\x45\x10\x44\xce\
+-\x0a\xea\x62\x51\x74\x70\x73\x13\xd4\xc1\xc1\x29\xa5\xfe\x07\x6d\
+-\x15\xb4\x08\xc2\x0d\xa2\x82\x45\x87\x0c\xba\x4a\xc4\xa1\xea\x60\
+-\xc0\x88\x92\x46\xac\x34\x35\x4d\x9b\xb4\x97\xeb\xdd\x7d\x5f\x87\
+-\x6b\x9f\xf5\xe1\xf9\x3c\x3c\x0f\x01\x57\xf1\x03\x11\xc0\xa4\x31\
+-\xb8\x36\x53\x98\x0b\xea\x69\xd6\x3a\x85\x4f\x00\x00\xbe\x8e\x9f\
+-\x10\x28\xbe\xa7\x87\x06\xfc\xc5\xa1\x5b\xe1\xb3\xc2\x48\x4a\x5b\
+-\x94\xd8\x80\x91\x83\x86\xc9\x97\x74\xc5\x5e\xf1\x8a\xe7\xc6\x7f\
+-\x1b\x63\xff\xa6\x46\x97\xa4\x77\x88\x1a\x00\x00\x13\x50\x7c\x42\
+-\x57\xed\x5f\xde\x88\xeb\xb4\x0c\xeb\x00\xe5\x3b\x85\xe8\x18\x3e\
+-\x52\x09\x84\x00\xa6\xe2\x09\x5d\xb7\x9b\xde\xa8\xeb\xb4\xd8\xd8\
+-\xc9\xe6\xaa\xb3\x37\xd7\xd6\x6b\x54\xd6\x49\x05\x4d\x43\xdb\x2b\
+-\xde\xb0\xeb\xb4\xc8\x8c\x2d\x55\xbb\x70\xf7\x5a\x6d\x53\x65\x24\
+-\x02\x00\x04\x9a\xa6\xed\xa6\x57\x74\x9d\x16\x29\x40\xa8\xb7\xf5\
+-\x2d\xdc\x54\x10\x00\x80\xc0\x8c\x36\xe8\xd4\x9b\xe1\xd3\x4e\x9b\
+-\xcc\x04\xe8\xb3\xcf\x90\xc4\x87\x90\xea\xb6\xcd\x12\x67\x63\x05\
+-\x01\x01\x10\x64\x29\xa7\xf7\xf2\x80\x90\xb6\xb4\xb1\xf4\x61\x79\
+-\x32\x3a\x9c\xf6\x89\x19\x04\xdd\xf1\x25\x8c\xc2\x3d\x45\x7a\x67\
+-\x8b\x1e\x62\xe2\xc8\xcb\x45\xf3\x68\xba\x2b\x1c\xa6\xf3\xaf\x6f\
+-\xcf\x2d\x0f\x5a\x92\x50\x88\xfb\x3d\x7a\xc0\x5d\x3d\x75\xfc\xdd\
+-\x53\x63\x2c\xb5\x1d\xf3\x6a\xa6\x73\xbf\x35\x6f\xf3\xb8\x9e\xdd\
+-\x7f\xf2\xbd\x54\xf8\xed\xea\x95\x5a\xe3\x8c\x91\xb7\x42\x15\xb7\
+-\xcf\xef\x36\x83\x2f\x0d\x63\x5d\x76\x01\x18\xa0\x10\x84\xcb\x54\
+-\x95\x47\xee\xe7\x85\x81\x9c\xf2\x7b\xaa\x9e\x89\x4f\x6e\x7f\x2d\
+-\xf2\xbc\x06\x00\x26\x84\x78\x2e\x07\xe9\x62\xa5\x74\x27\xe8\x8b\
+-\x6d\xa4\x27\x1f\x2f\x7c\x7f\x81\xb3\x42\x20\x10\x20\xe8\x63\x03\
+-\x3e\x81\x80\x57\x37\xca\x7f\x9f\x94\x25\x23\xf8\x43\xfb\x5b\xff\
+-\x0f\x00\x4f\x37\xc3\x11\x46\x41\xaa\x24\x00\x00\x00\x00\x49\x45\
+-\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x04\x9c\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\xef\
+-\x50\x4c\x54\x45\x2f\x2f\x2f\x41\x41\x41\x0a\x0a\x0a\x0c\x0c\x0c\
+-\x3d\x3d\x3d\x00\x00\x00\x27\x27\x27\x14\x14\x14\x3a\x3a\x3a\x8d\
+-\x8d\x8d\x1d\x1d\x1d\x61\x61\x61\x5f\x5f\x5f\x2a\x2a\x2a\x6b\x6b\
+-\x6b\x46\x46\x46\x9c\x9c\x9c\x6f\x6f\x6f\xb0\xb0\xb0\x49\x49\x49\
+-\x53\x53\x53\x50\x50\x50\x45\x45\x45\x51\x51\x51\xbe\xbe\xbe\x59\
+-\x59\x59\x6d\x6d\x6d\x5e\x5e\x5e\x54\x54\x54\x43\x43\x43\x4b\x4b\
+-\x4b\x55\x55\x55\xff\xff\xff\x4a\x4a\x4a\x40\x40\x40\xa8\xa8\xa8\
+-\x1b\x1b\x1b\x52\x52\x52\xaa\xaa\xaa\xeb\xeb\xeb\xc5\xc5\xc5\xfd\
+-\xfd\xfd\xb6\xb6\xb6\xc9\xc9\xc9\xd8\xd8\xd8\x77\x77\x77\xcb\xcb\
+-\xcb\xda\xda\xda\xc0\xc0\xc0\x1e\x1e\x1e\x00\x00\x00\x20\x20\x20\
+-\x0f\x0f\x0f\x1a\x1a\x1a\x22\x22\x22\x24\x24\x24\x22\x22\x22\x34\
+-\x34\x34\x48\x48\x48\x52\x52\x52\x2c\x2c\x2c\x44\x44\x44\x5e\x5e\
+-\x5e\x7d\x7d\x7d\xc0\xc0\xc0\x44\x44\x44\x2c\x2c\x2c\x33\x33\x33\
+-\x49\x49\x49\x75\x75\x75\x5f\x5f\x5f\x49\x49\x49\x45\x45\x45\x40\
+-\x40\x40\x5f\x5f\x5f\x66\x66\x66\x78\x78\x78\x73\x73\x73\x66\x66\
+-\x66\x5f\x5f\x5f\x40\x40\x40\x60\x60\x60\x5a\x5a\x5a\x6a\x6a\x6a\
+-\x69\x69\x69\x5a\x5a\x5a\x52\x52\x52\x69\x69\x69\x6a\x6a\x6a\x5a\
+-\x5a\x5a\x6e\x6e\x6e\x71\x71\x71\x50\x50\x50\x51\x51\x51\x73\x73\
+-\x73\x42\x42\x42\x80\x80\x80\x76\x76\x76\x5e\x5e\x5e\x39\x39\x39\
+-\x18\x18\x18\x3a\x3a\x3a\x5e\x5e\x5e\x79\x79\x79\x75\x75\x75\x67\
+-\x67\x67\x00\x00\x00\x8a\x8a\x8a\x79\x79\x79\x64\x64\x64\x52\x52\
+-\x52\x64\x64\x64\x7d\x7d\x7d\x84\x84\x84\x62\x62\x62\x42\x42\x42\
+-\x56\x56\x56\xd1\xd1\xd1\xff\xff\xff\xa0\xa0\xa0\x8b\x8b\x8b\x85\
+-\x85\x85\x85\x85\x85\x8d\x8d\x8d\x96\x96\x96\x81\x81\x81\x87\x87\
+-\x87\x66\x66\x66\x4a\x4a\x4a\x5e\x5e\x5e\xce\xce\xce\xff\xff\xff\
+-\xdf\xdf\xdf\x96\x96\x96\x87\x87\x87\x8f\x8f\x8f\x6c\x6c\x6c\x4e\
+-\x4e\x4e\x5e\x5e\x5e\xfe\xfe\xfe\x0b\x0b\x0b\x9c\x9c\x9c\x8d\x8d\
+-\x8d\x95\x95\x95\x71\x71\x71\x54\x54\x54\xed\xed\xed\xba\xba\xba\
+-\xf0\xf0\xf0\xec\xec\xec\xa1\xa1\xa1\x93\x93\x93\x97\x97\x97\x7a\
+-\x7a\x7a\x4e\x4e\x4e\xe8\xe8\xe8\xa7\xa7\xa7\x97\x97\x97\x9c\x9c\
+-\x9c\xf5\xf5\xf5\xf0\xf0\xf0\xff\xff\xff\x5f\x5f\x5f\x6c\x6c\x6c\
+-\xff\xff\xff\x1c\x86\xc7\xae\x00\x00\x00\xa2\x74\x52\x4e\x53\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x02\x0a\x01\x42\xa5\xcd\x02\x74\xf9\xfe\xe7\x42\xf9\xe3\x78\x31\
+-\xf8\x43\x03\xa5\x71\xfe\xa8\x02\x0a\xce\xe4\x17\x03\xe3\xd1\x09\
+-\x01\x0a\xce\xe3\x12\x03\xe2\xd3\x09\x01\xa7\x61\x61\xa3\x02\x4d\
+-\xf9\xe2\x61\x13\x62\xdf\xf5\x6b\x05\x01\x88\xf6\xfc\xe0\xfd\xf2\
+-\xe4\xe5\x5a\x04\x01\x01\x60\xb7\xd9\xdb\xb0\x7e\xe6\xeb\xf0\x5a\
+-\x04\x01\x0c\x26\x71\xf0\xe5\xf1\x5a\x02\x01\x02\x72\xef\xe5\xf1\
+-\x54\x01\x01\x01\x01\x73\xf0\xf5\xd4\x05\x01\x6b\xdc\x87\x01\x23\
+-\x08\x2b\xfc\x3c\xc7\x00\x00\x00\x01\x62\x4b\x47\x44\x20\xb3\x6b\
+-\x3d\x80\x00\x00\x01\x0f\x49\x44\x41\x54\x18\xd3\x63\x60\x60\x34\
+-\x64\x62\x36\x32\x62\x66\x32\x64\x64\x60\x61\x65\x65\x65\x60\x33\
+-\x66\x37\x31\x35\x33\x33\x35\x61\x37\x66\xe3\xe0\x04\x0a\x98\x73\
+-\x59\x58\x5a\x59\x5b\x5b\x59\x5a\x70\x99\x73\xf3\x00\x05\x78\x6d\
+-\x6c\xed\xec\x1d\x1c\xec\xed\x1c\x9d\x78\x9d\xf9\x80\x02\xfc\x2e\
+-\x8b\x5c\x59\x05\x04\x58\x5d\xdd\xdc\xf9\x3d\x04\x81\x02\x9e\x5e\
+-\xde\x3e\x42\xbe\xbe\x42\x3e\x7e\xfe\x01\xc2\x81\x40\x81\xa0\xe0\
+-\x90\x50\x91\xb0\x30\x91\xd0\xf0\x88\x48\xee\x28\xa0\x80\x68\xf4\
+-\xe2\x18\x31\x56\x56\xb1\xd8\xc5\x71\xe2\xf1\x12\x92\xac\x0c\x52\
+-\x09\x89\x49\xc9\x29\x29\xa9\x69\xe9\x19\xd2\x99\x32\xe2\xd2\x0c\
+-\x59\xac\xd9\x39\xb9\x79\x79\xf9\x05\x85\x45\xc5\xb2\x25\x72\xf2\
+-\x0c\xa5\x0a\x65\xe5\x15\x95\x55\xd5\x35\xb5\x75\xf5\x0d\x8a\x8d\
+-\x4a\x0c\xca\x4d\x0a\x2a\xcd\x2d\x2d\xcd\xac\xad\x6d\xed\x1d\x9d\
+-\xaa\x5d\x0c\x6a\xea\xdd\x3d\x0a\x1a\x1a\x0a\x59\xac\xbd\x7d\xfd\
+-\x13\x26\xca\x30\x28\x68\x2a\x28\x4c\x9a\x3c\x79\xca\xd4\x2c\xd6\
+-\x69\xd3\x67\xcc\x9c\xc5\xc0\xca\xaa\xa0\xa5\xa0\xa0\xa0\xad\x33\
+-\x9b\x95\x75\xce\xdc\x79\xba\x40\x01\x30\x50\xd0\xd3\x9f\xaf\xc0\
+-\xba\x60\xa1\x01\x00\x4d\x15\x3f\xe7\x47\x34\x6f\x83\x00\x00\x00\
+-\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\
+-\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\
+-\x39\x3a\x30\x38\x2b\x30\x39\x3a\x30\x30\x5b\xc8\x94\x47\x00\x00\
+-\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\
+-\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\
+-\x30\x39\x3a\x30\x38\x2b\x30\x39\x3a\x30\x30\x2a\x95\x2c\xfb\x00\
+-\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x04\xb1\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\xf8\
+-\x50\x4c\x54\x45\x22\x22\x22\x1a\x1a\x1a\x00\x00\x00\x0b\x0b\x0b\
+-\x0c\x0c\x0c\x23\x23\x23\x0f\x0f\x0f\xd9\xd9\xd9\x38\x38\x38\x17\
+-\x17\x17\x33\x33\x33\x86\x86\x86\x03\x03\x03\xbb\xbb\xbb\x60\x60\
+-\x60\x37\x37\x37\x6c\x6c\x6c\x57\x57\x57\xff\xff\xff\x72\x72\x72\
+-\x53\x53\x53\x66\x66\x66\x56\x56\x56\x9f\x9f\x9f\x6d\x6d\x6d\x70\
+-\x70\x70\x71\x71\x71\xd8\xd8\xd8\x67\x67\x67\x4d\x4d\x4d\x87\x87\
+-\x87\x50\x50\x50\x7a\x7a\x7a\x5e\x5e\x5e\xe8\xe8\xe8\xfe\xfe\xfe\
+-\xc8\xc8\xc8\xf9\xf9\xf9\x06\x06\x06\x1f\x1f\x1f\x00\x00\x00\x1e\
+-\x1e\x1e\x13\x13\x13\x1c\x1c\x1c\x22\x22\x22\x23\x23\x23\x15\x15\
+-\x15\x25\x25\x25\x4a\x4a\x4a\x54\x54\x54\x33\x33\x33\x65\x65\x65\
+-\x8d\x8d\x8d\x90\x90\x90\x33\x33\x33\x38\x38\x38\x3b\x3b\x3b\x68\
+-\x68\x68\xff\xff\xff\x2d\x2d\x2d\x3b\x3b\x3b\x3e\x3e\x3e\x54\x54\
+-\x54\x65\x65\x65\x79\x79\x79\x14\x14\x14\x60\x60\x60\x65\x65\x65\
+-\x54\x54\x54\x52\x52\x52\x4b\x4b\x4b\x66\x66\x66\x6c\x6c\x6c\x52\
+-\x52\x52\x35\x35\x35\x44\x44\x44\x6b\x6b\x6b\x6c\x6c\x6c\x66\x66\
+-\x66\x68\x68\x68\x60\x60\x60\x70\x70\x70\x70\x70\x70\x53\x53\x53\
+-\x67\x67\x67\x73\x73\x73\x75\x75\x75\x70\x70\x70\x70\x70\x70\x73\
+-\x73\x73\x76\x76\x76\x72\x72\x72\x5e\x5e\x5e\xff\xff\xff\x9f\x9f\
+-\x9f\x75\x75\x75\x71\x71\x71\x75\x75\x75\x3f\x3f\x3f\x7f\x7f\x7f\
+-\x60\x60\x60\x76\x76\x76\x5f\x5f\x5f\x7c\x7c\x7c\x87\x87\x87\x6d\
+-\x6d\x6d\xf9\xf9\xf9\x85\x85\x85\x57\x57\x57\x43\x43\x43\x96\x96\
+-\x96\x57\x57\x57\x7d\x7d\x7d\x84\x84\x84\x68\x68\x68\x78\x78\x78\
+-\x7c\x7c\x7c\xbc\xbc\xbc\x8c\x8c\x8c\x7f\x7f\x7f\x6a\x6a\x6a\x5e\
+-\x5e\x5e\x6a\x6a\x6a\x80\x80\x80\x8c\x8c\x8c\x8b\x8b\x8b\x6a\x6a\
+-\x6a\x4e\x4e\x4e\x66\x66\x66\x55\x55\x55\xfd\xfd\xfd\xa1\xa1\xa1\
+-\x95\x95\x95\x8e\x8e\x8e\x94\x94\x94\xa6\xa6\xa6\x9f\x9f\x9f\x8c\
+-\x8c\x8c\x95\x95\x95\x71\x71\x71\x53\x53\x53\x63\x63\x63\xff\xff\
+-\xff\xe1\xe1\xe1\xff\xff\xff\xa1\xa1\xa1\x93\x93\x93\x9b\x9b\x9b\
+-\x79\x79\x79\x64\x64\x64\xc1\xc1\xc1\x00\x00\x00\x1d\x1d\x1d\xa6\
+-\xa6\xa6\x97\x97\x97\x95\x95\x95\x8c\x8c\x8c\xe9\xe9\xe9\xbe\xbe\
+-\xbe\xe8\xe8\xe8\xbb\xbb\xbb\xbb\xbb\xbb\x39\x39\x39\x4f\x4f\x4f\
+-\x54\x54\x54\x7b\x7b\x7b\x7a\x7a\x7a\xff\xff\xff\xc9\x1e\x43\xa0\
+-\x00\x00\x00\xa2\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\
+-\x0a\x02\x5d\xac\xcf\x02\x12\xb6\xfb\xe2\xb6\xc8\x62\x40\xb5\x01\
+-\x5d\xc6\x1b\xc7\x5f\x03\xac\xfd\x52\x23\xe1\xfc\xaf\x01\x0a\xd0\
+-\xde\x24\xc6\xdf\xe4\xdd\xd3\x01\x0a\xd0\xdd\x22\xd0\xe8\xe4\xdc\
+-\xd3\x01\xae\xfd\x45\x14\x43\xe0\xfe\xb3\x01\x64\xbe\xd0\xc1\xfa\
+-\x5a\x03\x0a\xbf\xbf\x46\x3e\xc2\xf0\xe6\x52\x04\x02\x26\xc1\xfd\
+-\xf9\xd8\xfb\xf7\xe4\xe8\xf0\x5a\x03\x02\x16\x79\xbc\xdc\xbf\x6c\
+-\x69\xf0\xe6\xf1\x57\x02\x0f\x26\x10\x73\xf1\xe9\xeb\x30\x01\x01\
+-\x02\x6f\xea\xe1\x32\x01\x02\x01\x50\x49\x28\x34\x55\x6d\x00\x00\
+-\x00\x01\x62\x4b\x47\x44\x12\x7b\xbc\x6c\x00\x00\x00\x01\x1b\x49\
+-\x44\x41\x54\x18\xd3\x01\x10\x01\xef\xfe\x00\x00\x01\x27\x02\x03\
+-\x04\x28\x28\x04\x03\x02\x27\x01\x00\x02\x02\x00\x05\x29\x06\x07\
+-\x2a\x2b\x2c\x2c\x2b\x2a\x07\x06\x29\x05\x08\x02\x00\x2d\x09\x2e\
+-\x2f\xa2\x30\x31\x31\x30\xa2\x2f\x2e\x09\x2d\x0a\x0b\x00\x0c\x0d\
+-\x32\xa3\x33\x34\x35\x35\x34\x33\xa3\x36\x0d\x0c\x37\x0e\x00\x0f\
+-\x38\xa4\x39\x3a\x02\x3b\x3b\x02\x3a\x39\xa4\x3c\x0f\x3d\x10\x00\
+-\x11\x3e\x3f\x40\x12\x41\x42\x42\x41\x12\x40\x43\x44\x11\x45\x13\
+-\x00\x46\x47\x48\x49\x4a\x4b\x4c\x4c\x4b\x4a\x49\x4d\x4e\x46\x14\
+-\x4f\x00\x50\x51\x52\x53\x54\x55\x56\x56\x55\x54\x53\x57\x58\x50\
+-\x15\x59\x00\x11\x5a\x5b\x5c\x5d\x5e\x5f\x5f\x5e\x5d\x5c\x60\x61\
+-\x16\x62\x17\x00\x18\x63\xa5\x64\x12\x19\x65\x65\x1a\x12\x66\x67\
+-\x68\x13\x69\x01\x00\x1b\x6a\x6b\xa6\x6c\x6d\x6e\x6e\x6d\x6f\x70\
+-\x71\x72\x1c\x73\x1d\x00\x74\x1e\x75\x76\x77\x78\x79\x79\x7a\x7b\
+-\x7c\x7d\x7e\x7f\x1f\x80\x00\x02\x81\x20\x82\x83\x84\x85\x85\x86\
+-\x87\x88\x89\x8a\x8b\x8c\x21\x00\x02\x02\x8d\x22\x02\x8e\x8f\x8f\
+-\x90\x02\x06\x91\x92\x93\x94\x95\x00\x23\x12\x02\x96\x97\x12\x24\
+-\x24\x12\x98\x97\x02\x99\x9a\x9b\x9c\x00\x02\x12\x25\x12\x12\x9d\
+-\x9e\x9e\x9f\x12\x9d\x12\x02\xa0\xa1\x26\x5b\x65\x46\xb6\xc0\x90\
+-\xed\xd0\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\
+-\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\
+-\x54\x31\x34\x3a\x30\x39\x3a\x30\x36\x2b\x30\x39\x3a\x30\x30\x0b\
+-\xf7\xef\x1a\x00\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\
+-\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\
+-\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x36\x2b\x30\x39\x3a\x30\x30\
+-\x7a\xaa\x57\xa6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\
+-\x00\x00\x06\x57\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x18\x00\x00\x00\x18\x08\x03\x00\x00\x00\xd7\xa9\xcd\xca\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x02\xd9\
+-\x50\x4c\x54\x45\x00\x00\x00\x82\x82\x82\x7f\x7f\x7f\x80\x80\x80\
+-\x6f\x6f\x6f\x89\x89\x89\x8c\x8c\x8c\x72\x72\x72\x11\x11\x11\x04\
+-\x04\x04\x33\x33\x33\x2a\x2a\x2a\x8f\x8f\x8f\x1b\x1b\x1b\x13\x13\
+-\x13\x21\x21\x21\x40\x40\x40\x29\x29\x29\x31\x31\x31\x32\x32\x32\
+-\x28\x28\x28\x2c\x2c\x2c\x2e\x2e\x2e\x35\x35\x35\x2f\x2f\x2f\x34\
+-\x34\x34\x36\x36\x36\x38\x38\x38\x3b\x3b\x3b\x1d\x1d\x1d\x12\x12\
+-\x12\x7e\x7e\x7e\x3f\x3f\x3f\x08\x08\x08\x0c\x0c\x0c\x06\x06\x06\
+-\x15\x15\x15\x42\x42\x42\x3d\x3d\x3d\x44\x44\x44\x54\x54\x54\x25\
+-\x25\x25\x4a\x4a\x4a\x52\x52\x52\x41\x41\x41\x60\x60\x60\x92\x92\
+-\x92\x45\x45\x45\x64\x64\x64\xbb\xbb\xbb\x8e\x8e\x8e\x55\x55\x55\
+-\xff\xff\xff\x09\x09\x09\x2b\x2b\x2b\x07\x07\x07\x4b\x4b\x4b\xe0\
+-\xe0\xe0\x51\x51\x51\xfc\xfc\xfc\xfd\xfd\xfd\xbc\xbc\xbc\xf8\xf8\
+-\xf8\xf1\xf1\xf1\xa2\xa2\xa2\xe3\xe3\xe3\xcf\xcf\xcf\xf9\xf9\xf9\
+-\xbd\xbd\xbd\xf7\xf7\xf7\x27\x27\x27\x00\x00\x00\x38\x38\x38\x20\
+-\x20\x20\x2f\x2f\x2f\x26\x26\x26\x3a\x3a\x3a\x1c\x1c\x1c\x4c\x4c\
+-\x4c\x2d\x2d\x2d\x4e\x4e\x4e\x2a\x2a\x2a\x29\x29\x29\xc2\xc2\xc2\
+-\x32\x32\x32\x3f\x3f\x3f\x4f\x4f\x4f\x2f\x2f\x2f\x4a\x4a\x4a\x64\
+-\x64\x64\x43\x43\x43\x2b\x2b\x2b\xf3\xf3\xf3\x35\x35\x35\x22\x22\
+-\x22\x29\x29\x29\x28\x28\x28\x47\x47\x47\x6b\x6b\x6b\x58\x58\x58\
+-\x60\x60\x60\x6a\x6a\x6a\x67\x67\x67\x46\x46\x46\x2e\x2e\x2e\xe9\
+-\xe9\xe9\x38\x38\x38\xff\xff\xff\x6c\x6c\x6c\x63\x63\x63\x6d\x6d\
+-\x6d\x6b\x6b\x6b\x4a\x4a\x4a\x32\x32\x32\xe8\xe8\xe8\x3c\x3c\x3c\
+-\x00\x00\x00\x0c\x0c\x0c\x13\x13\x13\x17\x17\x17\x09\x09\x09\x0c\
+-\x0c\x0c\xc0\xc0\xc0\x72\x72\x72\x6d\x6d\x6d\x70\x70\x70\x6f\x6f\
+-\x6f\x4e\x4e\x4e\x36\x36\x36\xe1\xe1\xe1\x41\x41\x41\x2a\x2a\x2a\
+-\x26\x26\x26\x2a\x2a\x2a\x2e\x2e\x2e\x2e\x2e\x2e\x2e\x2e\x2e\x2e\
+-\x2e\x2e\x3d\x3d\x3d\x67\x67\x67\x73\x73\x73\x74\x74\x74\x73\x73\
+-\x73\x52\x52\x52\x39\x39\x39\xff\xff\xff\x46\x46\x46\x52\x52\x52\
+-\x41\x41\x41\x59\x59\x59\x66\x66\x66\x65\x65\x65\x65\x65\x65\x66\
+-\x66\x66\x66\x66\x66\x6f\x6f\x6f\x78\x78\x78\x77\x77\x77\x56\x56\
+-\x56\x3e\x3e\x3e\x77\x77\x77\x61\x61\x61\x49\x49\x49\x6c\x6c\x6c\
+-\x7d\x7d\x7d\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7b\x7b\x7b\x7b\
+-\x7b\x7b\x7c\x7c\x7c\x72\x72\x72\x66\x66\x66\x9f\x9f\x9f\x7a\x7a\
+-\x7a\x5a\x5a\x5a\x44\x44\x44\x65\x65\x65\x72\x72\x72\x72\x72\x72\
+-\x72\x72\x72\x7a\x7a\x7a\x7e\x7e\x7e\x7f\x7f\x7f\x81\x81\x81\x77\
+-\x77\x77\x79\x79\x79\x59\x59\x59\x81\x81\x81\xcb\xcb\xcb\xd3\xd3\
+-\xd3\xd2\xd2\xd2\xd2\xd2\xd2\xcc\xcc\xcc\xfe\xfe\xfe\x8c\x8c\x8c\
+-\x7e\x7e\x7e\x83\x83\x83\x84\x84\x84\x7c\x7c\x7c\x78\x78\x78\xe5\
+-\xe5\xe5\x5e\x5e\x5e\x6b\x6b\x6b\x85\x85\x85\x88\x88\x88\x82\x82\
+-\x82\x7d\x7d\x7d\xd8\xd8\xd8\x00\x00\x00\x30\x30\x30\x4b\x4b\x4b\
+-\x5c\x5c\x5c\x81\x81\x81\x8c\x8c\x8c\x87\x87\x87\x80\x80\x80\xcc\
+-\xcc\xcc\x6a\x6a\x6a\x5c\x5c\x5c\x5f\x5f\x5f\x84\x84\x84\x90\x90\
+-\x90\x8b\x8b\x8b\x80\x80\x80\xba\xba\xba\xb0\xb0\xb0\xf2\xf2\xf2\
+-\x97\x97\x97\x87\x87\x87\x8f\x8f\x8f\xb1\xb1\xb1\x8f\x8f\x8f\xff\
+-\xff\xff\x9c\x9c\x9c\x80\x80\x80\xb2\xb2\xb2\x5d\x5d\x5d\xff\xff\
+-\xff\xca\xca\xca\xff\xff\xff\x2e\x2e\x2e\xff\xff\xff\xdb\x92\x2b\
+-\xa2\x00\x00\x00\xf1\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\
+-\x03\x01\x02\x02\x04\x20\x93\x08\x03\x16\xc8\xad\x02\x03\x01\x18\
+-\xcf\xf0\xde\xf6\xb0\x02\x03\x01\x01\x01\x02\x14\xbf\xf1\xe4\xe1\
+-\xf6\xb0\x02\x03\x1f\xba\xf0\xe4\xe1\xf6\xb0\x02\x03\x01\x0e\x10\
+-\x10\x11\x0c\x35\xc2\xeb\xe5\xe1\xf6\xb0\x02\x03\x01\x0e\xca\xdb\
+-\xd7\xd8\xd9\xd4\xd9\xe7\xe6\xe1\xf6\xaf\x01\x02\x01\x10\xdb\xed\
+-\xe8\xe9\xe9\xea\xe8\xe6\xe2\xf4\xb3\x08\x01\x10\xd9\xeb\xe6\xe7\
+-\xe8\xe9\xe6\xe2\xf1\xb5\x08\x01\x01\x0f\xcf\xdc\xdd\xde\xd7\xe6\
+-\xe6\xe2\xf1\xc0\x02\x02\x34\x40\x3e\x3f\x40\x31\x9d\xed\xe5\xe3\
+-\xf0\xc6\x29\x6a\xf1\xe5\xe3\xee\xd0\x31\x02\x03\x5b\xf3\xe6\xe3\
+-\xec\xda\x3f\x02\x2e\xf2\xe7\xe2\xeb\xde\x48\x01\x08\x8d\xef\xeb\
+-\x50\x01\x0a\x81\xe8\x60\x01\x0f\x42\x07\x6d\x46\xe4\xa5\x00\x00\
+-\x00\x01\x62\x4b\x47\x44\x34\xa9\xb1\xe9\xfd\x00\x00\x01\x91\x49\
+-\x44\x41\x54\x28\xcf\x63\x60\x20\x08\x18\x99\x98\x59\x58\xd9\xd8\
+-\x31\xc4\xd9\x38\x38\xdd\xdc\x3d\xb8\xb8\xd1\xc5\x79\x78\xf9\x3c\
+-\xf9\x19\x04\xbc\x04\x85\xd0\x24\x84\xf9\xbd\x45\x7c\x7c\xfd\x44\
+-\xfd\xc5\xc4\x51\x25\x24\xfc\x25\x03\x02\x3f\x06\x05\x4b\x85\x08\
+-\x49\xa3\x48\x84\x0a\x84\x85\x47\x44\x46\x45\xc7\x48\xc5\x4a\xca\
+-\x40\x84\x64\xe5\x38\xe2\xe2\x13\x12\xe5\x93\x92\x53\x52\xd3\xd2\
+-\x33\x32\xa5\xb3\xa4\x15\x60\xca\x15\x95\x94\x94\x95\x55\xb2\x73\
+-\x72\xf3\xf2\x0b\x0a\x8b\x64\x8a\x65\x54\x21\xe2\x25\xa5\x65\x65\
+-\x65\xe5\x15\x95\x55\xd5\x35\xb5\x75\xf5\x0d\x8d\x6a\x4d\xea\x1a\
+-\x40\xe1\x66\xcd\x96\xd6\xb6\xf6\x8e\x8e\x8e\xce\xae\xee\x9e\xde\
+-\xde\xbe\xfe\x09\x13\xb5\x26\x69\x03\x25\x26\xeb\x4c\x99\x3a\x6d\
+-\xfa\x8c\x19\x33\x66\xce\x9a\x3d\x07\x08\xe6\xce\x9b\xbf\x40\x77\
+-\x32\x50\x62\xa1\xd6\xa2\xc5\x4b\x96\x2e\x03\x82\xe5\x2b\x56\x2e\
+-\x5d\xba\x72\xd5\xea\x35\x6b\xf5\xd6\x01\x25\xd6\xeb\x6f\xd8\xd8\
+-\xb7\x69\xf3\xe6\xcd\x5b\xb6\x6c\xdd\xb6\x7d\xfb\x8e\x9d\xbb\xb2\
+-\x0d\x76\x83\xac\x36\x34\xda\xb3\x77\xdf\xfe\xfd\xfb\x0f\x1c\x3c\
+-\x74\xf8\xc8\xd1\x63\xc7\x4f\x9c\x34\x2e\x31\x01\x49\x98\x0a\x68\
+-\x81\xdd\x66\x62\x76\xea\xf4\x99\xb3\xe7\xce\x5f\x30\xbf\x68\x62\
+-\x02\x92\xe1\xd0\xb1\x00\x89\x5f\xd2\xb8\x7c\xe5\xea\xb5\xeb\x37\
+-\x6e\x32\x94\x40\xc4\x19\x4c\x2c\x81\x0c\x93\x5b\x56\xb7\xef\xdc\
+-\xbd\x77\xff\xc1\x43\xb8\x38\x14\x3c\xb2\x7e\xfc\xe4\xe9\xb3\x63\
+-\xcf\x19\x4a\x26\x9a\xd8\xa0\x84\xe2\x0b\xdb\x97\xaf\x5e\xbf\x01\
+-\x89\xdb\x99\xa0\x48\x30\xbc\x35\x79\xf7\xfe\x83\xc9\x44\x13\x7b\
+-\x54\x71\xa0\xc1\x0e\x26\x20\xd2\x11\x4d\x3d\x83\x8d\x89\x89\x13\
+-\x83\xb3\xa3\x8b\x2b\x46\x6a\xb0\x01\x39\xce\xc4\x19\xc6\x05\x00\
+-\x08\xf4\x90\xa8\xd9\xcd\x86\xe7\x00\x00\x00\x25\x74\x45\x58\x74\
+-\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\
+-\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x33\x2b\
+-\x30\x39\x3a\x30\x30\x59\xcf\xc0\xbd\x00\x00\x00\x25\x74\x45\x58\
+-\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\
+-\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x33\
+-\x2b\x30\x39\x3a\x30\x30\x28\x92\x78\x01\x00\x00\x00\x00\x49\x45\
+-\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x06\x56\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x18\x00\x00\x00\x18\x08\x03\x00\x00\x00\xd7\xa9\xcd\xca\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x02\xd9\
+-\x50\x4c\x54\x45\x00\x00\x00\x72\x72\x72\x8c\x8c\x8c\x89\x89\x89\
+-\x6f\x6f\x6f\x80\x80\x80\x7f\x7f\x7f\x82\x82\x82\x2a\x2a\x2a\x33\
+-\x33\x33\x04\x04\x04\x11\x11\x11\x31\x31\x31\x29\x29\x29\x40\x40\
+-\x40\x21\x21\x21\x13\x13\x13\x1b\x1b\x1b\x8f\x8f\x8f\x35\x35\x35\
+-\x2e\x2e\x2e\x2c\x2c\x2c\x28\x28\x28\x32\x32\x32\x38\x38\x38\x36\
+-\x36\x36\x34\x34\x34\x2f\x2f\x2f\x3b\x3b\x3b\x3f\x3f\x3f\x7e\x7e\
+-\x7e\x12\x12\x12\x1d\x1d\x1d\x42\x42\x42\x15\x15\x15\x06\x06\x06\
+-\x0c\x0c\x0c\x08\x08\x08\x54\x54\x54\x44\x44\x44\x3d\x3d\x3d\x52\
+-\x52\x52\x4a\x4a\x4a\x25\x25\x25\x60\x60\x60\x41\x41\x41\x92\x92\
+-\x92\x64\x64\x64\x45\x45\x45\xff\xff\xff\x55\x55\x55\x8e\x8e\x8e\
+-\xbb\xbb\xbb\x07\x07\x07\x2b\x2b\x2b\x09\x09\x09\x4b\x4b\x4b\x51\
+-\x51\x51\xe0\xe0\xe0\xfd\xfd\xfd\xfc\xfc\xfc\xf8\xf8\xf8\xbc\xbc\
+-\xbc\xf1\xf1\xf1\xe3\xe3\xe3\xa2\xa2\xa2\xf7\xf7\xf7\xbd\xbd\xbd\
+-\xf9\xf9\xf9\xcf\xcf\xcf\x38\x38\x38\x00\x00\x00\x27\x27\x27\x2f\
+-\x2f\x2f\x20\x20\x20\x2d\x2d\x2d\x4c\x4c\x4c\x1c\x1c\x1c\x3a\x3a\
+-\x3a\x26\x26\x26\x32\x32\x32\xc2\xc2\xc2\x29\x29\x29\x2a\x2a\x2a\
+-\x4e\x4e\x4e\x35\x35\x35\xf3\xf3\xf3\x2b\x2b\x2b\x43\x43\x43\x64\
+-\x64\x64\x4a\x4a\x4a\x2f\x2f\x2f\x4f\x4f\x4f\x3f\x3f\x3f\x38\x38\
+-\x38\xe9\xe9\xe9\x2e\x2e\x2e\x46\x46\x46\x67\x67\x67\x6a\x6a\x6a\
+-\x60\x60\x60\x58\x58\x58\x6b\x6b\x6b\x47\x47\x47\x28\x28\x28\x29\
+-\x29\x29\x22\x22\x22\x3c\x3c\x3c\xe8\xe8\xe8\x32\x32\x32\x4a\x4a\
+-\x4a\x6b\x6b\x6b\x6d\x6d\x6d\x63\x63\x63\x6c\x6c\x6c\xff\xff\xff\
+-\x41\x41\x41\xe1\xe1\xe1\x36\x36\x36\x4e\x4e\x4e\x6f\x6f\x6f\x70\
+-\x70\x70\x6d\x6d\x6d\x72\x72\x72\xc0\xc0\xc0\x0c\x0c\x0c\x09\x09\
+-\x09\x17\x17\x17\x13\x13\x13\x0c\x0c\x0c\x00\x00\x00\x46\x46\x46\
+-\xff\xff\xff\x39\x39\x39\x52\x52\x52\x73\x73\x73\x74\x74\x74\x73\
+-\x73\x73\x67\x67\x67\x3d\x3d\x3d\x2e\x2e\x2e\x2e\x2e\x2e\x2e\x2e\
+-\x2e\x2e\x2e\x2e\x2a\x2a\x2a\x26\x26\x26\x2a\x2a\x2a\x52\x52\x52\
+-\x77\x77\x77\x3e\x3e\x3e\x56\x56\x56\x77\x77\x77\x78\x78\x78\x6f\
+-\x6f\x6f\x66\x66\x66\x66\x66\x66\x65\x65\x65\x65\x65\x65\x66\x66\
+-\x66\x59\x59\x59\x41\x41\x41\x7a\x7a\x7a\x9f\x9f\x9f\x66\x66\x66\
+-\x72\x72\x72\x7c\x7c\x7c\x7b\x7b\x7b\x7c\x7c\x7c\x7b\x7b\x7b\x7c\
+-\x7c\x7c\x7c\x7c\x7c\x7d\x7d\x7d\x6c\x6c\x6c\x49\x49\x49\x61\x61\
+-\x61\x59\x59\x59\x79\x79\x79\x77\x77\x77\x81\x81\x81\x7f\x7f\x7f\
+-\x7e\x7e\x7e\x7a\x7a\x7a\x72\x72\x72\x72\x72\x72\x72\x72\x72\x65\
+-\x65\x65\x44\x44\x44\x5a\x5a\x5a\xe5\xe5\xe5\x78\x78\x78\x7c\x7c\
+-\x7c\x84\x84\x84\x83\x83\x83\x7e\x7e\x7e\x8c\x8c\x8c\xfe\xfe\xfe\
+-\xcc\xcc\xcc\xd2\xd2\xd2\xd2\xd2\xd2\xd3\xd3\xd3\xcb\xcb\xcb\x81\
+-\x81\x81\x00\x00\x00\xd8\xd8\xd8\x7d\x7d\x7d\x82\x82\x82\x88\x88\
+-\x88\x85\x85\x85\x6b\x6b\x6b\x5e\x5e\x5e\xcc\xcc\xcc\x80\x80\x80\
+-\x87\x87\x87\x8c\x8c\x8c\x81\x81\x81\x5c\x5c\x5c\x4b\x4b\x4b\x30\
+-\x30\x30\xba\xba\xba\x80\x80\x80\x8b\x8b\x8b\x90\x90\x90\x84\x84\
+-\x84\x5f\x5f\x5f\x5c\x5c\x5c\x6a\x6a\x6a\xb1\xb1\xb1\x8f\x8f\x8f\
+-\x87\x87\x87\x97\x97\x97\xf2\xf2\xf2\xb0\xb0\xb0\xb2\xb2\xb2\x80\
+-\x80\x80\x9c\x9c\x9c\xff\xff\xff\x8f\x8f\x8f\xff\xff\xff\xca\xca\
+-\xca\xff\xff\xff\x5d\x5d\x5d\x2e\x2e\x2e\xff\xff\xff\x8a\x95\xeb\
+-\x79\x00\x00\x00\xf1\x74\x52\x4e\x53\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\
+-\x03\x01\x02\x02\x03\x08\x93\x20\x04\x03\x02\xad\xc8\x16\x03\x02\
+-\xb0\xf6\xde\xf0\xcf\x18\x01\x03\x02\xb0\xf6\xe1\xe4\xf1\xbf\x14\
+-\x02\x01\x01\x01\x03\x02\xb0\xf6\xe1\xe4\xf0\xba\x1f\x03\x02\xb0\
+-\xf6\xe1\xe5\xeb\xc2\x35\x0c\x11\x10\x10\x0e\x01\x02\x01\xaf\xf6\
+-\xe1\xe6\xe7\xd9\xd4\xd9\xd8\xd7\xdb\xca\x0e\x01\x01\x08\xb3\xf4\
+-\xe2\xe6\xe8\xea\xe9\xe9\xe8\xed\xdb\x10\x01\x08\xb5\xf1\xe2\xe6\
+-\xe6\xe9\xe8\xe7\xeb\xd9\x10\x01\x02\xc0\xf1\xe2\xe6\xe6\xd7\xde\
+-\xdd\xdc\xcf\x0f\x01\x29\xc6\xf0\xe3\xe5\xed\x9d\x31\x40\x3f\x3e\
+-\x40\x34\x02\x02\x31\xd0\xee\xe3\xe5\xf1\x6a\x3f\xda\xec\xe3\xe6\
+-\xf3\x5b\x03\x48\xde\xeb\xe2\xe7\xf2\x2e\x02\x50\xeb\xef\x8d\x08\
+-\x01\x60\xe8\x81\x0a\x01\x07\x42\x0f\x01\x75\xd5\x04\xd9\x00\x00\
+-\x00\x01\x62\x4b\x47\x44\x31\xd9\xdb\x1d\x72\x00\x00\x01\x90\x49\
+-\x44\x41\x54\x28\xcf\x63\x60\x20\x04\x18\x99\x98\x59\x58\xd9\xd8\
+-\x31\x25\x38\x38\xdd\xdc\x3d\xb8\xb8\x99\xd0\xc5\x79\x78\x3d\xf9\
+-\x18\xf8\xbd\x04\x04\x85\x50\xc5\x85\x45\xbc\x45\x7d\x7c\xfd\xc4\
+-\xfc\xf9\xc5\x51\xc4\x25\x78\x02\x24\x03\x83\x3e\x06\x87\x48\x79\
+-\x4b\x23\x8b\xcb\x48\x85\x4a\x86\x85\x47\x44\x46\x45\xc7\xf0\xc5\
+-\x22\x89\xcb\x4a\xc4\x49\xc4\x27\x24\x26\x25\xa7\xa4\xa6\xc9\xa5\
+-\x67\x64\x66\x71\xcb\x2b\x80\xc4\x15\x65\xb2\x65\x72\x72\xf3\xf2\
+-\x0b\x0a\x8b\x8a\x95\x94\x95\x55\x54\x54\x21\xea\xd5\xd4\x4b\x34\
+-\x4a\xcb\xca\x2b\x2a\xab\xaa\x6b\x6a\xeb\xea\x1b\x1a\x1a\x1a\x9b\
+-\xc0\x12\x9a\xcd\x5a\x2d\xad\x6d\xed\x1d\x1d\x9d\x5d\xdd\x3d\xbd\
+-\xbd\xbd\x7d\xfd\x13\x26\x6a\x4f\x02\x4a\x4c\xd6\x99\x32\x75\xda\
+-\xf4\x19\x40\x30\x73\xd6\xec\x39\x73\xe6\xcc\x9d\x37\x7f\x81\xee\
+-\x64\xa0\xc4\x42\xbd\x45\x8b\x97\x2c\x5d\xb6\x7c\xf9\xb2\x15\x2b\
+-\x57\x01\xc1\xf2\xd5\x6b\xd6\x6a\xad\x03\x99\xb5\x5e\xbf\x78\xc3\
+-\xc6\x4d\x9b\x37\x6f\xd9\xba\x6d\xdb\xf6\xed\xdb\x77\xb4\xef\xdc\
+-\x65\xb0\x1b\x24\x61\xd8\x64\xb4\x67\xef\xbe\xfd\x07\x0e\x1e\x3a\
+-\x7c\xe4\xe8\xb1\x63\xc7\x8e\x9f\x38\x69\x6c\x02\x12\x37\x34\x3c\
+-\x65\x7a\xfa\xcc\xd9\x73\xe7\x2f\x5c\x34\x33\x04\xbb\x47\x8b\xcf\
+-\x9c\x01\x22\xd3\xc4\x70\xe9\xf2\x95\xab\xd7\xae\xdf\x50\xbb\x09\
+-\x12\xb1\xd0\xe5\x66\x80\xcb\xdc\xba\x7d\xe7\xee\xbd\xfb\x0f\x2c\
+-\x1f\x02\x79\x86\x56\x10\x9d\x0c\xd6\x86\x2d\x4d\x0c\x8f\xf6\x3f\
+-\x7e\xf2\xf4\x99\xcd\x73\xe4\x40\x34\xb4\x05\xc9\xbc\x78\xf9\xea\
+-\xb5\xdd\x1b\xd4\xe8\x30\xb4\x37\x6c\x31\x7c\xfb\xee\xbd\xe1\x07\
+-\xf4\x08\x34\x74\x00\x9a\xcc\x60\xe8\x08\x22\x51\x81\x93\xb3\x83\
+-\x0b\x83\xab\xa1\xa1\x35\x46\x62\x70\x01\xb9\x06\x49\x1c\x00\x59\
+-\xad\x90\x75\xde\x26\xb3\x79\x00\x00\x00\x25\x74\x45\x58\x74\x64\
+-\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x33\x2d\
+-\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x37\x2b\x30\
+-\x39\x3a\x30\x30\xad\x80\xe4\xae\x00\x00\x00\x25\x74\x45\x58\x74\
+-\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\x33\
+-\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\x30\x37\x2b\
+-\x30\x39\x3a\x30\x30\xdc\xdd\x5c\x12\x00\x00\x00\x00\x49\x45\x4e\
+-\x44\xae\x42\x60\x82\
+-\x00\x00\x02\x0f\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x4b\
+-\x50\x4c\x54\x45\xb5\xb5\xb5\xb2\xb2\xb2\xb3\xb3\xb3\xb3\xb3\xb3\
+-\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\
+-\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xb3\xae\xae\xae\xb1\xb1\xb1\xb4\xb4\
+-\xb4\xb0\xb0\xb0\xb4\xb4\xb4\xb3\xb3\xb3\xd4\xd4\xd4\xbf\xbf\xbf\
+-\xaf\xaf\xaf\xff\xff\xff\xf5\xf5\xf5\xb9\xb9\xb9\xf3\xf3\xf3\x1e\
+-\x9e\x5b\x30\x00\x00\x00\x10\x74\x52\x4e\x53\x00\x00\x00\x04\x0d\
+-\x03\x16\x81\xc8\xe3\x53\xf4\xfa\xfd\xfe\xfc\x44\x15\xdf\x89\x00\
+-\x00\x00\x01\x62\x4b\x47\x44\x15\xe5\xd8\xf9\xa3\x00\x00\x00\x09\
+-\x70\x48\x59\x73\x00\x00\x29\x86\x00\x00\x29\x86\x01\x22\xec\xdf\
+-\x8c\x00\x00\x00\x7e\x49\x44\x41\x54\x18\xd3\x65\x4f\x49\x12\xc3\
+-\x20\x0c\x73\x04\x65\x87\x60\xf6\xff\xbf\x34\xf4\xd6\x06\x1f\x34\
+-\x96\x66\x6c\x49\x44\x17\x04\x00\x29\x37\x08\x5c\xb4\xf9\x07\x4a\
+-\x1b\x6b\x8d\x56\x7b\xbd\x68\x83\xf3\x99\xf7\x64\xef\x36\x21\x01\
+-\xc7\x1c\x62\x4a\x31\x30\x3b\x08\x82\xf2\x7c\x97\xda\x5a\x2d\x37\
+-\x7b\x05\x82\xce\xa1\xf4\x31\xe7\xe8\x25\x64\xbd\x05\xc3\xb1\x8e\
+-\xbe\x56\x1f\x35\xb2\x01\x49\xcb\xa9\xcd\xd5\xfb\x9a\x2d\xb1\x95\
+-\xa7\x70\x9c\x9c\x4f\xdf\xb6\x67\xb0\x77\x74\xfc\x97\xfb\x0a\xbf\
+-\xf5\x81\x07\xe8\xa1\x0b\x25\xec\x27\x39\x9c\x00\x00\x00\x25\x74\
+-\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\
+-\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\x3a\
+-\x30\x36\x2b\x30\x39\x3a\x30\x30\x0b\xf7\xef\x1a\x00\x00\x00\x25\
+-\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\
+-\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\x30\x39\
+-\x3a\x30\x36\x2b\x30\x39\x3a\x30\x30\x7a\xaa\x57\xa6\x00\x00\x00\
+-\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x77\x77\
+-\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x9b\xee\
+-\x3c\x1a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-\x00\x00\x04\xbd\
+-\x89\
+-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+-\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\
+-\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\
+-\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\
+-\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\
+-\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x01\xfe\
+-\x50\x4c\x54\x45\x39\x39\x39\xff\xff\xff\x00\x00\x00\x05\x05\x05\
+-\x0b\x0b\x0b\x18\x18\x18\x1a\x1a\x1a\x93\x93\x93\x13\x13\x13\x27\
+-\x27\x27\x17\x17\x17\x24\x24\x24\x28\x28\x28\x26\x26\x26\x2a\x2a\
+-\x2a\x42\x42\x42\x6e\x6e\x6e\x69\x69\x69\x51\x51\x51\xe0\xe0\xe0\
+-\x5a\x5a\x5a\x75\x75\x75\x60\x60\x60\x70\x70\x70\x99\x99\x99\x6a\
+-\x6a\x6a\xfb\xfb\xfb\xfc\xfc\xfc\x1e\x1e\x1e\xce\xce\xce\xfd\xfd\
+-\xfd\xa6\xa6\xa6\x1d\x1d\x1d\x00\x00\x00\x09\x09\x09\x13\x13\x13\
+-\x1c\x1c\x1c\x22\x22\x22\x21\x21\x21\x1c\x1c\x1c\x06\x06\x06\x22\
+-\x22\x22\x1b\x1b\x1b\x29\x29\x29\x4b\x4b\x4b\x51\x51\x51\x53\x53\
+-\x53\x4b\x4b\x4b\x29\x29\x29\x1b\x1b\x1b\x2d\x2d\x2d\x27\x27\x27\
+-\x3c\x3c\x3c\x5a\x5a\x5a\x6d\x6d\x6d\x8c\x8c\x8c\xaa\xaa\xaa\xaf\
+-\xaf\xaf\x99\x99\x99\x72\x72\x72\x58\x58\x58\x3c\x3c\x3c\x29\x29\
+-\x29\x43\x43\x43\x66\x66\x66\x63\x63\x63\x8c\x8c\x8c\x00\x00\x00\
+-\x71\x71\x71\x61\x61\x61\x43\x43\x43\x28\x28\x28\x45\x45\x45\x60\
+-\x60\x60\x6e\x6e\x6e\x68\x68\x68\x47\x47\x47\x2c\x2c\x2c\x38\x38\
+-\x38\x35\x35\x35\x3e\x3e\x3e\x67\x67\x67\x68\x68\x68\x61\x61\x61\
+-\x5c\x5c\x5c\x70\x70\x70\x72\x72\x72\x70\x70\x70\x5d\x5d\x5d\x63\
+-\x63\x63\x70\x70\x70\x62\x62\x62\x5d\x5d\x5d\x5e\x5e\x5e\x6a\x6a\
+-\x6a\x71\x71\x71\x5a\x5a\x5a\x6c\x6c\x6c\x78\x78\x78\x77\x77\x77\
+-\x77\x77\x77\x7a\x7a\x7a\x78\x78\x78\x73\x73\x73\x86\x86\x86\x54\
+-\x54\x54\x73\x73\x73\x78\x78\x78\x6a\x6a\x6a\x74\x74\x74\x7d\x7d\
+-\x7d\x7c\x7c\x7c\x7d\x7d\x7d\x7c\x7c\x7c\x75\x75\x75\xc0\xc0\xc0\
+-\x30\x30\x30\x47\x47\x47\x6b\x6b\x6b\x7e\x7e\x7e\x7c\x7c\x7c\x79\
+-\x79\x79\x82\x82\x82\x83\x83\x83\x82\x82\x82\x83\x83\x83\x75\x75\
+-\x75\x5a\x5a\x5a\x75\x75\x75\x85\x85\x85\x80\x80\x80\x84\x84\x84\
+-\x89\x89\x89\x88\x88\x88\x8a\x8a\x8a\x7b\x7b\x7b\x55\x55\x55\x7f\
+-\x7f\x7f\x8c\x8c\x8c\x8a\x8a\x8a\xa9\xa9\xa9\x86\x86\x86\x8d\x8d\
+-\x8d\x8e\x8e\x8e\x8c\x8c\x8c\x89\x89\x89\x9a\x9a\x9a\x65\x65\x65\
+-\x9c\x9c\x9c\x8b\x8b\x8b\x93\x93\x93\x93\x93\x93\x82\x82\x82\x81\
+-\x81\x81\x00\x00\x00\xa7\xa7\xa7\x91\x91\x91\x96\x96\x96\x86\x86\
+-\x86\x64\x64\x64\x63\x63\x63\xd0\xd0\xd0\xa2\xa2\xa2\x9a\x9a\x9a\
+-\x99\x99\x99\x00\x00\x00\xff\xff\xff\xe4\xe4\xe4\x3d\x3d\x3d\xff\
+-\xff\xff\x82\x8e\xb4\x8c\x00\x00\x00\xa8\x74\x52\x4e\x53\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
+-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x0b\
+-\x13\x70\xb0\xcb\xcc\xb1\x12\x03\x49\xda\xfd\xf1\xee\xf9\xdb\x48\
+-\x03\x48\xf1\xef\xad\x64\x43\x41\x53\x9a\xf0\xf2\x12\xdb\xe8\xef\
+-\x37\x10\x87\xf6\xd8\x12\x72\xf9\xe0\xec\x85\xa7\xe1\xc6\x22\x30\
+-\xe7\xf8\xb3\xf1\xe4\xe5\xf2\xf1\xeb\xfb\x3c\x3f\xef\xef\x0b\xcc\
+-\xec\xe5\xe6\xe3\xe4\xde\x7a\xac\xef\xea\x0b\xcc\xec\xe5\xe5\xec\
+-\xcc\x2e\x35\xb9\xf1\xe2\xed\xb4\xf1\xe4\xe4\xf1\xb7\xc5\xfa\xe1\
+-\x78\xf8\xe1\xe6\xe9\xd9\x94\xd8\xe7\xe1\x1d\xdf\xe9\xe2\xee\xba\
+-\x64\x03\x5c\xf3\xe6\xf0\x9a\x9a\x01\x62\xe0\xf5\xea\xdd\xdd\x2f\
+-\x8a\xc0\xd7\x02\x13\x29\xba\xba\xd2\x44\x00\x00\x00\x01\x62\x4b\
+-\x47\x44\x01\xff\x02\x2d\xde\x00\x00\x01\x1b\x49\x44\x41\x54\x18\
+-\xd3\x01\x10\x01\xef\xfe\x00\x00\x01\x02\x20\x03\x04\x05\x21\x21\
+-\x06\x04\x03\x20\x02\x01\x00\x00\x07\x02\x20\x08\x22\x23\x24\x25\
+-\x26\x27\x23\x28\x08\x20\x02\x07\x00\x09\x29\x0a\x2a\x2b\xa8\x2c\
+-\x2d\x2e\x2f\xa8\x30\x31\x0a\x29\x09\x00\x32\x0b\x33\x34\x35\x36\
+-\x37\x38\x39\x3a\x3b\x3c\x3d\x33\x0b\x32\x00\x0c\x3e\x3f\x40\x41\
+-\x42\x0d\x43\x01\x0e\x02\x44\x45\x46\x47\x0c\x00\x0f\x48\x49\x4a\
+-\x4b\x4c\x4d\x4e\x4f\x50\x10\x51\x52\x53\x48\x0f\x00\x11\x54\x55\
+-\x56\x57\x58\x59\x5a\x5b\x5c\x12\x5d\x5e\x5f\x54\x11\x00\x60\x61\
+-\x62\x63\x64\x65\x66\x67\x68\x02\x13\x69\x6a\x6b\x61\x60\x00\x6c\
+-\x6d\x6e\x6f\x70\x71\x72\x73\x02\x74\x75\x76\x77\x78\x6d\x6c\x00\
+-\x14\x79\x7a\x7b\x7c\x7d\x7e\x15\x16\x7f\x80\x81\x7c\x7a\x79\x14\
+-\x00\x17\x82\x83\x84\x85\x86\x87\x88\x88\x89\x8a\x85\x8b\x83\x82\
+-\x17\x00\x18\x8c\x8d\x8e\x8f\x90\x91\x92\x92\x91\x90\x8f\x8e\x8d\
+-\x8c\x18\x00\x93\x19\x94\x95\x96\x97\x98\x1a\x1b\x99\x97\x96\x95\
+-\x94\x19\x93\x00\x01\x9a\x02\x9b\x9c\x9d\x9e\x9f\xa0\x9e\x9d\x9c\
+-\x9b\x02\x9a\x01\x00\x01\x01\x02\x1c\xa1\xa2\xa3\xa4\xa4\xa3\xa2\
+-\xa1\x1c\x02\x01\x01\x00\x1d\x1e\x01\xa5\x1f\x02\xa6\xa7\xa7\xa6\
+-\x02\x1f\xa5\x01\x1e\x1d\x6e\x76\x4e\xb4\x92\xac\x59\xfe\x00\x00\
+-\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\
+-\x65\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\x3a\
+-\x30\x39\x3a\x30\x34\x2b\x30\x39\x3a\x30\x30\x9c\x68\xfe\x33\x00\
+-\x00\x00\x25\x74\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\
+-\x66\x79\x00\x32\x30\x31\x33\x2d\x30\x39\x2d\x31\x31\x54\x31\x34\
+-\x3a\x30\x39\x3a\x30\x34\x2b\x30\x39\x3a\x30\x30\xed\x35\x46\x8f\
+-\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+-"
+-
+-qt_resource_name = b"\
+-\x00\x05\
+-\x00\x6f\xa6\x53\
+-\x00\x69\
+-\x00\x63\x00\x6f\x00\x6e\x00\x73\
+-\x00\x10\
+-\x0b\x3b\xec\x47\
+-\x00\x65\
+-\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x32\x00\x32\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x11\
+-\x0e\xab\x33\x47\
+-\x00\x7a\
+-\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x6f\x00\x72\x00\x69\x00\x67\x00\x69\x00\x6e\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\
+-\x00\x0a\
+-\x05\x78\x4f\x27\
+-\x00\x72\
+-\x00\x65\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0b\
+-\x06\x3d\x10\x27\
+-\x00\x67\
+-\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0d\
+-\x01\x1c\xb1\xa7\
+-\x00\x65\
+-\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6f\x00\x70\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0f\
+-\x07\xb1\x61\x07\
+-\x00\x65\
+-\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x32\x00\x34\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0f\
+-\x02\xda\x82\xe7\
+-\x00\x69\
+-\x00\x63\x00\x6f\x00\x6e\x00\x62\x00\x6c\x00\x6f\x00\x63\x00\x6b\x00\x31\x00\x36\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x12\
+-\x0e\x2f\x68\xa7\
+-\x00\x64\
+-\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\
+-\x00\x67\
+-\x00\x08\
+-\x0a\x61\x57\x27\
+-\x00\x69\
+-\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\
+-\x00\x10\
+-\x00\x47\xa2\x07\
+-\x00\x77\
+-\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x2d\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x1a\
+-\x01\x3a\xb6\x67\
+-\x00\x64\
+-\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\
+-\x00\x65\x00\x76\x00\x69\x00\x65\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x09\
+-\x04\xc3\x8b\x07\
+-\x00\x67\
+-\x00\x6f\x00\x2d\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0e\
+-\x0e\xa1\x23\xc7\
+-\x00\x68\
+-\x00\x65\x00\x6c\x00\x70\x00\x2d\x00\x61\x00\x62\x00\x6f\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x08\
+-\x0a\x61\x5a\xa7\
+-\x00\x69\
+-\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x14\
+-\x07\x40\xa2\xc7\
+-\x00\x61\
+-\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x65\x00\x78\x00\x69\x00\x74\x00\x2e\
+-\x00\x70\x00\x6e\x00\x67\
+-\x00\x0f\
+-\x07\xb3\x61\x07\
+-\x00\x65\
+-\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x32\x00\x32\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x17\
+-\x03\x48\xc3\xe7\
+-\x00\x64\
+-\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x6f\x00\x70\x00\x65\x00\x72\x00\x74\x00\x69\
+-\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0f\
+-\x0b\xee\x00\x47\
+-\x00\x67\
+-\x00\x6f\x00\x2d\x00\x6e\x00\x65\x00\x78\x00\x74\x00\x2d\x00\x6d\x00\x61\x00\x63\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0c\
+-\x06\xeb\x97\xe7\
+-\x00\x7a\
+-\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x6f\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x13\
+-\x02\xea\x3b\x07\
+-\x00\x67\
+-\x00\x6f\x00\x2d\x00\x70\x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x2d\x00\x6d\x00\x61\x00\x63\x00\x2e\x00\x70\
+-\x00\x6e\x00\x67\
+-\x00\x0d\
+-\x0b\x27\xb1\x67\
+-\x00\x65\
+-\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0b\
+-\x03\x03\x9b\x47\
+-\x00\x7a\
+-\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x69\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x0d\
+-\x0b\x1f\xcf\x07\
+-\x00\x67\
+-\x00\x6f\x00\x2d\x00\x6e\x00\x65\x00\x78\x00\x74\x00\x32\x00\x34\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x11\
+-\x06\x76\xcb\x27\
+-\x00\x67\
+-\x00\x6f\x00\x2d\x00\x70\x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x32\x00\x34\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\
+-\x00\x0e\
+-\x0d\x8b\x39\xe7\
+-\x00\x65\
+-\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\x00\x11\
+-\x03\x45\xee\x87\
+-\x00\x68\
+-\x00\x65\x00\x6c\x00\x70\x00\x2d\x00\x63\x00\x6f\x00\x6e\x00\x74\x00\x65\x00\x6e\x00\x74\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\
+-\
+-"
+-
+-qt_resource_struct = b"\
+-\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
+-\x00\x00\x00\x00\x00\x02\x00\x00\x00\x1a\x00\x00\x00\x02\
+-\x00\x00\x01\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x29\xa8\
+-\x00\x00\x00\x94\x00\x00\x00\x00\x00\x01\x00\x00\x0f\xa8\
+-\x00\x00\x01\x62\x00\x00\x00\x00\x00\x01\x00\x00\x2d\x67\
+-\x00\x00\x00\xd8\x00\x00\x00\x00\x00\x01\x00\x00\x1b\xd9\
+-\x00\x00\x02\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x6e\x96\
+-\x00\x00\x03\x00\x00\x00\x00\x00\x00\x01\x00\x00\x78\xa1\
+-\x00\x00\x03\x86\x00\x00\x00\x00\x00\x01\x00\x00\x8c\x1e\
+-\x00\x00\x02\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x60\xa8\
+-\x00\x00\x01\x9c\x00\x00\x00\x00\x00\x01\x00\x00\x32\xb2\
+-\x00\x00\x00\x5e\x00\x00\x00\x00\x00\x01\x00\x00\x07\x90\
+-\x00\x00\x00\x78\x00\x00\x00\x00\x00\x01\x00\x00\x0c\x9b\
+-\x00\x00\x03\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x83\xb1\
+-\x00\x00\x02\x96\x00\x00\x00\x00\x00\x01\x00\x00\x69\xe5\
+-\x00\x00\x01\xec\x00\x00\x00\x00\x00\x01\x00\x00\x56\x54\
+-\x00\x00\x00\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x14\xe6\
+-\x00\x00\x02\x1a\x00\x00\x00\x00\x00\x01\x00\x00\x5a\x48\
+-\x00\x00\x01\x26\x00\x01\x00\x00\x00\x01\x00\x00\x21\x05\
+-\x00\x00\x01\xd6\x00\x00\x00\x00\x00\x01\x00\x00\x39\x42\
+-\x00\x00\x03\x1c\x00\x00\x00\x00\x00\x01\x00\x00\x7d\x56\
+-\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x74\x01\
+-\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
+-\x00\x00\x02\x72\x00\x00\x00\x00\x00\x01\x00\x00\x64\x7f\
+-\x00\x00\x03\x64\x00\x00\x00\x00\x00\x01\x00\x00\x8a\x0b\
+-\x00\x00\x00\xfc\x00\x00\x00\x00\x00\x01\x00\x00\x1d\x48\
+-\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x35\xfe\
+-\x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x02\x80\
+-"
+-
+-def qInitResources():
+- QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
+-
+-def qCleanupResources():
+- QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
+-
+-qInitResources()
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index be231f2..4eb05c3 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -1,44 +1,42 @@
-%global date 20170216
-%global commit0 4b52afba3a0e4a93e47fe485885fe285851577ff
+%global date 20180309
+%global commit0 377ff489260ffbdfd9255363dae3e5ed021bf243
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: ldoce5viewer
Version: 0
-Release: 5.%{date}git%{shortcommit0}%{?dist}
+Release: 6.%{date}git%{shortcommit0}%{?dist}
Summary: Viewer Application for the Longman Dictionary (LDOCE 5)
License: GPLv3+ and Public Domain
-URL: https://hakidame.net/ldoce5viewer/
+URL: https://forward-backward.co.jp/ldoce5viewer/
Source: https://github.com/ciscorn/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{v...
-# Fix for icon convertin process
-# Upstream ref: https://github.com/ciscorn/ldoce5viewer/pull/54
-Patch0: https://github.com/ciscorn/%{name}/commit/728158aea71013f1122e915ca4bf767...
-# Add Appstream Metadata
-# Upstream ref: https://github.com/ciscorn/ldoce5viewer/pull/55
-Patch1: https://github.com/ciscorn/%{name}/commit/66ad086d225b68e45c9785fd2195759...
-# Remove 0-sized and unused files
-# Upstream ref: https://github.com/ciscorn/ldoce5viewer/pull/56
-Patch2: https://github.com/ciscorn/%{name}/commit/3840ab0a6121e7061c11e5a30b0ebc4...
+# Remove autogenerated file
+# Upstream ref: https://github.com/ciscorn/ldoce5viewer/pull/68
+Patch0: https://patch-diff.githubusercontent.com/raw/ciscorn/ldoce5viewer/pull/68...
+# Port to QT5
+# https://github.com/ciscorn/ldoce5viewer/pull/69
+Patch1: https://patch-diff.githubusercontent.com/raw/ciscorn/ldoce5viewer/pull/69...
+
BuildArch: noarch
BuildRequires: /usr/bin/git
BuildRequires: desktop-file-utils
-BuildRequires: python2-devel
-BuildRequires: %{py2_dist whoosh}
-BuildRequires: %{py2_dist lxml}
-BuildRequires: PyQt4-devel
+BuildRequires: python3-devel
+BuildRequires: %{py3_dist whoosh}
+BuildRequires: %{py3_dist lxml}
+BuildRequires: python3-qt5-devel
BuildRequires: libappstream-glib
# Required to regenerate icons
BuildRequires: ImageMagick
BuildRequires: inkscape
-BuildRequires: python2-pillow
+BuildRequires: %{py3_dist pillow}
Requires: gstreamer-python
Requires: gstreamer-plugins-good
Requires: gstreamer-plugins-ugly
Requires: hicolor-icon-theme
-Requires: %{py2_dist whoosh}
-Requires: %{py2_dist lxml}
-Requires: PyQt4
+Requires: %{py3_dist whoosh}
+Requires: %{py3_dist lxml}
+Requires: python3-qt5-webkit
%description
@@ -95,18 +93,18 @@ cat > INSTALL.txt <<EOF
More information can be obtained from [2].
[1] http://www.longmandictionariesonline.com/
-[2] https://hakidame.net/ldoce5viewer/manual/
+[2] https://forward-backward.co.jp/ldoce5viewer/
EOF
%build
%make_build -C %{name}/qtgui/resources/icons
%make_build qtui qtresource
-%py2_build
+%py3_build
%install
-%py2_install
+%py3_install
# install desktop file
desktop-file-install \
@@ -127,17 +125,21 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata
%doc INSTALL.txt README.md
%license COPYING.txt LICENSE.txt
%{_bindir}/%{name}
-%{python2_sitelib}/*
+%{python3_sitelib}/*
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/*.appdata.xml
-%exclude %{python2_sitelib}/%{name}/qtgui/ui/Makefile
-%exclude %{python2_sitelib}/%{name}/qtgui/resources/Makefile
-%exclude %{python2_sitelib}/%{name}/qtgui/resources/icons/Makefile
-%exclude %{python2_sitelib}/%{name}/qtgui/resources/icons/icongen.*
+%exclude %{python3_sitelib}/%{name}/qtgui/ui/Makefile
+%exclude %{python3_sitelib}/%{name}/qtgui/resources/Makefile
+%exclude %{python3_sitelib}/%{name}/qtgui/resources/icons/Makefile
+%exclude %{python3_sitelib}/%{name}/qtgui/resources/icons/icongen.*
%changelog
+* Mon May 06 2019 Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> - 0-6.20180309git377ff48
+- Drop patches merged upstream,
+- Switch to used python3 and qt5.
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0-5.20170216git4b52afb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 2a70f70..779d02c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2c1ec088881c8786d35761c11c9d0ed ldoce5viewer-0-20170216git4b52afb.tar.gz
+4f4d6297bacbfab790185747a6356412 ldoce5viewer-0-20180309git377ff48.tar.gz
5 years, 6 months
[openhantek/el7] Correct spec.
by Vasiliy Glazov
Summary of changes:
7f157a8... Correct spec. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek/f28] Correct spec.
by Vasiliy Glazov
Summary of changes:
7f157a8... Correct spec. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek/f29] Correct spec.
by Vasiliy Glazov
Summary of changes:
7f157a8... Correct spec. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek/f30] Correct spec.
by Vasiliy Glazov
Summary of changes:
7f157a8... Correct spec. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek] Correct spec.
by Vasiliy Glazov
commit 7f157a85385c21342c9e1643f8ed17dbf9108654
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon May 6 16:51:12 2019 +0300
Correct spec.
openhantek.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openhantek.spec b/openhantek.spec
index 6c5a08c..72337ba 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -34,7 +34,7 @@ OpenHantek is a free software for Hantek and compatible
Supported devices: DSO2xxx Series, DSO52xx Series, 6022BE/BL.
%prep
-%autosetup -n OpenHantek6022-master
+%autosetup -n OpenHantek6022-%{version}
# sed -i 's|specification.samplerate.single.max = 30e6;|specification.samplerate.single.max = 16e6;|' openhantek/src/hantekdso/models/modelDSO6022.cpp
# sed -i 's|format.setSamples(4); // Antia-Aliasing, Multisampling|//format.setSamples(4); // Antia-Aliasing, Multisampling|' openhantek/src/glscope.cpp
5 years, 6 months